diff --git a/proj-web/CMakeLists.txt b/proj-web/CMakeLists.txt index 02e0dfa..1911fbd 100644 --- a/proj-web/CMakeLists.txt +++ b/proj-web/CMakeLists.txt @@ -75,8 +75,6 @@ set(SOURCES ../src/TextModel.h ../src/AudioPlayerAsync.cpp ../src/AudioPlayerAsync.h - ../src/BoneAnimatedModel.cpp - ../src/BoneAnimatedModel.h ../src/BoneAnimatedModelNew.cpp ../src/BoneAnimatedModelNew.h ../src/render/OpenGlExtensions.cpp @@ -85,8 +83,6 @@ set(SOURCES ../src/utils/Utils.h ../src/SparkEmitter.cpp ../src/SparkEmitter.h - ../src/utils/Perlin.cpp - ../src/utils/Perlin.h ../src/utils/TaskManager.cpp ../src/utils/TaskManager.h ../src/render/FrameBuffer.cpp diff --git a/resources/config2/gameobjects.json b/resources/config2/gameobjects.json index d45a8ac..c7fe8dd 100644 --- a/resources/config2/gameobjects.json +++ b/resources/config2/gameobjects.json @@ -1,42 +1,185 @@ { "objects": [ { - "name": "firebox", - "texturePath": "resources/w/Cube001.png", - "meshPath": "resources/w/firebox.txt", + "name": "Plane", + "texturePath": "resources/w/exterior/Segmented_Plane002.png", + "meshPath": "resources/w/exterior/Segmented_Plane002.txt", "rotationX": 0.0, - "rotationY": -1.5707963267948966, + "rotationY": 0.0, "rotationZ": 0.0, "positionX": 0.0, - "positionY": 0.0, + "positionY": -5.0, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "door", + "texturePath": "resources/w/exterior/door002.png", + "meshPath": "resources/w/exterior/ext_door001.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": -5.0, "positionZ": 0.0, "scale": 1.0, "interactive": false }, { "name": "inai", - "texturePath": "resources/w/inai001.png", - "meshPath": "resources/w/inai001.txt", + "texturePath": "resources/w/exterior/Building_work014.png", + "meshPath": "resources/w/exterior/int_building002.txt", "rotationX": 0.0, - "rotationY": -1.5707963267948966, + "rotationY": 0.0, "rotationZ": 0.0, - "positionX": 2.5, - "positionY": 1.4, - "positionZ": -9.9, + "positionX": 0.0, + "positionY": -5.0, + "positionZ": 0.0, "scale": 1.0, "interactive": false }, - { - "name": "bench", - "texturePath": "resources/w/bench001opt.png", - "meshPath": "resources/w/bench002opt.txt", + { + "name": "stairs", + "texturePath": "resources/w/exterior/Staircase001.png", + "meshPath": "resources/w/exterior/int_stairs001.txt", "rotationX": 0.0, - "rotationY": 3.141592653589793, + "rotationY": 0.0, "rotationZ": 0.0, - "positionX": -2.1, - "positionY": 0.5, - "positionZ": -7.9, - "scale": 3.0, + "positionX": 0.0, + "positionY": -5.0, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree001", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": -1.5707963267948966, + "rotationZ": 0.0, + "positionX": 10.0, + "positionY": -5.0, + "positionZ": 12.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree002", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 1.5707963267948966, + "rotationZ": 0.0, + "positionX": -12, + "positionY": -5.0, + "positionZ": 19.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree003", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": -12.0, + "positionY": -5.0, + "positionZ": 8.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree004", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": -1.5707963267948966, + "rotationZ": 0.0, + "positionX": -12.0, + "positionY": -5.0, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree005", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 1.5707963267948966, + "rotationZ": 0.0, + "positionX": -12.0, + "positionY": -5.0, + "positionZ": -8.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree006", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 8.49915, + "positionY": -5.0, + "positionZ": -2.59884, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree007", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": -1.5707963267948966, + "rotationZ": 0.0, + "positionX": 14.5936, + "positionY": -5.0, + "positionZ": 5.3401, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree008", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 1.5707963267948966, + "rotationZ": 0.0, + "positionX": 23.9295, + "positionY": -5.0, + "positionZ": 9.00583, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree009", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 29.8128, + "positionY": -5.0, + "positionZ": -1.45278, + "scale": 1.0, + "interactive": false + }, + { + "name": "tree010", + "texturePath": "resources/w/exterior/tree001.png", + "meshPath": "resources/w/exterior/tree003.txt", + "rotationX": 0.0, + "rotationY": -1.5707963267948966, + "rotationZ": 0.0, + "positionX": 33.1771, + "positionY": -5.0, + "positionZ": 14.609, + "scale": 1.0, "interactive": false } ] diff --git a/resources/config2/gameobjects2.json b/resources/config2/gameobjects2.json index 50b4635..8774286 100644 --- a/resources/config2/gameobjects2.json +++ b/resources/config2/gameobjects2.json @@ -1,9 +1,22 @@ { "objects": [ + { + "name": "Plane", + "texturePath": "resources/w/exterior/Segmented_Plane002.png", + "meshPath": "resources/w/exterior/Segmented_Plane002.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": 0.0, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, { "name": "door", "texturePath": "resources/w/exterior/door002.png", - "meshPath": "resources/w/exterior/door002.txt", + "meshPath": "resources/w/exterior/ext_door001.txt", "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0, @@ -15,8 +28,8 @@ }, { "name": "inai", - "texturePath": "resources/w/exterior/Main_Building.png", - "meshPath": "resources/w/exterior/Main_Building.txt", + "texturePath": "resources/w/exterior/Ext_Building004.png", + "meshPath": "resources/w/exterior/ext_building001.txt", "rotationX": 0.0, "rotationY": 0.0, "rotationZ": 0.0, diff --git a/resources/config2/gameobjects_dorm.json b/resources/config2/gameobjects_dorm.json new file mode 100644 index 0000000..c8c25ce --- /dev/null +++ b/resources/config2/gameobjects_dorm.json @@ -0,0 +1,56 @@ +{ + "objects": [ + { + "name": "Plane", + "texturePath": "resources/w/dorm/Segmented_Plane002.png", + "meshPath": "resources/w/dorm/dorm_land001.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": -0.1, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "Building", + "texturePath": "resources/w/dorm/building_base017.png", + "meshPath": "resources/w/dorm/dorm_building001.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": -0.1, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "Stairs", + "texturePath": "resources/w/dorm/Staircase_Obj002sm.png", + "meshPath": "resources/w/dorm/dorm_stairs001.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": -0.1, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + }, + { + "name": "Door", + "texturePath": "resources/w/dorm/Entrance003.png", + "meshPath": "resources/w/dorm/dorm_entrance001.txt", + "rotationX": 0.0, + "rotationY": 0.0, + "rotationZ": 0.0, + "positionX": 0.0, + "positionY": -0.1, + "positionZ": 0.0, + "scale": 1.0, + "interactive": false + } + ] + } \ No newline at end of file diff --git a/resources/config2/navigation.json b/resources/config2/navigation.json index 877a74a..bc1cef4 100644 --- a/resources/config2/navigation.json +++ b/resources/config2/navigation.json @@ -10,466 +10,24 @@ "available": true, "polygon": [ [ - -2.2, - 0.8 + -100, + 100 ], [ - 2.2, - 0.8 + 100, + 100 ], [ - 2.2, - -40.8 + 100, + -100 ], [ - -2.2, - -40.8 - ] - ] - }, - { - "name": "left_door_05", - "available": true, - "polygon": [ - [ - -3.4, - -4.2 - ], - [ - -2.0, - -4.2 - ], - [ - -2.0, - -5.8 - ], - [ - -3.4, - -5.8 - ] - ] - }, - { - "name": "right_door_05", - "available": true, - "polygon": [ - [ - 2.0, - -4.2 - ], - [ - 3.4, - -4.2 - ], - [ - 3.4, - -5.8 - ], - [ - 2.0, - -5.8 - ] - ] - }, - { - "name": "left_room_05", - "available": true, - "polygon": [ - [ - -8.8, - -1.0 - ], - [ - -3.0, - -1.0 - ], - [ - -3.0, - -9.0 - ], - [ - -8.8, - -9.0 - ] - ] - }, - { - "name": "right_room_05", - "available": true, - "polygon": [ - [ - 3.0, - -1.0 - ], - [ - 8.8, - -1.0 - ], - [ - 8.8, - -9.0 - ], - [ - 3.0, - -9.0 - ] - ] - }, - { - "name": "left_door_15", - "available": true, - "polygon": [ - [ - -3.4, - -14.2 - ], - [ - -2.0, - -14.2 - ], - [ - -2.0, - -15.8 - ], - [ - -3.4, - -15.8 - ] - ] - }, - { - "name": "right_door_15", - "available": true, - "polygon": [ - [ - 2.0, - -14.2 - ], - [ - 3.4, - -14.2 - ], - [ - 3.4, - -15.8 - ], - [ - 2.0, - -15.8 - ] - ] - }, - { - "name": "left_room_15", - "available": true, - "polygon": [ - [ - -8.8, - -11.0 - ], - [ - -3.0, - -11.0 - ], - [ - -3.0, - -19.0 - ], - [ - -8.8, - -19.0 - ] - ] - }, - { - "name": "right_room_15", - "available": true, - "polygon": [ - [ - 3.0, - -11.0 - ], - [ - 8.8, - -11.0 - ], - [ - 8.8, - -19.0 - ], - [ - 3.0, - -19.0 - ] - ] - }, - { - "name": "left_door_25", - "available": true, - "polygon": [ - [ - -3.4, - -24.2 - ], - [ - -2.0, - -24.2 - ], - [ - -2.0, - -25.8 - ], - [ - -3.4, - -25.8 - ] - ] - }, - { - "name": "right_door_25", - "available": true, - "polygon": [ - [ - 2.0, - -24.2 - ], - [ - 3.4, - -24.2 - ], - [ - 3.4, - -25.8 - ], - [ - 2.0, - -25.8 - ] - ] - }, - { - "name": "left_room_25", - "available": true, - "polygon": [ - [ - -8.8, - -21.0 - ], - [ - -3.0, - -21.0 - ], - [ - -3.0, - -29.0 - ], - [ - -8.8, - -29.0 - ] - ] - }, - { - "name": "right_room_25", - "available": true, - "polygon": [ - [ - 3.0, - -21.0 - ], - [ - 8.8, - -21.0 - ], - [ - 8.8, - -29.0 - ], - [ - 3.0, - -29.0 - ] - ] - }, - { - "name": "left_door_35", - "available": true, - "polygon": [ - [ - -3.4, - -34.2 - ], - [ - -2.0, - -34.2 - ], - [ - -2.0, - -35.8 - ], - [ - -3.4, - -35.8 - ] - ] - }, - { - "name": "right_door_35", - "available": true, - "polygon": [ - [ - 2.0, - -34.2 - ], - [ - 3.4, - -34.2 - ], - [ - 3.4, - -35.8 - ], - [ - 2.0, - -35.8 - ] - ] - }, - { - "name": "left_room_35", - "available": true, - "polygon": [ - [ - -8.8, - -31.0 - ], - [ - -3.0, - -31.0 - ], - [ - -3.0, - -39.0 - ], - [ - -8.8, - -39.0 - ] - ] - }, - { - "name": "right_room_35", - "available": true, - "polygon": [ - [ - 3.0, - -31.0 - ], - [ - 8.8, - -31.0 - ], - [ - 8.8, - -39.0 - ], - [ - 3.0, - -39.0 + -100, + -100 ] ] } ], "obstacles": [ - { - "name": "firebox", - "polygon": [ - [ - -2.49468, - -32.87888 - ], - [ - -2.05776, - -32.87888 - ], - [ - -2.05776, - -31.51618 - ], - [ - -2.49468, - -31.51618 - ] - ] - }, - { - "name": "bench", - "polygon": [ - [ - -2.54485, - -9.31999 - ], - [ - -2.51786, - -9.3557 - ], - [ - -2.48369, - -9.37177 - ], - [ - -2.45574, - -9.38357 - ], - [ - -2.17907, - -9.39566 - ], - [ - -1.80829, - -9.40749 - ], - [ - -1.7521, - -9.36413 - ], - [ - -1.66462, - -9.28728 - ], - [ - -1.65801, - -9.14512 - ], - [ - -1.65114, - -7.22169 - ], - [ - -1.65535, - -6.51944 - ], - [ - -1.72626, - -6.42306 - ], - [ - -1.76837, - -6.39498 - ], - [ - -2.47166, - -6.39746 - ], - [ - -2.5309, - -6.44135 - ], - [ - -2.53691, - -7.18464 - ] - ] - } ] } diff --git a/resources/config2/navigation_dorm.json b/resources/config2/navigation_dorm.json new file mode 100644 index 0000000..bc1cef4 --- /dev/null +++ b/resources/config2/navigation_dorm.json @@ -0,0 +1,33 @@ +{ + "cellSize": 0.4, + "agentRadius": 0.45, + "floorY": 0.0, + "objectPadding": 0.25, + "boundaryPadding": 0.35, + "areas": [ + { + "name": "main_corridor", + "available": true, + "polygon": [ + [ + -100, + 100 + ], + [ + 100, + 100 + ], + [ + 100, + -100 + ], + [ + -100, + -100 + ] + ] + } + ], + "obstacles": [ + ] +} diff --git a/resources/config2/npcs.json b/resources/config2/npcs.json index 9809dc3..4fea5cc 100644 --- a/resources/config2/npcs.json +++ b/resources/config2/npcs.json @@ -6,9 +6,9 @@ "texturePath": "resources/w/ghost_skin001.png", "animationIdlePath": "resources/w/default_float001.anim", "animationWalkPath": "resources/w/default_float001.anim", - "positionX": 0.0, - "positionY": 0.0, - "positionZ": -35.0, + "positionX": -0.28594, + "positionY": 0, + "positionZ": 13.9641, "walkSpeed": 1.5, "rotationSpeed": 8.0, "modelScale": 0.01, @@ -35,9 +35,9 @@ "animationActionToStandPath": "resources/w/default_float001_cut.anim", "animationActionToDeathPath": "resources/w/default_float001_cut.anim", "animationDeathIdlePath": "resources/w/default_float001_cut.anim", - "positionX": 0.0, + "positionX": 4.09561, "positionY": 0.0, - "positionZ": -20.0, + "positionZ": 6.28458, "walkSpeed": 1.5, "rotationSpeed": 8.0, "modelScale": 0.01, @@ -59,9 +59,9 @@ "animationActionToStandPath": "resources/w/default_float001_cut.anim", "animationActionToDeathPath": "resources/w/default_float001_cut.anim", "animationDeathIdlePath": "resources/w/default_float001_cut.anim", - "positionX": -5.91548, + "positionX": -4.95651, "positionY": 0.0, - "positionZ": -25.1861, + "positionZ": 5.81422, "walkSpeed": 1.5, "rotationSpeed": 8.0, "modelScale": 0.01, @@ -83,9 +83,9 @@ "animationActionToStandPath": "resources/w/default_float001_cut.anim", "animationActionToDeathPath": "resources/w/default_float001_cut.anim", "animationDeathIdlePath": "resources/w/default_float001_cut.anim", - "positionX": 6.64604, + "positionX": 0, "positionY": 0.0, - "positionZ": -16.0176, + "positionZ": 10, "walkSpeed": 1.5, "rotationSpeed": 8.0, "modelScale": 0.01, diff --git a/resources/config2/npcs2.json b/resources/config2/npcs2.json index 84c23fe..58d3649 100644 --- a/resources/config2/npcs2.json +++ b/resources/config2/npcs2.json @@ -80,6 +80,46 @@ "modelCorrectionRotY": 180.0, "modelCorrectionRotZ": 0.0, "interactionRadius": 2.0 + }, + { + "id": "npc_teacher", + "name": "Аида Токтоналы", + "animationIdlePath": "resources/w/new_anims/teacher_stand_idle001.txt", + "animationWalkPath": "resources/w/new_anims/woman_walk4_001.txt", + "meshTextures": { + "Teacher_lowpoly": "resources/w/new_anims/UniV_Grid_2K.001_Base_color.png" + }, + "positionX": -3.76765, + "positionY": 0.0, + "positionZ": -21.8495, + "facingAngle" : 0, + "walkSpeed": 1.3, + "rotationSpeed": 8.0, + "modelScale": 1.0, + "modelCorrectionRotX": -90.0, + "modelCorrectionRotY": 180.0, + "modelCorrectionRotZ": 0.0, + "interactionRadius": 2.0 + }, + { + "id": "npc_teacher02", + "name": "Асель Дженибековна", + "animationIdlePath": "resources/w/new_anims/teacher_stand_idle001.txt", + "animationWalkPath": "resources/w/new_anims/woman_walk4_001.txt", + "meshTextures": { + "Teacher_lowpoly": "resources/w/new_anims/UniV_Grid_2K.001_Base_color.png" + }, + "positionX": 12.7499, + "positionY": 0.0, + "positionZ": -20.8708, + "facingAngle" : 0, + "walkSpeed": 1.3, + "rotationSpeed": 8.0, + "modelScale": 1.0, + "modelCorrectionRotX": -90.0, + "modelCorrectionRotY": 180.0, + "modelCorrectionRotZ": 0.0, + "interactionRadius": 2.0 } ] } \ No newline at end of file diff --git a/resources/config2/npcs_dorm.json b/resources/config2/npcs_dorm.json new file mode 100644 index 0000000..5877d62 --- /dev/null +++ b/resources/config2/npcs_dorm.json @@ -0,0 +1,5 @@ +{ + "npcs": [ + + ] + } \ No newline at end of file diff --git a/resources/dialogue/sample_dialogues.json b/resources/dialogue/sample_dialogues.json index 3def1df..2f875b0 100644 --- a/resources/dialogue/sample_dialogues.json +++ b/resources/dialogue/sample_dialogues.json @@ -8,7 +8,7 @@ "id": "line_1", "type": "Line", "speaker": "Студент", - "portrait": "resources/w/avatar_unknown.png", + "portrait": "resources/w/avatar_student.png", "text": "В университете завелись призраки, мне страшно ходить на занятия.", "next": "line_2" }, @@ -24,7 +24,7 @@ "id": "line_3", "type": "Line", "speaker": "Студент", - "portrait": "resources/w/avatar_unknown.png", + "portrait": "resources/w/avatar_student.png", "text": "Спроси у Мухтара байке, он все знает.", "next": "line_4" }, @@ -100,7 +100,7 @@ "id": "line_1", "type": "Line", "speaker": "Студентка", - "portrait": "resources/w/avatar_unknown.png", + "portrait": "resources/w/avatar_girl.png", "text": "С этими призраками совсем невозможно ходить на лекции!", "next": "end_1" }, @@ -160,7 +160,7 @@ "id": "line_1", "type": "Line", "speaker": "Беспокойный Призрак", - "portrait": "resources/ghost_avatar.png", + "portrait": "resources/w/avatar_ghost.png", "text": "Нечасто я вижу смертных, готовых разговаривать со мной.", "next": "choice_1" }, @@ -189,7 +189,7 @@ "id": "line_goods", "type": "Line", "speaker": "Беспокойный Призрак", - "portrait": "resources/ghost_avatar.png", + "portrait": "resources/avatar_ghost.png", "text": "Это моя месть студентам за то что они призвали меня.", "next": "end_1" }, @@ -197,7 +197,7 @@ "id": "line_who", "type": "Line", "speaker": "Беспокойный Призрак", - "portrait": "resources/ghost_avatar.png", + "portrait": "resources/avatar_ghost.png", "text": "Группа студентов совершила ритуал и призвала меня сюда. Пока проклятие не спадет, я всегда буду здесь обитать.", "next": "choice_1" }, @@ -313,6 +313,32 @@ "type": "End" } ] + }, + { + "id": "dialog_aida", + "start": "line_1", + "nodes": [ + { + "id": "line_1", + "type": "Line", + "speaker": "Асель Дженибековна", + "portrait": "resources/w/avatar_teacher.png", + "text": "Молодой человек, у меня обед! Я принимаю лабораторные работы только после двух!", + "next": "line_2" + }, + { + "id": "line_2", + "type": "Line", + "speaker": "Hero", + "portrait": "resources/w/gg/gg2_s_podsvetkoy5.png", + "text": "Хорошо, Асель Дженибековна.", + "next": "end_1" + }, + { + "id": "end_1", + "type": "End" + } + ] } ], "cutscenes": [ diff --git a/resources/hero.png b/resources/hero.png deleted file mode 100644 index 6ee790d..0000000 --- a/resources/hero.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219db4827e0592950f17246741077783aa4edd45f549e20b36d3839e051f747e -size 100964 diff --git a/resources/shaders/default_shadow.vertex b/resources/shaders/default_shadow.vertex index a0b1034..7f3b9c5 100644 --- a/resources/shaders/default_shadow.vertex +++ b/resources/shaders/default_shadow.vertex @@ -1,5 +1,3 @@ -#version 120 - attribute vec3 vPosition; attribute vec2 vTexCoord; attribute vec3 vNormal; diff --git a/resources/shaders/skinning_shadow.vertex b/resources/shaders/skinning_shadow.vertex index ba8ae2f..4aa14cb 100644 --- a/resources/shaders/skinning_shadow.vertex +++ b/resources/shaders/skinning_shadow.vertex @@ -1,5 +1,3 @@ -#version 120 - attribute vec3 vPosition; attribute vec2 vTexCoord; attribute vec3 vNormal; diff --git a/resources/start2.lua b/resources/start2.lua index 04e132b..952bcb6 100644 --- a/resources/start2.lua +++ b/resources/start2.lua @@ -13,19 +13,15 @@ end step1() -local function step3x() - game_api.npc_walk_to(2, 2.0, 0.0, -27.0, step1x) -end - local function step2x() - game_api.npc_walk_to(2, -1.0, 0.0, -12.0, step3x) + game_api.npc_walk_to(3, 12.7499, 0, -20.8708, step1x) end function step1x() - game_api.npc_walk_to(2, 2.0, 0.0, -16.0, step2x) + game_api.npc_walk_to(3, -5.74176, 0, -25.8261, step2x) end ---step1x() +step1x() -- ============================================ -- ITEM PICKUP HANDLER -- ============================================ @@ -51,6 +47,9 @@ function on_npc_interact(npc_index) if npc_index == 2 then game_api.start_dialogue("dialog_mukhtar") end + if npc_index == 4 then + game_api.start_dialogue("dialog_aida") + end end print("Lua script loaded successfully!") \ No newline at end of file diff --git a/resources/start_dorm.lua b/resources/start_dorm.lua new file mode 100644 index 0000000..b574d67 --- /dev/null +++ b/resources/start_dorm.lua @@ -0,0 +1,6 @@ +-- ============================================ +-- NPC PATROL WAYPOINTS +-- ============================================ + + +print("Lua script loaded successfully--!") \ No newline at end of file diff --git a/resources/w/avatar_ghost.png b/resources/w/avatar_ghost.png new file mode 100644 index 0000000..9730602 --- /dev/null +++ b/resources/w/avatar_ghost.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e23c339160e0bf2d24bba5edf260ff182bc4e864673ad26464f77564c0a99d +size 132395 diff --git a/resources/w/avatar_girl.png b/resources/w/avatar_girl.png new file mode 100644 index 0000000..5169fc2 --- /dev/null +++ b/resources/w/avatar_girl.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a218612fa95c1d8af6cdedd70efbdf8ab967266adeea0c8c49f6aa1e15405e92 +size 135845 diff --git a/resources/w/avatar_girlfriend.png b/resources/w/avatar_girlfriend.png new file mode 100644 index 0000000..815b1f7 --- /dev/null +++ b/resources/w/avatar_girlfriend.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b353ed2661e45f9efafc4629f94b43de599868776924793ac9a20cecec9d81 +size 159503 diff --git a/resources/w/avatar_student.png b/resources/w/avatar_student.png new file mode 100644 index 0000000..79f37c5 --- /dev/null +++ b/resources/w/avatar_student.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9630ee04933ec509eb8504f19cfa11641dfb1b2ea19e81fba8a7f86eafbe116 +size 122493 diff --git a/resources/w/avatar_teacher.png b/resources/w/avatar_teacher.png new file mode 100644 index 0000000..d1207f5 --- /dev/null +++ b/resources/w/avatar_teacher.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a88b1c1c51b4c653db9cd4e1e52ba945e9f01d35692c871d9b1e2b48055cb8 +size 142375 diff --git a/resources/w/dorm/Entrance003.png b/resources/w/dorm/Entrance003.png new file mode 100644 index 0000000..f283776 --- /dev/null +++ b/resources/w/dorm/Entrance003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179bc650a00e17d3c0080d2f907702205ae0a686b9fd4f1e2031cd7947600be3 +size 126971 diff --git a/resources/w/dorm/Segmented_Plane002.png b/resources/w/dorm/Segmented_Plane002.png new file mode 100644 index 0000000..9e88415 --- /dev/null +++ b/resources/w/dorm/Segmented_Plane002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fd2e8a0f269d1a5ebb1d740bfc4504d82d8e2d3aa2564a2ff36578b4c0dfd0 +size 8568178 diff --git a/resources/w/dorm/Staircase_Obj002sm.png b/resources/w/dorm/Staircase_Obj002sm.png new file mode 100644 index 0000000..b55d4d2 --- /dev/null +++ b/resources/w/dorm/Staircase_Obj002sm.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bd92f8ce75a606365d9bf266be43a77f026436a0fcbcb1aee65d71931d48d3 +size 757508 diff --git a/resources/w/dorm/building_base017.png b/resources/w/dorm/building_base017.png new file mode 100644 index 0000000..fbda27d --- /dev/null +++ b/resources/w/dorm/building_base017.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96840959d194f27b176aeecc36c7d75014a5977b9785d3988a98515ad963be26 +size 11859182 diff --git a/resources/w/dorm/dorm_building001.txt b/resources/w/dorm/dorm_building001.txt new file mode 100644 index 0000000..8bbf9b1 --- /dev/null +++ b/resources/w/dorm/dorm_building001.txt @@ -0,0 +1,3644 @@ +===Vertices (Split by UV/Normal): 1971 +V 0: Pos(-22.9, -8.9, 3.1) Norm(-0.577402, -0.577418, 0.57723) UV(0.872621, 0.260615) +V 1: Pos(-22.9, -5.7, 1.0) Norm(-0.904536, 0.301508, 0.301508) UV(0.903368, 0.213763) +V 2: Pos(-22.9, -8.9, -0.1) Norm(-0.577347, -0.577342, -0.577362) UV(0.919473, 0.260615) +V 3: Pos(-22.9, 4.2, 1.0) Norm(-0.904532, 0.301514, 0.301514) UV(0.903368, 0.068814) +V 4: Pos(-22.9, -4.2, 1.0) Norm(-0.904534, -0.301512, 0.301511) UV(0.903368, 0.191801) +V 5: Pos(-22.9, 8.9, 3.1) Norm(-0.577389, 0.577404, 0.577258) UV(0.872621, -0.0) +V 6: Pos(-22.9, 5.7, 1.0) Norm(-0.904536, -0.301508, 0.301508) UV(0.903368, 0.046852) +V 7: Pos(-22.9, 5.7, 2.5) Norm(-0.904539, -0.301512, -0.301495) UV(0.881406, 0.046852) +V 8: Pos(-2.05, 8.9, 1.0) Norm(-0.301503, 0.904535, 0.301517) UV(0.809663, 0.3653) +V 9: Pos(2.05, 8.9, 1.0) Norm(0.301498, 0.90454, 0.301506) UV(0.809663, 0.305271) +V 10: Pos(22.9, 8.9, -0.1) Norm(0.577353, 0.57733, -0.577368) UV(0.825769, 0.0) +V 11: Pos(2.05, 8.9, 2.5) Norm(0.301508, 0.904534, -0.301516) UV(0.787701, 0.305271) +V 12: Pos(-2.05, 8.9, 2.5) Norm(-0.301502, 0.904541, -0.301499) UV(0.787701, 0.3653) +V 13: Pos(-22.9, 8.9, 3.1) Norm(-0.577389, 0.577404, 0.577258) UV(0.778917, 0.670571) +V 14: Pos(22.9, 8.9, 3.1) Norm(0.577399, 0.577417, 0.577235) UV(0.872621, 0.52123) +V 15: Pos(22.9, 5.7, 1.0) Norm(0.904536, -0.301508, 0.301508) UV(0.903368, 0.474378) +V 16: Pos(22.9, 8.9, -0.1) Norm(0.577353, 0.57733, -0.577368) UV(0.919473, 0.52123) +V 17: Pos(22.9, -4.2, 1.0) Norm(0.904532, -0.301514, 0.301514) UV(0.903368, 0.329429) +V 18: Pos(22.9, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.903368, 0.452416) +V 19: Pos(22.9, -8.9, 3.1) Norm(0.577389, -0.577406, 0.577255) UV(0.872621, 0.260615) +V 20: Pos(22.9, -5.7, 1.0) Norm(0.904536, 0.301508, 0.301508) UV(0.903368, 0.307467) +V 21: Pos(22.9, -5.7, 2.5) Norm(0.904539, 0.301512, -0.301495) UV(0.881406, 0.307467) +V 22: Pos(-22.9, -8.9, 3.1) Norm(-0.577402, -0.577418, 0.57723) UV(0.825769, 0.0) +V 23: Pos(-2.05, -8.9, 2.5) Norm(-0.301516, -0.904535, -0.301505) UV(0.834554, 0.305271) +V 24: Pos(2.05, -8.9, 2.5) Norm(0.301501, -0.904535, -0.301517) UV(0.834554, 0.3653) +V 25: Pos(-22.9, -8.9, -0.1) Norm(-0.577347, -0.577342, -0.577362) UV(0.872621, 0.0) +V 26: Pos(22.9, -8.9, -0.1) Norm(0.57734, -0.57733, -0.577381) UV(0.872621, 0.670571) +V 27: Pos(-0.9, -8.9, 0.1) Norm(0.301515, -0.904531, 0.301519) UV(0.869693, 0.322108) +V 28: Pos(22.9, 8.9, -0.1) Norm(0.577353, 0.57733, -0.577368) UV(0.260615, 0.670571) +V 29: Pos(-22.9, -8.9, -0.1) Norm(-0.577347, -0.577342, -0.577362) UV(0.0, 0.0) +V 30: Pos(-22.9, 8.9, -0.1) Norm(-0.577345, 0.577321, -0.577385) UV(0.260615, 0.0) +V 31: Pos(17.200001, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.263543, 0.083455) +V 32: Pos(17.000002, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.086384) +V 33: Pos(22.9, -8.9, 3.1) Norm(0.577389, -0.577406, 0.577255) UV(0.260615, -0.0) +V 34: Pos(-7.6, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.445095, 0.446559) +V 35: Pos(-5.8, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.448023, 0.420205) +V 36: Pos(-7.800001, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.448023, 0.449488) +V 37: Pos(-13.5, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(0.408492, 0.532943) +V 38: Pos(-17.000002, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.408492, 0.584187) +V 39: Pos(-22.700003, 1.0, 3.1) Norm(0.301517, -0.301485, 0.904541) UV(0.405564, 0.667643) +V 40: Pos(17.200001, 1.2, 3.1) Norm(0.301512, 0.301496, 0.904539) UV(0.408492, 0.083455) +V 41: Pos(17.000002, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.518302, 0.086384) +V 42: Pos(17.000002, 1.2, 3.1) Norm(-0.301513, 0.3015, 0.904538) UV(0.408492, 0.086384) +V 43: Pos(7.6, -3.7, 3.1) Norm(-0.301532, 0.301515, 0.904526) UV(0.33675, 0.224012) +V 44: Pos(5.8, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.333821, 0.250366) +V 45: Pos(7.800001, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.333821, 0.221083) +V 46: Pos(5.6, -1.0, 3.1) Norm(-0.577374, 0.577342, 0.577334) UV(0.376281, 0.253294) +V 47: Pos(7.800001, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.373353, 0.221083) +V 48: Pos(11.3, -1.2, 3.1) Norm(-0.301497, -0.301518, 0.904537) UV(0.373353, 0.169839) +V 49: Pos(11.499999, 3.7, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.445095, 0.166911) +V 50: Pos(13.3, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.445095, 0.140556) +V 51: Pos(11.500001, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.448023, 0.166911) +V 52: Pos(-5.6, 2.7, 0.1) Norm(0.577343, 0.577365, 0.577343) UV(0.175695, 0.783309) +V 53: Pos(-5.6, 8.7, 3.1) Norm(0.301502, -0.301507, 0.904539) UV(0.131772, 0.871157) +V 54: Pos(-5.6, 2.7, 3.1) Norm(0.301513, 0.301497, 0.904538) UV(0.131772, 0.783309) +V 55: Pos(2.05, 8.7, 1.562499) Norm(0.707096, -0.707117, 0.0) UV(0.719436, 0.77672) +V 56: Pos(-2.05, 8.7, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.727672, 0.716691) +V 57: Pos(2.05, 8.7, 1.0) Norm(0.301513, -0.904533, 0.301514) UV(0.727672, 0.77672) +V 58: Pos(-5.6, 8.7, 3.1) Norm(0.301502, -0.301507, 0.904539) UV(0.696925, 0.664715) +V 59: Pos(-5.6, 8.7, 0.1) Norm(0.577381, -0.57733, 0.57734) UV(0.740849, 0.664715) +V 60: Pos(-3.55, 8.7, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.727672, 0.694729) +V 61: Pos(3.55, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.70571, 0.798682) +V 62: Pos(1.12, 8.7, 3.1) Norm(0.0, -0.707081, 0.707132) UV(0.696925, 0.763104) +V 63: Pos(2.05, 8.7, 2.5) Norm(0.301512, -0.904533, -0.301512) UV(0.70571, 0.77672) +V 64: Pos(5.6, 2.7, 0.1) Norm(-0.577343, 0.577337, 0.577371) UV(0.219619, 0.871157) +V 65: Pos(5.6, 8.7, 3.1) Norm(-0.301501, -0.301511, 0.904538) UV(0.175696, 0.783309) +V 66: Pos(5.6, 8.7, 0.1) Norm(-0.577361, -0.577315, 0.577375) UV(0.219619, 0.783309) +V 67: Pos(-5.6, 2.7, 3.1) Norm(0.301513, 0.301497, 0.904538) UV(-0.0, 0.834553) +V 68: Pos(-2.46, 2.7, 2.2) Norm(-0.301518, 0.90453, -0.301517) UV(0.013177, 0.78858) +V 69: Pos(-4.26, 2.7, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.013177, 0.814934) +V 70: Pos(-2.46, 3.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.695461, 0.368375) +V 71: Pos(-5.6, 8.7, 0.1) Norm(0.577381, -0.57733, 0.57734) UV(0.778917, 0.414348) +V 72: Pos(-4.26, 3.0, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.695461, 0.394729) +V 73: Pos(-4.26, 2.7, 0.1) Norm(0.301516, 0.301512, 0.904532) UV(0.691069, 0.394729) +V 74: Pos(-2.46, 2.7, 0.1) Norm(-0.301511, 0.301511, 0.904535) UV(0.691069, 0.368375) +V 75: Pos(-5.6, 2.5, 0.1) Norm(0.577343, -0.577365, 0.577343) UV(0.97511, 0.956076) +V 76: Pos(-5.6, 1.0, 3.1) Norm(0.577361, -0.577348, 0.577342) UV(0.997072, 0.912152) +V 77: Pos(-5.6, 1.0, 0.1) Norm(0.301506, -0.301505, 0.904538) UV(0.997072, 0.956076) +V 78: Pos(-5.6, -2.176419, 3.1) Norm(0.707117, 0.0, 0.707097) UV(0.131772, 0.766085) +V 79: Pos(-5.6, -8.7, 0.1) Norm(0.57734, 0.577338, 0.577373) UV(0.175695, 0.670571) +V 80: Pos(-5.6, -1.0, 0.1) Norm(0.301498, 0.301512, 0.904538) UV(0.175695, 0.783309) +V 81: Pos(5.6, 2.5, 3.1) Norm(-0.301511, -0.301514, 0.904533) UV(0.043924, 0.834553) +V 82: Pos(-5.6, 2.5, 3.1) Norm(0.301515, -0.301498, 0.904538) UV(0.043924, 0.670571) +V 83: Pos(-2.46, 2.5, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.057101, 0.716545) +V 84: Pos(5.6, 1.0, 0.1) Norm(-0.301496, -0.30151, 0.90454) UV(0.893119, 1.0) +V 85: Pos(5.6, 1.0, 3.1) Norm(-0.577374, -0.577341, 0.577336) UV(0.893119, 0.956076) +V 86: Pos(5.6, 2.176419, 3.1) Norm(-0.707117, 0.0, 0.707097) UV(0.910343, 0.956076) +V 87: Pos(5.6, -8.7, 3.1) Norm(-0.301497, 0.301506, 0.904541) UV(0.175696, 0.783309) +V 88: Pos(5.6, -1.0, 0.1) Norm(-0.301502, 0.301516, 0.904536) UV(0.219619, 0.670571) +V 89: Pos(5.6, -8.7, 0.1) Norm(-0.577355, 0.57733, 0.577366) UV(0.219619, 0.783309) +V 90: Pos(0.9, -8.7, 0.887498) Norm(-0.707092, 0.707122, 0.0) UV(0.120242, 0.739385) +V 91: Pos(2.05, -8.7, 1.937501) Norm(0.707081, 0.707132, 0.0) UV(0.104868, 0.722548) +V 92: Pos(2.05, -8.7, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.118594, 0.722548) +V 93: Pos(-2.05, -8.7, 2.5) Norm(-0.301507, 0.904533, -0.301518) UV(0.096633, 0.782577) +V 94: Pos(-3.55, -8.7, 2.5) Norm(0.301508, 0.904536, -0.301509) UV(0.096633, 0.804539) +V 95: Pos(-5.6, -8.7, 3.1) Norm(0.301511, 0.301506, 0.904536) UV(0.087848, 0.834553) +V 96: Pos(-2.05, -8.7, 1.562499) Norm(-0.707088, 0.707125, 0.0) UV(0.110359, 0.782577) +V 97: Pos(-0.9, -8.7, 2.2) Norm(0.301494, 0.90454, -0.301511) UV(0.101025, 0.765739) +V 98: Pos(-0.9, -8.7, 1.412501) Norm(0.70711, 0.707103, 0.0) UV(0.112555, 0.765739) +V 99: Pos(-4.26, 2.2, 0.1) Norm(0.0, 0.0, 1.0) UV(0.683748, 0.394729) +V 100: Pos(-4.1, 1.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.666179, 0.392387) +V 101: Pos(-2.46, 2.2, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.683748, 0.368375) +V 102: Pos(0.9, -8.400001, 0.1) Norm(0.0, 0.0, 1.0) UV(0.528551, 0.31918) +V 103: Pos(-5.6, -1.0, 0.1) Norm(0.301498, 0.301512, 0.904538) UV(0.636896, 0.414348) +V 104: Pos(-0.9, -8.400001, 0.1) Norm(0.0, 0.0, 1.0) UV(0.528551, 0.345534) +V 105: Pos(-2.46, 2.5, 0.1) Norm(-0.301516, -0.301512, 0.904532) UV(0.688141, 0.368375) +V 106: Pos(-4.26, 2.5, 0.1) Norm(0.301511, -0.301511, 0.904535) UV(0.688141, 0.394729) +V 107: Pos(-5.6, 0.246696, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.655149, 0.414348) +V 108: Pos(-5.6, 1.0, 0.1) Norm(0.301506, -0.301505, 0.904538) UV(0.666179, 0.414348) +V 109: Pos(-0.9, -8.7, 0.1) Norm(0.301513, 0.301502, 0.904536) UV(0.524158, 0.345534) +V 110: Pos(0.9, -8.7, 0.1) Norm(-0.301512, 0.301501, 0.904537) UV(0.524158, 0.31918) +V 111: Pos(5.6, 1.0, 0.1) Norm(-0.301496, -0.30151, 0.90454) UV(0.666179, 0.250366) +V 112: Pos(-3.242857, 0.142857, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.653629, 0.379837) +V 113: Pos(-0.9, -8.9, 0.1) Norm(0.301515, -0.904531, 0.301519) UV(0.959004, 0.986823) +V 114: Pos(-0.9, -8.7, 0.1) Norm(0.301513, 0.301502, 0.904536) UV(0.956076, 0.986823) +V 115: Pos(-0.9, -8.7, 1.412501) Norm(0.70711, 0.707103, 0.0) UV(0.956076, 0.967606) +V 116: Pos(0.9, -8.9, 1.412497) Norm(-0.707109, -0.707104, 0.0) UV(0.959004, 0.967606) +V 117: Pos(0.9, -8.7, 2.198214) Norm(-0.707101, 0.707112, 0.0) UV(0.961933, 0.956102) +V 118: Pos(0.9, -8.7, 0.887498) Norm(-0.707092, 0.707122, 0.0) UV(0.961933, 0.975293) +V 119: Pos(-0.9, -8.9, 0.1) Norm(0.301515, -0.904531, 0.301519) UV(0.52123, 0.345534) +V 120: Pos(-0.9, -8.9, 2.2) Norm(0.30151, -0.904534, -0.301513) UV(0.002928, 0.959004) +V 121: Pos(0.9, -8.7, 2.2) Norm(-0.301512, 0.904534, -0.301513) UV(0.005857, 0.985359) +V 122: Pos(0.9, -8.9, 2.2) Norm(-0.301508, -0.904537, -0.301505) UV(0.002928, 0.985359) +V 123: Pos(-4.26, 2.7, 0.1) Norm(0.301516, 0.301512, 0.904532) UV(0.124451, 0.976574) +V 124: Pos(-4.26, 2.5, 2.2) Norm(0.301516, -0.904531, -0.301515) UV(0.127379, 0.945827) +V 125: Pos(-4.26, 2.5, 0.1) Norm(0.301511, -0.301511, 0.904535) UV(0.127379, 0.976574) +V 126: Pos(-2.46, 2.7, 2.2) Norm(-0.301518, 0.90453, -0.301517) UV(0.130307, 0.945827) +V 127: Pos(-2.46, 2.5, 0.1) Norm(-0.301516, -0.301512, 0.904532) UV(0.127379, 0.976574) +V 128: Pos(-2.46, 2.5, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.127379, 0.945827) +V 129: Pos(-2.46, 2.7, 2.2) Norm(-0.301518, 0.90453, -0.301517) UV(0.002928, 0.985359) +V 130: Pos(-4.26, 2.5, 2.2) Norm(0.301516, -0.904531, -0.301515) UV(0.0, 0.959004) +V 131: Pos(-4.26, 2.7, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.002928, 0.959004) +V 132: Pos(-3.55, 8.9, 1.0) Norm(0.30151, 0.90453, 0.301524) UV(0.969253, 0.912152) +V 133: Pos(-3.55, 8.7, 2.5) Norm(0.301508, -0.904536, -0.301508) UV(0.972181, 0.89019) +V 134: Pos(-3.55, 8.7, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.972181, 0.912152) +V 135: Pos(-2.05, 8.9, 1.0) Norm(-0.301503, 0.904535, 0.301517) UV(0.97511, 0.417277) +V 136: Pos(-2.05, 8.7, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.972182, 0.417277) +V 137: Pos(-2.05, 8.7, 1.684821) Norm(-0.7071, -0.707113, 0.0) UV(0.972182, 0.40725) +V 138: Pos(-2.05, 8.9, 1.0) Norm(-0.301503, 0.904535, 0.301517) UV(0.95754, 0.89019) +V 139: Pos(-3.55, 8.7, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.954612, 0.912152) +V 140: Pos(-2.05, 8.7, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.954612, 0.89019) +V 141: Pos(-2.05, 8.9, 2.5) Norm(-0.301502, 0.904541, -0.301499) UV(0.960469, 0.912152) +V 142: Pos(-3.55, 8.7, 2.5) Norm(0.301508, -0.904536, -0.301508) UV(0.95754, 0.89019) +V 143: Pos(-3.55, 8.9, 2.5) Norm(0.301514, 0.904526, -0.301534) UV(0.960469, 0.89019) +V 144: Pos(-3.55, -8.9, 1.0) Norm(0.301512, -0.904534, 0.301512) UV(0.97511, 0.912152) +V 145: Pos(-3.55, -8.7, 2.5) Norm(0.301508, 0.904536, -0.301509) UV(0.972181, 0.89019) +V 146: Pos(-3.55, -8.9, 2.5) Norm(0.301513, -0.904524, -0.30154) UV(0.97511, 0.89019) +V 147: Pos(-2.05, -8.9, 1.643231) Norm(-0.707093, -0.707121, 0.0) UV(0.97511, 0.407859) +V 148: Pos(-2.05, -8.7, 2.5) Norm(-0.301507, 0.904533, -0.301518) UV(0.978038, 0.395315) +V 149: Pos(-2.05, -8.7, 1.562499) Norm(-0.707088, 0.707125, 0.0) UV(0.978038, 0.409041) +V 150: Pos(-3.55, -8.9, 1.0) Norm(0.301512, -0.904534, 0.301512) UV(0.960469, 0.912152) +V 151: Pos(-2.05, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.963397, 0.89019) +V 152: Pos(-3.55, -8.7, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.963397, 0.912152) +V 153: Pos(-3.55, -8.9, 2.5) Norm(0.301513, -0.904524, -0.30154) UV(0.963397, 0.395315) +V 154: Pos(-2.05, -8.7, 2.5) Norm(-0.301507, 0.904533, -0.301518) UV(0.966325, 0.417277) +V 155: Pos(-2.05, -8.9, 2.5) Norm(-0.301516, -0.904535, -0.301505) UV(0.963397, 0.417277) +V 156: Pos(2.05, 8.9, 2.5) Norm(0.301508, 0.904534, -0.301516) UV(0.97511, 0.89019) +V 157: Pos(2.05, 8.7, 2.5) Norm(0.301512, -0.904533, -0.301512) UV(0.978038, 0.89019) +V 158: Pos(2.05, 8.7, 1.562499) Norm(0.707096, -0.707117, 0.0) UV(0.978038, 0.903916) +V 159: Pos(3.55, 8.9, 2.5) Norm(-0.301509, 0.904527, -0.301536) UV(0.008785, 0.959004) +V 160: Pos(3.55, 8.7, 1.0) Norm(-0.30151, -0.904535, 0.301511) UV(0.005857, 0.980966) +V 161: Pos(3.55, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.005857, 0.959004) +V 162: Pos(3.55, 8.9, 1.0) Norm(-0.301515, 0.904528, 0.301526) UV(0.966325, 0.89019) +V 163: Pos(2.05, 8.7, 1.0) Norm(0.301513, -0.904533, 0.301514) UV(0.963397, 0.912152) +V 164: Pos(3.55, 8.7, 1.0) Norm(-0.30151, -0.904535, 0.301511) UV(0.963397, 0.89019) +V 165: Pos(3.55, 8.9, 2.5) Norm(-0.301509, 0.904527, -0.301536) UV(0.969253, 0.417277) +V 166: Pos(2.05, 8.7, 2.5) Norm(0.301512, -0.904533, -0.301512) UV(0.966325, 0.395315) +V 167: Pos(2.05, 8.9, 2.5) Norm(0.301508, 0.904534, -0.301516) UV(0.969253, 0.395315) +V 168: Pos(2.05, -8.9, 1.356769) Norm(0.707098, -0.707115, 0.0) UV(0.011713, 0.975743) +V 169: Pos(2.05, -8.7, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.008785, 0.980966) +V 170: Pos(2.05, -8.7, 1.937501) Norm(0.707081, 0.707132, 0.0) UV(0.008785, 0.96724) +V 171: Pos(3.55, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301512) UV(0.011713, 0.980966) +V 172: Pos(3.55, -8.7, 2.5) Norm(-0.301508, 0.904536, -0.301509) UV(0.014641, 0.959004) +V 173: Pos(3.55, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.014641, 0.980966) +V 174: Pos(2.05, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.966325, 0.912152) +V 175: Pos(3.55, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.969253, 0.89019) +V 176: Pos(2.05, -8.7, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.969253, 0.912152) +V 177: Pos(2.05, -8.9, 2.5) Norm(0.301501, -0.904535, -0.301517) UV(0.969253, 0.395315) +V 178: Pos(3.55, -8.7, 2.5) Norm(-0.301508, 0.904536, -0.301509) UV(0.972182, 0.417277) +V 179: Pos(3.55, -8.9, 2.5) Norm(-0.301514, -0.904526, -0.301534) UV(0.969253, 0.417277) +V 180: Pos(-22.700003, -1.0, 0.1) Norm(0.577345, 0.577368, 0.577338) UV(0.983895, 0.802343) +V 181: Pos(-22.700003, 1.0, 3.1) Norm(0.301517, -0.301485, 0.904541) UV(0.954612, 0.758419) +V 182: Pos(-22.700003, -1.0, 3.1) Norm(0.301511, 0.301486, 0.904543) UV(0.983895, 0.758419) +V 183: Pos(-22.700003, 1.0, 3.1) Norm(0.301517, -0.301485, 0.904541) UV(0.52123, 0.664715) +V 184: Pos(-15.700001, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.534407, 0.767204) +V 185: Pos(-14.800001, 1.0, 2.2) Norm(-0.301512, -0.904534, -0.301512) UV(0.534407, 0.780381) +V 186: Pos(14.800001, 1.0, 2.2) Norm(0.301516, -0.904534, -0.301507) UV(0.578331, 0.799414) +V 187: Pos(15.700001, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.578331, 0.812591) +V 188: Pos(22.700003, 1.0, 3.1) Norm(-0.301515, -0.301485, 0.904542) UV(0.565154, 0.915081) +V 189: Pos(22.700003, -1.0, 0.1) Norm(-0.577345, 0.577368, 0.577338) UV(0.954612, 0.846266) +V 190: Pos(22.700003, 1.0, 3.1) Norm(-0.301515, -0.301485, 0.904542) UV(0.983895, 0.802343) +V 191: Pos(22.700003, 1.0, 0.1) Norm(-0.577342, -0.577373, 0.577336) UV(0.983895, 0.846266) +V 192: Pos(-22.700003, -1.0, 3.1) Norm(0.301511, 0.301486, 0.904543) UV(0.609078, 0.915081) +V 193: Pos(-14.800001, -1.0, 2.2) Norm(-0.301516, 0.904535, -0.301503) UV(0.622255, 0.799414) +V 194: Pos(-15.700001, -1.0, 2.2) Norm(0.301511, 0.904534, -0.301511) UV(0.622255, 0.812591) +V 195: Pos(22.700003, -1.0, 3.1) Norm(-0.301514, 0.301485, 0.904542) UV(0.653001, 0.664715) +V 196: Pos(15.700001, -1.0, 2.2) Norm(-0.301516, 0.904536, -0.301503) UV(0.666179, 0.767204) +V 197: Pos(14.800001, -1.0, 2.2) Norm(0.301515, 0.904533, -0.301512) UV(0.666179, 0.780381) +V 198: Pos(-9.1, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.465593) +V 199: Pos(-9.1, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.465593) +V 200: Pos(22.700003, 1.0, 0.1) Norm(-0.577342, -0.577373, 0.577336) UV(0.666179, -0.0) +V 201: Pos(20.400002, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.033675) +V 202: Pos(20.400002, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641289, 0.033675) +V 203: Pos(-19.500002, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.617862) +V 204: Pos(-19.500002, 0.859031, 0.1) Norm(0.0, 0.0, 1.0) UV(0.664115, 0.617862) +V 205: Pos(-19.68824, 0.867323, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.664236, 0.620618) +V 206: Pos(-19.500002, 1.0, 0.1) Norm(-0.301513, -0.301509, 0.904534) UV(0.666179, 0.617862) +V 207: Pos(-15.700001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.562226) +V 208: Pos(-14.800001, 1.0, 0.1) Norm(-0.30152, -0.301503, 0.904534) UV(0.666179, 0.549048) +V 209: Pos(-15.700001, 1.0, 0.1) Norm(0.301516, -0.301507, 0.904534) UV(0.666179, 0.562226) +V 210: Pos(-10.000001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.47877) +V 211: Pos(-9.1, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.666179, 0.465593) +V 212: Pos(-10.000001, 1.0, 0.1) Norm(0.301513, -0.301513, 0.904533) UV(0.666179, 0.47877) +V 213: Pos(9.1, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.199122) +V 214: Pos(10.000001, 1.0, 0.1) Norm(-0.301519, -0.301502, 0.904535) UV(0.666179, 0.185944) +V 215: Pos(9.1, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.666179, 0.199122) +V 216: Pos(19.500002, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.046852) +V 217: Pos(20.400002, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.666179, 0.033675) +V 218: Pos(19.500002, 1.0, 0.1) Norm(0.301518, -0.301509, 0.904533) UV(0.666179, 0.046852) +V 219: Pos(14.800001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.115666) +V 220: Pos(15.700001, 1.0, 0.1) Norm(-0.301518, -0.301514, 0.904531) UV(0.666179, 0.102489) +V 221: Pos(14.800001, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.666179, 0.115666) +V 222: Pos(-19.500002, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.617862) +V 223: Pos(-20.400002, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.636896, 0.63104) +V 224: Pos(-19.500002, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.636896, 0.617862) +V 225: Pos(-14.800001, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.549048) +V 226: Pos(-15.700001, -1.0, 0.1) Norm(0.301518, 0.301509, 0.904532) UV(0.636896, 0.562226) +V 227: Pos(-14.800001, -1.0, 0.1) Norm(-0.301515, 0.301502, 0.904536) UV(0.636896, 0.549048) +V 228: Pos(-10.000001, -1.0, 0.1) Norm(0.301518, 0.301514, 0.904531) UV(0.636896, 0.47877) +V 229: Pos(-9.1, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.636896, 0.465593) +V 230: Pos(10.000001, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641289, 0.185944) +V 231: Pos(9.1, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.636896, 0.199122) +V 232: Pos(10.000001, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.636896, 0.185944) +V 233: Pos(19.500002, -1.0, 0.1) Norm(0.301513, 0.301509, 0.904534) UV(0.636896, 0.046852) +V 234: Pos(19.68824, -0.867323, 0.1) Norm(0.0, 0.0, 1.0) UV(0.638839, 0.044096) +V 235: Pos(19.500002, -0.859031, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.63896, 0.046852) +V 236: Pos(15.700001, -0.7, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.641289, 0.102489) +V 237: Pos(14.800001, -1.0, 0.1) Norm(0.301516, 0.301502, 0.904536) UV(0.636896, 0.115666) +V 238: Pos(15.700001, -1.0, 0.1) Norm(-0.301513, 0.301508, 0.904535) UV(0.636896, 0.102489) +V 239: Pos(19.500002, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641289, 0.046852) +V 240: Pos(-11.3, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.263543, 0.670571) +V 241: Pos(-11.3, -1.2, 3.1) Norm(0.301499, -0.3015, 0.904542) UV(0.219619, 0.780381) +V 242: Pos(-11.3, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.219619, 0.670571) +V 243: Pos(-7.800001, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.919473, 0.263543) +V 244: Pos(-11.3, -1.2, 3.1) Norm(0.301499, -0.3015, 0.904542) UV(0.919473, 0.212299) +V 245: Pos(-9.1, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.93265, 0.24451) +V 246: Pos(-7.800001, -3.9, 3.1) Norm(-0.577357, -0.577335, 0.577359) UV(0.866764, 0.912152) +V 247: Pos(-7.800001, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.906296, 0.912152) +V 248: Pos(-7.800001, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.881406, 0.925329) +V 249: Pos(-11.3, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.043924, 0.91508) +V 250: Pos(-11.3, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.0, 0.91508) +V 251: Pos(-9.3, -8.700001, 1.0) Norm(0.301511, 0.904535, 0.30151) UV(0.030747, 0.885798) +V 252: Pos(-7.800001, -8.700001, 3.1) Norm(0.0, 0.707105, 0.707109) UV(0.0, 0.863836) +V 253: Pos(-7.9, -8.700001, 2.5) Norm(0.0, 0.707108, -0.707106) UV(0.008785, 0.8653) +V 254: Pos(-7.9, -8.700001, 3.1) Norm(0.0, 0.707099, 0.707115) UV(0.0, 0.8653) +V 255: Pos(-7.800001, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.030747, 0.863836) +V 256: Pos(-7.9, -8.700001, 0.1) Norm(0.0, 0.70711, 0.707104) UV(0.043924, 0.8653) +V 257: Pos(-7.9, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.030747, 0.8653) +V 258: Pos(-8.1, -2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.609078, 0.450952) +V 259: Pos(-8.1, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.450952) +V 260: Pos(-9.1, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.465593) +V 261: Pos(-10.000001, -1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.629575, 0.47877) +V 262: Pos(-9.1, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.633968, 0.465593) +V 263: Pos(-10.000001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.633968, 0.47877) +V 264: Pos(-7.800001, -2.9, 0.1) Norm(-0.301517, 0.301521, 0.904529) UV(0.609078, 0.446559) +V 265: Pos(-7.800001, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.622255, 0.446559) +V 266: Pos(-7.800001, -8.700001, 0.1) Norm(0.0, 0.707105, 0.707108) UV(0.524158, 0.446559) +V 267: Pos(-7.9, -3.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.594436, 0.448023) +V 268: Pos(-7.9, -8.700001, 0.1) Norm(0.0, 0.70711, 0.707104) UV(0.524158, 0.448023) +V 269: Pos(-5.8, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.945827, 0.956076) +V 270: Pos(-7.800001, -3.9, 3.1) Norm(-0.577357, -0.577335, 0.577359) UV(0.97511, 0.912152) +V 271: Pos(-7.800001, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.97511, 0.956076) +V 272: Pos(-5.8, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.263543, 0.960469) +V 273: Pos(-5.8, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.219619, 0.89019) +V 274: Pos(-5.8, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.263543, 0.89019) +V 275: Pos(-5.8, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.043924, 0.834553) +V 276: Pos(-7.800001, -8.700001, 0.1) Norm(0.0, 0.707105, 0.707108) UV(0.043924, 0.863836) +V 277: Pos(-5.8, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.524158, 0.417277) +V 278: Pos(-7.800001, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.594436, 0.446559) +V 279: Pos(-7.6, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.483163, 0.670571) +V 280: Pos(-7.6, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.519766, 0.670571) +V 281: Pos(-7.6, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.494876, 0.683748) +V 282: Pos(-7.6, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.989751, 0.263543) +V 283: Pos(-5.8, -1.2, 3.1) Norm(-0.301516, -0.301515, 0.904531) UV(0.963397, 0.219619) +V 284: Pos(-7.6, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.989751, 0.219619) +V 285: Pos(-5.8, -3.7, 0.1) Norm(-0.577341, 0.577362, 0.577348) UV(0.483163, 0.758419) +V 286: Pos(-5.8, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.483163, 0.714495) +V 287: Pos(-5.8, -2.254148, 3.1) Norm(-0.707103, 0.0, 0.707111) UV(0.504332, 0.714495) +V 288: Pos(-7.6, -3.7, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.963397, 0.307467) +V 289: Pos(-5.8, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.989751, 0.263543) +V 290: Pos(-5.8, -3.7, 0.1) Norm(-0.577341, 0.577362, 0.577348) UV(0.989751, 0.307467) +V 291: Pos(-5.8, -1.2, 0.1) Norm(-0.57733, -0.577361, 0.57736) UV(0.633968, 0.417277) +V 292: Pos(-7.3, -2.0, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.622255, 0.439239) +V 293: Pos(-7.3, -2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.609078, 0.439239) +V 294: Pos(-7.6, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.622255, 0.443631) +V 295: Pos(-7.6, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.609078, 0.443631) +V 296: Pos(-10.000001, -1.0, 0.1) Norm(0.301518, 0.301514, 0.904531) UV(0.210835, 0.98243) +V 297: Pos(-10.000001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.213763, 0.951684) +V 298: Pos(-10.000001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.213763, 0.98243) +V 299: Pos(-9.1, -1.0, 2.2) Norm(-0.301511, 0.904538, -0.301499) UV(0.216691, 0.951684) +V 300: Pos(-9.1, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.213763, 0.98243) +V 301: Pos(-9.1, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.213763, 0.951684) +V 302: Pos(-9.1, -1.0, 2.2) Norm(-0.301511, 0.904538, -0.301499) UV(0.887262, 0.666179) +V 303: Pos(-10.000001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.884334, 0.653001) +V 304: Pos(-10.000001, -1.0, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.887262, 0.653001) +V 305: Pos(-7.6, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.118594, 0.945827) +V 306: Pos(-7.800001, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.121523, 0.91508) +V 307: Pos(-7.800001, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.121523, 0.945827) +V 308: Pos(-7.800001, -2.9, 0.1) Norm(-0.301517, 0.301521, 0.904529) UV(0.121523, 0.945827) +V 309: Pos(-7.6, -2.9, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.124451, 0.91508) +V 310: Pos(-7.6, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.124451, 0.945827) +V 311: Pos(-7.6, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.872621, 0.666179) +V 312: Pos(-7.800001, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.875549, 0.653001) +V 313: Pos(-7.800001, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.875549, 0.666179) +V 314: Pos(-9.3, -8.9, 2.5) Norm(0.301512, -0.904536, -0.301505) UV(0.52123, 0.934114) +V 315: Pos(-9.3, -8.700001, 1.0) Norm(0.301511, 0.904535, 0.30151) UV(0.518302, 0.956076) +V 316: Pos(-9.3, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301513) UV(0.518302, 0.934114) +V 317: Pos(-7.800001, -8.9, 1.0) Norm(-0.301517, -0.904534, 0.301507) UV(0.518302, 0.978038) +V 318: Pos(-7.800001, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.52123, 0.956076) +V 319: Pos(-7.800001, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.52123, 0.978038) +V 320: Pos(-7.800001, -8.9, 1.0) Norm(-0.301517, -0.904534, 0.301507) UV(0.585651, 0.959004) +V 321: Pos(-7.800001, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.588579, 0.959004) +V 322: Pos(-7.9, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.588579, 0.960469) +V 323: Pos(-9.3, -8.9, 2.5) Norm(0.301512, -0.904536, -0.301505) UV(0.014641, 0.959004) +V 324: Pos(-9.3, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301513) UV(0.01757, 0.959004) +V 325: Pos(-7.9, -8.700001, 2.5) Norm(0.0, 0.707108, -0.707106) UV(0.01757, 0.979502) +V 326: Pos(-17.000002, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.307467, 0.670571) +V 327: Pos(-17.000002, -1.2, 3.1) Norm(0.301499, -0.301501, 0.904542) UV(0.263543, 0.780381) +V 328: Pos(-17.000002, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.263543, 0.670571) +V 329: Pos(-13.5, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.872621, 0.653001) +V 330: Pos(-17.000002, -1.2, 3.1) Norm(0.301499, -0.301501, 0.904542) UV(0.872621, 0.601757) +V 331: Pos(-14.800001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.885798, 0.633968) +V 332: Pos(-13.5, -3.9, 3.1) Norm(-0.577357, -0.577334, 0.577359) UV(0.906296, 0.912152) +V 333: Pos(-13.5, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.945827, 0.912152) +V 334: Pos(-13.5, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.920937, 0.925329) +V 335: Pos(-17.000002, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.740849, 0.909224) +V 336: Pos(-17.000002, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.696925, 0.909224) +V 337: Pos(-15.0, -8.700001, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.727672, 0.879941) +V 338: Pos(-13.5, -8.700001, 3.1) Norm(0.0, 0.707105, 0.707109) UV(0.696925, 0.85798) +V 339: Pos(-13.6, -8.700001, 2.5) Norm(0.0, 0.707108, -0.707106) UV(0.70571, 0.859444) +V 340: Pos(-13.6, -8.700001, 3.1) Norm(0.0, 0.707099, 0.707115) UV(0.696925, 0.859444) +V 341: Pos(-13.5, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.727672, 0.85798) +V 342: Pos(-13.6, -8.700001, 0.1) Norm(0.0, 0.70711, 0.707104) UV(0.740849, 0.859444) +V 343: Pos(-13.6, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.727672, 0.859444) +V 344: Pos(-13.8, -2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.609078, 0.534407) +V 345: Pos(-13.8, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.534407) +V 346: Pos(-14.800001, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.549048) +V 347: Pos(-15.700001, -1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.629575, 0.562226) +V 348: Pos(-14.800001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.633968, 0.549048) +V 349: Pos(-15.700001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.633968, 0.562226) +V 350: Pos(-13.5, -2.0, 0.1) Norm(-0.301516, -0.301516, 0.904531) UV(0.622255, 0.530015) +V 351: Pos(-13.5, -8.700001, 0.1) Norm(0.0, 0.707105, 0.707108) UV(0.524158, 0.530015) +V 352: Pos(-13.6, -3.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.594436, 0.531479) +V 353: Pos(-13.6, -8.700001, 0.1) Norm(0.0, 0.70711, 0.707104) UV(0.524158, 0.531479) +V 354: Pos(-11.500001, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.954612, 0.89019) +V 355: Pos(-13.5, -3.9, 3.1) Norm(-0.577357, -0.577334, 0.577359) UV(0.983895, 0.846266) +V 356: Pos(-13.5, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.983895, 0.89019) +V 357: Pos(-11.500001, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.307467, 0.960469) +V 358: Pos(-11.500001, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.263543, 0.89019) +V 359: Pos(-11.500001, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.307467, 0.89019) +V 360: Pos(-11.500001, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.740849, 0.828697) +V 361: Pos(-13.5, -8.700001, 0.1) Norm(0.0, 0.707105, 0.707108) UV(0.740849, 0.85798) +V 362: Pos(-11.500001, -8.700001, 0.1) Norm(-0.577369, 0.577343, 0.577339) UV(0.524158, 0.500732) +V 363: Pos(-13.5, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.594436, 0.530015) +V 364: Pos(-13.3, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.740849, 0.664715) +V 365: Pos(-13.3, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.777452, 0.664715) +V 366: Pos(-13.3, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.752562, 0.677892) +V 367: Pos(-13.3, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.696925, 0.959004) +V 368: Pos(-11.499999, -1.2, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.670571, 0.915081) +V 369: Pos(-13.3, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.696925, 0.915081) +V 370: Pos(-11.499999, -3.7, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.740849, 0.752562) +V 371: Pos(-11.499999, -1.2, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.777452, 0.708638) +V 372: Pos(-11.499999, -1.2, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.777452, 0.752562) +V 373: Pos(-13.3, -3.7, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.960469, 0.609078) +V 374: Pos(-11.499999, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.986823, 0.565154) +V 375: Pos(-11.499999, -3.7, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.986823, 0.609078) +V 376: Pos(-11.499999, -1.2, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.633968, 0.500732) +V 377: Pos(-13.0, -2.0, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.622255, 0.522694) +V 378: Pos(-13.0, -2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.609078, 0.522694) +V 379: Pos(-13.3, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.622255, 0.527086) +V 380: Pos(-13.3, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.609078, 0.527086) +V 381: Pos(-15.700001, -1.0, 0.1) Norm(0.301518, 0.301509, 0.904532) UV(0.216691, 0.98243) +V 382: Pos(-15.700001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.219619, 0.951684) +V 383: Pos(-15.700001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.219619, 0.98243) +V 384: Pos(-14.800001, -1.0, 2.2) Norm(-0.301516, 0.904535, -0.301503) UV(0.986823, 0.670571) +V 385: Pos(-14.800001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.983895, 0.701318) +V 386: Pos(-14.800001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.983895, 0.670571) +V 387: Pos(-14.800001, -1.0, 2.2) Norm(-0.301516, 0.904535, -0.301503) UV(0.898975, 0.666179) +V 388: Pos(-15.700001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.896047, 0.653001) +V 389: Pos(-15.700001, -1.0, 2.2) Norm(0.301511, 0.904534, -0.301511) UV(0.898975, 0.653001) +V 390: Pos(-13.3, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.961932, 0.986823) +V 391: Pos(-13.5, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.964861, 0.956076) +V 392: Pos(-13.5, -2.0, 0.1) Norm(-0.301516, -0.301516, 0.904531) UV(0.964861, 0.986823) +V 393: Pos(-13.5, -2.9, 0.1) Norm(-0.301513, 0.301516, 0.904532) UV(0.964861, 0.986823) +V 394: Pos(-13.3, -2.9, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.967789, 0.956076) +V 395: Pos(-13.3, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.967789, 0.986823) +V 396: Pos(-13.5, -2.9, 0.1) Norm(-0.301513, 0.301516, 0.904532) UV(0.609078, 0.530015) +V 397: Pos(-13.3, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.919473, 0.518302) +V 398: Pos(-13.5, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.922401, 0.505124) +V 399: Pos(-13.5, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.922401, 0.518302) +V 400: Pos(-15.0, -8.9, 2.5) Norm(0.301511, -0.904532, -0.301519) UV(0.020498, 0.959004) +V 401: Pos(-15.0, -8.700001, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.01757, 0.980966) +V 402: Pos(-15.0, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301514) UV(0.01757, 0.959004) +V 403: Pos(-13.5, -8.9, 1.0) Norm(-0.301513, -0.904536, 0.301503) UV(0.020498, 0.980966) +V 404: Pos(-13.5, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.023426, 0.959004) +V 405: Pos(-13.5, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.023426, 0.980966) +V 406: Pos(-13.5, -8.9, 1.0) Norm(-0.301513, -0.904536, 0.301503) UV(0.023426, 0.959004) +V 407: Pos(-13.5, -8.700001, 1.0) Norm(-0.301513, 0.904533, 0.301513) UV(0.026354, 0.959004) +V 408: Pos(-13.6, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.026354, 0.960468) +V 409: Pos(-15.0, -8.9, 2.5) Norm(0.301511, -0.904532, -0.301519) UV(0.026354, 0.959004) +V 410: Pos(-15.0, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301514) UV(0.029282, 0.959004) +V 411: Pos(-13.6, -8.700001, 2.5) Norm(0.0, 0.707108, -0.707106) UV(0.029282, 0.979502) +V 412: Pos(-22.700001, -4.2, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.316252, 0.736457) +V 413: Pos(-22.700001, -4.2, 3.1) Norm(0.707106, 0.0, 0.707108) UV(0.307467, 0.736457) +V 414: Pos(-22.700001, -4.762504, 2.5) Norm(0.707117, 0.0, -0.707096) UV(0.316252, 0.728221) +V 415: Pos(-22.700001, -8.700001, 3.1) Norm(0.301507, 0.301517, 0.904534) UV(0.307467, 0.670571) +V 416: Pos(-22.700001, -8.700001, 0.1) Norm(0.577357, 0.577339, 0.577355) UV(0.351391, 0.670571) +V 417: Pos(-22.700001, -5.7, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.338214, 0.714495) +V 418: Pos(-17.200001, -1.2, 3.1) Norm(-0.301498, -0.301498, 0.904543) UV(0.043924, 0.91508) +V 419: Pos(-22.700001, -1.2, 3.1) Norm(0.30148, -0.301495, 0.90455) UV(0.043924, 0.834553) +V 420: Pos(-19.500002, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.057101, 0.881405) +V 421: Pos(-17.200001, -8.700001, 0.1) Norm(-0.577353, 0.577357, 0.57734) UV(0.395315, 0.780381) +V 422: Pos(-17.200001, -1.2, 3.1) Norm(-0.301498, -0.301498, 0.904543) UV(0.351391, 0.670571) +V 423: Pos(-17.200001, -1.2, 0.1) Norm(-0.577339, -0.577371, 0.577341) UV(0.395315, 0.670571) +V 424: Pos(-17.200001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.087848, 0.834553) +V 425: Pos(-17.200001, -8.700001, 0.1) Norm(-0.577353, 0.577357, 0.57734) UV(0.131772, 0.834553) +V 426: Pos(-19.200001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.118594, 0.863836) +V 427: Pos(-20.5, -8.700001, 3.1) Norm(0.0, 0.70709, 0.707124) UV(0.087848, 0.88287) +V 428: Pos(-20.700001, -8.700001, 2.5) Norm(0.30151, 0.904535, -0.30151) UV(0.096633, 0.885798) +V 429: Pos(-22.385395, -8.700001, 3.1) Norm(0.0, 0.707113, 0.707101) UV(0.087848, 0.910474) +V 430: Pos(-20.400002, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.63104) +V 431: Pos(-17.200001, -8.700001, 0.1) Norm(-0.577353, 0.577357, 0.57734) UV(0.524158, 0.584187) +V 432: Pos(-19.500002, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.617862) +V 433: Pos(-19.500002, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.633968, 0.617862) +V 434: Pos(-20.400002, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.633968, 0.63104) +V 435: Pos(-20.400002, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.983895, 0.732064) +V 436: Pos(-20.400002, -1.2, 2.2) Norm(0.301513, -0.904537, -0.3015) UV(0.986823, 0.701318) +V 437: Pos(-20.400002, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.986823, 0.732064) +V 438: Pos(-19.500002, -1.0, 2.2) Norm(-0.301517, 0.904535, -0.301504) UV(0.986823, 0.732064) +V 439: Pos(-19.500002, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.983895, 0.762811) +V 440: Pos(-19.500002, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.983895, 0.732064) +V 441: Pos(-19.500002, -1.0, 2.2) Norm(-0.301517, 0.904535, -0.301504) UV(0.901904, 0.666179) +V 442: Pos(-20.400002, -1.2, 2.2) Norm(0.301513, -0.904537, -0.3015) UV(0.898975, 0.653001) +V 443: Pos(-20.400002, -1.0, 2.2) Norm(0.301509, 0.904535, -0.301509) UV(0.901904, 0.653001) +V 444: Pos(-20.700001, -8.9, 1.0) Norm(0.301511, -0.904534, 0.301512) UV(0.032211, 0.980966) +V 445: Pos(-20.700001, -8.700001, 2.5) Norm(0.30151, 0.904535, -0.30151) UV(0.029282, 0.959004) +V 446: Pos(-20.700001, -8.9, 2.5) Norm(0.301509, -0.904539, -0.301499) UV(0.032211, 0.959004) +V 447: Pos(-19.200001, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301511) UV(0.032211, 0.980966) +V 448: Pos(-19.200001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.035139, 0.959004) +V 449: Pos(-19.200001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.035139, 0.980966) +V 450: Pos(-20.700001, -8.9, 1.0) Norm(0.301511, -0.904534, 0.301512) UV(0.035139, 0.980966) +V 451: Pos(-19.200001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.038067, 0.959004) +V 452: Pos(-20.700001, -8.700001, 1.0) Norm(0.301509, 0.904536, 0.301509) UV(0.038067, 0.980966) +V 453: Pos(-20.700001, -8.9, 2.5) Norm(0.301509, -0.904539, -0.301499) UV(0.038067, 0.959004) +V 454: Pos(-20.700001, -8.700001, 2.5) Norm(0.30151, 0.904535, -0.30151) UV(0.040995, 0.959004) +V 455: Pos(-19.840002, -8.700001, 2.5) Norm(0.0, 0.707118, -0.707096) UV(0.040995, 0.971596) +V 456: Pos(-22.9, -4.2, 1.0) Norm(-0.904534, -0.301512, 0.301511) UV(0.043924, 0.980966) +V 457: Pos(-22.700001, -4.2, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.040995, 0.959004) +V 458: Pos(-22.9, -4.2, 2.5) Norm(-0.904537, -0.301514, -0.301498) UV(0.043924, 0.959004) +V 459: Pos(-22.9, -5.7, 1.0) Norm(-0.904536, 0.301508, 0.301508) UV(0.043924, 0.980966) +V 460: Pos(-22.700001, -5.7, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.046852, 0.959004) +V 461: Pos(-22.700001, -5.7, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.046852, 0.980966) +V 462: Pos(-22.9, -5.7, 1.0) Norm(-0.904536, 0.301508, 0.301508) UV(0.046852, 0.959004) +V 463: Pos(-22.700001, -4.2, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.04978, 0.980966) +V 464: Pos(-22.9, -4.2, 1.0) Norm(-0.904534, -0.301512, 0.301511) UV(0.046852, 0.980966) +V 465: Pos(-22.9, -4.2, 2.5) Norm(-0.904537, -0.301514, -0.301498) UV(0.052708, 0.980966) +V 466: Pos(-22.700001, -4.2, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.04978, 0.980966) +V 467: Pos(-22.700001, -4.762504, 2.5) Norm(0.707117, 0.0, -0.707096) UV(0.04978, 0.97273) +V 468: Pos(-11.3, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.439239, 0.670571) +V 469: Pos(-11.3, 8.700001, 3.1) Norm(0.301496, -0.301512, 0.904539) UV(0.395315, 0.780381) +V 470: Pos(-11.3, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.395315, 0.670571) +V 471: Pos(-9.3, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.30151) UV(0.903368, 0.550512) +V 472: Pos(-9.3, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.881406, 0.550512) +V 473: Pos(-11.3, 8.700001, 3.1) Norm(0.301496, -0.301512, 0.904539) UV(0.872621, 0.52123) +V 474: Pos(-7.9, 8.700001, 1.0) Norm(0.0, -0.707111, 0.707102) UV(0.903368, 0.57101) +V 475: Pos(-7.800001, 8.700001, 0.1) Norm(0.0, -0.707117, 0.707097) UV(0.916545, 0.572474) +V 476: Pos(-7.800001, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.903368, 0.572474) +V 477: Pos(-7.800001, 8.700001, 3.1) Norm(0.0, -0.707105, 0.707109) UV(0.872621, 0.572474) +V 478: Pos(-7.9, 8.700001, 2.5) Norm(0.0, -0.707108, -0.707106) UV(0.881406, 0.57101) +V 479: Pos(-7.800001, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.881406, 0.572474) +V 480: Pos(-7.800001, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.02489, 0.928258) +V 481: Pos(-7.800001, 2.0, 2.2) Norm(-0.904535, 0.301514, -0.301505) UV(0.011713, 0.928258) +V 482: Pos(-7.800001, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(-0.0, 0.91508) +V 483: Pos(-11.3, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.919473, 0.314788) +V 484: Pos(-7.800001, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(0.919473, 0.263543) +V 485: Pos(-10.000001, 1.2, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.93265, 0.295754) +V 486: Pos(-7.9, 3.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.708638, 0.448023) +V 487: Pos(-11.3, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.669107, 0.497804) +V 488: Pos(-10.000001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.47877) +V 489: Pos(-8.1, 2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.693997, 0.450952) +V 490: Pos(-7.800001, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.68082, 0.446559) +V 491: Pos(-7.800001, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.693997, 0.446559) +V 492: Pos(-7.9, 8.700001, 0.1) Norm(0.0, -0.707107, 0.707107) UV(0.778917, 0.448023) +V 493: Pos(-7.800001, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.708638, 0.446559) +V 494: Pos(-7.800001, 8.700001, 0.1) Norm(0.0, -0.707117, 0.707097) UV(0.778917, 0.446559) +V 495: Pos(-9.1, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.465593) +V 496: Pos(-10.000001, 1.2, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.669107, 0.47877) +V 497: Pos(-9.1, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.669107, 0.465593) +V 498: Pos(-5.8, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.872621, 0.601757) +V 499: Pos(-5.8, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.439239, 0.960469) +V 500: Pos(-5.8, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.395315, 0.89019) +V 501: Pos(-5.8, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.439239, 0.89019) +V 502: Pos(-7.800001, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.483163, 0.934114) +V 503: Pos(-5.8, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.512445, 0.978038) +V 504: Pos(-7.800001, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.483163, 0.978038) +V 505: Pos(-5.8, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.708638, 0.417277) +V 506: Pos(-7.6, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.740849, 0.752562) +V 507: Pos(-7.6, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.777452, 0.752562) +V 508: Pos(-7.6, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.752562, 0.765739) +V 509: Pos(-7.6, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.989751, 0.351391) +V 510: Pos(-5.8, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.90453) UV(0.963397, 0.307467) +V 511: Pos(-7.6, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.989751, 0.307467) +V 512: Pos(-5.8, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.483163, 0.802343) +V 513: Pos(-5.8, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.90453) UV(0.519766, 0.758419) +V 514: Pos(-5.8, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.519766, 0.802343) +V 515: Pos(-7.6, 1.2, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.963397, 0.395315) +V 516: Pos(-5.8, 1.2, 3.1) Norm(-0.301517, 0.301515, 0.904531) UV(0.989751, 0.351391) +V 517: Pos(-5.8, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.989751, 0.395315) +V 518: Pos(-5.8, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.70571, 0.417277) +V 519: Pos(-7.3, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.439239) +V 520: Pos(-7.3, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.439239) +V 521: Pos(-7.6, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.693997, 0.443631) +V 522: Pos(-7.6, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.68082, 0.443631) +V 523: Pos(-10.000001, 1.0, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.986823, 0.762811) +V 524: Pos(-10.000001, 1.2, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.983895, 0.793558) +V 525: Pos(-10.000001, 1.2, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.983895, 0.762811) +V 526: Pos(-9.1, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.983895, 0.824304) +V 527: Pos(-9.1, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.986823, 0.793558) +V 528: Pos(-9.1, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.986823, 0.824304) +V 529: Pos(-10.000001, 1.0, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.890191, 0.653001) +V 530: Pos(-9.1, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.893119, 0.666179) +V 531: Pos(-9.1, 1.0, 2.2) Norm(-0.301507, -0.904537, -0.301507) UV(0.890191, 0.666179) +V 532: Pos(-7.6, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.124451, 0.945827) +V 533: Pos(-7.800001, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.127379, 0.91508) +V 534: Pos(-7.800001, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.127379, 0.945827) +V 535: Pos(-7.800001, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.127379, 0.945827) +V 536: Pos(-7.6, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.130308, 0.91508) +V 537: Pos(-7.6, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.130308, 0.945827) +V 538: Pos(-7.6, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.875549, 0.666179) +V 539: Pos(-7.800001, 2.0, 2.2) Norm(-0.904535, 0.301514, -0.301505) UV(0.878478, 0.653001) +V 540: Pos(-7.800001, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.878478, 0.666179) +V 541: Pos(-9.3, 8.9, 1.0) Norm(0.301512, 0.904535, 0.301508) UV(0.052708, 0.980966) +V 542: Pos(-9.3, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.055637, 0.959004) +V 543: Pos(-9.3, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.30151) UV(0.055637, 0.980966) +V 544: Pos(-7.800001, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301506) UV(0.058565, 0.980966) +V 545: Pos(-7.800001, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.055637, 0.959004) +V 546: Pos(-7.800001, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.058565, 0.959004) +V 547: Pos(-9.3, 8.9, 1.0) Norm(0.301512, 0.904535, 0.301508) UV(0.061493, 0.980966) +V 548: Pos(-9.3, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.30151) UV(0.058565, 0.980966) +V 549: Pos(-7.9, 8.700001, 1.0) Norm(0.0, -0.707111, 0.707102) UV(0.058565, 0.960468) +V 550: Pos(-7.800001, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.591507, 0.980966) +V 551: Pos(-7.800001, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.588579, 0.980966) +V 552: Pos(-7.9, 8.700001, 2.5) Norm(0.0, -0.707108, -0.707106) UV(0.588579, 0.979502) +V 553: Pos(-17.000002, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.483163, 0.670571) +V 554: Pos(-17.000002, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.439239, 0.780381) +V 555: Pos(-17.000002, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.439239, 0.670571) +V 556: Pos(-15.0, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.897511, 0.699854) +V 557: Pos(-15.0, 8.700001, 2.5) Norm(0.301514, -0.904532, -0.301514) UV(0.875549, 0.699854) +V 558: Pos(-17.000002, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.866764, 0.670571) +V 559: Pos(-13.6, 8.700001, 1.0) Norm(0.0, -0.707111, 0.707102) UV(0.897511, 0.720351) +V 560: Pos(-13.5, 8.700001, 0.1) Norm(0.0, -0.707117, 0.707097) UV(0.910688, 0.721816) +V 561: Pos(-13.5, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.897511, 0.721816) +V 562: Pos(-13.5, 8.700001, 3.1) Norm(0.0, -0.707105, 0.707109) UV(0.866764, 0.721816) +V 563: Pos(-13.6, 8.700001, 2.5) Norm(0.0, -0.707108, -0.707106) UV(0.875549, 0.720351) +V 564: Pos(-13.5, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.875549, 0.721816) +V 565: Pos(-13.5, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.064422, 0.928258) +V 566: Pos(-13.5, 2.0, 2.2) Norm(-0.904535, 0.301515, -0.301505) UV(0.051245, 0.928258) +V 567: Pos(-13.5, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(0.039531, 0.91508) +V 568: Pos(-17.000002, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.696925, 0.960469) +V 569: Pos(-13.5, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(0.696925, 0.909224) +V 570: Pos(-15.700001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.710103, 0.941435) +V 571: Pos(-13.6, 3.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.708638, 0.531479) +V 572: Pos(-17.000002, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.669107, 0.581259) +V 573: Pos(-15.700001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.562226) +V 574: Pos(-13.8, 2.9, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.693997, 0.534407) +V 575: Pos(-13.5, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.68082, 0.530015) +V 576: Pos(-13.5, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.693997, 0.530015) +V 577: Pos(-13.6, 8.700001, 0.1) Norm(0.0, -0.707106, 0.707107) UV(0.778917, 0.531479) +V 578: Pos(-13.5, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.708638, 0.530015) +V 579: Pos(-13.5, 8.700001, 0.1) Norm(0.0, -0.707117, 0.707097) UV(0.778917, 0.530015) +V 580: Pos(-14.800001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.549048) +V 581: Pos(-15.700001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.669107, 0.562226) +V 582: Pos(-14.800001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.669107, 0.549048) +V 583: Pos(-11.500001, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.866764, 0.751098) +V 584: Pos(-11.500001, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.483163, 0.960469) +V 585: Pos(-11.500001, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.439239, 0.89019) +V 586: Pos(-11.500001, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.483163, 0.89019) +V 587: Pos(-13.5, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.959005, 0.417277) +V 588: Pos(-11.500001, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.988287, 0.461201) +V 589: Pos(-13.5, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.959005, 0.461201) +V 590: Pos(-11.500001, 3.9, 0.1) Norm(-0.577358, 0.577364, 0.577329) UV(0.708638, 0.500732) +V 591: Pos(-13.3, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.740849, 0.796486) +V 592: Pos(-13.3, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.777452, 0.796486) +V 593: Pos(-13.3, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.752562, 0.809663) +V 594: Pos(-13.3, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.986823, 0.653001) +V 595: Pos(-11.499999, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.960469, 0.609078) +V 596: Pos(-13.3, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.986823, 0.609078) +V 597: Pos(-11.499999, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.483163, 0.846266) +V 598: Pos(-11.499999, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.519766, 0.802343) +V 599: Pos(-11.499999, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.519766, 0.846266) +V 600: Pos(-13.3, 1.2, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.963397, 0.043924) +V 601: Pos(-11.499999, 1.2, 3.1) Norm(-0.301511, 0.30151, 0.904535) UV(0.989751, 0.0) +V 602: Pos(-11.499999, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.989751, 0.043924) +V 603: Pos(-11.499999, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.70571, 0.500732) +V 604: Pos(-13.0, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.522694) +V 605: Pos(-13.0, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.522694) +V 606: Pos(-13.3, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.693997, 0.527086) +V 607: Pos(-13.3, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.68082, 0.527086) +V 608: Pos(-15.700001, 1.0, 0.1) Norm(0.301516, -0.301507, 0.904534) UV(0.986823, 0.855051) +V 609: Pos(-15.700001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.983895, 0.824304) +V 610: Pos(-15.700001, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.986823, 0.824304) +V 611: Pos(-14.800001, 1.0, 0.1) Norm(-0.30152, -0.301503, 0.904534) UV(0.983895, 0.885798) +V 612: Pos(-14.800001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.986823, 0.855051) +V 613: Pos(-14.800001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.986823, 0.885798) +V 614: Pos(-15.700001, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.901904, 0.653001) +V 615: Pos(-14.800001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.904832, 0.666179) +V 616: Pos(-14.800001, 1.0, 2.2) Norm(-0.301512, -0.904534, -0.301512) UV(0.901904, 0.666179) +V 617: Pos(-13.3, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.967789, 0.986823) +V 618: Pos(-13.5, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.970717, 0.956076) +V 619: Pos(-13.5, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.970717, 0.986823) +V 620: Pos(-13.5, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.970717, 0.986823) +V 621: Pos(-13.3, 2.0, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.973645, 0.956076) +V 622: Pos(-13.3, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.973645, 0.986823) +V 623: Pos(-13.3, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.919473, 0.666179) +V 624: Pos(-13.5, 2.0, 2.2) Norm(-0.904535, 0.301515, -0.301505) UV(0.922402, 0.653001) +V 625: Pos(-13.5, 2.9, 2.2) Norm(-0.904535, -0.301512, -0.301509) UV(0.922402, 0.666179) +V 626: Pos(-15.0, 8.9, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.061493, 0.980966) +V 627: Pos(-15.0, 8.700001, 2.5) Norm(0.301514, -0.904532, -0.301514) UV(0.064421, 0.959004) +V 628: Pos(-15.0, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.064421, 0.980966) +V 629: Pos(-13.5, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301507) UV(0.06735, 0.980966) +V 630: Pos(-13.5, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.064421, 0.959004) +V 631: Pos(-13.5, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.06735, 0.959004) +V 632: Pos(-15.0, 8.9, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.070278, 0.980966) +V 633: Pos(-15.0, 8.700001, 1.0) Norm(0.30151, -0.904535, 0.301511) UV(0.06735, 0.980966) +V 634: Pos(-13.6, 8.700001, 1.0) Norm(0.0, -0.707111, 0.707102) UV(0.06735, 0.960468) +V 635: Pos(-13.5, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.073206, 0.980966) +V 636: Pos(-13.5, 8.700001, 2.5) Norm(-0.301512, -0.904534, -0.301511) UV(0.070278, 0.980966) +V 637: Pos(-13.6, 8.700001, 2.5) Norm(0.0, -0.707108, -0.707106) UV(0.070278, 0.979502) +V 638: Pos(-22.700001, 5.7, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.787701, 0.736457) +V 639: Pos(-22.700001, 5.7, 3.1) Norm(0.707106, 0.0, 0.707107) UV(0.778917, 0.736457) +V 640: Pos(-22.700001, 5.137496, 2.5) Norm(0.707117, 0.0, -0.707096) UV(0.787701, 0.728221) +V 641: Pos(-22.700001, 1.2, 3.1) Norm(0.301503, 0.301492, 0.904543) UV(0.778917, 0.670571) +V 642: Pos(-22.700001, 1.2, 0.1) Norm(0.577321, 0.57738, 0.57735) UV(0.82284, 0.670571) +V 643: Pos(-22.700001, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.809663, 0.714495) +V 644: Pos(-22.700001, 8.700001, 3.1) Norm(0.301505, -0.301517, 0.904534) UV(0.131772, 0.871157) +V 645: Pos(-22.700001, 8.700001, 0.1) Norm(0.577348, -0.57736, 0.577343) UV(0.175696, 0.871157) +V 646: Pos(-20.700001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.162518, 0.900439) +V 647: Pos(-19.200001, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.140556, 0.922401) +V 648: Pos(-19.400002, 8.700001, 3.1) Norm(0.0, -0.70709, 0.707124) UV(0.131772, 0.919473) +V 649: Pos(-20.060001, 8.700001, 2.5) Norm(0.0, -0.707118, -0.707096) UV(0.140556, 0.90981) +V 650: Pos(-17.200001, 1.2, 0.1) Norm(-0.57732, 0.57738, 0.57735) UV(0.866764, 0.780381) +V 651: Pos(-17.200001, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.82284, 0.670571) +V 652: Pos(-17.200001, 8.700001, 0.1) Norm(-0.577376, -0.577329, 0.577346) UV(0.866764, 0.670571) +V 653: Pos(-19.500002, 1.2, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.188873, 0.904832) +V 654: Pos(-20.400002, 1.2, 2.2) Norm(0.301513, 0.904534, -0.301509) UV(0.188873, 0.918009) +V 655: Pos(-22.700001, 1.2, 3.1) Norm(0.301503, 0.301492, 0.904543) UV(0.175695, 0.951684) +V 656: Pos(-19.500002, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.617862) +V 657: Pos(-22.700001, 8.700001, 0.1) Norm(0.577348, -0.57736, 0.577343) UV(0.778917, 0.664715) +V 658: Pos(-20.400002, 1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.673499, 0.63104) +V 659: Pos(-20.400002, 1.2, 0.1) Norm(0.30152, 0.30152, 0.904528) UV(0.669107, 0.63104) +V 660: Pos(-19.500002, 1.2, 0.1) Norm(-0.301512, 0.301512, 0.904534) UV(0.669107, 0.617862) +V 661: Pos(-20.400002, 1.0, 0.1) Norm(0.301515, -0.301511, 0.904533) UV(0.918009, 0.986823) +V 662: Pos(-20.400002, 1.2, 2.2) Norm(0.301513, 0.904534, -0.301509) UV(0.915081, 0.956076) +V 663: Pos(-20.400002, 1.0, 2.2) Norm(0.30151, -0.904538, -0.301501) UV(0.918009, 0.956076) +V 664: Pos(-19.500002, 1.0, 0.1) Norm(-0.301513, -0.301509, 0.904534) UV(0.918009, 0.986823) +V 665: Pos(-19.500002, 1.2, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.920937, 0.956076) +V 666: Pos(-19.500002, 1.2, 0.1) Norm(-0.301512, 0.301512, 0.904534) UV(0.920937, 0.986823) +V 667: Pos(-19.837502, 1.0, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.666179, 0.622804) +V 668: Pos(-20.400002, 1.0, 2.2) Norm(0.30151, -0.904538, -0.301501) UV(0.904832, 0.653001) +V 669: Pos(-19.500002, 1.2, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.90776, 0.666179) +V 670: Pos(-19.500002, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.904832, 0.666179) +V 671: Pos(-20.700001, 8.9, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.073206, 0.980966) +V 672: Pos(-20.700001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.076134, 0.959004) +V 673: Pos(-20.700001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.076134, 0.980966) +V 674: Pos(-19.200001, 8.9, 2.5) Norm(-0.301513, 0.904537, -0.301501) UV(0.079063, 0.959004) +V 675: Pos(-19.200001, 8.700001, 1.0) Norm(-0.30151, -0.904535, 0.30151) UV(0.076134, 0.980966) +V 676: Pos(-19.200001, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.076134, 0.959004) +V 677: Pos(-19.200001, 8.9, 1.0) Norm(-0.301516, 0.904531, 0.301515) UV(0.081991, 0.959004) +V 678: Pos(-20.700001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.079063, 0.980966) +V 679: Pos(-19.200001, 8.700001, 1.0) Norm(-0.30151, -0.904535, 0.30151) UV(0.079063, 0.959004) +V 680: Pos(-19.200001, 8.9, 2.5) Norm(-0.301513, 0.904537, -0.301501) UV(0.084919, 0.980966) +V 681: Pos(-19.200001, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.081991, 0.980966) +V 682: Pos(-20.060001, 8.700001, 2.5) Norm(0.0, -0.707118, -0.707096) UV(0.081991, 0.968375) +V 683: Pos(-22.9, 5.7, 1.0) Norm(-0.904536, -0.301508, 0.301508) UV(0.087848, 0.980966) +V 684: Pos(-22.700001, 5.7, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.084919, 0.959004) +V 685: Pos(-22.9, 5.7, 2.5) Norm(-0.904539, -0.301512, -0.301495) UV(0.087848, 0.959004) +V 686: Pos(-22.9, 4.2, 1.0) Norm(-0.904532, 0.301514, 0.301514) UV(0.087848, 0.980966) +V 687: Pos(-22.700001, 4.2, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.090776, 0.959004) +V 688: Pos(-22.700001, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.090776, 0.980966) +V 689: Pos(-22.9, 4.2, 1.0) Norm(-0.904532, 0.301514, 0.301514) UV(0.090776, 0.959004) +V 690: Pos(-22.700001, 5.7, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.093704, 0.980966) +V 691: Pos(-22.9, 5.7, 1.0) Norm(-0.904536, -0.301508, 0.301508) UV(0.090776, 0.980966) +V 692: Pos(-22.9, 5.7, 2.5) Norm(-0.904539, -0.301512, -0.301495) UV(0.096632, 0.980966) +V 693: Pos(-22.700001, 5.7, 2.5) Norm(0.904534, -0.301512, -0.301511) UV(0.093704, 0.980966) +V 694: Pos(-22.700001, 5.137496, 2.5) Norm(0.707117, 0.0, -0.707096) UV(0.093704, 0.972731) +V 695: Pos(7.800001, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.103953, 0.928258) +V 696: Pos(7.800001, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.090776, 0.928258) +V 697: Pos(7.800001, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.079063, 0.91508) +V 698: Pos(11.3, -1.2, 3.1) Norm(-0.301497, -0.301518, 0.904537) UV(0.919473, 0.366032) +V 699: Pos(7.800001, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.919473, 0.314788) +V 700: Pos(10.000001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.93265, 0.346999) +V 701: Pos(11.3, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.263543, 0.89019) +V 702: Pos(11.3, -1.2, 3.1) Norm(-0.301497, -0.301518, 0.904537) UV(0.219619, 0.780381) +V 703: Pos(11.3, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.263543, 0.780381) +V 704: Pos(9.3, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.30151) UV(0.941435, 0.699854) +V 705: Pos(9.3, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.919473, 0.699854) +V 706: Pos(11.3, -8.700001, 3.1) Norm(-0.30151, 0.30151, 0.904535) UV(0.910688, 0.670571) +V 707: Pos(7.9, -8.700001, 0.1) Norm(0.0, 0.707108, 0.707106) UV(0.954612, 0.720351) +V 708: Pos(7.800001, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.941435, 0.721815) +V 709: Pos(7.9, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.941435, 0.720351) +V 710: Pos(7.9, -8.700001, 3.1) Norm(0.0, 0.707097, 0.707117) UV(0.910688, 0.720351) +V 711: Pos(7.800001, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.919473, 0.721815) +V 712: Pos(7.800001, -8.700001, 3.1) Norm(0.0, 0.707107, 0.707107) UV(0.910688, 0.721815) +V 713: Pos(7.9, -3.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.594436, 0.216691) +V 714: Pos(11.3, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.633968, 0.166911) +V 715: Pos(10.000001, -1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.629575, 0.185944) +V 716: Pos(9.1, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.199122) +V 717: Pos(10.000001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.633968, 0.185944) +V 718: Pos(9.1, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.633968, 0.199122) +V 719: Pos(7.9, -8.700001, 0.1) Norm(0.0, 0.707108, 0.707106) UV(0.524158, 0.216691) +V 720: Pos(7.800001, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.594436, 0.218155) +V 721: Pos(7.800001, -8.700001, 0.1) Norm(0.0, 0.707115, 0.707098) UV(0.524158, 0.218155) +V 722: Pos(8.1, -2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.609078, 0.213763) +V 723: Pos(7.800001, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.622255, 0.218155) +V 724: Pos(7.800001, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.609078, 0.218155) +V 725: Pos(5.8, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.82284, 0.89019) +V 726: Pos(5.8, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.778917, 0.960468) +V 727: Pos(5.8, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.778917, 0.89019) +V 728: Pos(5.8, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.983895, 0.714495) +V 729: Pos(7.800001, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.954612, 0.670571) +V 730: Pos(5.8, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.983895, 0.670571) +V 731: Pos(5.8, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.910688, 0.751098) +V 732: Pos(5.8, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.594436, 0.247438) +V 733: Pos(5.8, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.777452, 0.884334) +V 734: Pos(5.8, -1.2, 3.1) Norm(0.301529, -0.301515, 0.904527) UV(0.740849, 0.84041) +V 735: Pos(5.8, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.777452, 0.84041) +V 736: Pos(5.8, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.158126, 0.995608) +V 737: Pos(7.6, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.131772, 0.951684) +V 738: Pos(5.8, -1.2, 3.1) Norm(0.301529, -0.301515, 0.904527) UV(0.158126, 0.951684) +V 739: Pos(7.6, -3.7, 3.1) Norm(-0.301532, 0.301515, 0.904526) UV(0.483163, 0.846266) +V 740: Pos(7.6, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.519766, 0.846266) +V 741: Pos(7.6, -2.9, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.494876, 0.859444) +V 742: Pos(5.8, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.158126, 0.995608) +V 743: Pos(7.6, -3.7, 3.1) Norm(-0.301532, 0.301515, 0.904526) UV(0.18448, 0.951684) +V 744: Pos(7.6, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.18448, 0.995608) +V 745: Pos(5.8, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.597365, 0.247438) +V 746: Pos(7.3, -2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.609078, 0.225476) +V 747: Pos(7.3, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.225476) +V 748: Pos(7.6, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.609078, 0.221083) +V 749: Pos(7.6, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.622255, 0.221083) +V 750: Pos(9.1, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.920937, 0.986823) +V 751: Pos(9.1, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.923865, 0.956076) +V 752: Pos(9.1, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.923865, 0.986823) +V 753: Pos(10.000001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.923865, 0.986823) +V 754: Pos(10.000001, -1.0, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.926794, 0.956076) +V 755: Pos(10.000001, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.926794, 0.986823) +V 756: Pos(10.000001, -1.0, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.896047, 0.666179) +V 757: Pos(9.1, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.893119, 0.653001) +V 758: Pos(9.1, -1.0, 2.2) Norm(0.301507, 0.904537, -0.301507) UV(0.896047, 0.653001) +V 759: Pos(7.6, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.515373, 0.934114) +V 760: Pos(7.800001, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.512445, 0.964861) +V 761: Pos(7.800001, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.512445, 0.934114) +V 762: Pos(7.6, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.515373, 0.964861) +V 763: Pos(7.800001, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.518302, 0.934114) +V 764: Pos(7.800001, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.518302, 0.964861) +V 765: Pos(7.800001, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.878478, 0.666179) +V 766: Pos(7.6, -2.9, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.881406, 0.653001) +V 767: Pos(7.6, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.881406, 0.666179) +V 768: Pos(7.800001, -8.9, 2.5) Norm(0.301513, -0.904536, -0.301503) UV(0.099561, 0.959004) +V 769: Pos(7.800001, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.096632, 0.980966) +V 770: Pos(7.800001, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.096632, 0.959004) +V 771: Pos(9.3, -8.9, 1.0) Norm(-0.301517, -0.904531, 0.301515) UV(0.099561, 0.980966) +V 772: Pos(9.3, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.102489, 0.959004) +V 773: Pos(9.3, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.30151) UV(0.102489, 0.980966) +V 774: Pos(9.3, -8.9, 1.0) Norm(-0.301517, -0.904531, 0.301515) UV(0.102489, 0.959004) +V 775: Pos(9.3, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.30151) UV(0.105417, 0.959004) +V 776: Pos(7.9, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.105417, 0.979502) +V 777: Pos(7.800001, -8.9, 2.5) Norm(0.301513, -0.904536, -0.301503) UV(0.591507, 0.959004) +V 778: Pos(7.800001, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.594435, 0.959004) +V 779: Pos(7.9, -8.700001, 2.5) Norm(0.0, 0.70711, -0.707104) UV(0.594435, 0.960469) +V 780: Pos(13.5, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.944363, 0.430454) +V 781: Pos(13.5, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.931186, 0.430454) +V 782: Pos(13.5, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.919473, 0.417277) +V 783: Pos(17.000002, -1.2, 3.1) Norm(-0.301496, -0.301517, 0.904537) UV(0.919473, 0.212299) +V 784: Pos(13.5, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.919473, 0.161054) +V 785: Pos(15.700001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.93265, 0.193265) +V 786: Pos(17.000002, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.307467, 0.89019) +V 787: Pos(17.000002, -1.2, 3.1) Norm(-0.301496, -0.301517, 0.904537) UV(0.263543, 0.780381) +V 788: Pos(17.000002, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.307467, 0.780381) +V 789: Pos(15.0, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.301511) UV(0.897511, 0.780381) +V 790: Pos(15.0, -8.700001, 2.5) Norm(-0.301514, 0.904532, -0.301514) UV(0.875549, 0.780381) +V 791: Pos(17.000002, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.866764, 0.751098) +V 792: Pos(13.6, -8.700001, 0.1) Norm(0.0, 0.707108, 0.707106) UV(0.910688, 0.800878) +V 793: Pos(13.5, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.897511, 0.802343) +V 794: Pos(13.6, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.897511, 0.800878) +V 795: Pos(13.6, -8.700001, 3.1) Norm(0.0, 0.707097, 0.707117) UV(0.866764, 0.800878) +V 796: Pos(13.5, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.875549, 0.802343) +V 797: Pos(13.5, -8.700001, 3.1) Norm(0.0, 0.707107, 0.707107) UV(0.866764, 0.802343) +V 798: Pos(13.6, -3.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.594436, 0.133236) +V 799: Pos(17.000002, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.633968, 0.083455) +V 800: Pos(15.700001, -1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.629575, 0.102489) +V 801: Pos(14.800001, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.115666) +V 802: Pos(15.700001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.633968, 0.102489) +V 803: Pos(14.800001, -1.2, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.633968, 0.115666) +V 804: Pos(13.6, -8.700001, 0.1) Norm(0.0, 0.707108, 0.707106) UV(0.524158, 0.133236) +V 805: Pos(13.5, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.594436, 0.1347) +V 806: Pos(13.5, -8.700001, 0.1) Norm(0.0, 0.707115, 0.707098) UV(0.524158, 0.1347) +V 807: Pos(13.8, -2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.609078, 0.130307) +V 808: Pos(13.5, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.622255, 0.1347) +V 809: Pos(13.5, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.609078, 0.1347) +V 810: Pos(11.500001, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.866764, 0.89019) +V 811: Pos(11.500001, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.82284, 0.960468) +V 812: Pos(11.500001, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.82284, 0.89019) +V 813: Pos(11.500001, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.988287, 0.505124) +V 814: Pos(13.5, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.959005, 0.461201) +V 815: Pos(11.500001, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.988287, 0.461201) +V 816: Pos(11.500001, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.866764, 0.831625) +V 817: Pos(11.500001, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.594436, 0.163982) +V 818: Pos(11.499999, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.777452, 0.928258) +V 819: Pos(11.499999, -1.2, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.740849, 0.884334) +V 820: Pos(11.499999, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.777452, 0.884334) +V 821: Pos(11.499999, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.989751, 0.087848) +V 822: Pos(13.3, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.963397, 0.043924) +V 823: Pos(11.499999, -1.2, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.989751, 0.043924) +V 824: Pos(13.3, -3.7, 3.1) Norm(-0.301532, 0.301514, 0.904526) UV(0.483163, 0.89019) +V 825: Pos(13.3, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.519766, 0.89019) +V 826: Pos(13.3, -2.9, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.494876, 0.903367) +V 827: Pos(11.499999, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.963397, 0.131772) +V 828: Pos(13.3, -3.7, 3.1) Norm(-0.301532, 0.301514, 0.904526) UV(0.989751, 0.087848) +V 829: Pos(13.3, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.989751, 0.131772) +V 830: Pos(11.499999, -3.7, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.597365, 0.163982) +V 831: Pos(13.0, -2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.609078, 0.142021) +V 832: Pos(13.0, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.142021) +V 833: Pos(13.3, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.609078, 0.137628) +V 834: Pos(13.3, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.622255, 0.137628) +V 835: Pos(14.800001, -1.0, 2.2) Norm(0.301515, 0.904533, -0.301512) UV(0.926794, 0.956076) +V 836: Pos(14.800001, -1.2, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.929722, 0.986823) +V 837: Pos(14.800001, -1.0, 0.1) Norm(0.301516, 0.301502, 0.904536) UV(0.926794, 0.986823) +V 838: Pos(15.700001, -1.0, 2.2) Norm(-0.301516, 0.904536, -0.301503) UV(0.93265, 0.956076) +V 839: Pos(15.700001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.929722, 0.986823) +V 840: Pos(15.700001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.929722, 0.956076) +V 841: Pos(15.700001, -1.0, 2.2) Norm(-0.301516, 0.904536, -0.301503) UV(0.910689, 0.666179) +V 842: Pos(14.800001, -1.2, 2.2) Norm(0.301515, -0.904535, -0.301506) UV(0.90776, 0.653001) +V 843: Pos(14.800001, -1.0, 2.2) Norm(0.301515, 0.904533, -0.301512) UV(0.910689, 0.653001) +V 844: Pos(13.3, -2.0, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.976574, 0.956076) +V 845: Pos(13.5, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.973645, 0.986823) +V 846: Pos(13.5, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.973645, 0.956076) +V 847: Pos(13.3, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.976573, 0.986823) +V 848: Pos(13.5, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.979502, 0.956076) +V 849: Pos(13.5, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.979502, 0.986823) +V 850: Pos(13.5, -2.0, 2.2) Norm(0.904535, -0.301515, -0.301505) UV(0.922401, 0.518302) +V 851: Pos(13.3, -2.9, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.92533, 0.505124) +V 852: Pos(13.3, -2.0, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.92533, 0.518302) +V 853: Pos(13.5, -8.9, 2.5) Norm(0.301517, -0.904534, -0.301507) UV(0.108345, 0.959004) +V 854: Pos(13.5, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.105417, 0.980966) +V 855: Pos(13.5, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.105417, 0.959004) +V 856: Pos(15.0, -8.9, 1.0) Norm(-0.301511, -0.904533, 0.301515) UV(0.108345, 0.980966) +V 857: Pos(15.0, -8.700001, 2.5) Norm(-0.301514, 0.904532, -0.301514) UV(0.111274, 0.959004) +V 858: Pos(15.0, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.301511) UV(0.111274, 0.980966) +V 859: Pos(15.0, -8.9, 1.0) Norm(-0.301511, -0.904533, 0.301515) UV(0.111274, 0.959004) +V 860: Pos(15.0, -8.700001, 1.0) Norm(-0.30151, 0.904535, 0.301511) UV(0.114202, 0.959004) +V 861: Pos(13.6, -8.700001, 1.0) Norm(0.0, 0.70711, 0.707104) UV(0.114202, 0.979502) +V 862: Pos(13.5, -8.9, 2.5) Norm(0.301517, -0.904534, -0.301507) UV(0.114202, 0.959004) +V 863: Pos(13.5, -8.700001, 2.5) Norm(0.301512, 0.904533, -0.301512) UV(0.11713, 0.959004) +V 864: Pos(13.6, -8.700001, 2.5) Norm(0.0, 0.70711, -0.707104) UV(0.11713, 0.960468) +V 865: Pos(17.200001, -8.700001, 0.1) Norm(0.577356, 0.577339, 0.577356) UV(0.351391, 0.780381) +V 866: Pos(17.200001, -1.2, 3.1) Norm(0.301499, -0.301499, 0.904542) UV(0.307467, 0.89019) +V 867: Pos(17.200001, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.307467, 0.780381) +V 868: Pos(19.500002, -1.2, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.923865, 0.784773) +V 869: Pos(20.400002, -1.2, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.923865, 0.79795) +V 870: Pos(22.700001, -1.2, 3.1) Norm(-0.301503, -0.301492, 0.904543) UV(0.910688, 0.831625) +V 871: Pos(22.700001, -5.7, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.360176, 0.846266) +V 872: Pos(22.700001, -5.7, 3.1) Norm(-0.707106, 0.0, 0.707107) UV(0.351391, 0.846266) +V 873: Pos(22.700001, -5.137496, 2.5) Norm(-0.707117, 0.0, -0.707096) UV(0.360176, 0.838031) +V 874: Pos(22.700001, -1.2, 3.1) Norm(-0.301503, -0.301492, 0.904543) UV(0.351391, 0.780381) +V 875: Pos(22.700001, -1.2, 0.1) Norm(-0.577321, -0.57738, 0.57735) UV(0.395315, 0.780381) +V 876: Pos(22.700001, -4.2, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.382138, 0.824304) +V 877: Pos(22.700001, -8.700001, 3.1) Norm(-0.301505, 0.301517, 0.904534) UV(0.910688, 0.831625) +V 878: Pos(22.700001, -8.700001, 0.1) Norm(-0.577348, 0.57736, 0.577343) UV(0.954612, 0.831625) +V 879: Pos(20.700001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.941435, 0.860908) +V 880: Pos(19.400002, -8.700001, 3.1) Norm(0.0, 0.70709, 0.707124) UV(0.910688, 0.879941) +V 881: Pos(19.200001, -8.700001, 2.5) Norm(0.301514, 0.904533, -0.301513) UV(0.919473, 0.88287) +V 882: Pos(17.200001, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.910688, 0.912152) +V 883: Pos(19.500002, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.046852) +V 884: Pos(22.700001, -8.700001, 0.1) Norm(-0.577348, 0.57736, 0.577343) UV(0.524158, 0.0) +V 885: Pos(20.400002, -1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.629575, 0.033675) +V 886: Pos(20.400002, -1.2, 0.1) Norm(-0.301523, -0.30152, 0.904527) UV(0.633968, 0.033675) +V 887: Pos(19.500002, -1.2, 0.1) Norm(0.301512, -0.301512, 0.904534) UV(0.633968, 0.046852) +V 888: Pos(19.500002, -1.0, 0.1) Norm(0.301513, 0.301509, 0.904534) UV(0.93265, 0.986823) +V 889: Pos(19.500002, -1.2, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.935578, 0.956076) +V 890: Pos(19.500002, -1.2, 0.1) Norm(0.301512, -0.301512, 0.904534) UV(0.935578, 0.986823) +V 891: Pos(20.400002, -1.0, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.938507, 0.956076) +V 892: Pos(20.400002, -1.2, 0.1) Norm(-0.301523, -0.30152, 0.904527) UV(0.935578, 0.986823) +V 893: Pos(20.400002, -1.2, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.935578, 0.956076) +V 894: Pos(19.837502, -1.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.636896, 0.041911) +V 895: Pos(20.400002, -1.0, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.913617, 0.666179) +V 896: Pos(19.500002, -1.2, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.910688, 0.653001) +V 897: Pos(19.500002, -1.0, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.913617, 0.653001) +V 898: Pos(19.200001, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.980966, 0.417277) +V 899: Pos(19.200001, -8.700001, 2.5) Norm(0.301514, 0.904533, -0.301513) UV(0.978038, 0.395315) +V 900: Pos(19.200001, -8.9, 2.5) Norm(0.301513, -0.904538, -0.301499) UV(0.980966, 0.395315) +V 901: Pos(20.700001, -8.9, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.52123, 0.980966) +V 902: Pos(20.700001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.524158, 0.959004) +V 903: Pos(20.700001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.524158, 0.980966) +V 904: Pos(19.200001, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.524158, 0.980967) +V 905: Pos(20.700001, -8.700001, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.527086, 0.959005) +V 906: Pos(19.200001, -8.700001, 1.0) Norm(0.30151, 0.904535, 0.30151) UV(0.527086, 0.980967) +V 907: Pos(19.200001, -8.9, 2.5) Norm(0.301513, -0.904538, -0.301499) UV(0.527086, 0.959004) +V 908: Pos(19.200001, -8.700001, 2.5) Norm(0.301514, 0.904533, -0.301513) UV(0.530015, 0.959004) +V 909: Pos(20.060001, -8.700001, 2.5) Norm(0.0, 0.707118, -0.707096) UV(0.530015, 0.971596) +V 910: Pos(22.9, -4.2, 1.0) Norm(0.904532, -0.301514, 0.301514) UV(0.530015, 0.980966) +V 911: Pos(22.700001, -4.2, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.532943, 0.959004) +V 912: Pos(22.700001, -4.2, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.532943, 0.980966) +V 913: Pos(22.9, -5.7, 2.5) Norm(0.904539, 0.301512, -0.301495) UV(0.535871, 0.959004) +V 914: Pos(22.700001, -5.7, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.532943, 0.980966) +V 915: Pos(22.700001, -5.7, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.532943, 0.959004) +V 916: Pos(22.9, -4.2, 1.0) Norm(0.904532, -0.301514, 0.301514) UV(0.538799, 0.980966) +V 917: Pos(22.700001, -5.7, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.535871, 0.959004) +V 918: Pos(22.9, -5.7, 1.0) Norm(0.904536, 0.301508, 0.301508) UV(0.538799, 0.959004) +V 919: Pos(22.9, -5.7, 2.5) Norm(0.904539, 0.301512, -0.301495) UV(0.538799, 0.959004) +V 920: Pos(22.700001, -5.7, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.541727, 0.959004) +V 921: Pos(22.700001, -5.137496, 2.5) Norm(-0.707117, 0.0, -0.707096) UV(0.541727, 0.96724) +V 922: Pos(7.800001, 3.9, 3.1) Norm(0.577357, 0.577335, 0.577359) UV(0.919473, 0.461201) +V 923: Pos(7.800001, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.959005, 0.461201) +V 924: Pos(7.800001, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.934114, 0.474378) +V 925: Pos(11.3, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.960469, 0.601757) +V 926: Pos(11.3, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.916545, 0.601757) +V 927: Pos(9.3, 8.700001, 1.0) Norm(-0.301511, -0.904535, 0.30151) UV(0.947292, 0.572474) +V 928: Pos(7.9, 8.700001, 0.1) Norm(0.0, -0.707108, 0.707106) UV(0.960469, 0.551977) +V 929: Pos(7.800001, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.947292, 0.550512) +V 930: Pos(7.800001, 8.700001, 0.1) Norm(0.0, -0.707107, 0.707107) UV(0.960469, 0.550512) +V 931: Pos(7.9, 8.700001, 3.1) Norm(0.0, -0.707097, 0.707117) UV(0.916545, 0.551977) +V 932: Pos(7.800001, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.92533, 0.550512) +V 933: Pos(7.9, 8.700001, 2.5) Norm(0.0, -0.70711, -0.707104) UV(0.92533, 0.551977) +V 934: Pos(11.3, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.439239, 0.89019) +V 935: Pos(11.3, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.395315, 0.780381) +V 936: Pos(11.3, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.439239, 0.780381) +V 937: Pos(7.800001, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.919473, 0.417277) +V 938: Pos(11.3, 1.2, 3.1) Norm(-0.301512, 0.301499, 0.904538) UV(0.919473, 0.366032) +V 939: Pos(9.1, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.93265, 0.398243) +V 940: Pos(7.800001, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.669107, 0.218155) +V 941: Pos(9.1, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.199122) +V 942: Pos(8.1, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.213763) +V 943: Pos(7.800001, 3.9, 0.1) Norm(0.301504, 0.301516, 0.904535) UV(0.708638, 0.218155) +V 944: Pos(7.9, 8.700001, 0.1) Norm(0.0, -0.707108, 0.707106) UV(0.778917, 0.216691) +V 945: Pos(7.800001, 8.700001, 0.1) Norm(0.0, -0.707107, 0.707107) UV(0.778917, 0.218155) +V 946: Pos(7.800001, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.693997, 0.218155) +V 947: Pos(7.800001, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.68082, 0.218155) +V 948: Pos(10.000001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.185944) +V 949: Pos(9.1, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.669107, 0.199122) +V 950: Pos(10.000001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.669107, 0.185944) +V 951: Pos(5.8, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.351391, 0.89019) +V 952: Pos(5.8, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.307467, 0.960469) +V 953: Pos(5.8, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.307467, 0.89019) +V 954: Pos(5.8, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.916545, 0.52123) +V 955: Pos(5.8, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.954612, 0.758419) +V 956: Pos(7.800001, 3.9, 3.1) Norm(0.577357, 0.577335, 0.577359) UV(0.983895, 0.714495) +V 957: Pos(7.800001, 3.9, 0.1) Norm(0.301504, 0.301516, 0.904535) UV(0.983895, 0.758419) +V 958: Pos(5.8, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.778917, 0.247438) +V 959: Pos(5.8, 3.7, 0.1) Norm(0.577342, -0.57736, 0.577349) UV(0.560761, 0.959004) +V 960: Pos(5.8, 3.7, 3.1) Norm(0.301511, -0.301511, 0.904534) UV(0.560761, 0.915081) +V 961: Pos(5.8, 2.254148, 3.1) Norm(0.70712, 0.0, 0.707093) UV(0.581931, 0.915081) +V 962: Pos(5.8, 3.7, 0.1) Norm(0.577342, -0.57736, 0.577349) UV(0.210835, 0.995608) +V 963: Pos(7.6, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.18448, 0.951684) +V 964: Pos(5.8, 3.7, 3.1) Norm(0.301511, -0.301511, 0.904534) UV(0.210835, 0.951684) +V 965: Pos(7.6, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.597365, 0.915081) +V 966: Pos(7.6, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.633968, 0.915081) +V 967: Pos(7.6, 2.0, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.609078, 0.928258) +V 968: Pos(5.8, 1.2, 0.1) Norm(0.577331, 0.577359, 0.577361) UV(0.866764, 1.0) +V 969: Pos(7.6, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.893119, 0.956076) +V 970: Pos(7.6, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.893119, 1.0) +V 971: Pos(5.8, 1.2, 0.1) Norm(0.577331, 0.577359, 0.577361) UV(0.669107, 0.247438) +V 972: Pos(7.3, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.225476) +V 973: Pos(7.3, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.225476) +V 974: Pos(7.6, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.68082, 0.221083) +V 975: Pos(7.6, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.693997, 0.221083) +V 976: Pos(9.1, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.941435, 0.986823) +V 977: Pos(9.1, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.938507, 0.956076) +V 978: Pos(9.1, 1.0, 2.2) Norm(0.301508, -0.904539, -0.301499) UV(0.941435, 0.956076) +V 979: Pos(10.000001, 1.0, 0.1) Norm(-0.301519, -0.301502, 0.904535) UV(0.941435, 0.986823) +V 980: Pos(10.000001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.944363, 0.956076) +V 981: Pos(10.000001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.944363, 0.986823) +V 982: Pos(9.1, 1.0, 2.2) Norm(0.301508, -0.904539, -0.301499) UV(0.887262, 0.653001) +V 983: Pos(10.000001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.890191, 0.666179) +V 984: Pos(10.000001, 1.0, 2.2) Norm(-0.301511, -0.904534, -0.301511) UV(0.887262, 0.666179) +V 985: Pos(7.6, 2.9, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.121523, 0.945827) +V 986: Pos(7.800001, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.118594, 0.976574) +V 987: Pos(7.800001, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.118594, 0.945827) +V 988: Pos(7.6, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.121523, 0.976574) +V 989: Pos(7.800001, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.124451, 0.945827) +V 990: Pos(7.800001, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.124451, 0.976574) +V 991: Pos(7.800001, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.881406, 0.666179) +V 992: Pos(7.6, 2.0, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.884334, 0.653001) +V 993: Pos(7.6, 2.9, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.884334, 0.666179) +V 994: Pos(7.800001, 8.9, 1.0) Norm(0.301513, 0.904537, 0.301503) UV(0.541727, 0.980966) +V 995: Pos(7.800001, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.544656, 0.959004) +V 996: Pos(7.800001, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.544656, 0.980966) +V 997: Pos(9.3, 8.9, 2.5) Norm(-0.301517, 0.904533, -0.301509) UV(0.547584, 0.959004) +V 998: Pos(9.3, 8.700001, 1.0) Norm(-0.301511, -0.904535, 0.30151) UV(0.544656, 0.980966) +V 999: Pos(9.3, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.544656, 0.959004) +V 1000: Pos(7.800001, 8.9, 1.0) Norm(0.301513, 0.904537, 0.301503) UV(0.597363, 0.980966) +V 1001: Pos(7.800001, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.594435, 0.980966) +V 1002: Pos(7.9, 8.700001, 1.0) Norm(0.0, -0.70711, 0.707104) UV(0.594435, 0.979502) +V 1003: Pos(9.3, 8.9, 2.5) Norm(-0.301517, 0.904533, -0.301509) UV(0.550512, 0.980966) +V 1004: Pos(9.3, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.547584, 0.980966) +V 1005: Pos(7.9, 8.700001, 2.5) Norm(0.0, -0.70711, -0.707104) UV(0.547584, 0.960469) +V 1006: Pos(13.5, 3.9, 3.1) Norm(0.577357, 0.577334, 0.577359) UV(0.52123, 0.915081) +V 1007: Pos(13.5, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.560761, 0.915081) +V 1008: Pos(13.5, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.535871, 0.928258) +V 1009: Pos(17.000002, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.910688, 0.912152) +V 1010: Pos(17.000002, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.866764, 0.912152) +V 1011: Pos(15.0, 8.700001, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.897511, 0.88287) +V 1012: Pos(13.6, 8.700001, 0.1) Norm(0.0, -0.70711, 0.707104) UV(0.910688, 0.862372) +V 1013: Pos(13.5, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.897511, 0.860908) +V 1014: Pos(13.5, 8.700001, 0.1) Norm(0.0, -0.707105, 0.707108) UV(0.910688, 0.860908) +V 1015: Pos(13.6, 8.700001, 3.1) Norm(0.0, -0.707097, 0.707117) UV(0.866764, 0.862372) +V 1016: Pos(13.5, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.875549, 0.860908) +V 1017: Pos(13.6, 8.700001, 2.5) Norm(0.0, -0.70711, -0.707104) UV(0.875549, 0.862372) +V 1018: Pos(17.000002, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.483163, 0.89019) +V 1019: Pos(17.000002, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.439239, 0.780381) +V 1020: Pos(17.000002, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.483163, 0.780381) +V 1021: Pos(13.5, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.916545, 0.653001) +V 1022: Pos(17.000002, 1.2, 3.1) Norm(-0.301513, 0.3015, 0.904538) UV(0.916545, 0.601757) +V 1023: Pos(14.800001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.929722, 0.633968) +V 1024: Pos(13.8, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.130307) +V 1025: Pos(13.8, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.130307) +V 1026: Pos(14.800001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.115666) +V 1027: Pos(13.5, 8.700001, 0.1) Norm(0.0, -0.707105, 0.707108) UV(0.778917, 0.1347) +V 1028: Pos(13.6, 3.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.708638, 0.133236) +V 1029: Pos(13.6, 8.700001, 0.1) Norm(0.0, -0.70711, 0.707104) UV(0.778917, 0.133236) +V 1030: Pos(13.5, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.693997, 0.1347) +V 1031: Pos(13.5, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.68082, 0.1347) +V 1032: Pos(15.700001, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.102489) +V 1033: Pos(14.800001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.669107, 0.115666) +V 1034: Pos(15.700001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.669107, 0.102489) +V 1035: Pos(11.500001, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.395315, 0.89019) +V 1036: Pos(11.500001, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.351391, 0.960468) +V 1037: Pos(11.500001, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.351391, 0.89019) +V 1038: Pos(11.500001, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.866764, 0.831625) +V 1039: Pos(11.500001, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.960469, 0.565154) +V 1040: Pos(13.5, 3.9, 3.1) Norm(0.577357, 0.577334, 0.577359) UV(0.989751, 0.52123) +V 1041: Pos(13.5, 3.9, 0.1) Norm(0.301505, 0.301516, 0.904534) UV(0.989751, 0.565154) +V 1042: Pos(11.500001, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.778917, 0.163982) +V 1043: Pos(13.5, 3.9, 0.1) Norm(0.301505, 0.301516, 0.904534) UV(0.708638, 0.1347) +V 1044: Pos(11.499999, 1.2, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.670571, 0.959004) +V 1045: Pos(11.499999, 3.7, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.633968, 0.915081) +V 1046: Pos(11.499999, 1.2, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.670571, 0.915081) +V 1047: Pos(11.499999, 3.7, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.989751, 0.175695) +V 1048: Pos(13.3, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.963397, 0.131772) +V 1049: Pos(11.499999, 3.7, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.989751, 0.131772) +V 1050: Pos(13.3, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.740849, 0.928258) +V 1051: Pos(13.3, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.777452, 0.928258) +V 1052: Pos(13.3, 2.0, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.752562, 0.941435) +V 1053: Pos(11.499999, 1.2, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.963397, 0.219619) +V 1054: Pos(13.3, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.989751, 0.175695) +V 1055: Pos(13.3, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.989751, 0.219619) +V 1056: Pos(11.499999, 1.2, 0.1) Norm(0.577369, 0.57734, 0.577341) UV(0.669107, 0.163982) +V 1057: Pos(13.0, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.142021) +V 1058: Pos(13.0, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.142021) +V 1059: Pos(13.3, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.68082, 0.137628) +V 1060: Pos(13.3, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.693997, 0.137628) +V 1061: Pos(14.800001, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.947291, 0.986823) +V 1062: Pos(14.800001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.944363, 0.956076) +V 1063: Pos(14.800001, 1.0, 2.2) Norm(0.301516, -0.904534, -0.301507) UV(0.947291, 0.956076) +V 1064: Pos(15.700001, 1.0, 0.1) Norm(-0.301518, -0.301514, 0.904531) UV(0.947291, 0.986823) +V 1065: Pos(15.700001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.95022, 0.956076) +V 1066: Pos(15.700001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.95022, 0.986823) +V 1067: Pos(14.800001, 1.0, 2.2) Norm(0.301516, -0.904534, -0.301507) UV(0.913617, 0.653001) +V 1068: Pos(15.700001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.916545, 0.666179) +V 1069: Pos(15.700001, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.913617, 0.666179) +V 1070: Pos(13.3, 2.9, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.98243, 0.956076) +V 1071: Pos(13.5, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.979502, 0.986823) +V 1072: Pos(13.5, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.979502, 0.956076) +V 1073: Pos(13.3, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.98243, 0.986823) +V 1074: Pos(13.5, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.985358, 0.956076) +V 1075: Pos(13.5, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.985358, 0.986823) +V 1076: Pos(13.5, 2.9, 2.2) Norm(0.904538, -0.30151, -0.3015) UV(0.922402, 0.666179) +V 1077: Pos(13.3, 2.0, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.92533, 0.653001) +V 1078: Pos(13.3, 2.9, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.92533, 0.666179) +V 1079: Pos(13.5, 8.9, 1.0) Norm(0.301517, 0.904534, 0.301507) UV(0.550512, 0.980966) +V 1080: Pos(13.5, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.55344, 0.959004) +V 1081: Pos(13.5, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.55344, 0.980966) +V 1082: Pos(15.0, 8.9, 2.5) Norm(-0.301515, 0.904529, -0.301523) UV(0.556369, 0.959004) +V 1083: Pos(15.0, 8.700001, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.55344, 0.980966) +V 1084: Pos(15.0, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301514) UV(0.55344, 0.959004) +V 1085: Pos(13.5, 8.9, 1.0) Norm(0.301517, 0.904534, 0.301507) UV(0.559297, 0.980966) +V 1086: Pos(13.5, 8.700001, 1.0) Norm(0.301513, -0.904533, 0.301513) UV(0.556368, 0.980966) +V 1087: Pos(13.6, 8.700001, 1.0) Norm(0.0, -0.70711, 0.707104) UV(0.556368, 0.979502) +V 1088: Pos(15.0, 8.9, 2.5) Norm(-0.301515, 0.904529, -0.301523) UV(0.562225, 0.980966) +V 1089: Pos(15.0, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301514) UV(0.559297, 0.980966) +V 1090: Pos(13.6, 8.700001, 2.5) Norm(0.0, -0.70711, -0.707104) UV(0.559297, 0.960469) +V 1091: Pos(17.200001, 1.2, 0.1) Norm(0.57732, 0.57738, 0.57735) UV(0.82284, 0.780381) +V 1092: Pos(17.200001, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.778917, 0.89019) +V 1093: Pos(17.200001, 1.2, 3.1) Norm(0.301512, 0.301496, 0.904539) UV(0.778917, 0.780381) +V 1094: Pos(17.200001, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.919473, -0.0) +V 1095: Pos(17.200001, 8.700001, 0.1) Norm(0.577372, -0.577348, 0.577331) UV(0.963397, -0.0) +V 1096: Pos(19.200001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.95022, 0.029283) +V 1097: Pos(20.700001, 8.700001, 2.5) Norm(-0.30151, -0.904535, -0.30151) UV(0.928258, 0.051244) +V 1098: Pos(20.5, 8.700001, 3.1) Norm(0.0, -0.70709, 0.707124) UV(0.919473, 0.048316) +V 1099: Pos(19.840002, 8.700001, 2.5) Norm(0.0, -0.707118, -0.707096) UV(0.928258, 0.038653) +V 1100: Pos(22.700001, 4.2, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.831625, 0.846266) +V 1101: Pos(22.700001, 4.2, 3.1) Norm(-0.707106, 0.0, 0.707108) UV(0.82284, 0.846266) +V 1102: Pos(22.700001, 4.762504, 2.5) Norm(-0.707117, 0.0, -0.707096) UV(0.831625, 0.838031) +V 1103: Pos(22.700001, 8.700001, 3.1) Norm(-0.301507, -0.301517, 0.904534) UV(0.82284, 0.780381) +V 1104: Pos(22.700001, 8.700001, 0.1) Norm(-0.577357, -0.577339, 0.577355) UV(0.866764, 0.780381) +V 1105: Pos(22.700001, 5.7, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.853587, 0.824305) +V 1106: Pos(17.200001, 1.2, 3.1) Norm(0.301512, 0.301496, 0.904539) UV(0.919473, 0.161054) +V 1107: Pos(22.700001, 1.2, 3.1) Norm(-0.301503, 0.301492, 0.904543) UV(0.919473, 0.080527) +V 1108: Pos(19.500002, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301515) UV(0.93265, 0.127379) +V 1109: Pos(20.400002, 1.5, 0.1) Norm(0.0, 0.0, 1.0) UV(0.673499, 0.033675) +V 1110: Pos(17.200001, 8.700001, 0.1) Norm(0.577372, -0.577348, 0.577331) UV(0.778917, 0.080527) +V 1111: Pos(19.500002, 1.5, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.673499, 0.046852) +V 1112: Pos(19.500002, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.669107, 0.046852) +V 1113: Pos(20.400002, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.669107, 0.033675) +V 1114: Pos(19.500002, 1.0, 0.1) Norm(0.301518, -0.301509, 0.904533) UV(0.953148, 0.986823) +V 1115: Pos(19.500002, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301515) UV(0.95022, 0.956076) +V 1116: Pos(19.500002, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.953148, 0.956076) +V 1117: Pos(20.400002, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.953148, 0.986823) +V 1118: Pos(20.400002, 1.2, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.956076, 0.956076) +V 1119: Pos(20.400002, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.956076, 0.986823) +V 1120: Pos(19.500002, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.916545, 0.653001) +V 1121: Pos(20.400002, 1.2, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.919473, 0.666179) +V 1122: Pos(20.400002, 1.0, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.916545, 0.666179) +V 1123: Pos(19.200001, 8.9, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.562225, 0.980966) +V 1124: Pos(19.200001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.565153, 0.959004) +V 1125: Pos(19.200001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.565153, 0.980966) +V 1126: Pos(20.700001, 8.9, 2.5) Norm(-0.301509, 0.904539, -0.301499) UV(0.568081, 0.959004) +V 1127: Pos(20.700001, 8.700001, 1.0) Norm(-0.301509, -0.904535, 0.301509) UV(0.565153, 0.980966) +V 1128: Pos(20.700001, 8.700001, 2.5) Norm(-0.30151, -0.904535, -0.30151) UV(0.565153, 0.959004) +V 1129: Pos(20.700001, 8.9, 1.0) Norm(-0.30151, 0.904534, 0.301512) UV(0.57101, 0.959005) +V 1130: Pos(19.200001, 8.700001, 1.0) Norm(0.301516, -0.904531, 0.301516) UV(0.568081, 0.980967) +V 1131: Pos(20.700001, 8.700001, 1.0) Norm(-0.301509, -0.904535, 0.301509) UV(0.568081, 0.959005) +V 1132: Pos(20.700001, 8.9, 2.5) Norm(-0.301509, 0.904539, -0.301499) UV(0.573938, 0.980966) +V 1133: Pos(20.700001, 8.700001, 2.5) Norm(-0.30151, -0.904535, -0.30151) UV(0.57101, 0.980966) +V 1134: Pos(19.840002, 8.700001, 2.5) Norm(0.0, -0.707118, -0.707096) UV(0.57101, 0.968375) +V 1135: Pos(22.9, 5.7, 1.0) Norm(0.904536, -0.301508, 0.301508) UV(0.573938, 0.980966) +V 1136: Pos(22.700001, 5.7, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.576866, 0.959004) +V 1137: Pos(22.700001, 5.7, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.576866, 0.980966) +V 1138: Pos(22.9, 4.2, 2.5) Norm(0.904537, 0.301514, -0.301498) UV(0.579794, 0.959004) +V 1139: Pos(22.700001, 4.2, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.576866, 0.980966) +V 1140: Pos(22.700001, 4.2, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.576866, 0.959004) +V 1141: Pos(22.9, 5.7, 1.0) Norm(0.904536, -0.301508, 0.301508) UV(0.582722, 0.980966) +V 1142: Pos(22.700001, 4.2, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.579794, 0.959004) +V 1143: Pos(22.9, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.582722, 0.959004) +V 1144: Pos(22.9, 4.2, 2.5) Norm(0.904537, 0.301514, -0.301498) UV(0.582722, 0.959004) +V 1145: Pos(22.700001, 4.2, 2.5) Norm(-0.904534, 0.301511, -0.301511) UV(0.585651, 0.959004) +V 1146: Pos(22.700001, 4.762504, 2.5) Norm(-0.707117, 0.0, -0.707096) UV(0.585651, 0.96724) +V 1147: Pos(-22.9, -5.7, 2.5) Norm(-0.904537, 0.301511, -0.301502) UV(0.881406, 0.213763) +V 1148: Pos(-22.9, -4.2, 2.5) Norm(-0.904537, -0.301514, -0.301498) UV(0.881406, 0.191801) +V 1149: Pos(-22.9, 4.2, 2.5) Norm(-0.904536, 0.301512, -0.301504) UV(0.881406, 0.068814) +V 1150: Pos(-22.9, 8.9, -0.1) Norm(-0.577345, 0.577321, -0.577385) UV(0.919473, -0.0) +V 1151: Pos(20.700001, 8.9, 2.5) Norm(-0.301509, 0.904539, -0.301499) UV(0.787701, 0.032211) +V 1152: Pos(22.9, 8.9, 3.1) Norm(0.577399, 0.577417, 0.577235) UV(0.778917, 0.0) +V 1153: Pos(20.700001, 8.9, 1.0) Norm(-0.30151, 0.904534, 0.301512) UV(0.809663, 0.032211) +V 1154: Pos(-22.9, 8.9, -0.1) Norm(-0.577345, 0.577321, -0.577385) UV(0.825769, 0.670571) +V 1155: Pos(-20.700001, 8.9, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.809663, 0.63836) +V 1156: Pos(-20.700001, 8.9, 2.5) Norm(0.301509, 0.90454, -0.301496) UV(0.787701, 0.63836) +V 1157: Pos(15.0, 8.9, 2.5) Norm(-0.301515, 0.904529, -0.301523) UV(0.787701, 0.115666) +V 1158: Pos(19.200001, 8.9, 2.5) Norm(0.301513, 0.904539, -0.301496) UV(0.787701, 0.054173) +V 1159: Pos(19.200001, 8.9, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.809663, 0.054173) +V 1160: Pos(-19.200001, 8.9, 1.0) Norm(-0.301516, 0.904531, 0.301515) UV(0.809663, 0.616398) +V 1161: Pos(-19.200001, 8.9, 2.5) Norm(-0.301513, 0.904537, -0.301501) UV(0.787701, 0.616398) +V 1162: Pos(-15.0, 8.9, 2.5) Norm(0.301515, 0.904529, -0.301524) UV(0.787701, 0.554905) +V 1163: Pos(-15.0, 8.9, 1.0) Norm(0.301511, 0.904533, 0.301515) UV(0.809663, 0.554905) +V 1164: Pos(15.0, 8.9, 1.0) Norm(-0.301511, 0.904533, 0.301516) UV(0.809663, 0.115666) +V 1165: Pos(-13.5, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301507) UV(0.809663, 0.532943) +V 1166: Pos(13.5, 8.9, 1.0) Norm(0.301517, 0.904534, 0.301507) UV(0.809663, 0.137628) +V 1167: Pos(-9.3, 8.9, 1.0) Norm(0.301512, 0.904535, 0.301508) UV(0.809663, 0.471449) +V 1168: Pos(-7.800001, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301506) UV(0.809663, 0.449488) +V 1169: Pos(9.3, 8.9, 1.0) Norm(-0.301512, 0.904536, 0.301506) UV(0.809663, 0.199122) +V 1170: Pos(7.800001, 8.9, 1.0) Norm(0.301513, 0.904537, 0.301503) UV(0.809663, 0.221083) +V 1171: Pos(-3.55, 8.9, 1.0) Norm(0.30151, 0.90453, 0.301524) UV(0.809663, 0.387262) +V 1172: Pos(-7.800001, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.787701, 0.449488) +V 1173: Pos(-3.55, 8.9, 2.5) Norm(0.301514, 0.904526, -0.301534) UV(0.787701, 0.387262) +V 1174: Pos(3.55, 8.9, 1.0) Norm(-0.301515, 0.904528, 0.301526) UV(0.809663, 0.283309) +V 1175: Pos(7.800001, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301505) UV(0.787701, 0.221083) +V 1176: Pos(3.55, 8.9, 2.5) Norm(-0.301509, 0.904527, -0.301536) UV(0.787701, 0.283309) +V 1177: Pos(9.3, 8.9, 2.5) Norm(-0.301517, 0.904533, -0.301509) UV(0.787701, 0.199122) +V 1178: Pos(13.5, 8.9, 2.5) Norm(0.301512, 0.904537, -0.301503) UV(0.787701, 0.137628) +V 1179: Pos(-9.3, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301506) UV(0.787701, 0.471449) +V 1180: Pos(-13.5, 8.9, 2.5) Norm(-0.301512, 0.904537, -0.301503) UV(0.787701, 0.532943) +V 1181: Pos(22.9, 5.7, 2.5) Norm(0.904537, -0.301511, -0.301502) UV(0.881406, 0.474378) +V 1182: Pos(22.9, 4.2, 2.5) Norm(0.904537, 0.301514, -0.301498) UV(0.881406, 0.452416) +V 1183: Pos(22.9, -4.2, 2.5) Norm(0.904536, -0.301512, -0.301504) UV(0.881406, 0.329429) +V 1184: Pos(22.9, -8.9, -0.1) Norm(0.57734, -0.57733, -0.577381) UV(0.919473, 0.260615) +V 1185: Pos(0.9, -8.9, 2.2) Norm(-0.301508, -0.904537, -0.301505) UV(0.838946, 0.348463) +V 1186: Pos(0.9, -8.9, 1.412497) Norm(-0.707109, -0.707104, 0.0) UV(0.850476, 0.348463) +V 1187: Pos(2.05, -8.9, 1.356769) Norm(0.707098, -0.707115, 0.0) UV(0.851292, 0.3653) +V 1188: Pos(-2.05, -8.9, 1.643231) Norm(-0.707093, -0.707121, 0.0) UV(0.847098, 0.305271) +V 1189: Pos(-0.9, -8.9, 1.562882) Norm(0.707108, -0.707106, 0.0) UV(0.848274, 0.322108) +V 1190: Pos(-0.9, -8.9, 2.2) Norm(0.30151, -0.904534, -0.301513) UV(0.838946, 0.322108) +V 1191: Pos(-7.800001, -8.9, 1.0) Norm(-0.301517, -0.904534, 0.301507) UV(0.856516, 0.221083) +V 1192: Pos(-3.55, -8.9, 1.0) Norm(0.301512, -0.904534, 0.301512) UV(0.856516, 0.283309) +V 1193: Pos(-3.55, -8.9, 2.5) Norm(0.301513, -0.904524, -0.30154) UV(0.834554, 0.283309) +V 1194: Pos(-7.800001, -8.9, 2.5) Norm(-0.301512, -0.904537, -0.301501) UV(0.834554, 0.221083) +V 1195: Pos(-20.700001, -8.9, 2.5) Norm(0.301509, -0.904539, -0.301499) UV(0.834554, 0.032211) +V 1196: Pos(-19.200001, -8.9, 2.5) Norm(-0.301517, -0.904536, -0.3015) UV(0.834554, 0.054173) +V 1197: Pos(20.700001, -8.9, 2.5) Norm(-0.301509, -0.904541, -0.301494) UV(0.834554, 0.63836) +V 1198: Pos(22.9, -8.9, 3.1) Norm(0.577389, -0.577406, 0.577255) UV(0.825769, 0.670571) +V 1199: Pos(19.200001, -8.9, 2.5) Norm(0.301513, -0.904538, -0.301499) UV(0.834554, 0.616398) +V 1200: Pos(15.0, -8.9, 2.5) Norm(-0.301515, -0.904529, -0.301524) UV(0.834554, 0.554905) +V 1201: Pos(13.5, -8.9, 2.5) Norm(0.301517, -0.904534, -0.301507) UV(0.834554, 0.532943) +V 1202: Pos(-15.0, -8.9, 2.5) Norm(0.301511, -0.904532, -0.301519) UV(0.834554, 0.115666) +V 1203: Pos(-13.5, -8.9, 2.5) Norm(-0.301517, -0.904534, -0.301507) UV(0.834554, 0.137628) +V 1204: Pos(9.3, -8.9, 2.5) Norm(-0.301511, -0.904534, -0.301511) UV(0.834554, 0.471449) +V 1205: Pos(9.3, -8.9, 1.0) Norm(-0.301517, -0.904531, 0.301515) UV(0.856516, 0.471449) +V 1206: Pos(13.5, -8.9, 1.0) Norm(0.301512, -0.904537, 0.301503) UV(0.856516, 0.532943) +V 1207: Pos(7.800001, -8.9, 2.5) Norm(0.301513, -0.904536, -0.301503) UV(0.834554, 0.449488) +V 1208: Pos(-9.3, -8.9, 2.5) Norm(0.301512, -0.904536, -0.301505) UV(0.834554, 0.199122) +V 1209: Pos(3.55, -8.9, 2.5) Norm(-0.301514, -0.904526, -0.301534) UV(0.834554, 0.387262) +V 1210: Pos(-9.3, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.856516, 0.199122) +V 1211: Pos(-13.5, -8.9, 1.0) Norm(-0.301513, -0.904536, 0.301503) UV(0.856516, 0.137628) +V 1212: Pos(-15.0, -8.9, 1.0) Norm(0.301515, -0.90453, 0.30152) UV(0.856516, 0.115666) +V 1213: Pos(-19.200001, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301511) UV(0.856516, 0.054173) +V 1214: Pos(-20.700001, -8.9, 1.0) Norm(0.301511, -0.904534, 0.301512) UV(0.856516, 0.032211) +V 1215: Pos(20.700001, -8.9, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.856516, 0.63836) +V 1216: Pos(19.200001, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.856516, 0.616398) +V 1217: Pos(15.0, -8.9, 1.0) Norm(-0.301511, -0.904533, 0.301515) UV(0.856516, 0.554905) +V 1218: Pos(7.800001, -8.9, 1.0) Norm(0.301516, -0.904533, 0.30151) UV(0.856516, 0.449488) +V 1219: Pos(0.9, -8.9, 0.1) Norm(-0.301508, -0.904543, 0.301488) UV(0.869693, 0.348463) +V 1220: Pos(-2.05, -8.9, 1.0) Norm(-0.301503, -0.904535, 0.301517) UV(0.856516, 0.305271) +V 1221: Pos(3.55, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301512) UV(0.856516, 0.387262) +V 1222: Pos(2.05, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.856516, 0.3653) +V 1223: Pos(22.9, -8.9, -0.1) Norm(0.57734, -0.57733, -0.577381) UV(0.0, 0.670571) +V 1224: Pos(-13.5, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.448023, 0.532943) +V 1225: Pos(-13.3, 3.7, 3.1) Norm(0.301531, -0.301516, 0.904526) UV(0.445095, 0.530015) +V 1226: Pos(-13.3, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.408492, 0.530015) +V 1227: Pos(-11.500001, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.448023, 0.50366) +V 1228: Pos(-11.499999, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.445095, 0.50366) +V 1229: Pos(-11.499999, 1.2, 3.1) Norm(-0.301511, 0.30151, 0.904535) UV(0.408492, 0.50366) +V 1230: Pos(-11.3, 1.2, 3.1) Norm(0.30151, 0.301516, 0.904533) UV(0.408492, 0.500732) +V 1231: Pos(-11.500001, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.518302, 0.50366) +V 1232: Pos(-11.3, 8.700001, 3.1) Norm(0.301496, -0.301512, 0.904539) UV(0.518302, 0.500732) +V 1233: Pos(-5.8, 8.700001, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.518302, 0.420205) +V 1234: Pos(-5.6, 8.7, 3.1) Norm(0.301502, -0.301507, 0.904539) UV(0.518302, 0.417277) +V 1235: Pos(-22.9, 8.9, 3.1) Norm(-0.577389, 0.577404, 0.577258) UV(0.52123, 0.670571) +V 1236: Pos(1.12, 8.7, 3.1) Norm(0.0, -0.707081, 0.707132) UV(0.518302, 0.318887) +V 1237: Pos(5.6, 8.7, 3.1) Norm(-0.301501, -0.301511, 0.904538) UV(0.518302, 0.253294) +V 1238: Pos(22.9, 8.9, 3.1) Norm(0.577399, 0.577417, 0.577235) UV(0.52123, 0.0) +V 1239: Pos(5.8, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.518302, 0.250366) +V 1240: Pos(13.5, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.408492, 0.137628) +V 1241: Pos(13.3, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.408492, 0.140556) +V 1242: Pos(5.6, 1.0, 3.1) Norm(-0.577374, -0.577341, 0.577336) UV(0.405564, 0.253294) +V 1243: Pos(11.499999, 1.2, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.408492, 0.166911) +V 1244: Pos(11.3, 1.2, 3.1) Norm(-0.301512, 0.301499, 0.904538) UV(0.408492, 0.169839) +V 1245: Pos(7.800001, 1.2, 3.1) Norm(0.301509, 0.301516, 0.904533) UV(0.408492, 0.221083) +V 1246: Pos(7.6, 1.2, 3.1) Norm(-0.301525, 0.301509, 0.90453) UV(0.408492, 0.224012) +V 1247: Pos(5.8, 1.2, 3.1) Norm(0.301516, 0.301516, 0.904531) UV(0.408492, 0.250366) +V 1248: Pos(5.8, 2.254148, 3.1) Norm(0.70712, 0.0, 0.707093) UV(0.423926, 0.250366) +V 1249: Pos(5.6, 2.176419, 3.1) Norm(-0.707117, 0.0, 0.707097) UV(0.422788, 0.253294) +V 1250: Pos(22.700003, -1.0, 3.1) Norm(-0.301514, 0.301485, 0.904542) UV(0.376281, 0.002928) +V 1251: Pos(22.700001, -1.2, 3.1) Norm(-0.301503, -0.301492, 0.904543) UV(0.373353, 0.002928) +V 1252: Pos(22.700001, -5.7, 3.1) Norm(-0.707106, 0.0, 0.707107) UV(0.307467, 0.002928) +V 1253: Pos(22.700001, -8.700001, 3.1) Norm(-0.301505, 0.301517, 0.904534) UV(0.263543, 0.002928) +V 1254: Pos(17.200001, -1.2, 3.1) Norm(0.301499, -0.301499, 0.904542) UV(0.373353, 0.083455) +V 1255: Pos(17.000002, -1.2, 3.1) Norm(-0.301496, -0.301517, 0.904537) UV(0.373353, 0.086384) +V 1256: Pos(13.5, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.333821, 0.137628) +V 1257: Pos(13.5, -1.2, 3.1) Norm(0.301511, -0.301498, 0.904538) UV(0.373353, 0.137628) +V 1258: Pos(13.3, -3.7, 3.1) Norm(-0.301532, 0.301514, 0.904526) UV(0.33675, 0.140556) +V 1259: Pos(13.3, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.373353, 0.140556) +V 1260: Pos(11.500001, -3.9, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.333821, 0.166911) +V 1261: Pos(11.499999, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.33675, 0.166911) +V 1262: Pos(11.499999, -1.2, 3.1) Norm(0.301524, -0.30151, 0.90453) UV(0.373353, 0.166911) +V 1263: Pos(11.500001, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.263543, 0.166911) +V 1264: Pos(11.3, -8.700001, 3.1) Norm(-0.30151, 0.30151, 0.904535) UV(0.263543, 0.169839) +V 1265: Pos(5.8, -8.700001, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.263543, 0.250366) +V 1266: Pos(5.6, -8.7, 3.1) Norm(-0.301497, 0.301506, 0.904541) UV(0.263543, 0.253294) +V 1267: Pos(-5.6, -8.7, 3.1) Norm(0.301511, 0.301506, 0.904536) UV(0.263543, 0.417277) +V 1268: Pos(-5.6, -2.176419, 3.1) Norm(0.707117, 0.0, 0.707097) UV(0.359057, 0.417277) +V 1269: Pos(-5.8, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.333821, 0.420205) +V 1270: Pos(-5.8, -2.254148, 3.1) Norm(-0.707103, 0.0, 0.707111) UV(0.357919, 0.420205) +V 1271: Pos(-5.8, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.33675, 0.420205) +V 1272: Pos(-7.6, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.33675, 0.446559) +V 1273: Pos(-7.6, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.373353, 0.446559) +V 1274: Pos(-7.800001, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.373353, 0.449488) +V 1275: Pos(-11.3, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.263543, 0.500732) +V 1276: Pos(-11.3, -1.2, 3.1) Norm(0.301499, -0.3015, 0.904542) UV(0.373353, 0.500732) +V 1277: Pos(-11.500001, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.333821, 0.50366) +V 1278: Pos(-11.499999, -1.2, 3.1) Norm(-0.301524, -0.301509, 0.904531) UV(0.373353, 0.50366) +V 1279: Pos(-11.499999, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.33675, 0.50366) +V 1280: Pos(-13.3, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.33675, 0.530015) +V 1281: Pos(-13.3, -1.2, 3.1) Norm(0.301525, -0.30151, 0.90453) UV(0.373353, 0.530015) +V 1282: Pos(-13.5, -1.2, 3.1) Norm(-0.301509, -0.301516, 0.904533) UV(0.373353, 0.532943) +V 1283: Pos(-22.385395, -8.700001, 3.1) Norm(0.0, 0.707113, 0.707101) UV(0.263543, 0.663036) +V 1284: Pos(-22.700001, -8.700001, 3.1) Norm(0.301507, 0.301517, 0.904534) UV(0.263543, 0.667643) +V 1285: Pos(-22.9, -8.9, 3.1) Norm(-0.577402, -0.577418, 0.57723) UV(0.260615, 0.670571) +V 1286: Pos(-22.700001, 8.700001, 3.1) Norm(0.301505, -0.301517, 0.904534) UV(0.518302, 0.667643) +V 1287: Pos(-19.400002, 8.700001, 3.1) Norm(0.0, -0.70709, 0.707124) UV(0.518302, 0.619326) +V 1288: Pos(-17.200001, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.518302, 0.587116) +V 1289: Pos(-20.5, -8.700001, 3.1) Norm(0.0, 0.70709, 0.707124) UV(0.263543, 0.635432) +V 1290: Pos(-17.200001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.587116) +V 1291: Pos(-17.000002, -8.700001, 3.1) Norm(0.30151, 0.30151, 0.904535) UV(0.263543, 0.584187) +V 1292: Pos(-17.000002, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.518302, 0.584187) +V 1293: Pos(-17.200001, 1.2, 3.1) Norm(-0.301513, 0.301497, 0.904538) UV(0.408492, 0.587116) +V 1294: Pos(-13.6, -8.700001, 3.1) Norm(0.0, 0.707099, 0.707115) UV(0.263543, 0.534407) +V 1295: Pos(-13.5, -8.700001, 3.1) Norm(0.0, 0.707105, 0.707109) UV(0.263543, 0.532943) +V 1296: Pos(-13.6, 8.700001, 3.1) Norm(0.0, -0.707099, 0.707115) UV(0.518302, 0.534407) +V 1297: Pos(-13.5, 8.700001, 3.1) Norm(0.0, -0.707105, 0.707109) UV(0.518302, 0.532943) +V 1298: Pos(-11.500001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.50366) +V 1299: Pos(-7.9, -8.700001, 3.1) Norm(0.0, 0.707099, 0.707115) UV(0.263543, 0.450952) +V 1300: Pos(-7.9, 8.700001, 3.1) Norm(0.0, -0.707099, 0.707115) UV(0.518302, 0.450952) +V 1301: Pos(-7.800001, 8.700001, 3.1) Norm(0.0, -0.707105, 0.707109) UV(0.518302, 0.449488) +V 1302: Pos(-13.5, -3.9, 3.1) Norm(-0.577357, -0.577334, 0.577359) UV(0.333821, 0.532943) +V 1303: Pos(-7.800001, -3.9, 3.1) Norm(-0.577357, -0.577335, 0.577359) UV(0.333821, 0.449488) +V 1304: Pos(22.700003, 1.0, 3.1) Norm(-0.301515, -0.301485, 0.904542) UV(0.405564, 0.002928) +V 1305: Pos(22.700001, 1.2, 3.1) Norm(-0.301503, 0.301492, 0.904543) UV(0.408492, 0.002928) +V 1306: Pos(22.700001, 4.2, 3.1) Norm(-0.707106, 0.0, 0.707108) UV(0.452416, 0.002928) +V 1307: Pos(22.700001, 8.700001, 3.1) Norm(-0.301507, -0.301517, 0.904534) UV(0.518302, 0.002928) +V 1308: Pos(7.800001, 8.700001, 3.1) Norm(0.0, -0.707107, 0.707107) UV(0.518302, 0.221083) +V 1309: Pos(-7.800001, -8.700001, 3.1) Norm(0.0, 0.707105, 0.707109) UV(0.263543, 0.449488) +V 1310: Pos(7.9, 8.700001, 3.1) Norm(0.0, -0.707097, 0.707117) UV(0.518302, 0.219619) +V 1311: Pos(11.3, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.518302, 0.169839) +V 1312: Pos(-5.8, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.420205) +V 1313: Pos(11.500001, 8.700001, 3.1) Norm(0.301512, -0.301511, 0.904534) UV(0.518302, 0.166911) +V 1314: Pos(13.5, 8.700001, 3.1) Norm(0.0, -0.707107, 0.707107) UV(0.518302, 0.137628) +V 1315: Pos(13.6, 8.700001, 3.1) Norm(0.0, -0.707097, 0.707117) UV(0.518302, 0.136164) +V 1316: Pos(17.200001, 8.700001, 3.1) Norm(0.301498, -0.301513, 0.904538) UV(0.518302, 0.083455) +V 1317: Pos(20.5, 8.700001, 3.1) Norm(0.0, -0.70709, 0.707124) UV(0.518302, 0.035139) +V 1318: Pos(22.385395, 8.700001, 3.1) Norm(0.0, -0.707113, 0.707101) UV(0.518302, 0.007534) +V 1319: Pos(7.800001, -8.700001, 3.1) Norm(0.0, 0.707107, 0.707107) UV(0.263543, 0.221083) +V 1320: Pos(7.9, -8.700001, 3.1) Norm(0.0, 0.707097, 0.707117) UV(0.263543, 0.219619) +V 1321: Pos(13.5, -8.700001, 3.1) Norm(0.0, 0.707107, 0.707107) UV(0.263543, 0.137628) +V 1322: Pos(13.6, -8.700001, 3.1) Norm(0.0, 0.707097, 0.707117) UV(0.263543, 0.136164) +V 1323: Pos(19.400002, -8.700001, 3.1) Norm(0.0, 0.70709, 0.707124) UV(0.263543, 0.051244) +V 1324: Pos(-7.800001, 1.2, 3.1) Norm(-0.301511, 0.301498, 0.904538) UV(0.408492, 0.449488) +V 1325: Pos(-7.6, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.408492, 0.446559) +V 1326: Pos(-5.8, 3.7, 3.1) Norm(-0.301524, -0.301509, 0.90453) UV(0.445095, 0.420205) +V 1327: Pos(5.8, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.448023, 0.250366) +V 1328: Pos(5.6, 2.7, 3.1) Norm(-0.301515, 0.301518, 0.904531) UV(0.430454, 0.253294) +V 1329: Pos(7.6, 3.7, 3.1) Norm(-0.301517, -0.301516, 0.904531) UV(0.445095, 0.224012) +V 1330: Pos(7.800001, 3.9, 3.1) Norm(0.577357, 0.577335, 0.577359) UV(0.448023, 0.221083) +V 1331: Pos(-5.6, 2.7, 3.1) Norm(0.301513, 0.301497, 0.904538) UV(0.430454, 0.417277) +V 1332: Pos(-5.8, 1.2, 3.1) Norm(-0.301517, 0.301515, 0.904531) UV(0.408492, 0.420205) +V 1333: Pos(-5.6, 1.0, 3.1) Norm(0.577361, -0.577348, 0.577342) UV(0.405564, 0.417277) +V 1334: Pos(-5.6, 2.5, 3.1) Norm(0.301515, -0.301498, 0.904538) UV(0.427526, 0.417277) +V 1335: Pos(-22.700001, 5.7, 3.1) Norm(0.707106, 0.0, 0.707107) UV(0.474378, 0.667643) +V 1336: Pos(-22.700003, -1.0, 3.1) Norm(0.301511, 0.301486, 0.904543) UV(0.376281, 0.667643) +V 1337: Pos(-22.700001, -4.2, 3.1) Norm(0.707106, 0.0, 0.707108) UV(0.329429, 0.667643) +V 1338: Pos(-22.700001, -1.2, 3.1) Norm(0.30148, -0.301495, 0.90455) UV(0.373353, 0.667643) +V 1339: Pos(-22.700001, 1.2, 3.1) Norm(0.301503, 0.301492, 0.904543) UV(0.408492, 0.667643) +V 1340: Pos(-17.200001, -1.2, 3.1) Norm(-0.301498, -0.301498, 0.904543) UV(0.373353, 0.587116) +V 1341: Pos(5.6, 2.5, 3.1) Norm(-0.301511, -0.301514, 0.904533) UV(0.427526, 0.253294) +V 1342: Pos(5.8, 3.7, 3.1) Norm(0.301511, -0.301511, 0.904534) UV(0.445095, 0.250366) +V 1343: Pos(-17.000002, -1.2, 3.1) Norm(0.301499, -0.301501, 0.904542) UV(0.373353, 0.584187) +V 1344: Pos(-5.6, -1.0, 3.1) Norm(0.577374, 0.577341, 0.577336) UV(0.376281, 0.417277) +V 1345: Pos(-5.8, -1.2, 3.1) Norm(-0.301516, -0.301515, 0.904531) UV(0.373353, 0.420205) +V 1346: Pos(7.6, -1.2, 3.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.373353, 0.224012) +V 1347: Pos(5.8, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.33675, 0.250366) +V 1348: Pos(5.8, -1.2, 3.1) Norm(0.301529, -0.301515, 0.904527) UV(0.373353, 0.250366) +V 1349: Pos(13.5, 3.9, 3.1) Norm(0.577357, 0.577334, 0.577359) UV(0.448023, 0.137628) +V 1350: Pos(-5.6, 8.7, 0.1) Norm(0.577381, -0.57733, 0.57734) UV(0.175695, 0.871157) +V 1351: Pos(-2.05, 8.7, 1.684821) Norm(-0.7071, -0.707113, 0.0) UV(0.717645, 0.716691) +V 1352: Pos(-2.05, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.70571, 0.716691) +V 1353: Pos(5.6, 8.7, 0.1) Norm(-0.577361, -0.577315, 0.577375) UV(0.740849, 0.828697) +V 1354: Pos(5.6, 8.7, 3.1) Norm(-0.301501, -0.301511, 0.904538) UV(0.696925, 0.828697) +V 1355: Pos(3.55, 8.7, 1.0) Norm(-0.30151, -0.904535, 0.301511) UV(0.727672, 0.798682) +V 1356: Pos(-3.55, 8.7, 2.5) Norm(0.301508, -0.904536, -0.301508) UV(0.70571, 0.694729) +V 1357: Pos(5.6, 2.7, 3.1) Norm(-0.301515, 0.301518, 0.904531) UV(0.175696, 0.871157) +V 1358: Pos(-4.26, 2.7, 0.1) Norm(0.301516, 0.301512, 0.904532) UV(0.043924, 0.814934) +V 1359: Pos(-5.6, 2.7, 0.1) Norm(0.577343, 0.577365, 0.577343) UV(0.043924, 0.834553) +V 1360: Pos(5.6, 2.7, 3.1) Norm(-0.301515, 0.301518, 0.904531) UV(0.0, 0.670571) +V 1361: Pos(5.6, 2.7, 0.1) Norm(-0.577343, 0.577337, 0.577371) UV(0.043924, 0.670571) +V 1362: Pos(-2.46, 2.7, 0.1) Norm(-0.301511, 0.301511, 0.904535) UV(0.043924, 0.78858) +V 1363: Pos(5.6, 2.7, 0.1) Norm(-0.577343, 0.577337, 0.577371) UV(0.691069, 0.250366) +V 1364: Pos(5.6, 8.7, 0.1) Norm(-0.577361, -0.577315, 0.577375) UV(0.778917, 0.250366) +V 1365: Pos(-5.6, 2.7, 0.1) Norm(0.577343, 0.577365, 0.577343) UV(0.691069, 0.414348) +V 1366: Pos(-5.6, 2.5, 3.1) Norm(0.301515, -0.301498, 0.904538) UV(0.97511, 0.912152) +V 1367: Pos(-5.6, -1.0, 3.1) Norm(0.577374, 0.577341, 0.577336) UV(0.131772, 0.783309) +V 1368: Pos(-5.6, -8.7, 3.1) Norm(0.301511, 0.301506, 0.904536) UV(0.131772, 0.670571) +V 1369: Pos(-2.46, 2.5, 0.1) Norm(-0.301516, -0.301512, 0.904532) UV(0.087848, 0.716545) +V 1370: Pos(5.6, 2.5, 0.1) Norm(-0.577359, -0.57733, 0.577362) UV(0.087848, 0.834553) +V 1371: Pos(-5.6, 2.5, 0.1) Norm(0.577343, -0.577365, 0.577343) UV(0.087848, 0.670571) +V 1372: Pos(-4.26, 2.5, 2.2) Norm(0.301516, -0.904531, -0.301515) UV(0.057101, 0.69019) +V 1373: Pos(-4.26, 2.5, 0.1) Norm(0.301511, -0.301511, 0.904535) UV(0.087848, 0.69019) +V 1374: Pos(5.6, 2.5, 3.1) Norm(-0.301511, -0.301514, 0.904533) UV(0.915081, 0.956076) +V 1375: Pos(5.6, 2.5, 0.1) Norm(-0.577359, -0.57733, 0.577362) UV(0.915081, 1.0) +V 1376: Pos(5.6, -1.0, 3.1) Norm(-0.577374, 0.577342, 0.577334) UV(0.175696, 0.670571) +V 1377: Pos(0.9, -8.7, 2.198214) Norm(-0.707101, 0.707112, 0.0) UV(0.101051, 0.739385) +V 1378: Pos(2.05, -8.7, 2.5) Norm(0.301515, 0.904532, -0.301515) UV(0.096633, 0.722548) +V 1379: Pos(0.9, -8.7, 2.2) Norm(-0.301512, 0.904534, -0.301513) UV(0.101025, 0.739385) +V 1380: Pos(0.9, -8.7, 0.1) Norm(-0.301512, 0.301501, 0.904537) UV(0.131772, 0.739385) +V 1381: Pos(3.55, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.118594, 0.700586) +V 1382: Pos(5.6, -8.7, 0.1) Norm(-0.577355, 0.57733, 0.577366) UV(0.131772, 0.670571) +V 1383: Pos(-2.05, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.118594, 0.782577) +V 1384: Pos(-0.9, -8.7, 0.1) Norm(0.301513, 0.301502, 0.904536) UV(0.131772, 0.765739) +V 1385: Pos(5.6, -8.7, 3.1) Norm(-0.301497, 0.301506, 0.904541) UV(0.087848, 0.670571) +V 1386: Pos(3.55, -8.7, 2.5) Norm(-0.301508, 0.904536, -0.301509) UV(0.096633, 0.700586) +V 1387: Pos(-3.55, -8.7, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.118594, 0.804539) +V 1388: Pos(-5.6, -8.7, 0.1) Norm(0.57734, 0.577338, 0.577373) UV(0.131772, 0.834553) +V 1389: Pos(-5.6, 2.5, 0.1) Norm(0.577343, -0.577365, 0.577343) UV(0.688141, 0.414348) +V 1390: Pos(5.6, 2.5, 0.1) Norm(-0.577359, -0.57733, 0.577362) UV(0.688141, 0.250366) +V 1391: Pos(5.6, -8.7, 0.1) Norm(-0.577355, 0.57733, 0.577366) UV(0.524158, 0.250366) +V 1392: Pos(5.6, -1.0, 0.1) Norm(-0.301502, 0.301516, 0.904536) UV(0.636896, 0.250366) +V 1393: Pos(-5.6, -8.7, 0.1) Norm(0.57734, 0.577338, 0.577373) UV(0.524158, 0.414348) +V 1394: Pos(-0.9, -8.7, 2.2) Norm(0.301494, 0.90454, -0.301511) UV(0.956076, 0.956076) +V 1395: Pos(-0.9, -8.9, 1.562882) Norm(0.707108, -0.707106, 0.0) UV(0.959004, 0.965404) +V 1396: Pos(-0.9, -8.9, 2.2) Norm(0.30151, -0.904534, -0.301513) UV(0.959004, 0.956076) +V 1397: Pos(0.9, -8.7, 0.1) Norm(-0.301512, 0.301501, 0.904537) UV(0.961933, 0.986823) +V 1398: Pos(0.9, -8.9, 0.1) Norm(-0.301508, -0.904543, 0.301488) UV(0.959004, 0.986823) +V 1399: Pos(0.9, -8.9, 2.2) Norm(-0.301508, -0.904537, -0.301505) UV(0.959004, 0.956076) +V 1400: Pos(0.9, -8.7, 2.2) Norm(-0.301512, 0.904534, -0.301513) UV(0.961933, 0.956076) +V 1401: Pos(0.9, -8.9, 0.1) Norm(-0.301508, -0.904543, 0.301488) UV(0.52123, 0.31918) +V 1402: Pos(-0.9, -8.7, 2.2) Norm(0.301494, 0.90454, -0.301511) UV(0.005857, 0.959004) +V 1403: Pos(-4.26, 2.7, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.124451, 0.945827) +V 1404: Pos(-2.46, 2.7, 0.1) Norm(-0.301511, 0.301511, 0.904535) UV(0.130307, 0.976574) +V 1405: Pos(-2.46, 2.5, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(-0.0, 0.985359) +V 1406: Pos(-3.55, 8.9, 2.5) Norm(0.301514, 0.904526, -0.301534) UV(0.969253, 0.89019) +V 1407: Pos(-2.05, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.972182, 0.395315) +V 1408: Pos(-2.05, 8.9, 2.5) Norm(-0.301502, 0.904541, -0.301499) UV(0.97511, 0.395315) +V 1409: Pos(-3.55, 8.9, 1.0) Norm(0.30151, 0.90453, 0.301524) UV(0.95754, 0.912152) +V 1410: Pos(-2.05, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.95754, 0.912152) +V 1411: Pos(-3.55, -8.7, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.972181, 0.912152) +V 1412: Pos(-2.05, -8.7, 1.0) Norm(-0.301516, 0.904531, 0.301516) UV(0.978038, 0.417277) +V 1413: Pos(-2.05, -8.9, 1.0) Norm(-0.301503, -0.904535, 0.301517) UV(0.97511, 0.417277) +V 1414: Pos(-2.05, -8.9, 2.5) Norm(-0.301516, -0.904535, -0.301505) UV(0.97511, 0.395315) +V 1415: Pos(-2.05, -8.9, 1.0) Norm(-0.301503, -0.904535, 0.301517) UV(0.960469, 0.89019) +V 1416: Pos(-3.55, -8.7, 2.5) Norm(0.301508, 0.904536, -0.301509) UV(0.966325, 0.395315) +V 1417: Pos(2.05, 8.7, 1.0) Norm(0.301513, -0.904533, 0.301514) UV(0.978038, 0.912152) +V 1418: Pos(2.05, 8.9, 1.0) Norm(0.301498, 0.90454, 0.301506) UV(0.97511, 0.912152) +V 1419: Pos(3.55, 8.9, 1.0) Norm(-0.301515, 0.904528, 0.301526) UV(0.008785, 0.980966) +V 1420: Pos(2.05, 8.9, 1.0) Norm(0.301498, 0.90454, 0.301506) UV(0.966325, 0.912152) +V 1421: Pos(3.55, 8.7, 2.5) Norm(-0.301512, -0.904534, -0.301512) UV(0.966325, 0.417277) +V 1422: Pos(2.05, -8.7, 2.5) Norm(0.301515, 0.904532, -0.301515) UV(0.008785, 0.959004) +V 1423: Pos(2.05, -8.9, 2.5) Norm(0.301501, -0.904535, -0.301517) UV(0.011713, 0.959004) +V 1424: Pos(2.05, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.011713, 0.980966) +V 1425: Pos(3.55, -8.9, 2.5) Norm(-0.301514, -0.904526, -0.301534) UV(0.011713, 0.959004) +V 1426: Pos(3.55, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301512) UV(0.966325, 0.89019) +V 1427: Pos(2.05, -8.7, 2.5) Norm(0.301515, 0.904532, -0.301515) UV(0.972182, 0.395315) +V 1428: Pos(-22.700003, 1.0, 0.1) Norm(0.577342, -0.577373, 0.577336) UV(0.954612, 0.802343) +V 1429: Pos(-9.1, 1.0, 2.2) Norm(-0.301507, -0.904537, -0.301507) UV(0.534407, 0.863836) +V 1430: Pos(-9.1, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.565154, 0.863836) +V 1431: Pos(-5.6, 1.0, 0.1) Norm(0.301506, -0.301505, 0.904538) UV(0.565154, 0.915081) +V 1432: Pos(-22.700003, 1.0, 0.1) Norm(0.577342, -0.577373, 0.577336) UV(0.565154, 0.664715) +V 1433: Pos(-20.400002, 1.0, 2.2) Norm(0.30151, -0.904538, -0.301501) UV(0.534407, 0.69839) +V 1434: Pos(-20.400002, 1.0, 0.1) Norm(0.301515, -0.301511, 0.904533) UV(0.565154, 0.69839) +V 1435: Pos(-5.6, 1.0, 3.1) Norm(0.577361, -0.577348, 0.577342) UV(0.52123, 0.915081) +V 1436: Pos(-14.800001, 1.0, 0.1) Norm(-0.30152, -0.301503, 0.904534) UV(0.565154, 0.780381) +V 1437: Pos(-10.000001, 1.0, 0.1) Norm(0.301513, -0.301513, 0.904533) UV(0.565154, 0.850659) +V 1438: Pos(-10.000001, 1.0, 2.2) Norm(0.301519, -0.904533, -0.301506) UV(0.534407, 0.850659) +V 1439: Pos(-19.500002, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.534407, 0.711567) +V 1440: Pos(-19.500002, 1.0, 0.1) Norm(-0.301513, -0.301509, 0.904534) UV(0.565154, 0.711567) +V 1441: Pos(-15.700001, 1.0, 0.1) Norm(0.301516, -0.301507, 0.904534) UV(0.565154, 0.767204) +V 1442: Pos(15.700001, 1.0, 0.1) Norm(-0.301518, -0.301514, 0.904531) UV(0.609078, 0.812591) +V 1443: Pos(19.500002, 1.0, 0.1) Norm(0.301518, -0.301509, 0.904533) UV(0.609078, 0.868228) +V 1444: Pos(19.500002, 1.0, 2.2) Norm(0.301512, -0.904537, -0.301503) UV(0.578331, 0.868228) +V 1445: Pos(10.000001, 1.0, 0.1) Norm(-0.301519, -0.301502, 0.904535) UV(0.609078, 0.729136) +V 1446: Pos(14.800001, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.609078, 0.799414) +V 1447: Pos(10.000001, 1.0, 2.2) Norm(-0.301511, -0.904534, -0.301511) UV(0.578331, 0.729136) +V 1448: Pos(5.6, 1.0, 0.1) Norm(-0.301496, -0.30151, 0.90454) UV(0.609078, 0.664715) +V 1449: Pos(9.1, 1.0, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.609078, 0.715959) +V 1450: Pos(9.1, 1.0, 2.2) Norm(0.301508, -0.904539, -0.301499) UV(0.578331, 0.715959) +V 1451: Pos(5.6, 1.0, 3.1) Norm(-0.577374, -0.577341, 0.577336) UV(0.565154, 0.664715) +V 1452: Pos(20.400002, 1.0, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.609078, 0.881406) +V 1453: Pos(22.700003, 1.0, 0.1) Norm(-0.577342, -0.577373, 0.577336) UV(0.609078, 0.915081) +V 1454: Pos(20.400002, 1.0, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.578331, 0.881406) +V 1455: Pos(22.700003, -1.0, 3.1) Norm(-0.301514, 0.301485, 0.904542) UV(0.954612, 0.802343) +V 1456: Pos(-20.400002, -1.0, 2.2) Norm(0.301509, 0.904535, -0.301509) UV(0.622255, 0.881406) +V 1457: Pos(-20.400002, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.653002, 0.881406) +V 1458: Pos(-22.700003, -1.0, 0.1) Norm(0.577345, 0.577368, 0.577338) UV(0.653002, 0.915081) +V 1459: Pos(-5.6, -1.0, 3.1) Norm(0.577374, 0.577341, 0.577336) UV(0.609078, 0.664715) +V 1460: Pos(-5.6, -1.0, 0.1) Norm(0.301498, 0.301512, 0.904538) UV(0.653002, 0.664715) +V 1461: Pos(-9.1, -1.0, 2.2) Norm(-0.301511, 0.904538, -0.301499) UV(0.622255, 0.715959) +V 1462: Pos(-9.1, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.653002, 0.715959) +V 1463: Pos(-15.700001, -1.0, 0.1) Norm(0.301518, 0.301509, 0.904532) UV(0.653002, 0.812591) +V 1464: Pos(-19.500002, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.653002, 0.868228) +V 1465: Pos(-19.500002, -1.0, 2.2) Norm(-0.301517, 0.904535, -0.301504) UV(0.622255, 0.868228) +V 1466: Pos(-10.000001, -1.0, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.622255, 0.729136) +V 1467: Pos(-10.000001, -1.0, 0.1) Norm(0.301518, 0.301514, 0.904531) UV(0.653002, 0.729136) +V 1468: Pos(-14.800001, -1.0, 0.1) Norm(-0.301515, 0.301502, 0.904536) UV(0.653002, 0.799414) +V 1469: Pos(9.1, -1.0, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.696925, 0.863836) +V 1470: Pos(5.6, -1.0, 0.1) Norm(-0.301502, 0.301516, 0.904536) UV(0.696925, 0.915081) +V 1471: Pos(9.1, -1.0, 2.2) Norm(0.301507, 0.904537, -0.301507) UV(0.666179, 0.863836) +V 1472: Pos(5.6, -1.0, 3.1) Norm(-0.577374, 0.577342, 0.577334) UV(0.653001, 0.915081) +V 1473: Pos(22.700003, -1.0, 0.1) Norm(-0.577345, 0.577368, 0.577338) UV(0.696925, 0.664715) +V 1474: Pos(20.400002, -1.0, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.666179, 0.69839) +V 1475: Pos(20.400002, -1.0, 0.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.696925, 0.69839) +V 1476: Pos(14.800001, -1.0, 0.1) Norm(0.301516, 0.301502, 0.904536) UV(0.696925, 0.780381) +V 1477: Pos(10.000001, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.696925, 0.850659) +V 1478: Pos(10.000001, -1.0, 2.2) Norm(-0.301519, 0.904533, -0.301506) UV(0.666179, 0.850659) +V 1479: Pos(19.500002, -1.0, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.666179, 0.711567) +V 1480: Pos(19.500002, -1.0, 0.1) Norm(0.301513, 0.301509, 0.904534) UV(0.696925, 0.711567) +V 1481: Pos(15.700001, -1.0, 0.1) Norm(-0.301513, 0.301508, 0.904535) UV(0.696925, 0.767204) +V 1482: Pos(-20.400002, 0.7, 0.1) Norm(-0.0, 0.0, 1.0) UV(0.661786, 0.63104) +V 1483: Pos(-20.400002, 1.0, 0.1) Norm(0.301515, -0.301511, 0.904533) UV(0.666179, 0.63104) +V 1484: Pos(-22.700003, 1.0, 0.1) Norm(0.577342, -0.577373, 0.577336) UV(0.666179, 0.664715) +V 1485: Pos(-22.700003, -1.0, 0.1) Norm(0.577345, 0.577368, 0.577338) UV(0.636896, 0.664715) +V 1486: Pos(-20.400002, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.63104) +V 1487: Pos(-15.700001, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.562226) +V 1488: Pos(-10.000001, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641288, 0.47877) +V 1489: Pos(-14.800001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.549048) +V 1490: Pos(20.400002, -1.0, 0.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.636896, 0.033675) +V 1491: Pos(22.700003, -1.0, 0.1) Norm(-0.577345, 0.577368, 0.577338) UV(0.636896, -0.0) +V 1492: Pos(15.700001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.102489) +V 1493: Pos(10.000001, 0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.661786, 0.185944) +V 1494: Pos(9.1, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641289, 0.199122) +V 1495: Pos(14.800001, -0.7, 0.1) Norm(0.0, 0.0, 1.0) UV(0.641289, 0.115666) +V 1496: Pos(-11.3, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.263543, 0.780381) +V 1497: Pos(-9.1, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.963397, 0.24451) +V 1498: Pos(-7.800001, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.963397, 0.263543) +V 1499: Pos(-11.3, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.963397, 0.212299) +V 1500: Pos(-10.000001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.93265, 0.231332) +V 1501: Pos(-10.000001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.963397, 0.231332) +V 1502: Pos(-7.800001, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.906296, 0.956076) +V 1503: Pos(-7.800001, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.894583, 0.925329) +V 1504: Pos(-7.800001, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.894583, 0.956076) +V 1505: Pos(-7.800001, -2.9, 0.1) Norm(-0.301517, 0.301521, 0.904529) UV(0.881406, 0.956076) +V 1506: Pos(-7.800001, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.866764, 0.956076) +V 1507: Pos(-9.3, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301513) UV(0.008785, 0.885798) +V 1508: Pos(-7.800001, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.008785, 0.863836) +V 1509: Pos(-11.3, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.633968, 0.497804) +V 1510: Pos(-11.3, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.524158, 0.497804) +V 1511: Pos(-7.800001, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.633968, 0.446559) +V 1512: Pos(-5.8, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.945827, 0.912152) +V 1513: Pos(-5.8, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.219619, 0.960469) +V 1514: Pos(-5.8, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.0, 0.834553) +V 1515: Pos(-5.8, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.594436, 0.417277) +V 1516: Pos(-7.6, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.494876, 0.714495) +V 1517: Pos(-7.6, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.483163, 0.714495) +V 1518: Pos(-7.6, -3.7, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.519766, 0.714495) +V 1519: Pos(-7.6, -2.9, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.508053, 0.683748) +V 1520: Pos(-7.6, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.508053, 0.714495) +V 1521: Pos(-5.8, -1.2, 0.1) Norm(-0.57733, -0.577361, 0.57736) UV(0.963397, 0.263543) +V 1522: Pos(-5.8, -1.2, 3.1) Norm(-0.301516, -0.301515, 0.904531) UV(0.519766, 0.714495) +V 1523: Pos(-5.8, -1.2, 0.1) Norm(-0.57733, -0.577361, 0.57736) UV(0.519766, 0.758419) +V 1524: Pos(-7.6, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.963397, 0.263543) +V 1525: Pos(-7.6, -3.7, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.597365, 0.443631) +V 1526: Pos(-5.8, -3.7, 0.1) Norm(-0.577341, 0.577362, 0.577348) UV(0.597365, 0.417277) +V 1527: Pos(-7.6, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.633968, 0.443631) +V 1528: Pos(-10.000001, -1.0, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.210835, 0.951684) +V 1529: Pos(-9.1, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.216691, 0.98243) +V 1530: Pos(-9.1, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.884334, 0.666179) +V 1531: Pos(-7.6, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.118594, 0.91508) +V 1532: Pos(-7.800001, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.121523, 0.91508) +V 1533: Pos(-7.6, -2.9, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.872621, 0.653001) +V 1534: Pos(-9.3, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.52123, 0.956076) +V 1535: Pos(-7.800001, -8.9, 2.5) Norm(-0.301512, -0.904537, -0.301501) UV(0.518302, 0.956076) +V 1536: Pos(-9.3, -8.700001, 1.0) Norm(0.301511, 0.904535, 0.30151) UV(0.588579, 0.980966) +V 1537: Pos(-9.3, -8.9, 1.0) Norm(0.301516, -0.904531, 0.301515) UV(0.585651, 0.980966) +V 1538: Pos(-7.800001, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.01757, 0.980966) +V 1539: Pos(-7.800001, -8.9, 2.5) Norm(-0.301512, -0.904537, -0.301501) UV(0.014641, 0.980966) +V 1540: Pos(-17.000002, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.307467, 0.780381) +V 1541: Pos(-14.800001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.916545, 0.633968) +V 1542: Pos(-13.5, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.916545, 0.653001) +V 1543: Pos(-17.000002, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.916545, 0.601757) +V 1544: Pos(-15.700001, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.885798, 0.620791) +V 1545: Pos(-15.700001, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.916545, 0.620791) +V 1546: Pos(-13.5, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.945827, 0.956076) +V 1547: Pos(-13.5, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.934114, 0.925329) +V 1548: Pos(-13.5, -2.0, 0.1) Norm(-0.301516, -0.301516, 0.904531) UV(0.934114, 0.956076) +V 1549: Pos(-13.5, -2.9, 0.1) Norm(-0.301513, 0.301516, 0.904532) UV(0.920937, 0.956076) +V 1550: Pos(-13.5, -3.9, 0.1) Norm(-0.301505, -0.301516, 0.904534) UV(0.906296, 0.956076) +V 1551: Pos(-15.0, -8.700001, 2.5) Norm(0.301513, 0.904533, -0.301514) UV(0.70571, 0.879941) +V 1552: Pos(-13.5, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.70571, 0.85798) +V 1553: Pos(-17.000002, -1.2, 0.1) Norm(0.577355, -0.577355, 0.577341) UV(0.633968, 0.581259) +V 1554: Pos(-17.000002, -8.700001, 0.1) Norm(0.577335, 0.577339, 0.577377) UV(0.524158, 0.581259) +V 1555: Pos(-13.5, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.577341) UV(0.633968, 0.530015) +V 1556: Pos(-11.500001, -3.9, 3.1) Norm(-0.301512, -0.301511, 0.904534) UV(0.954612, 0.846266) +V 1557: Pos(-11.500001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.960469) +V 1558: Pos(-11.500001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.696925, 0.828697) +V 1559: Pos(-11.500001, -3.9, 0.1) Norm(-0.577348, -0.577356, 0.577348) UV(0.594436, 0.500732) +V 1560: Pos(-13.3, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.752562, 0.708638) +V 1561: Pos(-13.3, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.740849, 0.708638) +V 1562: Pos(-13.3, -3.7, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.777452, 0.708638) +V 1563: Pos(-13.3, -2.9, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.765739, 0.677892) +V 1564: Pos(-13.3, -2.9, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.765739, 0.708638) +V 1565: Pos(-11.499999, -1.2, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.670571, 0.959004) +V 1566: Pos(-11.499999, -3.7, 3.1) Norm(-0.301511, 0.30151, 0.904534) UV(0.740849, 0.708638) +V 1567: Pos(-13.3, -3.7, 3.1) Norm(0.301517, 0.301517, 0.90453) UV(0.960469, 0.565154) +V 1568: Pos(-13.3, -3.7, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.597365, 0.527086) +V 1569: Pos(-11.499999, -3.7, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.597365, 0.500732) +V 1570: Pos(-13.3, -1.2, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.633968, 0.527086) +V 1571: Pos(-15.700001, -1.0, 2.2) Norm(0.301511, 0.904534, -0.301511) UV(0.216691, 0.951684) +V 1572: Pos(-14.800001, -1.0, 0.1) Norm(-0.301515, 0.301502, 0.904536) UV(0.986823, 0.701318) +V 1573: Pos(-14.800001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.896047, 0.666179) +V 1574: Pos(-13.3, -2.0, 2.2) Norm(0.904536, -0.301512, -0.301503) UV(0.961932, 0.956076) +V 1575: Pos(-13.5, -2.9, 2.2) Norm(-0.904538, 0.30151, -0.3015) UV(0.964861, 0.956076) +V 1576: Pos(-13.3, -2.9, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.919473, 0.505124) +V 1577: Pos(-15.0, -8.9, 1.0) Norm(0.301515, -0.90453, 0.30152) UV(0.020498, 0.980966) +V 1578: Pos(-13.5, -8.9, 2.5) Norm(-0.301517, -0.904534, -0.301507) UV(0.020498, 0.959004) +V 1579: Pos(-15.0, -8.700001, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.026354, 0.980966) +V 1580: Pos(-15.0, -8.9, 1.0) Norm(0.301515, -0.90453, 0.30152) UV(0.023426, 0.980966) +V 1581: Pos(-13.5, -8.700001, 2.5) Norm(-0.301512, 0.904534, -0.301511) UV(0.029282, 0.980966) +V 1582: Pos(-13.5, -8.9, 2.5) Norm(-0.301517, -0.904534, -0.301507) UV(0.026354, 0.980966) +V 1583: Pos(-22.700001, -1.2, 3.1) Norm(0.30148, -0.301495, 0.90455) UV(0.307467, 0.780381) +V 1584: Pos(-22.700001, -5.7, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.316252, 0.714495) +V 1585: Pos(-22.700001, -1.2, 0.1) Norm(0.577316, -0.577383, 0.577353) UV(0.351391, 0.780381) +V 1586: Pos(-22.700001, -4.2, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.338214, 0.736457) +V 1587: Pos(-19.500002, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.087848, 0.881405) +V 1588: Pos(-17.200001, -1.2, 0.1) Norm(-0.577339, -0.577371, 0.577341) UV(0.087848, 0.91508) +V 1589: Pos(-22.700001, -1.2, 0.1) Norm(0.577316, -0.577383, 0.577353) UV(0.087848, 0.834553) +V 1590: Pos(-20.400002, -1.2, 2.2) Norm(0.301513, -0.904537, -0.3015) UV(0.057101, 0.868228) +V 1591: Pos(-20.400002, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.087848, 0.868228) +V 1592: Pos(-17.200001, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.351391, 0.780381) +V 1593: Pos(-19.200001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.096633, 0.863836) +V 1594: Pos(-19.840002, -8.700001, 2.5) Norm(0.0, 0.707118, -0.707096) UV(0.096633, 0.873206) +V 1595: Pos(-22.700001, -8.700001, 0.1) Norm(0.577357, 0.577339, 0.577355) UV(0.131772, 0.91508) +V 1596: Pos(-22.700001, -8.700001, 3.1) Norm(0.301507, 0.301517, 0.904534) UV(0.087848, 0.91508) +V 1597: Pos(-20.700001, -8.700001, 1.0) Norm(0.301509, 0.904536, 0.301509) UV(0.118594, 0.885798) +V 1598: Pos(-22.700001, -1.2, 0.1) Norm(0.577316, -0.577383, 0.577353) UV(0.633968, 0.664715) +V 1599: Pos(-22.700001, -8.700001, 0.1) Norm(0.577357, 0.577339, 0.577355) UV(0.524158, 0.664715) +V 1600: Pos(-17.200001, -1.2, 0.1) Norm(-0.577339, -0.577371, 0.577341) UV(0.633968, 0.584187) +V 1601: Pos(-20.400002, -1.0, 2.2) Norm(0.301509, 0.904535, -0.301509) UV(0.983895, 0.701318) +V 1602: Pos(-19.500002, -1.0, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.986823, 0.762811) +V 1603: Pos(-19.500002, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.898975, 0.666179) +V 1604: Pos(-20.700001, -8.700001, 1.0) Norm(0.301509, 0.904536, 0.301509) UV(0.029282, 0.980966) +V 1605: Pos(-19.200001, -8.9, 2.5) Norm(-0.301517, -0.904536, -0.3015) UV(0.032211, 0.959004) +V 1606: Pos(-19.200001, -8.9, 1.0) Norm(-0.301512, -0.904534, 0.301511) UV(0.035139, 0.959004) +V 1607: Pos(-19.200001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.040995, 0.980966) +V 1608: Pos(-19.200001, -8.9, 2.5) Norm(-0.301517, -0.904536, -0.3015) UV(0.038067, 0.980966) +V 1609: Pos(-22.700001, -4.2, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.040995, 0.980966) +V 1610: Pos(-22.9, -5.7, 2.5) Norm(-0.904537, 0.301511, -0.301502) UV(0.043924, 0.959004) +V 1611: Pos(-22.700001, -5.7, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.04978, 0.959004) +V 1612: Pos(-22.700001, -5.7, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.04978, 0.959004) +V 1613: Pos(-22.9, -5.7, 2.5) Norm(-0.904537, 0.301511, -0.301502) UV(0.052708, 0.959004) +V 1614: Pos(-11.3, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.439239, 0.780381) +V 1615: Pos(-7.9, 8.700001, 3.1) Norm(0.0, -0.707099, 0.707115) UV(0.872621, 0.57101) +V 1616: Pos(-11.3, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.916545, 0.52123) +V 1617: Pos(-7.9, 8.700001, 0.1) Norm(0.0, -0.707107, 0.707107) UV(0.916545, 0.57101) +V 1618: Pos(-7.800001, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.011713, 0.959004) +V 1619: Pos(-7.800001, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(-0.0, 0.959004) +V 1620: Pos(-7.800001, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.039531, 0.91508) +V 1621: Pos(-7.800001, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.039531, 0.959004) +V 1622: Pos(-7.800001, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.02489, 0.959004) +V 1623: Pos(-10.000001, 1.2, 0.1) Norm(0.301519, 0.301515, 0.90453) UV(0.963397, 0.295754) +V 1624: Pos(-11.3, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.963397, 0.314788) +V 1625: Pos(-7.800001, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(0.963397, 0.263543) +V 1626: Pos(-9.1, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.93265, 0.282577) +V 1627: Pos(-9.1, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.963397, 0.282577) +V 1628: Pos(-7.800001, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(0.669107, 0.446559) +V 1629: Pos(-8.1, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.450952) +V 1630: Pos(-11.3, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.778917, 0.497804) +V 1631: Pos(-5.8, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.916545, 0.601757) +V 1632: Pos(-5.8, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.395315, 0.960468) +V 1633: Pos(-5.8, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.512445, 0.934114) +V 1634: Pos(-5.8, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.778917, 0.417277) +V 1635: Pos(-7.6, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.752562, 0.796486) +V 1636: Pos(-7.6, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.740849, 0.796486) +V 1637: Pos(-7.6, 1.2, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.777452, 0.796486) +V 1638: Pos(-7.6, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.765739, 0.765739) +V 1639: Pos(-7.6, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.765739, 0.796486) +V 1640: Pos(-5.8, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.963397, 0.351391) +V 1641: Pos(-5.8, 1.2, 3.1) Norm(-0.301517, 0.301515, 0.904531) UV(0.483163, 0.758419) +V 1642: Pos(-7.6, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.963397, 0.351391) +V 1643: Pos(-7.6, 1.2, 0.1) Norm(0.577341, 0.577369, 0.577341) UV(0.669107, 0.443631) +V 1644: Pos(-5.8, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.669107, 0.417277) +V 1645: Pos(-7.6, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.70571, 0.443631) +V 1646: Pos(-10.000001, 1.0, 0.1) Norm(0.301513, -0.301513, 0.904533) UV(0.986823, 0.793558) +V 1647: Pos(-9.1, 1.0, 2.2) Norm(-0.301507, -0.904537, -0.301507) UV(0.983895, 0.793558) +V 1648: Pos(-10.000001, 1.2, 2.2) Norm(0.301515, 0.904532, -0.301515) UV(0.893119, 0.653001) +V 1649: Pos(-7.6, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.124451, 0.91508) +V 1650: Pos(-7.800001, 2.0, 2.2) Norm(-0.904535, 0.301514, -0.301505) UV(0.127379, 0.91508) +V 1651: Pos(-7.6, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.875549, 0.653001) +V 1652: Pos(-9.3, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301506) UV(0.052708, 0.959004) +V 1653: Pos(-7.800001, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.055637, 0.980966) +V 1654: Pos(-7.800001, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.058565, 0.959004) +V 1655: Pos(-7.800001, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301506) UV(0.061493, 0.959004) +V 1656: Pos(-9.3, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.588579, 0.959004) +V 1657: Pos(-9.3, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301506) UV(0.591507, 0.959004) +V 1658: Pos(-17.000002, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.483163, 0.780381) +V 1659: Pos(-13.6, 8.700001, 3.1) Norm(0.0, -0.707099, 0.707115) UV(0.866764, 0.720351) +V 1660: Pos(-17.000002, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.910688, 0.670571) +V 1661: Pos(-13.6, 8.700001, 0.1) Norm(0.0, -0.707106, 0.707107) UV(0.910688, 0.720351) +V 1662: Pos(-13.5, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.051245, 0.959004) +V 1663: Pos(-13.5, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(0.039531, 0.959004) +V 1664: Pos(-13.5, 3.9, 3.1) Norm(-0.577357, 0.577334, 0.577359) UV(0.079063, 0.91508) +V 1665: Pos(-13.5, 3.9, 0.1) Norm(-0.3015, 0.301512, 0.904538) UV(0.079063, 0.959004) +V 1666: Pos(-13.5, 2.9, 0.1) Norm(-0.30151, -0.30151, 0.904535) UV(0.064422, 0.959004) +V 1667: Pos(-15.700001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.740849, 0.941435) +V 1668: Pos(-17.000002, 1.2, 0.1) Norm(0.577335, 0.577365, 0.577351) UV(0.740849, 0.960469) +V 1669: Pos(-13.5, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(0.740849, 0.909224) +V 1670: Pos(-14.800001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.710103, 0.928258) +V 1671: Pos(-14.800001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.740849, 0.928258) +V 1672: Pos(-13.5, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.577341) UV(0.669107, 0.530015) +V 1673: Pos(-13.8, 2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.68082, 0.534407) +V 1674: Pos(-17.000002, 8.700001, 0.1) Norm(0.577354, -0.577329, 0.577368) UV(0.778917, 0.581259) +V 1675: Pos(-11.500001, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.910688, 0.751098) +V 1676: Pos(-11.500001, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.439239, 0.960469) +V 1677: Pos(-11.500001, 3.9, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.988287, 0.417277) +V 1678: Pos(-11.500001, 8.700001, 0.1) Norm(-0.577358, -0.577334, 0.577358) UV(0.778917, 0.500732) +V 1679: Pos(-13.3, 2.9, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.752562, 0.84041) +V 1680: Pos(-13.3, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.740849, 0.84041) +V 1681: Pos(-13.3, 1.2, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.777452, 0.84041) +V 1682: Pos(-13.3, 2.0, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.765739, 0.809663) +V 1683: Pos(-13.3, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.765739, 0.84041) +V 1684: Pos(-11.499999, 3.7, 0.1) Norm(-0.577351, -0.577351, 0.57735) UV(0.960469, 0.653001) +V 1685: Pos(-11.499999, 1.2, 3.1) Norm(-0.301511, 0.30151, 0.904535) UV(0.483163, 0.802343) +V 1686: Pos(-13.3, 1.2, 3.1) Norm(0.30151, 0.301511, 0.904534) UV(0.963397, 0.0) +V 1687: Pos(-13.3, 1.2, 0.1) Norm(0.577341, 0.577368, 0.577341) UV(0.669107, 0.527086) +V 1688: Pos(-11.499999, 1.2, 0.1) Norm(-0.577373, 0.577346, 0.577333) UV(0.669107, 0.500732) +V 1689: Pos(-13.3, 3.7, 0.1) Norm(0.577341, -0.577369, 0.577341) UV(0.70571, 0.527086) +V 1690: Pos(-15.700001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.983895, 0.855051) +V 1691: Pos(-14.800001, 1.0, 2.2) Norm(-0.301512, -0.904534, -0.301512) UV(0.983895, 0.855051) +V 1692: Pos(-15.700001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.904832, 0.653001) +V 1693: Pos(-13.3, 2.9, 2.2) Norm(0.904537, -0.301512, -0.301503) UV(0.967789, 0.956076) +V 1694: Pos(-13.5, 2.0, 2.2) Norm(-0.904535, 0.301515, -0.301505) UV(0.970717, 0.956076) +V 1695: Pos(-13.3, 2.0, 2.2) Norm(0.904532, 0.301516, -0.301513) UV(0.919473, 0.653001) +V 1696: Pos(-15.0, 8.9, 2.5) Norm(0.301515, 0.904529, -0.301524) UV(0.061493, 0.959004) +V 1697: Pos(-13.5, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.064421, 0.980966) +V 1698: Pos(-13.5, 8.700001, 1.0) Norm(-0.301513, -0.904533, 0.301513) UV(0.06735, 0.959004) +V 1699: Pos(-13.5, 8.9, 1.0) Norm(-0.301517, 0.904534, 0.301507) UV(0.070278, 0.959004) +V 1700: Pos(-15.0, 8.700001, 2.5) Norm(0.301514, -0.904532, -0.301514) UV(0.070278, 0.959004) +V 1701: Pos(-15.0, 8.9, 2.5) Norm(0.301515, 0.904529, -0.301524) UV(0.073206, 0.959004) +V 1702: Pos(-22.700001, 8.700001, 3.1) Norm(0.301505, -0.301517, 0.904534) UV(0.778917, 0.780381) +V 1703: Pos(-22.700001, 4.2, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.787701, 0.714495) +V 1704: Pos(-22.700001, 8.700001, 0.1) Norm(0.577348, -0.57736, 0.577343) UV(0.82284, 0.780381) +V 1705: Pos(-22.700001, 5.7, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.809663, 0.736457) +V 1706: Pos(-20.700001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.140556, 0.900439) +V 1707: Pos(-17.200001, 8.700001, 0.1) Norm(-0.577376, -0.577329, 0.577346) UV(0.175695, 0.951684) +V 1708: Pos(-17.200001, 8.700001, 3.1) Norm(-0.301496, -0.301512, 0.904539) UV(0.131772, 0.951684) +V 1709: Pos(-19.200001, 8.700001, 1.0) Norm(-0.30151, -0.904535, 0.30151) UV(0.162518, 0.922401) +V 1710: Pos(-17.200001, 1.2, 3.1) Norm(-0.301513, 0.301497, 0.904538) UV(0.82284, 0.780381) +V 1711: Pos(-20.400002, 1.2, 0.1) Norm(0.30152, 0.30152, 0.904528) UV(0.219619, 0.918009) +V 1712: Pos(-22.700001, 1.2, 0.1) Norm(0.577321, 0.57738, 0.57735) UV(0.219619, 0.951684) +V 1713: Pos(-17.200001, 1.2, 3.1) Norm(-0.301513, 0.301497, 0.904538) UV(0.175696, 0.871157) +V 1714: Pos(-17.200001, 1.2, 0.1) Norm(-0.57732, 0.57738, 0.57735) UV(0.219619, 0.871157) +V 1715: Pos(-19.500002, 1.2, 0.1) Norm(-0.301512, 0.301512, 0.904534) UV(0.219619, 0.904832) +V 1716: Pos(-17.200001, 1.2, 0.1) Norm(-0.57732, 0.57738, 0.57735) UV(0.669107, 0.584187) +V 1717: Pos(-17.200001, 8.700001, 0.1) Norm(-0.577376, -0.577329, 0.577346) UV(0.778917, 0.584187) +V 1718: Pos(-22.700001, 1.2, 0.1) Norm(0.577321, 0.57738, 0.57735) UV(0.669107, 0.664715) +V 1719: Pos(-20.400002, 1.2, 0.1) Norm(0.30152, 0.30152, 0.904528) UV(0.915081, 0.986823) +V 1720: Pos(-19.500002, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.918009, 0.956076) +V 1721: Pos(-20.400002, 1.2, 2.2) Norm(0.301513, 0.904534, -0.301509) UV(0.90776, 0.653001) +V 1722: Pos(-20.700001, 8.9, 2.5) Norm(0.301509, 0.90454, -0.301496) UV(0.073206, 0.959004) +V 1723: Pos(-19.200001, 8.9, 1.0) Norm(-0.301516, 0.904531, 0.301515) UV(0.079063, 0.980966) +V 1724: Pos(-20.700001, 8.9, 1.0) Norm(0.301511, 0.904534, 0.301511) UV(0.081991, 0.980966) +V 1725: Pos(-20.700001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.081991, 0.959004) +V 1726: Pos(-20.700001, 8.9, 2.5) Norm(0.301509, 0.90454, -0.301496) UV(0.084919, 0.959004) +V 1727: Pos(-22.700001, 5.7, 1.0) Norm(0.904537, -0.301507, 0.301507) UV(0.084919, 0.980966) +V 1728: Pos(-22.9, 4.2, 2.5) Norm(-0.904536, 0.301512, -0.301504) UV(0.087848, 0.959004) +V 1729: Pos(-22.700001, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.093704, 0.959004) +V 1730: Pos(-22.700001, 4.2, 2.5) Norm(0.904532, 0.301515, -0.301514) UV(0.093704, 0.959004) +V 1731: Pos(-22.9, 4.2, 2.5) Norm(-0.904536, 0.301512, -0.301504) UV(0.096632, 0.959004) +V 1732: Pos(7.800001, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.090776, 0.959004) +V 1733: Pos(7.800001, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.079063, 0.959004) +V 1734: Pos(7.800001, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.118594, 0.91508) +V 1735: Pos(7.800001, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.118594, 0.959004) +V 1736: Pos(7.800001, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.103953, 0.959004) +V 1737: Pos(10.000001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.963397, 0.346999) +V 1738: Pos(11.3, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.963397, 0.366032) +V 1739: Pos(7.800001, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.963397, 0.314788) +V 1740: Pos(9.1, -1.2, 2.2) Norm(0.301518, -0.904534, -0.301505) UV(0.93265, 0.333821) +V 1741: Pos(9.1, -1.2, 0.1) Norm(0.301514, -0.301514, 0.904532) UV(0.963397, 0.333821) +V 1742: Pos(11.3, -8.700001, 3.1) Norm(-0.30151, 0.30151, 0.904535) UV(0.219619, 0.89019) +V 1743: Pos(7.9, -8.700001, 2.5) Norm(0.0, 0.70711, -0.707104) UV(0.919473, 0.720351) +V 1744: Pos(11.3, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.954612, 0.670571) +V 1745: Pos(7.800001, -8.700001, 0.1) Norm(0.0, 0.707115, 0.707098) UV(0.954612, 0.721815) +V 1746: Pos(7.800001, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.633968, 0.218155) +V 1747: Pos(8.1, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.213763) +V 1748: Pos(11.3, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.524158, 0.166911) +V 1749: Pos(5.8, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.82284, 0.960468) +V 1750: Pos(7.800001, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.954612, 0.714495) +V 1751: Pos(5.8, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.954612, 0.751098) +V 1752: Pos(5.8, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.524158, 0.247438) +V 1753: Pos(5.8, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.740849, 0.884334) +V 1754: Pos(7.6, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.131772, 0.995608) +V 1755: Pos(7.6, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.494876, 0.89019) +V 1756: Pos(7.6, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.483163, 0.89019) +V 1757: Pos(7.6, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.519766, 0.89019) +V 1758: Pos(7.6, -2.0, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.508053, 0.859444) +V 1759: Pos(7.6, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.508053, 0.89019) +V 1760: Pos(5.8, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.158126, 0.951684) +V 1761: Pos(7.6, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.633968, 0.221083) +V 1762: Pos(5.8, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.633968, 0.247438) +V 1763: Pos(7.6, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.597365, 0.221083) +V 1764: Pos(9.1, -1.0, 2.2) Norm(0.301507, 0.904537, -0.301507) UV(0.920937, 0.956076) +V 1765: Pos(10.000001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.923865, 0.956076) +V 1766: Pos(10.000001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.893119, 0.666179) +V 1767: Pos(7.6, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.515373, 0.964861) +V 1768: Pos(7.6, -2.9, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.515373, 0.934114) +V 1769: Pos(7.800001, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.878478, 0.653001) +V 1770: Pos(7.800001, -8.9, 1.0) Norm(0.301516, -0.904533, 0.30151) UV(0.099561, 0.980966) +V 1771: Pos(9.3, -8.9, 2.5) Norm(-0.301511, -0.904534, -0.301511) UV(0.099561, 0.959004) +V 1772: Pos(7.800001, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.105417, 0.980966) +V 1773: Pos(7.800001, -8.9, 1.0) Norm(0.301516, -0.904533, 0.30151) UV(0.102489, 0.980966) +V 1774: Pos(9.3, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.594435, 0.980966) +V 1775: Pos(9.3, -8.9, 2.5) Norm(-0.301511, -0.904534, -0.301511) UV(0.591507, 0.980966) +V 1776: Pos(13.5, -2.0, 0.1) Norm(0.301518, -0.301522, 0.904528) UV(0.931186, 0.461201) +V 1777: Pos(13.5, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.919473, 0.461201) +V 1778: Pos(13.5, -3.9, 3.1) Norm(0.577357, -0.577334, 0.577359) UV(0.959005, 0.417277) +V 1779: Pos(13.5, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.959005, 0.461201) +V 1780: Pos(13.5, -2.9, 0.1) Norm(0.30151, 0.30151, 0.904535) UV(0.944363, 0.461201) +V 1781: Pos(15.700001, -1.2, 0.1) Norm(-0.301519, -0.301515, 0.90453) UV(0.963397, 0.193265) +V 1782: Pos(17.000002, -1.2, 0.1) Norm(-0.577355, -0.577355, 0.577341) UV(0.963397, 0.212299) +V 1783: Pos(13.5, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.963397, 0.161054) +V 1784: Pos(14.800001, -1.2, 2.2) Norm(0.301515, -0.904535, -0.301506) UV(0.93265, 0.180088) +V 1785: Pos(14.800001, -1.2, 0.1) Norm(0.301517, -0.301514, 0.904531) UV(0.963397, 0.180088) +V 1786: Pos(17.000002, -8.700001, 3.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.263543, 0.89019) +V 1787: Pos(13.6, -8.700001, 2.5) Norm(0.0, 0.70711, -0.707104) UV(0.875549, 0.800878) +V 1788: Pos(17.000002, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.910688, 0.751098) +V 1789: Pos(13.5, -8.700001, 0.1) Norm(0.0, 0.707115, 0.707098) UV(0.910688, 0.802343) +V 1790: Pos(13.5, -1.2, 0.1) Norm(0.57734, -0.57737, 0.577341) UV(0.633968, 0.1347) +V 1791: Pos(13.8, -2.0, 0.1) Norm(0.0, 0.0, 1.0) UV(0.622255, 0.130307) +V 1792: Pos(17.000002, -8.700001, 0.1) Norm(-0.577335, 0.577339, 0.577377) UV(0.524158, 0.083455) +V 1793: Pos(11.500001, -3.9, 0.1) Norm(0.577357, -0.577365, 0.577329) UV(0.866764, 0.960468) +V 1794: Pos(13.5, -3.9, 0.1) Norm(0.3015, -0.301512, 0.904538) UV(0.959005, 0.505124) +V 1795: Pos(11.500001, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.910688, 0.831625) +V 1796: Pos(11.500001, -8.700001, 0.1) Norm(0.577359, 0.577333, 0.577358) UV(0.524158, 0.163982) +V 1797: Pos(11.499999, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.740849, 0.928258) +V 1798: Pos(13.3, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.963397, 0.087848) +V 1799: Pos(13.3, -2.9, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.494876, 0.934114) +V 1800: Pos(13.3, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.483163, 0.934114) +V 1801: Pos(13.3, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.519766, 0.934114) +V 1802: Pos(13.3, -2.0, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.508053, 0.903367) +V 1803: Pos(13.3, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.508053, 0.934114) +V 1804: Pos(11.499999, -3.7, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.963397, 0.087848) +V 1805: Pos(13.3, -1.2, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.633968, 0.137628) +V 1806: Pos(11.499999, -1.2, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.633968, 0.163982) +V 1807: Pos(13.3, -3.7, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.597365, 0.137628) +V 1808: Pos(14.800001, -1.2, 2.2) Norm(0.301515, -0.904535, -0.301506) UV(0.929722, 0.956076) +V 1809: Pos(15.700001, -1.0, 0.1) Norm(-0.301513, 0.301508, 0.904535) UV(0.93265, 0.986823) +V 1810: Pos(15.700001, -1.2, 2.2) Norm(-0.301515, -0.904532, -0.301515) UV(0.90776, 0.666179) +V 1811: Pos(13.3, -2.0, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.976574, 0.986823) +V 1812: Pos(13.3, -2.9, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.976573, 0.956076) +V 1813: Pos(13.5, -2.9, 2.2) Norm(0.904535, 0.301512, -0.301509) UV(0.922401, 0.505124) +V 1814: Pos(13.5, -8.9, 1.0) Norm(0.301512, -0.904537, 0.301503) UV(0.108345, 0.980966) +V 1815: Pos(15.0, -8.9, 2.5) Norm(-0.301515, -0.904529, -0.301524) UV(0.108345, 0.959004) +V 1816: Pos(13.5, -8.700001, 1.0) Norm(0.301513, 0.904533, 0.301513) UV(0.114202, 0.980966) +V 1817: Pos(13.5, -8.9, 1.0) Norm(0.301512, -0.904537, 0.301503) UV(0.111274, 0.980966) +V 1818: Pos(15.0, -8.700001, 2.5) Norm(-0.301514, 0.904532, -0.301514) UV(0.11713, 0.980966) +V 1819: Pos(15.0, -8.9, 2.5) Norm(-0.301515, -0.904529, -0.301524) UV(0.114202, 0.980966) +V 1820: Pos(17.200001, -1.2, 0.1) Norm(0.577339, -0.577371, 0.577341) UV(0.351391, 0.89019) +V 1821: Pos(20.400002, -1.2, 0.1) Norm(-0.301523, -0.30152, 0.904527) UV(0.954612, 0.79795) +V 1822: Pos(22.700001, -1.2, 0.1) Norm(-0.577321, -0.57738, 0.57735) UV(0.954612, 0.831625) +V 1823: Pos(17.200001, -1.2, 3.1) Norm(0.301499, -0.301499, 0.904542) UV(0.910688, 0.751098) +V 1824: Pos(17.200001, -1.2, 0.1) Norm(0.577339, -0.577371, 0.577341) UV(0.954612, 0.751098) +V 1825: Pos(19.500002, -1.2, 0.1) Norm(0.301512, -0.301512, 0.904534) UV(0.954612, 0.784773) +V 1826: Pos(22.700001, -8.700001, 3.1) Norm(-0.301505, 0.301517, 0.904534) UV(0.351391, 0.89019) +V 1827: Pos(22.700001, -4.2, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.360176, 0.824304) +V 1828: Pos(22.700001, -8.700001, 0.1) Norm(-0.577348, 0.57736, 0.577343) UV(0.395315, 0.89019) +V 1829: Pos(22.700001, -5.7, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.382138, 0.846266) +V 1830: Pos(20.700001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.919473, 0.860908) +V 1831: Pos(20.060001, -8.700001, 2.5) Norm(0.0, 0.707118, -0.707096) UV(0.919473, 0.870278) +V 1832: Pos(17.200001, -8.700001, 0.1) Norm(0.577356, 0.577339, 0.577356) UV(0.954612, 0.912152) +V 1833: Pos(19.200001, -8.700001, 1.0) Norm(0.30151, 0.904535, 0.30151) UV(0.941435, 0.88287) +V 1834: Pos(17.200001, -1.2, 0.1) Norm(0.577339, -0.577371, 0.577341) UV(0.633968, 0.080527) +V 1835: Pos(17.200001, -8.700001, 0.1) Norm(0.577356, 0.577339, 0.577356) UV(0.524158, 0.080527) +V 1836: Pos(22.700001, -1.2, 0.1) Norm(-0.577321, -0.57738, 0.57735) UV(0.633968, 0.0) +V 1837: Pos(19.500002, -1.0, 2.2) Norm(0.301513, 0.904533, -0.301513) UV(0.93265, 0.956076) +V 1838: Pos(20.400002, -1.0, 0.1) Norm(-0.301511, 0.301511, 0.904534) UV(0.938507, 0.986823) +V 1839: Pos(20.400002, -1.2, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.910688, 0.666179) +V 1840: Pos(19.200001, -8.700001, 1.0) Norm(0.30151, 0.904535, 0.30151) UV(0.978038, 0.417277) +V 1841: Pos(20.700001, -8.9, 2.5) Norm(-0.301509, -0.904541, -0.301494) UV(0.52123, 0.959004) +V 1842: Pos(20.700001, -8.9, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.524158, 0.959005) +V 1843: Pos(20.700001, -8.700001, 2.5) Norm(-0.301514, 0.904533, -0.301513) UV(0.530015, 0.980966) +V 1844: Pos(20.700001, -8.9, 2.5) Norm(-0.301509, -0.904541, -0.301494) UV(0.527086, 0.980966) +V 1845: Pos(22.9, -4.2, 2.5) Norm(0.904536, -0.301512, -0.301504) UV(0.530015, 0.959004) +V 1846: Pos(22.9, -5.7, 1.0) Norm(0.904536, 0.301508, 0.301508) UV(0.535871, 0.980966) +V 1847: Pos(22.700001, -4.2, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.535871, 0.980966) +V 1848: Pos(22.700001, -4.2, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.541727, 0.980966) +V 1849: Pos(22.9, -4.2, 2.5) Norm(0.904536, -0.301512, -0.301504) UV(0.538799, 0.980966) +V 1850: Pos(7.800001, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.934114, 0.505124) +V 1851: Pos(7.800001, 3.9, 0.1) Norm(0.301504, 0.301516, 0.904535) UV(0.919473, 0.505124) +V 1852: Pos(7.800001, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.959005, 0.505124) +V 1853: Pos(7.800001, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.947292, 0.474378) +V 1854: Pos(7.800001, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.947292, 0.505124) +V 1855: Pos(7.9, 8.700001, 1.0) Norm(0.0, -0.70711, 0.707104) UV(0.947292, 0.551977) +V 1856: Pos(9.3, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301513) UV(0.92533, 0.572474) +V 1857: Pos(7.800001, 8.700001, 3.1) Norm(0.0, -0.707107, 0.707107) UV(0.916545, 0.550512) +V 1858: Pos(11.3, 1.2, 3.1) Norm(-0.301512, 0.301499, 0.904538) UV(0.395315, 0.89019) +V 1859: Pos(9.1, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.963397, 0.398243) +V 1860: Pos(7.800001, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.963397, 0.417277) +V 1861: Pos(11.3, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.963397, 0.366032) +V 1862: Pos(10.000001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.93265, 0.385066) +V 1863: Pos(10.000001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.963397, 0.385066) +V 1864: Pos(11.3, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.669107, 0.166911) +V 1865: Pos(11.3, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.778917, 0.166911) +V 1866: Pos(7.9, 3.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.708638, 0.216691) +V 1867: Pos(8.1, 2.9, 0.1) Norm(0.0, 0.0, 1.0) UV(0.693997, 0.213763) +V 1868: Pos(5.8, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.351391, 0.960469) +V 1869: Pos(5.8, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.960469, 0.52123) +V 1870: Pos(5.8, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.954612, 0.714495) +V 1871: Pos(5.8, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.708638, 0.247438) +V 1872: Pos(5.8, 1.2, 3.1) Norm(0.301516, 0.301516, 0.904531) UV(0.597365, 0.915081) +V 1873: Pos(5.8, 1.2, 0.1) Norm(0.577331, 0.577359, 0.577361) UV(0.597365, 0.959004) +V 1874: Pos(7.6, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.18448, 0.995608) +V 1875: Pos(7.6, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.609078, 0.959004) +V 1876: Pos(7.6, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.597365, 0.959004) +V 1877: Pos(7.6, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.633968, 0.959004) +V 1878: Pos(7.6, 2.9, 2.2) Norm(-0.904531, -0.301517, -0.301513) UV(0.622255, 0.928258) +V 1879: Pos(7.6, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.622255, 0.959004) +V 1880: Pos(5.8, 1.2, 3.1) Norm(0.301516, 0.301516, 0.904531) UV(0.866764, 0.956076) +V 1881: Pos(7.6, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.70571, 0.221083) +V 1882: Pos(5.8, 3.7, 0.1) Norm(0.577342, -0.57736, 0.577349) UV(0.70571, 0.247438) +V 1883: Pos(7.6, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.669107, 0.221083) +V 1884: Pos(9.1, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.938507, 0.986823) +V 1885: Pos(10.000001, 1.0, 2.2) Norm(-0.301511, -0.904534, -0.301511) UV(0.941435, 0.956076) +V 1886: Pos(9.1, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.890191, 0.653001) +V 1887: Pos(7.6, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.121523, 0.976574) +V 1888: Pos(7.6, 2.0, 2.2) Norm(-0.904536, 0.301512, -0.301503) UV(0.121523, 0.945827) +V 1889: Pos(7.800001, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.881406, 0.653001) +V 1890: Pos(7.800001, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301505) UV(0.541727, 0.959004) +V 1891: Pos(9.3, 8.9, 1.0) Norm(-0.301512, 0.904536, 0.301506) UV(0.547584, 0.980966) +V 1892: Pos(9.3, 8.700001, 1.0) Norm(-0.301511, -0.904535, 0.30151) UV(0.594435, 0.959004) +V 1893: Pos(9.3, 8.9, 1.0) Norm(-0.301512, 0.904536, 0.301506) UV(0.597363, 0.959004) +V 1894: Pos(7.800001, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.547584, 0.959004) +V 1895: Pos(7.800001, 8.9, 2.5) Norm(0.301517, 0.904534, -0.301505) UV(0.550512, 0.959004) +V 1896: Pos(13.5, 2.9, 0.1) Norm(0.301517, -0.301521, 0.904529) UV(0.535871, 0.959004) +V 1897: Pos(13.5, 3.9, 0.1) Norm(0.301505, 0.301516, 0.904534) UV(0.52123, 0.959004) +V 1898: Pos(13.5, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.560761, 0.959004) +V 1899: Pos(13.5, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.549048, 0.928258) +V 1900: Pos(13.5, 2.0, 0.1) Norm(0.301511, 0.301511, 0.904534) UV(0.549048, 0.959004) +V 1901: Pos(13.6, 8.700001, 1.0) Norm(0.0, -0.70711, 0.707104) UV(0.897511, 0.862372) +V 1902: Pos(15.0, 8.700001, 2.5) Norm(-0.301513, -0.904533, -0.301514) UV(0.875549, 0.88287) +V 1903: Pos(13.5, 8.700001, 3.1) Norm(0.0, -0.707107, 0.707107) UV(0.866764, 0.860908) +V 1904: Pos(17.000002, 1.2, 3.1) Norm(-0.301513, 0.3015, 0.904538) UV(0.439239, 0.89019) +V 1905: Pos(14.800001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.960469, 0.633968) +V 1906: Pos(13.5, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.960469, 0.653001) +V 1907: Pos(17.000002, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.960469, 0.601757) +V 1908: Pos(15.700001, 1.2, 2.2) Norm(-0.301518, 0.904534, -0.301505) UV(0.929722, 0.620791) +V 1909: Pos(15.700001, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.960469, 0.620791) +V 1910: Pos(17.000002, 1.2, 0.1) Norm(-0.577335, 0.577365, 0.577351) UV(0.669107, 0.083455) +V 1911: Pos(17.000002, 8.700001, 0.1) Norm(-0.577354, -0.577329, 0.577368) UV(0.778917, 0.083455) +V 1912: Pos(13.5, 1.2, 0.1) Norm(0.57734, 0.57737, 0.577341) UV(0.669107, 0.1347) +V 1913: Pos(11.500001, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.395315, 0.960468) +V 1914: Pos(11.500001, 8.700001, 0.1) Norm(0.577368, -0.577343, 0.57734) UV(0.910688, 0.831625) +V 1915: Pos(11.500001, 3.9, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.960469, 0.52123) +V 1916: Pos(11.500001, 3.9, 0.1) Norm(0.577349, 0.577355, 0.577347) UV(0.708638, 0.163982) +V 1917: Pos(11.499999, 3.7, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.633968, 0.959004) +V 1918: Pos(13.3, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.963397, 0.175695) +V 1919: Pos(13.3, 2.0, 0.1) Norm(-0.301518, 0.301522, 0.904528) UV(0.752562, 0.972182) +V 1920: Pos(13.3, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.740849, 0.972182) +V 1921: Pos(13.3, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.777452, 0.972182) +V 1922: Pos(13.3, 2.9, 2.2) Norm(-0.904532, -0.301516, -0.301513) UV(0.765739, 0.941435) +V 1923: Pos(13.3, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.765739, 0.972182) +V 1924: Pos(11.499999, 1.2, 3.1) Norm(0.301511, 0.301511, 0.904534) UV(0.963397, 0.175695) +V 1925: Pos(13.3, 3.7, 0.1) Norm(-0.57734, -0.57737, 0.57734) UV(0.70571, 0.137628) +V 1926: Pos(11.499999, 3.7, 0.1) Norm(0.577356, -0.577353, 0.577342) UV(0.70571, 0.163982) +V 1927: Pos(13.3, 1.2, 0.1) Norm(-0.57734, 0.57737, 0.57734) UV(0.669107, 0.137628) +V 1928: Pos(14.800001, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.944363, 0.986823) +V 1929: Pos(15.700001, 1.0, 2.2) Norm(-0.301513, -0.904533, -0.301513) UV(0.947291, 0.956076) +V 1930: Pos(14.800001, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301514) UV(0.916545, 0.653001) +V 1931: Pos(13.3, 2.9, 0.1) Norm(-0.301511, -0.301511, 0.904534) UV(0.98243, 0.986823) +V 1932: Pos(13.3, 2.0, 2.2) Norm(-0.904537, 0.301512, -0.301503) UV(0.98243, 0.956076) +V 1933: Pos(13.5, 2.0, 2.2) Norm(0.904531, 0.301517, -0.301513) UV(0.922402, 0.653001) +V 1934: Pos(13.5, 8.9, 2.5) Norm(0.301512, 0.904537, -0.301503) UV(0.550512, 0.959004) +V 1935: Pos(15.0, 8.9, 1.0) Norm(-0.301511, 0.904533, 0.301516) UV(0.556369, 0.980966) +V 1936: Pos(15.0, 8.700001, 1.0) Norm(-0.301511, -0.904534, 0.301511) UV(0.556368, 0.959005) +V 1937: Pos(15.0, 8.9, 1.0) Norm(-0.301511, 0.904533, 0.301516) UV(0.559297, 0.959005) +V 1938: Pos(13.5, 8.700001, 2.5) Norm(0.301513, -0.904533, -0.301512) UV(0.559297, 0.959004) +V 1939: Pos(13.5, 8.9, 2.5) Norm(0.301512, 0.904537, -0.301503) UV(0.562225, 0.959004) +V 1940: Pos(17.200001, 8.700001, 0.1) Norm(0.577372, -0.577348, 0.577331) UV(0.82284, 0.89019) +V 1941: Pos(19.200001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.928258, 0.029283) +V 1942: Pos(22.700001, 8.700001, 0.1) Norm(-0.577357, -0.577339, 0.577355) UV(0.963397, 0.080527) +V 1943: Pos(22.700001, 8.700001, 3.1) Norm(-0.301507, -0.301517, 0.904534) UV(0.919473, 0.080527) +V 1944: Pos(22.385395, 8.700001, 3.1) Norm(0.0, -0.707113, 0.707101) UV(0.919473, 0.075921) +V 1945: Pos(20.700001, 8.700001, 1.0) Norm(-0.301509, -0.904535, 0.301509) UV(0.95022, 0.051244) +V 1946: Pos(22.700001, 1.2, 3.1) Norm(-0.301503, 0.301492, 0.904543) UV(0.82284, 0.89019) +V 1947: Pos(22.700001, 5.7, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.831625, 0.824305) +V 1948: Pos(22.700001, 1.2, 0.1) Norm(-0.577316, 0.577383, 0.577353) UV(0.866764, 0.89019) +V 1949: Pos(22.700001, 4.2, 1.0) Norm(-0.904537, 0.301507, 0.301507) UV(0.853587, 0.846266) +V 1950: Pos(19.500002, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.963397, 0.127379) +V 1951: Pos(17.200001, 1.2, 0.1) Norm(0.57732, 0.57738, 0.57735) UV(0.963397, 0.161054) +V 1952: Pos(22.700001, 1.2, 0.1) Norm(-0.577316, 0.577383, 0.577353) UV(0.963397, 0.080527) +V 1953: Pos(20.400002, 1.2, 2.2) Norm(-0.301513, 0.904537, -0.3015) UV(0.93265, 0.114202) +V 1954: Pos(20.400002, 1.2, 0.1) Norm(-0.301514, 0.301514, 0.904532) UV(0.963397, 0.114202) +V 1955: Pos(22.700001, 1.2, 0.1) Norm(-0.577316, 0.577383, 0.577353) UV(0.669107, 0.0) +V 1956: Pos(22.700001, 8.700001, 0.1) Norm(-0.577357, -0.577339, 0.577355) UV(0.778917, 0.0) +V 1957: Pos(17.200001, 1.2, 0.1) Norm(0.57732, 0.57738, 0.57735) UV(0.669107, 0.080527) +V 1958: Pos(19.500002, 1.2, 0.1) Norm(0.301516, 0.301516, 0.904531) UV(0.95022, 0.986823) +V 1959: Pos(20.400002, 1.0, 2.2) Norm(-0.301509, -0.904535, -0.301509) UV(0.953148, 0.956076) +V 1960: Pos(19.500002, 1.2, 2.2) Norm(0.301518, 0.904531, -0.301515) UV(0.919473, 0.653001) +V 1961: Pos(19.200001, 8.9, 2.5) Norm(0.301513, 0.904539, -0.301496) UV(0.562225, 0.959004) +V 1962: Pos(20.700001, 8.9, 1.0) Norm(-0.30151, 0.904534, 0.301512) UV(0.568081, 0.980966) +V 1963: Pos(19.200001, 8.9, 1.0) Norm(0.301516, 0.904531, 0.301515) UV(0.57101, 0.980967) +V 1964: Pos(19.200001, 8.700001, 2.5) Norm(0.301514, -0.904533, -0.301513) UV(0.57101, 0.959004) +V 1965: Pos(19.200001, 8.9, 2.5) Norm(0.301513, 0.904539, -0.301496) UV(0.573938, 0.959004) +V 1966: Pos(22.9, 5.7, 2.5) Norm(0.904537, -0.301511, -0.301502) UV(0.573938, 0.959004) +V 1967: Pos(22.9, 4.2, 1.0) Norm(0.904534, 0.301511, 0.301511) UV(0.579794, 0.980966) +V 1968: Pos(22.700001, 5.7, 1.0) Norm(-0.904534, -0.301511, 0.301511) UV(0.579794, 0.980966) +V 1969: Pos(22.700001, 5.7, 2.5) Norm(-0.904532, -0.301515, -0.301514) UV(0.585651, 0.980966) +V 1970: Pos(22.9, 5.7, 2.5) Norm(0.904537, -0.301511, -0.301502) UV(0.582722, 0.980966) + +===Triangles (Indices): 1670 +Tri: 0 1 2 +Tri: 3 2 4 +Tri: 5 6 7 +Tri: 8 9 10 +Tri: 11 12 13 +Tri: 14 15 16 +Tri: 17 16 18 +Tri: 19 20 21 +Tri: 22 23 24 +Tri: 25 26 27 +Tri: 28 29 30 +Tri: 31 32 33 +Tri: 34 35 36 +Tri: 37 38 39 +Tri: 40 41 42 +Tri: 43 44 45 +Tri: 46 47 48 +Tri: 49 50 51 +Tri: 52 53 54 +Tri: 55 56 57 +Tri: 58 59 60 +Tri: 61 62 63 +Tri: 64 65 66 +Tri: 67 68 69 +Tri: 70 71 72 +Tri: 70 73 74 +Tri: 75 76 77 +Tri: 78 79 80 +Tri: 81 82 83 +Tri: 84 85 86 +Tri: 87 88 89 +Tri: 90 91 92 +Tri: 93 94 95 +Tri: 96 97 98 +Tri: 99 100 101 +Tri: 102 103 104 +Tri: 99 105 106 +Tri: 107 100 108 +Tri: 102 109 110 +Tri: 111 100 112 +Tri: 113 114 115 +Tri: 116 117 118 +Tri: 119 110 109 +Tri: 120 121 122 +Tri: 123 124 125 +Tri: 126 127 128 +Tri: 74 106 105 +Tri: 129 130 131 +Tri: 132 133 134 +Tri: 135 136 137 +Tri: 138 139 140 +Tri: 141 142 143 +Tri: 144 145 146 +Tri: 147 148 149 +Tri: 150 151 152 +Tri: 153 154 155 +Tri: 156 157 158 +Tri: 159 160 161 +Tri: 162 163 164 +Tri: 165 166 167 +Tri: 168 169 170 +Tri: 171 172 173 +Tri: 174 175 176 +Tri: 177 178 179 +Tri: 180 181 182 +Tri: 183 184 185 +Tri: 186 187 188 +Tri: 189 190 191 +Tri: 192 193 194 +Tri: 195 196 197 +Tri: 198 107 199 +Tri: 200 201 202 +Tri: 203 204 205 +Tri: 206 205 204 +Tri: 207 208 209 +Tri: 210 211 212 +Tri: 213 214 215 +Tri: 216 217 218 +Tri: 219 220 221 +Tri: 222 223 224 +Tri: 225 226 227 +Tri: 198 228 229 +Tri: 230 231 232 +Tri: 233 234 235 +Tri: 236 237 238 +Tri: 239 235 234 +Tri: 240 241 242 +Tri: 243 244 245 +Tri: 246 247 248 +Tri: 249 250 251 +Tri: 252 253 254 +Tri: 255 256 257 +Tri: 258 259 260 +Tri: 261 262 263 +Tri: 259 264 265 +Tri: 266 267 268 +Tri: 269 270 271 +Tri: 272 273 274 +Tri: 275 276 255 +Tri: 277 278 266 +Tri: 279 280 281 +Tri: 282 283 284 +Tri: 285 286 287 +Tri: 288 289 290 +Tri: 291 292 293 +Tri: 293 294 295 +Tri: 296 297 298 +Tri: 299 300 301 +Tri: 229 263 262 +Tri: 302 303 304 +Tri: 305 306 307 +Tri: 308 309 310 +Tri: 294 264 295 +Tri: 311 312 313 +Tri: 314 315 316 +Tri: 317 318 319 +Tri: 320 321 322 +Tri: 323 324 325 +Tri: 326 327 328 +Tri: 329 330 331 +Tri: 332 333 334 +Tri: 335 336 337 +Tri: 338 339 340 +Tri: 341 342 343 +Tri: 344 345 346 +Tri: 347 348 349 +Tri: 344 350 345 +Tri: 351 352 353 +Tri: 354 355 356 +Tri: 357 358 359 +Tri: 360 361 341 +Tri: 362 363 351 +Tri: 364 365 366 +Tri: 367 368 369 +Tri: 370 371 372 +Tri: 373 374 375 +Tri: 376 377 378 +Tri: 378 379 380 +Tri: 381 382 383 +Tri: 384 385 386 +Tri: 227 349 348 +Tri: 387 388 389 +Tri: 390 391 392 +Tri: 393 394 395 +Tri: 379 396 380 +Tri: 397 398 399 +Tri: 400 401 402 +Tri: 403 404 405 +Tri: 406 407 408 +Tri: 409 410 411 +Tri: 412 413 414 +Tri: 415 416 417 +Tri: 418 419 420 +Tri: 421 422 423 +Tri: 424 425 426 +Tri: 427 428 429 +Tri: 430 431 432 +Tri: 430 433 434 +Tri: 435 436 437 +Tri: 438 439 440 +Tri: 224 434 433 +Tri: 441 442 443 +Tri: 444 445 446 +Tri: 447 448 449 +Tri: 450 451 452 +Tri: 453 454 455 +Tri: 456 457 458 +Tri: 459 460 461 +Tri: 462 463 464 +Tri: 465 466 467 +Tri: 468 469 470 +Tri: 471 472 473 +Tri: 474 475 476 +Tri: 477 478 479 +Tri: 480 481 482 +Tri: 483 484 485 +Tri: 486 487 488 +Tri: 489 490 491 +Tri: 492 493 494 +Tri: 495 496 497 +Tri: 479 476 498 +Tri: 499 500 501 +Tri: 502 503 504 +Tri: 505 494 493 +Tri: 506 507 508 +Tri: 509 510 511 +Tri: 512 513 514 +Tri: 515 516 517 +Tri: 518 519 520 +Tri: 520 521 522 +Tri: 523 524 525 +Tri: 526 527 528 +Tri: 212 497 496 +Tri: 529 530 531 +Tri: 532 533 534 +Tri: 535 536 537 +Tri: 521 490 522 +Tri: 538 539 540 +Tri: 541 542 543 +Tri: 544 545 546 +Tri: 547 548 549 +Tri: 550 551 552 +Tri: 553 554 555 +Tri: 556 557 558 +Tri: 559 560 561 +Tri: 562 563 564 +Tri: 565 566 567 +Tri: 568 569 570 +Tri: 571 572 573 +Tri: 574 575 576 +Tri: 577 578 579 +Tri: 580 581 582 +Tri: 564 561 583 +Tri: 584 585 586 +Tri: 587 588 589 +Tri: 590 579 578 +Tri: 591 592 593 +Tri: 594 595 596 +Tri: 597 598 599 +Tri: 600 601 602 +Tri: 603 604 605 +Tri: 605 606 607 +Tri: 608 609 610 +Tri: 611 612 613 +Tri: 209 582 581 +Tri: 614 615 616 +Tri: 617 618 619 +Tri: 620 621 622 +Tri: 606 575 607 +Tri: 623 624 625 +Tri: 626 627 628 +Tri: 629 630 631 +Tri: 632 633 634 +Tri: 635 636 637 +Tri: 638 639 640 +Tri: 641 642 643 +Tri: 644 645 646 +Tri: 647 648 649 +Tri: 650 651 652 +Tri: 653 654 655 +Tri: 656 657 658 +Tri: 656 659 660 +Tri: 661 662 663 +Tri: 664 665 666 +Tri: 667 206 660 +Tri: 668 669 670 +Tri: 671 672 673 +Tri: 674 675 676 +Tri: 677 678 679 +Tri: 680 681 682 +Tri: 683 684 685 +Tri: 686 687 688 +Tri: 689 690 691 +Tri: 692 693 694 +Tri: 695 696 697 +Tri: 698 699 700 +Tri: 701 702 703 +Tri: 704 705 706 +Tri: 707 708 709 +Tri: 710 711 712 +Tri: 713 714 715 +Tri: 716 717 718 +Tri: 719 720 721 +Tri: 722 723 724 +Tri: 725 726 727 +Tri: 728 729 730 +Tri: 711 708 731 +Tri: 732 721 720 +Tri: 733 734 735 +Tri: 736 737 738 +Tri: 739 740 741 +Tri: 742 743 744 +Tri: 745 746 747 +Tri: 747 748 749 +Tri: 750 751 752 +Tri: 753 754 755 +Tri: 232 718 717 +Tri: 756 757 758 +Tri: 759 760 761 +Tri: 762 763 764 +Tri: 748 723 749 +Tri: 765 766 767 +Tri: 768 769 770 +Tri: 771 772 773 +Tri: 774 775 776 +Tri: 777 778 779 +Tri: 780 781 782 +Tri: 783 784 785 +Tri: 786 787 788 +Tri: 789 790 791 +Tri: 792 793 794 +Tri: 795 796 797 +Tri: 798 799 800 +Tri: 801 802 803 +Tri: 804 805 806 +Tri: 807 808 809 +Tri: 810 811 812 +Tri: 813 814 815 +Tri: 796 793 816 +Tri: 817 806 805 +Tri: 818 819 820 +Tri: 821 822 823 +Tri: 824 825 826 +Tri: 827 828 829 +Tri: 830 831 832 +Tri: 832 833 834 +Tri: 835 836 837 +Tri: 838 839 840 +Tri: 238 803 802 +Tri: 841 842 843 +Tri: 844 845 846 +Tri: 847 848 849 +Tri: 833 808 834 +Tri: 850 851 852 +Tri: 853 854 855 +Tri: 856 857 858 +Tri: 859 860 861 +Tri: 862 863 864 +Tri: 865 866 867 +Tri: 868 869 870 +Tri: 871 872 873 +Tri: 874 875 876 +Tri: 877 878 879 +Tri: 880 881 882 +Tri: 883 884 885 +Tri: 883 886 887 +Tri: 888 889 890 +Tri: 891 892 893 +Tri: 894 233 887 +Tri: 895 896 897 +Tri: 898 899 900 +Tri: 901 902 903 +Tri: 904 905 906 +Tri: 907 908 909 +Tri: 910 911 912 +Tri: 913 914 915 +Tri: 916 917 918 +Tri: 919 920 921 +Tri: 922 923 924 +Tri: 925 926 927 +Tri: 928 929 930 +Tri: 931 932 933 +Tri: 934 935 936 +Tri: 937 938 939 +Tri: 940 941 942 +Tri: 943 944 945 +Tri: 942 946 947 +Tri: 948 949 950 +Tri: 951 952 953 +Tri: 929 932 954 +Tri: 955 956 957 +Tri: 958 943 945 +Tri: 959 960 961 +Tri: 962 963 964 +Tri: 965 966 967 +Tri: 968 969 970 +Tri: 971 972 973 +Tri: 973 974 975 +Tri: 976 977 978 +Tri: 979 980 981 +Tri: 215 950 949 +Tri: 982 983 984 +Tri: 985 986 987 +Tri: 988 989 990 +Tri: 974 946 975 +Tri: 991 992 993 +Tri: 994 995 996 +Tri: 997 998 999 +Tri: 1000 1001 1002 +Tri: 1003 1004 1005 +Tri: 1006 1007 1008 +Tri: 1009 1010 1011 +Tri: 1012 1013 1014 +Tri: 1015 1016 1017 +Tri: 1018 1019 1020 +Tri: 1021 1022 1023 +Tri: 1024 1025 1026 +Tri: 1027 1028 1029 +Tri: 1025 1030 1031 +Tri: 1032 1033 1034 +Tri: 1035 1036 1037 +Tri: 1013 1016 1038 +Tri: 1039 1040 1041 +Tri: 1042 1043 1027 +Tri: 1044 1045 1046 +Tri: 1047 1048 1049 +Tri: 1050 1051 1052 +Tri: 1053 1054 1055 +Tri: 1056 1057 1058 +Tri: 1058 1059 1060 +Tri: 1061 1062 1063 +Tri: 1064 1065 1066 +Tri: 221 1034 1033 +Tri: 1067 1068 1069 +Tri: 1070 1071 1072 +Tri: 1073 1074 1075 +Tri: 1059 1030 1060 +Tri: 1076 1077 1078 +Tri: 1079 1080 1081 +Tri: 1082 1083 1084 +Tri: 1085 1086 1087 +Tri: 1088 1089 1090 +Tri: 1091 1092 1093 +Tri: 1094 1095 1096 +Tri: 1097 1098 1099 +Tri: 1100 1101 1102 +Tri: 1103 1104 1105 +Tri: 1106 1107 1108 +Tri: 1109 1110 1111 +Tri: 1109 1112 1113 +Tri: 1114 1115 1116 +Tri: 1117 1118 1119 +Tri: 218 1113 1112 +Tri: 1120 1121 1122 +Tri: 1123 1124 1125 +Tri: 1126 1127 1128 +Tri: 1129 1130 1131 +Tri: 1132 1133 1134 +Tri: 1135 1136 1137 +Tri: 1138 1139 1140 +Tri: 1141 1142 1143 +Tri: 1144 1145 1146 +Tri: 0 1147 1 +Tri: 1148 1147 0 +Tri: 0 5 1149 +Tri: 5 7 1149 +Tri: 1148 0 1149 +Tri: 3 6 1150 +Tri: 1148 1149 3 +Tri: 2 1 4 +Tri: 4 1148 3 +Tri: 3 1150 2 +Tri: 5 1150 6 +Tri: 1151 1152 1153 +Tri: 1152 10 1153 +Tri: 1154 13 1155 +Tri: 13 1156 1155 +Tri: 1157 1158 1159 +Tri: 1159 1153 10 +Tri: 10 1154 8 +Tri: 1154 1155 1160 +Tri: 1160 1161 1162 +Tri: 1154 1160 1163 +Tri: 1164 1157 1159 +Tri: 1160 1162 1163 +Tri: 1154 1163 1165 +Tri: 1164 1159 10 +Tri: 1166 1164 10 +Tri: 1154 1165 1167 +Tri: 1154 1167 1168 +Tri: 1169 1166 10 +Tri: 1170 1169 10 +Tri: 1154 1168 1171 +Tri: 1168 1172 1173 +Tri: 1168 1173 1171 +Tri: 1174 1170 10 +Tri: 9 1174 10 +Tri: 1154 1171 8 +Tri: 1175 1170 1174 +Tri: 1175 1174 1176 +Tri: 1166 1169 1177 +Tri: 1178 1166 1177 +Tri: 11 9 8 +Tri: 11 8 12 +Tri: 1179 1167 1165 +Tri: 1179 1165 1180 +Tri: 1161 1156 13 +Tri: 13 1152 11 +Tri: 1152 1151 1158 +Tri: 1152 1158 1157 +Tri: 1162 1161 13 +Tri: 1180 1162 13 +Tri: 1152 1157 1178 +Tri: 1152 1178 1177 +Tri: 1179 1180 13 +Tri: 1172 1179 13 +Tri: 1152 1177 1175 +Tri: 1152 1175 1176 +Tri: 1173 1172 13 +Tri: 12 1173 13 +Tri: 1152 1176 11 +Tri: 14 1181 15 +Tri: 1182 1181 14 +Tri: 14 19 1183 +Tri: 19 21 1183 +Tri: 1182 14 1183 +Tri: 17 20 1184 +Tri: 1182 1183 17 +Tri: 16 15 18 +Tri: 18 1182 17 +Tri: 17 1184 16 +Tri: 19 1184 20 +Tri: 1185 1186 1187 +Tri: 1185 1187 24 +Tri: 1188 1189 1190 +Tri: 1190 1185 24 +Tri: 23 1188 1190 +Tri: 1191 1192 1193 +Tri: 23 1190 24 +Tri: 1194 1191 1193 +Tri: 22 1195 1196 +Tri: 1197 1198 1199 +Tri: 1198 22 24 +Tri: 1199 1198 1200 +Tri: 1200 1198 1201 +Tri: 22 1196 1202 +Tri: 22 1202 1203 +Tri: 1201 1198 1204 +Tri: 1205 1206 1201 +Tri: 1204 1198 1207 +Tri: 22 1203 1208 +Tri: 22 1208 1194 +Tri: 1204 1205 1201 +Tri: 1207 1198 1209 +Tri: 22 1194 1193 +Tri: 22 1193 23 +Tri: 1209 1198 24 +Tri: 1210 1208 1203 +Tri: 1210 1203 1211 +Tri: 1212 1202 1196 +Tri: 1212 1196 1213 +Tri: 1214 1195 22 +Tri: 26 1198 1215 +Tri: 1198 1197 1215 +Tri: 1214 22 25 +Tri: 1213 1214 25 +Tri: 26 1215 1216 +Tri: 1216 1199 1200 +Tri: 1216 1200 1217 +Tri: 1212 1213 25 +Tri: 1211 1212 25 +Tri: 26 1216 1217 +Tri: 26 1217 1206 +Tri: 1210 1211 25 +Tri: 1191 1210 27 +Tri: 1210 25 27 +Tri: 26 1206 1205 +Tri: 1218 1207 1209 +Tri: 26 1205 1219 +Tri: 1205 1218 1219 +Tri: 1192 1191 27 +Tri: 1189 1188 1220 +Tri: 1220 1192 27 +Tri: 1218 1209 1221 +Tri: 1222 1187 1186 +Tri: 1218 1221 1219 +Tri: 1222 1186 1219 +Tri: 1221 1222 1219 +Tri: 27 1189 1220 +Tri: 26 1219 27 +Tri: 28 1223 29 +Tri: 1224 37 1225 +Tri: 37 1226 1225 +Tri: 1227 1224 1225 +Tri: 1228 1229 1230 +Tri: 1227 1225 1228 +Tri: 1231 1227 1232 +Tri: 1227 1228 1230 +Tri: 1232 1227 1230 +Tri: 1233 1234 1235 +Tri: 1234 1236 1235 +Tri: 1236 1237 1238 +Tri: 1237 1239 1238 +Tri: 1240 1241 1242 +Tri: 1241 1243 1242 +Tri: 1243 1244 1242 +Tri: 1245 1246 1242 +Tri: 1246 1247 1242 +Tri: 1247 1248 1249 +Tri: 1250 1251 33 +Tri: 1251 1252 33 +Tri: 1252 1253 33 +Tri: 31 1254 1255 +Tri: 31 1255 32 +Tri: 1256 1257 1258 +Tri: 1257 1259 1258 +Tri: 1260 1256 1258 +Tri: 1261 1262 48 +Tri: 1260 1258 1261 +Tri: 1263 1260 1264 +Tri: 1260 1261 48 +Tri: 1264 1260 48 +Tri: 1265 1266 33 +Tri: 1266 1267 33 +Tri: 1267 1268 1269 +Tri: 1268 1270 1271 +Tri: 1268 1271 1269 +Tri: 1272 1273 1274 +Tri: 1275 1276 1277 +Tri: 1276 1278 1279 +Tri: 1276 1279 1277 +Tri: 1280 1281 1282 +Tri: 1283 1284 1285 +Tri: 1238 1235 1236 +Tri: 1235 1286 1287 +Tri: 1235 1287 1288 +Tri: 1283 1285 1289 +Tri: 1285 33 1267 +Tri: 1289 1285 1290 +Tri: 1290 1285 1291 +Tri: 1235 1288 1292 +Tri: 1288 1293 38 +Tri: 1288 38 1292 +Tri: 1291 1285 1294 +Tri: 1294 1285 1295 +Tri: 1235 1292 1296 +Tri: 1235 1296 1297 +Tri: 1295 1285 1298 +Tri: 1298 1285 1275 +Tri: 1235 1297 1231 +Tri: 1235 1231 1232 +Tri: 1275 1285 1299 +Tri: 1235 1232 1300 +Tri: 1235 1300 1301 +Tri: 1280 1282 1302 +Tri: 1272 1274 1303 +Tri: 1247 1249 1242 +Tri: 1245 1242 1244 +Tri: 1242 1304 1240 +Tri: 42 1240 1304 +Tri: 40 42 1304 +Tri: 1305 40 1304 +Tri: 1306 1305 1238 +Tri: 1305 1304 1238 +Tri: 1307 1306 1238 +Tri: 1235 1301 1233 +Tri: 1280 1302 1277 +Tri: 1272 1303 1269 +Tri: 1279 1280 1277 +Tri: 1238 1239 1308 +Tri: 1275 1277 1298 +Tri: 1299 1285 1309 +Tri: 1238 1308 1310 +Tri: 1238 1310 1311 +Tri: 1309 1285 1312 +Tri: 1312 1285 1267 +Tri: 1238 1311 1313 +Tri: 1238 1313 1314 +Tri: 1271 1272 1269 +Tri: 1238 1314 1315 +Tri: 1238 1315 41 +Tri: 1267 1269 1312 +Tri: 1238 41 1316 +Tri: 1238 1316 1317 +Tri: 1238 1317 1318 +Tri: 1238 1318 1307 +Tri: 1319 1265 33 +Tri: 1320 1319 33 +Tri: 33 1238 1304 +Tri: 1264 1320 33 +Tri: 1263 1264 33 +Tri: 33 1304 1250 +Tri: 1321 1263 33 +Tri: 1322 1321 33 +Tri: 33 1253 1323 +Tri: 33 1323 31 +Tri: 32 1322 33 +Tri: 1324 1325 34 +Tri: 34 1326 35 +Tri: 36 1324 34 +Tri: 1327 1239 1237 +Tri: 1327 1237 1328 +Tri: 1246 1245 1329 +Tri: 1245 1330 1329 +Tri: 1331 1234 35 +Tri: 1234 1233 35 +Tri: 1331 35 1326 +Tri: 1332 1325 1333 +Tri: 1325 1324 1333 +Tri: 1331 1326 1334 +Tri: 1326 1332 1334 +Tri: 1230 1229 1333 +Tri: 1229 1226 1333 +Tri: 1226 37 1333 +Tri: 1335 1286 1235 +Tri: 1235 1285 1336 +Tri: 1285 1284 1337 +Tri: 1285 1337 1338 +Tri: 1339 1335 1235 +Tri: 1285 1338 1336 +Tri: 1340 1290 1291 +Tri: 1329 1330 1327 +Tri: 1249 1248 1341 +Tri: 1248 1342 1328 +Tri: 1341 1248 1328 +Tri: 1342 1329 1327 +Tri: 1342 1327 1328 +Tri: 1340 1291 1343 +Tri: 1282 1281 1344 +Tri: 1281 1278 1344 +Tri: 1278 1276 1344 +Tri: 1274 1273 1344 +Tri: 1273 1345 1344 +Tri: 1345 1270 1268 +Tri: 1334 1341 1328 +Tri: 1345 1268 1344 +Tri: 1344 1336 1282 +Tri: 1274 1344 1276 +Tri: 1343 1282 1336 +Tri: 1340 1343 1336 +Tri: 1338 1340 1336 +Tri: 1334 1328 1331 +Tri: 1235 1336 39 +Tri: 1333 1334 1332 +Tri: 1339 1235 39 +Tri: 1293 1339 39 +Tri: 39 1333 37 +Tri: 1333 1324 1230 +Tri: 38 1293 39 +Tri: 40 1316 41 +Tri: 47 1346 43 +Tri: 43 1347 44 +Tri: 45 47 43 +Tri: 46 1266 44 +Tri: 1266 1265 44 +Tri: 1251 1250 1254 +Tri: 1250 46 1257 +Tri: 1254 1250 1255 +Tri: 1255 1250 1257 +Tri: 46 44 1347 +Tri: 1348 1346 46 +Tri: 1346 47 46 +Tri: 46 1347 1348 +Tri: 1262 1259 46 +Tri: 1259 1257 46 +Tri: 48 1262 46 +Tri: 1244 1243 49 +Tri: 50 1241 1240 +Tri: 1311 1244 51 +Tri: 1244 49 51 +Tri: 50 1240 1349 +Tri: 1313 1311 51 +Tri: 50 1349 51 +Tri: 52 1350 53 +Tri: 55 1351 56 +Tri: 63 62 55 +Tri: 62 58 1352 +Tri: 1353 1354 1355 +Tri: 1354 61 1355 +Tri: 1351 55 62 +Tri: 1352 1351 62 +Tri: 59 1353 57 +Tri: 1353 1355 57 +Tri: 1356 1352 58 +Tri: 59 57 56 +Tri: 60 1356 58 +Tri: 59 56 60 +Tri: 61 1354 62 +Tri: 64 1357 65 +Tri: 1358 1359 69 +Tri: 1359 67 69 +Tri: 67 1360 68 +Tri: 1360 1361 68 +Tri: 1361 1362 68 +Tri: 70 74 1363 +Tri: 1363 1364 70 +Tri: 1364 71 70 +Tri: 71 1365 72 +Tri: 1365 73 72 +Tri: 70 72 73 +Tri: 75 1366 76 +Tri: 80 1367 78 +Tri: 78 1368 79 +Tri: 1369 1370 83 +Tri: 1370 81 83 +Tri: 82 1371 1372 +Tri: 1371 1373 1372 +Tri: 82 1372 83 +Tri: 86 1374 1375 +Tri: 1375 84 86 +Tri: 87 1376 88 +Tri: 90 1377 91 +Tri: 1378 91 1379 +Tri: 91 1377 1379 +Tri: 1379 97 93 +Tri: 1378 1379 93 +Tri: 90 92 1380 +Tri: 92 1381 1380 +Tri: 1382 1380 1381 +Tri: 96 98 1383 +Tri: 98 1384 1383 +Tri: 1382 1381 1385 +Tri: 1381 1386 1385 +Tri: 1383 1384 1387 +Tri: 1384 1388 1387 +Tri: 1385 1386 1378 +Tri: 1387 1388 95 +Tri: 94 1387 95 +Tri: 95 1385 93 +Tri: 1385 1378 93 +Tri: 96 93 97 +Tri: 99 106 1389 +Tri: 1389 108 99 +Tri: 108 100 99 +Tri: 100 111 101 +Tri: 111 1390 101 +Tri: 1390 105 101 +Tri: 102 110 1391 +Tri: 1391 1392 102 +Tri: 1392 103 102 +Tri: 103 1393 104 +Tri: 1393 109 104 +Tri: 99 101 105 +Tri: 107 112 100 +Tri: 102 104 109 +Tri: 112 107 103 +Tri: 103 1392 112 +Tri: 1392 111 112 +Tri: 115 1394 1395 +Tri: 1394 1396 1395 +Tri: 1395 113 115 +Tri: 118 1397 1398 +Tri: 116 1399 117 +Tri: 1399 1400 117 +Tri: 118 1398 116 +Tri: 119 1401 110 +Tri: 120 1402 121 +Tri: 123 1403 124 +Tri: 126 1404 127 +Tri: 74 73 106 +Tri: 129 1405 130 +Tri: 132 1406 133 +Tri: 137 1407 1408 +Tri: 1408 135 137 +Tri: 138 1409 139 +Tri: 141 1410 142 +Tri: 144 1411 145 +Tri: 149 1412 1413 +Tri: 147 1414 148 +Tri: 149 1413 147 +Tri: 150 1415 151 +Tri: 153 1416 154 +Tri: 1417 1418 158 +Tri: 1418 156 158 +Tri: 159 1419 160 +Tri: 162 1420 163 +Tri: 165 1421 166 +Tri: 1422 1423 170 +Tri: 1423 168 170 +Tri: 168 1424 169 +Tri: 171 1425 172 +Tri: 174 1426 175 +Tri: 177 1427 178 +Tri: 180 1428 181 +Tri: 1429 1430 1431 +Tri: 183 1432 1433 +Tri: 1432 1434 1433 +Tri: 1429 1431 1435 +Tri: 1436 1437 1438 +Tri: 1438 1429 1435 +Tri: 1435 183 185 +Tri: 183 1433 1439 +Tri: 1439 1440 1441 +Tri: 183 1439 184 +Tri: 185 1436 1438 +Tri: 1439 1441 184 +Tri: 185 1438 1435 +Tri: 187 1442 1443 +Tri: 187 1443 1444 +Tri: 1445 1446 186 +Tri: 1447 1445 186 +Tri: 1448 1449 1450 +Tri: 1451 1448 1450 +Tri: 1452 1453 1454 +Tri: 1453 188 1454 +Tri: 188 1451 186 +Tri: 1451 1450 1447 +Tri: 1451 1447 186 +Tri: 1444 1454 188 +Tri: 187 1444 188 +Tri: 189 1455 190 +Tri: 1456 1457 1458 +Tri: 1459 1460 1461 +Tri: 1460 1462 1461 +Tri: 1456 1458 192 +Tri: 1463 1464 1465 +Tri: 1465 1456 192 +Tri: 192 1459 193 +Tri: 1459 1461 1466 +Tri: 1466 1467 1468 +Tri: 1459 1466 193 +Tri: 194 1463 1465 +Tri: 1466 1468 193 +Tri: 194 1465 192 +Tri: 1469 1470 1471 +Tri: 1470 1472 1471 +Tri: 195 1473 1474 +Tri: 1473 1475 1474 +Tri: 1476 1477 1478 +Tri: 1478 1471 1472 +Tri: 1472 195 197 +Tri: 195 1474 1479 +Tri: 1479 1480 1481 +Tri: 195 1479 196 +Tri: 197 1476 1478 +Tri: 1479 1481 196 +Tri: 197 1478 1472 +Tri: 1482 1483 1484 +Tri: 1484 1485 1486 +Tri: 1485 223 1486 +Tri: 1482 1484 1486 +Tri: 222 224 226 +Tri: 1482 1486 222 +Tri: 203 1482 222 +Tri: 222 226 1487 +Tri: 225 227 228 +Tri: 203 222 1487 +Tri: 225 228 1488 +Tri: 203 1487 207 +Tri: 1487 225 207 +Tri: 209 206 204 +Tri: 204 203 207 +Tri: 225 1488 1489 +Tri: 207 225 1489 +Tri: 207 209 204 +Tri: 212 208 1489 +Tri: 210 212 1489 +Tri: 198 229 103 +Tri: 1489 1488 210 +Tri: 1488 198 210 +Tri: 198 103 107 +Tri: 107 108 199 +Tri: 108 211 199 +Tri: 199 210 198 +Tri: 1490 1491 202 +Tri: 1491 200 202 +Tri: 200 217 201 +Tri: 216 218 220 +Tri: 216 220 1492 +Tri: 219 221 214 +Tri: 219 214 1493 +Tri: 213 215 111 +Tri: 213 111 1392 +Tri: 1392 231 1494 +Tri: 230 232 237 +Tri: 213 1392 1494 +Tri: 230 237 1495 +Tri: 213 1494 230 +Tri: 1493 213 230 +Tri: 1493 230 1495 +Tri: 219 1493 1495 +Tri: 236 238 235 +Tri: 238 233 235 +Tri: 219 1495 236 +Tri: 1492 219 236 +Tri: 236 235 239 +Tri: 216 1492 236 +Tri: 201 216 239 +Tri: 216 236 239 +Tri: 201 239 202 +Tri: 205 667 1482 +Tri: 667 1483 1482 +Tri: 1482 203 205 +Tri: 206 667 205 +Tri: 207 1489 208 +Tri: 210 199 211 +Tri: 213 1493 214 +Tri: 216 201 217 +Tri: 219 1492 220 +Tri: 222 1486 223 +Tri: 225 1487 226 +Tri: 198 1488 228 +Tri: 230 1494 231 +Tri: 233 894 234 +Tri: 236 1495 237 +Tri: 234 894 202 +Tri: 894 1490 202 +Tri: 202 239 234 +Tri: 240 1496 241 +Tri: 245 1497 1498 +Tri: 244 1499 1500 +Tri: 1499 1501 1500 +Tri: 245 1498 243 +Tri: 244 1500 245 +Tri: 247 1502 1503 +Tri: 1502 1504 1503 +Tri: 1505 1506 248 +Tri: 1506 246 248 +Tri: 247 1503 248 +Tri: 257 256 251 +Tri: 256 249 251 +Tri: 250 254 1507 +Tri: 254 253 1507 +Tri: 250 1507 251 +Tri: 252 1508 253 +Tri: 255 276 256 +Tri: 261 263 1509 +Tri: 1509 1510 267 +Tri: 1510 268 267 +Tri: 267 278 264 +Tri: 261 1509 267 +Tri: 267 264 258 +Tri: 259 265 1511 +Tri: 261 267 258 +Tri: 259 1511 260 +Tri: 1511 262 260 +Tri: 261 258 260 +Tri: 261 260 262 +Tri: 259 258 264 +Tri: 266 278 267 +Tri: 269 1512 270 +Tri: 272 1513 273 +Tri: 252 1514 1508 +Tri: 1514 275 255 +Tri: 1508 1514 255 +Tri: 277 1515 278 +Tri: 281 1516 1517 +Tri: 280 1518 1519 +Tri: 1518 1520 1519 +Tri: 281 1517 279 +Tri: 280 1519 281 +Tri: 282 1521 283 +Tri: 1522 1523 287 +Tri: 1523 285 287 +Tri: 288 1524 289 +Tri: 293 295 1525 +Tri: 1525 1526 293 +Tri: 1526 291 293 +Tri: 291 1527 292 +Tri: 1527 294 292 +Tri: 293 292 294 +Tri: 296 1528 297 +Tri: 299 1529 300 +Tri: 229 228 263 +Tri: 302 1530 303 +Tri: 305 1531 306 +Tri: 308 1532 309 +Tri: 294 265 264 +Tri: 311 1533 312 +Tri: 314 1534 315 +Tri: 317 1535 318 +Tri: 322 1536 1537 +Tri: 1537 320 322 +Tri: 1538 1539 325 +Tri: 1539 323 325 +Tri: 326 1540 327 +Tri: 331 1541 1542 +Tri: 330 1543 1544 +Tri: 1543 1545 1544 +Tri: 331 1542 329 +Tri: 330 1544 331 +Tri: 333 1546 1547 +Tri: 1546 1548 1547 +Tri: 1549 1550 334 +Tri: 1550 332 334 +Tri: 333 1547 334 +Tri: 343 342 337 +Tri: 342 335 337 +Tri: 336 340 1551 +Tri: 340 339 1551 +Tri: 336 1551 337 +Tri: 338 1552 339 +Tri: 341 361 342 +Tri: 347 349 1553 +Tri: 1553 1554 352 +Tri: 1554 353 352 +Tri: 352 363 396 +Tri: 347 1553 352 +Tri: 352 396 344 +Tri: 345 350 1555 +Tri: 347 352 344 +Tri: 345 1555 346 +Tri: 1555 348 346 +Tri: 347 344 346 +Tri: 347 346 348 +Tri: 344 396 350 +Tri: 351 363 352 +Tri: 354 1556 355 +Tri: 357 1557 358 +Tri: 338 1558 1552 +Tri: 1558 360 341 +Tri: 1552 1558 341 +Tri: 362 1559 363 +Tri: 366 1560 1561 +Tri: 365 1562 1563 +Tri: 1562 1564 1563 +Tri: 366 1561 364 +Tri: 365 1563 366 +Tri: 367 1565 368 +Tri: 370 1566 371 +Tri: 373 1567 374 +Tri: 378 380 1568 +Tri: 1568 1569 378 +Tri: 1569 376 378 +Tri: 376 1570 377 +Tri: 1570 379 377 +Tri: 378 377 379 +Tri: 381 1571 382 +Tri: 384 1572 385 +Tri: 227 226 349 +Tri: 387 1573 388 +Tri: 390 1574 391 +Tri: 393 1575 394 +Tri: 379 350 396 +Tri: 397 1576 398 +Tri: 400 1577 401 +Tri: 403 1578 404 +Tri: 408 1579 1580 +Tri: 1580 406 408 +Tri: 1581 1582 411 +Tri: 1582 409 411 +Tri: 412 1583 413 +Tri: 1584 414 413 +Tri: 1585 1583 1586 +Tri: 1583 412 1586 +Tri: 1584 413 415 +Tri: 1585 1586 417 +Tri: 417 1584 415 +Tri: 416 1585 417 +Tri: 420 1587 1588 +Tri: 419 1589 1590 +Tri: 1589 1591 1590 +Tri: 420 1588 418 +Tri: 419 1590 420 +Tri: 421 1592 422 +Tri: 1593 1594 427 +Tri: 1595 1596 429 +Tri: 429 428 1597 +Tri: 1595 429 1597 +Tri: 1593 427 424 +Tri: 1595 1597 426 +Tri: 426 1593 424 +Tri: 425 1595 426 +Tri: 427 1594 428 +Tri: 430 434 1598 +Tri: 1598 1599 430 +Tri: 1599 431 430 +Tri: 431 1600 432 +Tri: 1600 433 432 +Tri: 430 432 433 +Tri: 435 1601 436 +Tri: 438 1602 439 +Tri: 224 223 434 +Tri: 441 1603 442 +Tri: 444 1604 445 +Tri: 447 1605 448 +Tri: 450 1606 451 +Tri: 1607 1608 455 +Tri: 1608 453 455 +Tri: 456 1609 457 +Tri: 459 1610 460 +Tri: 462 1611 463 +Tri: 467 1612 1613 +Tri: 1613 465 467 +Tri: 468 1614 469 +Tri: 472 478 1615 +Tri: 1616 1617 471 +Tri: 1617 474 471 +Tri: 472 1615 473 +Tri: 1616 471 473 +Tri: 474 1617 475 +Tri: 477 1615 478 +Tri: 1618 1619 481 +Tri: 1619 482 481 +Tri: 1620 1621 480 +Tri: 1621 1622 480 +Tri: 1620 480 482 +Tri: 1623 1624 485 +Tri: 1624 483 485 +Tri: 484 1625 1626 +Tri: 1625 1627 1626 +Tri: 484 1626 485 +Tri: 495 497 1628 +Tri: 1628 490 1629 +Tri: 489 491 486 +Tri: 491 493 486 +Tri: 495 1628 1629 +Tri: 495 1629 489 +Tri: 487 496 488 +Tri: 488 495 489 +Tri: 489 486 488 +Tri: 486 492 1630 +Tri: 1630 487 486 +Tri: 489 1629 490 +Tri: 492 486 493 +Tri: 495 488 496 +Tri: 476 475 1631 +Tri: 1631 498 476 +Tri: 498 477 479 +Tri: 499 1632 500 +Tri: 502 1633 503 +Tri: 505 1634 494 +Tri: 508 1635 1636 +Tri: 507 1637 1638 +Tri: 1637 1639 1638 +Tri: 508 1636 506 +Tri: 507 1638 508 +Tri: 509 1640 510 +Tri: 512 1641 513 +Tri: 515 1642 516 +Tri: 520 522 1643 +Tri: 1643 1644 520 +Tri: 1644 518 520 +Tri: 518 1645 519 +Tri: 1645 521 519 +Tri: 520 519 521 +Tri: 523 1646 524 +Tri: 526 1647 527 +Tri: 212 211 497 +Tri: 529 1648 530 +Tri: 532 1649 533 +Tri: 535 1650 536 +Tri: 521 491 490 +Tri: 538 1651 539 +Tri: 541 1652 542 +Tri: 544 1653 545 +Tri: 549 1654 1655 +Tri: 1655 547 549 +Tri: 1656 1657 552 +Tri: 1657 550 552 +Tri: 553 1658 554 +Tri: 557 563 1659 +Tri: 1660 1661 556 +Tri: 1661 559 556 +Tri: 557 1659 558 +Tri: 1660 556 558 +Tri: 559 1661 560 +Tri: 562 1659 563 +Tri: 1662 1663 566 +Tri: 1663 567 566 +Tri: 1664 1665 565 +Tri: 1665 1666 565 +Tri: 1664 565 567 +Tri: 1667 1668 570 +Tri: 1668 568 570 +Tri: 569 1669 1670 +Tri: 1669 1671 1670 +Tri: 569 1670 570 +Tri: 580 582 1672 +Tri: 1672 575 1673 +Tri: 574 576 571 +Tri: 576 578 571 +Tri: 580 1672 1673 +Tri: 580 1673 574 +Tri: 572 581 573 +Tri: 573 580 574 +Tri: 574 571 573 +Tri: 571 577 1674 +Tri: 1674 572 571 +Tri: 574 1673 575 +Tri: 577 571 578 +Tri: 580 573 581 +Tri: 561 560 1675 +Tri: 1675 583 561 +Tri: 583 562 564 +Tri: 584 1676 585 +Tri: 587 1677 588 +Tri: 590 1678 579 +Tri: 593 1679 1680 +Tri: 592 1681 1682 +Tri: 1681 1683 1682 +Tri: 593 1680 591 +Tri: 592 1682 593 +Tri: 594 1684 595 +Tri: 597 1685 598 +Tri: 600 1686 601 +Tri: 605 607 1687 +Tri: 1687 1688 605 +Tri: 1688 603 605 +Tri: 603 1689 604 +Tri: 1689 606 604 +Tri: 605 604 606 +Tri: 608 1690 609 +Tri: 611 1691 612 +Tri: 209 208 582 +Tri: 614 1692 615 +Tri: 617 1693 618 +Tri: 620 1694 621 +Tri: 606 576 575 +Tri: 623 1695 624 +Tri: 626 1696 627 +Tri: 629 1697 630 +Tri: 634 1698 1699 +Tri: 1699 632 634 +Tri: 1700 1701 637 +Tri: 1701 635 637 +Tri: 638 1702 639 +Tri: 1703 640 639 +Tri: 1704 1702 1705 +Tri: 1702 638 1705 +Tri: 1703 639 641 +Tri: 1704 1705 643 +Tri: 643 1703 641 +Tri: 642 1704 643 +Tri: 1706 649 648 +Tri: 1707 1708 1709 +Tri: 1708 647 1709 +Tri: 1706 648 644 +Tri: 1707 1709 646 +Tri: 646 1706 644 +Tri: 645 1707 646 +Tri: 647 1708 648 +Tri: 650 1710 651 +Tri: 1711 1712 654 +Tri: 1712 655 654 +Tri: 1713 1714 653 +Tri: 1714 1715 653 +Tri: 1713 653 655 +Tri: 656 660 1716 +Tri: 1716 1717 656 +Tri: 1717 657 656 +Tri: 657 1718 658 +Tri: 1718 659 658 +Tri: 656 658 659 +Tri: 661 1719 662 +Tri: 664 1720 665 +Tri: 660 659 667 +Tri: 659 1483 667 +Tri: 668 1721 669 +Tri: 671 1722 672 +Tri: 674 1723 675 +Tri: 677 1724 678 +Tri: 1725 1726 682 +Tri: 1726 680 682 +Tri: 683 1727 684 +Tri: 686 1728 687 +Tri: 689 1729 690 +Tri: 694 1730 1731 +Tri: 1731 692 694 +Tri: 696 1732 1733 +Tri: 1734 1735 695 +Tri: 1735 1736 695 +Tri: 696 1733 697 +Tri: 1734 695 697 +Tri: 700 1737 1738 +Tri: 699 1739 1740 +Tri: 1739 1741 1740 +Tri: 700 1738 698 +Tri: 699 1740 700 +Tri: 701 1742 702 +Tri: 1743 710 705 +Tri: 710 706 705 +Tri: 1744 707 704 +Tri: 707 709 704 +Tri: 1744 704 706 +Tri: 707 1745 708 +Tri: 710 1743 711 +Tri: 716 718 1746 +Tri: 1746 723 1747 +Tri: 722 724 713 +Tri: 724 720 713 +Tri: 716 1746 1747 +Tri: 716 1747 722 +Tri: 714 717 715 +Tri: 715 716 722 +Tri: 722 713 715 +Tri: 713 719 1748 +Tri: 1748 714 713 +Tri: 716 715 717 +Tri: 719 713 720 +Tri: 722 1747 723 +Tri: 725 1749 726 +Tri: 728 1750 729 +Tri: 708 1745 1751 +Tri: 1751 731 708 +Tri: 731 712 711 +Tri: 732 1752 721 +Tri: 733 1753 734 +Tri: 736 1754 737 +Tri: 1755 1756 741 +Tri: 1756 739 741 +Tri: 740 1757 1758 +Tri: 1757 1759 1758 +Tri: 740 1758 741 +Tri: 742 1760 743 +Tri: 747 749 1761 +Tri: 1761 1762 747 +Tri: 1762 745 747 +Tri: 745 1763 746 +Tri: 1763 748 746 +Tri: 747 746 748 +Tri: 750 1764 751 +Tri: 753 1765 754 +Tri: 232 231 718 +Tri: 756 1766 757 +Tri: 759 1767 760 +Tri: 762 1768 763 +Tri: 748 724 723 +Tri: 765 1769 766 +Tri: 768 1770 769 +Tri: 771 1771 772 +Tri: 776 1772 1773 +Tri: 1773 774 776 +Tri: 1774 1775 779 +Tri: 1775 777 779 +Tri: 781 1776 1777 +Tri: 1778 1779 780 +Tri: 1779 1780 780 +Tri: 781 1777 782 +Tri: 1778 780 782 +Tri: 785 1781 1782 +Tri: 784 1783 1784 +Tri: 1783 1785 1784 +Tri: 785 1782 783 +Tri: 784 1784 785 +Tri: 786 1786 787 +Tri: 1787 795 790 +Tri: 795 791 790 +Tri: 1788 792 789 +Tri: 792 794 789 +Tri: 1788 789 791 +Tri: 792 1789 793 +Tri: 795 1787 796 +Tri: 801 803 1790 +Tri: 1790 808 1791 +Tri: 807 809 798 +Tri: 809 805 798 +Tri: 801 1790 1791 +Tri: 801 1791 807 +Tri: 799 802 800 +Tri: 800 801 807 +Tri: 807 798 800 +Tri: 798 804 1792 +Tri: 1792 799 798 +Tri: 801 800 802 +Tri: 804 798 805 +Tri: 807 1791 808 +Tri: 810 1793 811 +Tri: 813 1794 814 +Tri: 793 1789 1795 +Tri: 1795 816 793 +Tri: 816 797 796 +Tri: 817 1796 806 +Tri: 818 1797 819 +Tri: 821 1798 822 +Tri: 1799 1800 826 +Tri: 1800 824 826 +Tri: 825 1801 1802 +Tri: 1801 1803 1802 +Tri: 825 1802 826 +Tri: 827 1804 828 +Tri: 832 834 1805 +Tri: 1805 1806 832 +Tri: 1806 830 832 +Tri: 830 1807 831 +Tri: 1807 833 831 +Tri: 832 831 833 +Tri: 835 1808 836 +Tri: 838 1809 839 +Tri: 238 237 803 +Tri: 841 1810 842 +Tri: 844 1811 845 +Tri: 847 1812 848 +Tri: 833 809 808 +Tri: 850 1813 851 +Tri: 853 1814 854 +Tri: 856 1815 857 +Tri: 861 1816 1817 +Tri: 1817 859 861 +Tri: 1818 1819 864 +Tri: 1819 862 864 +Tri: 865 1820 866 +Tri: 869 1821 1822 +Tri: 1823 1824 868 +Tri: 1824 1825 868 +Tri: 869 1822 870 +Tri: 1823 868 870 +Tri: 871 1826 872 +Tri: 1827 873 872 +Tri: 1828 1826 1829 +Tri: 1826 871 1829 +Tri: 1827 872 874 +Tri: 1828 1829 876 +Tri: 876 1827 874 +Tri: 875 1828 876 +Tri: 1830 1831 880 +Tri: 1832 882 1833 +Tri: 882 881 1833 +Tri: 1830 880 877 +Tri: 1832 1833 879 +Tri: 879 1830 877 +Tri: 878 1832 879 +Tri: 880 1831 881 +Tri: 883 887 1834 +Tri: 1834 1835 883 +Tri: 1835 884 883 +Tri: 884 1836 885 +Tri: 1836 886 885 +Tri: 883 885 886 +Tri: 888 1837 889 +Tri: 891 1838 892 +Tri: 887 886 894 +Tri: 886 1490 894 +Tri: 895 1839 896 +Tri: 898 1840 899 +Tri: 901 1841 902 +Tri: 904 1842 905 +Tri: 1843 1844 909 +Tri: 1844 907 909 +Tri: 910 1845 911 +Tri: 913 1846 914 +Tri: 916 1847 917 +Tri: 921 1848 1849 +Tri: 1849 919 921 +Tri: 1850 1851 924 +Tri: 1851 922 924 +Tri: 923 1852 1853 +Tri: 1852 1854 1853 +Tri: 923 1853 924 +Tri: 1855 928 927 +Tri: 928 925 927 +Tri: 926 931 1856 +Tri: 931 933 1856 +Tri: 926 1856 927 +Tri: 928 1855 929 +Tri: 931 1857 932 +Tri: 934 1858 935 +Tri: 1859 1860 939 +Tri: 1860 937 939 +Tri: 938 1861 1862 +Tri: 1861 1863 1862 +Tri: 938 1862 939 +Tri: 950 1864 948 +Tri: 1864 1865 1866 +Tri: 948 1864 1866 +Tri: 1865 944 1866 +Tri: 1866 943 946 +Tri: 1866 946 1867 +Tri: 940 949 941 +Tri: 941 948 1867 +Tri: 1867 948 1866 +Tri: 942 947 940 +Tri: 1867 942 941 +Tri: 943 1866 944 +Tri: 942 1867 946 +Tri: 948 941 949 +Tri: 951 1868 952 +Tri: 932 1857 954 +Tri: 954 1869 929 +Tri: 1869 930 929 +Tri: 955 1870 956 +Tri: 958 1871 943 +Tri: 961 1872 1873 +Tri: 1873 959 961 +Tri: 962 1874 963 +Tri: 1875 1876 967 +Tri: 1876 965 967 +Tri: 966 1877 1878 +Tri: 1877 1879 1878 +Tri: 966 1878 967 +Tri: 968 1880 969 +Tri: 973 975 1881 +Tri: 1881 1882 973 +Tri: 1882 971 973 +Tri: 971 1883 972 +Tri: 1883 974 972 +Tri: 973 972 974 +Tri: 976 1884 977 +Tri: 979 1885 980 +Tri: 215 214 950 +Tri: 982 1886 983 +Tri: 985 1887 986 +Tri: 988 1888 989 +Tri: 974 947 946 +Tri: 991 1889 992 +Tri: 994 1890 995 +Tri: 997 1891 998 +Tri: 1002 1892 1893 +Tri: 1893 1000 1002 +Tri: 1894 1895 1005 +Tri: 1895 1003 1005 +Tri: 1896 1897 1008 +Tri: 1897 1006 1008 +Tri: 1007 1898 1899 +Tri: 1898 1900 1899 +Tri: 1007 1899 1008 +Tri: 1901 1012 1011 +Tri: 1012 1009 1011 +Tri: 1010 1015 1902 +Tri: 1015 1017 1902 +Tri: 1010 1902 1011 +Tri: 1012 1901 1013 +Tri: 1015 1903 1016 +Tri: 1018 1904 1019 +Tri: 1905 1906 1023 +Tri: 1906 1021 1023 +Tri: 1022 1907 1908 +Tri: 1907 1909 1908 +Tri: 1022 1908 1023 +Tri: 1032 1034 1910 +Tri: 1910 1911 1028 +Tri: 1911 1029 1028 +Tri: 1028 1043 1030 +Tri: 1032 1910 1028 +Tri: 1028 1030 1024 +Tri: 1025 1031 1912 +Tri: 1032 1028 1024 +Tri: 1025 1912 1026 +Tri: 1912 1033 1026 +Tri: 1032 1024 1026 +Tri: 1027 1043 1028 +Tri: 1025 1024 1030 +Tri: 1032 1026 1033 +Tri: 1035 1913 1036 +Tri: 1016 1903 1038 +Tri: 1038 1914 1013 +Tri: 1914 1014 1013 +Tri: 1039 1915 1040 +Tri: 1042 1916 1043 +Tri: 1044 1917 1045 +Tri: 1047 1918 1048 +Tri: 1919 1920 1052 +Tri: 1920 1050 1052 +Tri: 1051 1921 1922 +Tri: 1921 1923 1922 +Tri: 1051 1922 1052 +Tri: 1053 1924 1054 +Tri: 1058 1060 1925 +Tri: 1925 1926 1058 +Tri: 1926 1056 1058 +Tri: 1056 1927 1057 +Tri: 1927 1059 1057 +Tri: 1058 1057 1059 +Tri: 1061 1928 1062 +Tri: 1064 1929 1065 +Tri: 221 220 1034 +Tri: 1067 1930 1068 +Tri: 1070 1931 1071 +Tri: 1073 1932 1074 +Tri: 1059 1031 1030 +Tri: 1076 1933 1077 +Tri: 1079 1934 1080 +Tri: 1082 1935 1083 +Tri: 1087 1936 1937 +Tri: 1937 1085 1087 +Tri: 1938 1939 1090 +Tri: 1939 1088 1090 +Tri: 1091 1940 1092 +Tri: 1941 1099 1098 +Tri: 1942 1943 1944 +Tri: 1944 1097 1945 +Tri: 1942 1944 1945 +Tri: 1941 1098 1094 +Tri: 1942 1945 1096 +Tri: 1096 1941 1094 +Tri: 1095 1942 1096 +Tri: 1097 1944 1098 +Tri: 1100 1946 1101 +Tri: 1947 1102 1101 +Tri: 1948 1946 1949 +Tri: 1946 1100 1949 +Tri: 1947 1101 1103 +Tri: 1948 1949 1105 +Tri: 1105 1947 1103 +Tri: 1104 1948 1105 +Tri: 1950 1951 1108 +Tri: 1951 1106 1108 +Tri: 1107 1952 1953 +Tri: 1952 1954 1953 +Tri: 1107 1953 1108 +Tri: 1109 1113 1955 +Tri: 1955 1956 1109 +Tri: 1956 1110 1109 +Tri: 1110 1957 1111 +Tri: 1957 1112 1111 +Tri: 1109 1111 1112 +Tri: 1114 1958 1115 +Tri: 1117 1959 1118 +Tri: 218 217 1113 +Tri: 1120 1960 1121 +Tri: 1123 1961 1124 +Tri: 1126 1962 1127 +Tri: 1129 1963 1130 +Tri: 1964 1965 1134 +Tri: 1965 1132 1134 +Tri: 1135 1966 1136 +Tri: 1138 1967 1139 +Tri: 1141 1968 1142 +Tri: 1146 1969 1970 +Tri: 1970 1144 1146 diff --git a/resources/w/dorm/dorm_entrance001.txt b/resources/w/dorm/dorm_entrance001.txt new file mode 100644 index 0000000..cfd9fae --- /dev/null +++ b/resources/w/dorm/dorm_entrance001.txt @@ -0,0 +1,625 @@ +===Vertices (Split by UV/Normal): 340 +V 0: Pos(-1.0, -9.55, 0.2) Norm(-0.577334, -0.577359, 0.577359) UV(0.340145, 0.741342) +V 1: Pos(-1.0, -8.8, 0.0) Norm(-0.577334, 0.577359, -0.577359) UV(0.375032, 0.610517) +V 2: Pos(-1.0, -9.55, 0.0) Norm(-0.577358, -0.577365, -0.577328) UV(0.375032, 0.741342) +V 3: Pos(-1.0, -8.8, 0.2) Norm(-0.577358, 0.577365, 0.577328) UV(0.889611, 0.348867) +V 4: Pos(1.0, -8.8, 0.0) Norm(0.577358, 0.577365, -0.577328) UV(0.924498, -0.0) +V 5: Pos(-1.0, -8.8, 0.0) Norm(-0.577334, 0.577359, -0.577359) UV(0.924498, 0.348867) +V 6: Pos(1.0, -8.8, 0.2) Norm(0.577334, 0.577359, 0.577359) UV(0.375032, 0.741342) +V 7: Pos(1.0, -9.55, 0.0) Norm(0.577334, -0.577359, -0.577359) UV(0.409919, 0.610517) +V 8: Pos(1.0, -8.8, 0.0) Norm(0.577358, 0.577365, -0.577328) UV(0.409919, 0.741342) +V 9: Pos(1.0, -9.55, 0.2) Norm(0.577358, -0.577365, 0.577328) UV(0.889611, 0.697734) +V 10: Pos(-1.0, -9.55, 0.0) Norm(-0.577358, -0.577365, -0.577328) UV(0.924498, 0.348867) +V 11: Pos(1.0, -9.55, 0.0) Norm(0.577334, -0.577359, -0.577359) UV(0.924498, 0.697734) +V 12: Pos(1.0, -8.8, 0.0) Norm(0.577358, 0.577365, -0.577328) UV(0.130825, 0.959384) +V 13: Pos(-1.0, -9.55, 0.0) Norm(-0.577358, -0.577365, -0.577328) UV(0.0, 0.610517) +V 14: Pos(-1.0, -8.8, 0.0) Norm(-0.577334, 0.577359, -0.577359) UV(0.130825, 0.610517) +V 15: Pos(-1.0, -8.8, 0.2) Norm(-0.577358, 0.577365, 0.577328) UV(0.26165, 0.959384) +V 16: Pos(1.0, -9.55, 0.2) Norm(0.577358, -0.577365, 0.577328) UV(0.130825, 0.610517) +V 17: Pos(1.0, -8.8, 0.2) Norm(0.577334, 0.577359, 0.577359) UV(0.26165, 0.610517) +V 18: Pos(-0.9, -8.875, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.924498, 0.0) +V 19: Pos(-0.9, -8.725, 0.0) Norm(-0.707113, 0.707101, 0.0) UV(0.950663, 0.383754) +V 20: Pos(-0.9, -8.875, 0.0) Norm(-0.707091, -0.707122, 0.0) UV(0.924498, 0.383754) +V 21: Pos(-0.9, -8.725, 2.2) Norm(-0.577339, 0.577365, 0.577347) UV(0.523301, 0.0) +V 22: Pos(0.9, -8.725, 0.0) Norm(0.707091, 0.707122, 0.0) UV(0.837281, 0.383754) +V 23: Pos(-0.9, -8.725, 0.0) Norm(-0.707113, 0.707101, 0.0) UV(0.523301, 0.383754) +V 24: Pos(0.9, -8.725, 2.2) Norm(0.577357, 0.577347, 0.577347) UV(0.924498, 0.383754) +V 25: Pos(0.9, -8.875, 0.0) Norm(0.707113, -0.707101, 0.0) UV(0.950663, 0.767507) +V 26: Pos(0.9, -8.725, 0.0) Norm(0.707091, 0.707122, 0.0) UV(0.924498, 0.767507) +V 27: Pos(0.9, -8.875, 2.2) Norm(0.577339, -0.577365, 0.577347) UV(0.523301, 0.383754) +V 28: Pos(-0.9, -8.875, 0.0) Norm(-0.707091, -0.707122, 0.0) UV(0.837281, 0.767507) +V 29: Pos(0.9, -8.875, 0.0) Norm(0.707113, -0.707101, 0.0) UV(0.523301, 0.767507) +V 30: Pos(-0.9, -8.725, 2.2) Norm(-0.577339, 0.577365, 0.577347) UV(0.287815, 0.924497) +V 31: Pos(0.9, -8.875, 2.2) Norm(0.577339, -0.577365, 0.577347) UV(0.26165, 0.610517) +V 32: Pos(0.9, -8.725, 2.2) Norm(0.577357, 0.577347, 0.577347) UV(0.287815, 0.610517) +V 33: Pos(-1.75, -10.3, 2.475) Norm(-0.577355, -0.577348, 0.577348) UV(0.287815, 0.872167) +V 34: Pos(-1.75, -8.8, 2.325) Norm(-0.577355, 0.577348, -0.577348) UV(0.31398, 0.610517) +V 35: Pos(-1.75, -10.3, 2.325) Norm(-0.577356, -0.577366, -0.577329) UV(0.31398, 0.872167) +V 36: Pos(-1.75, -8.8, 2.475) Norm(-0.577356, 0.577366, 0.577329) UV(0.837281, 0.610517) +V 37: Pos(1.75, -8.8, 2.325) Norm(0.577356, 0.577366, -0.577329) UV(0.863446, 0.0) +V 38: Pos(-1.75, -8.8, 2.325) Norm(-0.577355, 0.577348, -0.577348) UV(0.863446, 0.610517) +V 39: Pos(1.75, -8.8, 2.475) Norm(0.577355, 0.577348, 0.577348) UV(0.31398, 0.872167) +V 40: Pos(1.75, -10.3, 2.325) Norm(0.577355, -0.577348, -0.577348) UV(0.340145, 0.610517) +V 41: Pos(1.75, -8.8, 2.325) Norm(0.577356, 0.577366, -0.577329) UV(0.340145, 0.872167) +V 42: Pos(1.75, -10.3, 2.475) Norm(0.577356, -0.577366, 0.577329) UV(0.863446, 0.610517) +V 43: Pos(-1.75, -10.3, 2.325) Norm(-0.577356, -0.577366, -0.577329) UV(0.889611, 0.0) +V 44: Pos(1.75, -10.3, 2.325) Norm(0.577355, -0.577348, -0.577348) UV(0.889611, 0.610517) +V 45: Pos(1.75, -8.8, 2.325) Norm(0.577356, 0.577366, -0.577329) UV(0.26165, 0.610517) +V 46: Pos(-1.75, -10.3, 2.325) Norm(-0.577356, -0.577366, -0.577329) UV(0.0, -0.0) +V 47: Pos(-1.75, -8.8, 2.325) Norm(-0.577355, 0.577348, -0.577348) UV(0.26165, -0.0) +V 48: Pos(-1.75, -8.8, 2.475) Norm(-0.577356, 0.577366, 0.577329) UV(0.523301, 0.610517) +V 49: Pos(1.75, -10.3, 2.475) Norm(0.577356, -0.577366, 0.577329) UV(0.26165, -0.0) +V 50: Pos(1.75, -8.8, 2.475) Norm(0.577355, 0.577348, 0.577348) UV(0.523301, -0.0) +V 51: Pos(-1.55, -10.15, 2.4) Norm(2e-06, 0.727897, 0.685686) UV(0.95683, 0.0) +V 52: Pos(-1.540245, -10.150961, -0.0) Norm(0.142003, 0.713889, -0.685709) UV(0.958532, 0.41864) +V 53: Pos(-1.55, -10.15, -0.0) Norm(-2e-06, 0.727895, -0.685689) UV(0.95683, 0.41864) +V 54: Pos(-1.540245, -10.150961, 2.4) Norm(0.142008, 0.713892, 0.685705) UV(0.958532, 0.0) +V 55: Pos(-1.530866, -10.153806, -0.0) Norm(0.278539, 0.672492, -0.68569) UV(0.960168, 0.41864) +V 56: Pos(-1.530866, -10.153806, 2.4) Norm(0.278543, 0.672504, 0.685676) UV(0.960168, 0.0) +V 57: Pos(-1.522221, -10.158426, -0.0) Norm(0.404406, 0.605228, -0.685678) UV(0.961676, 0.41864) +V 58: Pos(-1.522221, -10.158426, 2.4) Norm(0.404386, 0.605221, 0.685697) UV(0.961676, 0.0) +V 59: Pos(-1.514645, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.962997, 0.41864) +V 60: Pos(-1.514645, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.950663, 0.41864) +V 61: Pos(-1.508426, -10.172221, -0.0) Norm(0.605209, 0.404399, -0.685699) UV(0.951984, 0.837281) +V 62: Pos(-1.514645, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.950663, 0.837281) +V 63: Pos(-1.508426, -10.172221, 2.4) Norm(0.605214, 0.404387, 0.685702) UV(0.951984, 0.41864) +V 64: Pos(-1.503806, -10.180865, -0.0) Norm(0.672487, 0.278546, -0.685692) UV(0.953492, 0.837281) +V 65: Pos(-1.503806, -10.180865, 2.4) Norm(0.672499, 0.278551, 0.685678) UV(0.953492, 0.41864) +V 66: Pos(-1.500961, -10.190246, -0.0) Norm(0.713913, 0.14199, -0.685688) UV(0.955128, 0.837281) +V 67: Pos(-1.500961, -10.190246, 2.4) Norm(0.713896, 0.142001, 0.685703) UV(0.955128, 0.41864) +V 68: Pos(-1.5, -10.2, -0.0) Norm(0.727883, -7e-06, -0.685701) UV(0.95683, 0.837281) +V 69: Pos(-1.5, -10.2, 2.4) Norm(0.727908, 7e-06, 0.685675) UV(0.95683, 0.41864) +V 70: Pos(-1.500961, -10.209754, -0.0) Norm(0.713915, -0.142005, -0.685682) UV(0.958531, 0.837281) +V 71: Pos(-1.500961, -10.209754, 2.4) Norm(0.713898, -0.141987, 0.685703) UV(0.958531, 0.41864) +V 72: Pos(-1.503806, -10.219134, -0.0) Norm(0.672482, -0.278544, -0.685698) UV(0.960168, 0.837281) +V 73: Pos(-1.503806, -10.219134, 2.4) Norm(0.672504, -0.278552, 0.685673) UV(0.960168, 0.41864) +V 74: Pos(-1.508426, -10.227778, -0.0) Norm(0.605226, -0.404396, -0.685686) UV(0.961675, 0.837281) +V 75: Pos(-1.508426, -10.227778, 2.4) Norm(0.605207, -0.404398, 0.685702) UV(0.961675, 0.41864) +V 76: Pos(-1.514645, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.962997, 0.837281) +V 77: Pos(-1.514645, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.962997, 0.0) +V 78: Pos(-1.522221, -10.241573, -0.0) Norm(0.404384, -0.605218, -0.6857) UV(0.964319, 0.41864) +V 79: Pos(-1.514645, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.962997, 0.41864) +V 80: Pos(-1.522221, -10.241573, 2.4) Norm(0.40445, -0.605192, 0.685684) UV(0.964319, 0.0) +V 81: Pos(-1.530866, -10.246194, -0.0) Norm(0.278536, -0.672488, -0.685695) UV(0.965827, 0.41864) +V 82: Pos(-1.530866, -10.246194, 2.4) Norm(0.278545, -0.672503, 0.685677) UV(0.965827, 0.0) +V 83: Pos(-1.540245, -10.249039, -0.0) Norm(0.142009, -0.713899, -0.685698) UV(0.967463, 0.41864) +V 84: Pos(-1.540245, -10.249039, 2.4) Norm(0.142003, -0.713887, 0.685712) UV(0.967463, 0.0) +V 85: Pos(-1.55, -10.25, -0.0) Norm(2e-06, -0.727895, -0.685689) UV(0.969164, 0.41864) +V 86: Pos(-1.55, -10.25, 2.4) Norm(-2e-06, -0.727914, 0.685668) UV(0.969164, 0.0) +V 87: Pos(-1.559754, -10.249039, -0.0) Norm(-0.142007, -0.713906, -0.685691) UV(0.970866, 0.41864) +V 88: Pos(-1.559754, -10.249039, 2.4) Norm(-0.142007, -0.713886, 0.685712) UV(0.970866, 0.0) +V 89: Pos(-1.569134, -10.246194, -0.0) Norm(-0.278537, -0.672487, -0.685696) UV(0.972502, 0.41864) +V 90: Pos(-1.569134, -10.246194, 2.4) Norm(-0.278542, -0.672499, 0.685682) UV(0.972502, 0.0) +V 91: Pos(-1.577778, -10.241573, -0.0) Norm(-0.404401, -0.605221, -0.685687) UV(0.97401, 0.41864) +V 92: Pos(-1.577778, -10.241573, 2.4) Norm(-0.40444, -0.605199, 0.685684) UV(0.97401, 0.0) +V 93: Pos(-1.585355, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(0.975331, 0.41864) +V 94: Pos(-1.585355, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(0.962997, 0.41864) +V 95: Pos(-1.591573, -10.227778, -0.0) Norm(-0.605209, -0.404399, -0.685699) UV(0.964319, 0.837281) +V 96: Pos(-1.585355, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(0.962997, 0.837281) +V 97: Pos(-1.591573, -10.227778, 2.4) Norm(-0.605214, -0.404387, 0.685702) UV(0.964319, 0.41864) +V 98: Pos(-1.596194, -10.219134, -0.0) Norm(-0.672481, -0.278543, -0.685699) UV(0.965827, 0.837281) +V 99: Pos(-1.596194, -10.219134, 2.4) Norm(-0.672497, -0.278551, 0.68568) UV(0.965827, 0.41864) +V 100: Pos(-1.599039, -10.209754, -0.0) Norm(-0.713935, -0.141995, -0.685663) UV(0.967463, 0.837281) +V 101: Pos(-1.599039, -10.209754, 2.4) Norm(-0.713896, -0.142001, 0.685703) UV(0.967463, 0.41864) +V 102: Pos(-1.6, -10.2, -0.0) Norm(-0.727889, 7e-06, -0.685695) UV(0.969164, 0.837281) +V 103: Pos(-1.6, -10.2, 2.4) Norm(-0.727908, -7e-06, 0.685675) UV(0.969164, 0.41864) +V 104: Pos(-1.599039, -10.190246, -0.0) Norm(-0.713898, 0.142002, -0.6857) UV(0.970866, 0.837281) +V 105: Pos(-1.599039, -10.190246, 2.4) Norm(-0.713898, 0.141987, 0.685703) UV(0.970866, 0.41864) +V 106: Pos(-1.596194, -10.180865, -0.0) Norm(-0.672482, 0.278544, -0.685698) UV(0.972502, 0.837281) +V 107: Pos(-1.596194, -10.180865, 2.4) Norm(-0.672499, 0.27855, 0.685678) UV(0.972502, 0.41864) +V 108: Pos(-1.591573, -10.172221, -0.0) Norm(-0.605229, 0.404398, -0.685682) UV(0.97401, 0.837281) +V 109: Pos(-1.591573, -10.172221, 2.4) Norm(-0.605207, 0.404398, 0.685702) UV(0.97401, 0.41864) +V 110: Pos(-1.585355, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(0.975331, 0.837281) +V 111: Pos(-1.585355, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(0.950663, 0.0) +V 112: Pos(-1.577778, -10.158426, -0.0) Norm(-0.404393, 0.605232, -0.685682) UV(0.951985, 0.41864) +V 113: Pos(-1.585355, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(0.950663, 0.41864) +V 114: Pos(-1.577778, -10.158426, 2.4) Norm(-0.404396, 0.605214, 0.685697) UV(0.951985, 0.0) +V 115: Pos(-1.569134, -10.153806, -0.0) Norm(-0.278536, 0.672488, -0.685695) UV(0.953492, 0.41864) +V 116: Pos(-1.569134, -10.246194, 2.4) Norm(-0.278542, -0.672499, 0.685682) UV(0.449206, 0.611505) +V 117: Pos(-1.503806, -10.219134, 2.4) Norm(0.672504, -0.278552, 0.685673) UV(0.461009, 0.615085) +V 118: Pos(-1.530866, -10.153806, 2.4) Norm(0.278543, 0.672504, 0.685676) UV(0.457428, 0.626889) +V 119: Pos(-1.569134, -10.153806, 2.4) Norm(-0.278546, 0.672509, 0.685671) UV(0.953492, 0.0) +V 120: Pos(-1.559754, -10.150961, -0.0) Norm(-0.142008, 0.713893, -0.685704) UV(0.955128, 0.41864) +V 121: Pos(-1.559754, -10.150961, 2.4) Norm(-0.142003, 0.713887, 0.685712) UV(0.955128, 0.0) +V 122: Pos(-1.540245, -10.249039, -0.0) Norm(0.142009, -0.713899, -0.685698) UV(0.416067, 0.610851) +V 123: Pos(-1.599039, -10.209754, -0.0) Norm(-0.713935, -0.141995, -0.685663) UV(0.426945, 0.616665) +V 124: Pos(-1.559754, -10.150961, -0.0) Norm(-0.142008, 0.713893, -0.685704) UV(0.42113, 0.627543) +V 125: Pos(1.55, -10.15, 2.4) Norm(2e-06, 0.727897, 0.685686) UV(0.981499, 0.0) +V 126: Pos(1.559754, -10.150961, -0.0) Norm(0.142003, 0.713889, -0.685709) UV(0.9832, 0.41864) +V 127: Pos(1.55, -10.15, -0.0) Norm(-2e-06, 0.727895, -0.685689) UV(0.981499, 0.41864) +V 128: Pos(1.559754, -10.150961, 2.4) Norm(0.142008, 0.713892, 0.685705) UV(0.9832, 0.0) +V 129: Pos(1.569134, -10.153806, -0.0) Norm(0.278539, 0.672492, -0.68569) UV(0.984836, 0.41864) +V 130: Pos(1.569134, -10.153806, 2.4) Norm(0.278543, 0.672504, 0.685676) UV(0.984836, 0.0) +V 131: Pos(1.577778, -10.158426, -0.0) Norm(0.404406, 0.605228, -0.685678) UV(0.986344, 0.41864) +V 132: Pos(1.577778, -10.158426, 2.4) Norm(0.404386, 0.605221, 0.685697) UV(0.986344, 0.0) +V 133: Pos(1.585355, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.987666, 0.41864) +V 134: Pos(1.585355, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.975331, 0.41864) +V 135: Pos(1.591573, -10.172221, -0.0) Norm(0.605209, 0.404399, -0.685699) UV(0.976653, 0.837281) +V 136: Pos(1.585355, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.975331, 0.837281) +V 137: Pos(1.591573, -10.172221, 2.4) Norm(0.605214, 0.404387, 0.685702) UV(0.976653, 0.41864) +V 138: Pos(1.596194, -10.180865, -0.0) Norm(0.672487, 0.278546, -0.685692) UV(0.978161, 0.837281) +V 139: Pos(1.596194, -10.180865, 2.4) Norm(0.672499, 0.278551, 0.685678) UV(0.978161, 0.41864) +V 140: Pos(1.599039, -10.190246, -0.0) Norm(0.713913, 0.14199, -0.685688) UV(0.979797, 0.837281) +V 141: Pos(1.599039, -10.190246, 2.4) Norm(0.713896, 0.142001, 0.685703) UV(0.979797, 0.41864) +V 142: Pos(1.6, -10.2, -0.0) Norm(0.727883, -7e-06, -0.685701) UV(0.981499, 0.837281) +V 143: Pos(1.6, -10.2, 2.4) Norm(0.727908, 7e-06, 0.685675) UV(0.981499, 0.41864) +V 144: Pos(1.599039, -10.209754, -0.0) Norm(0.713915, -0.142005, -0.685682) UV(0.9832, 0.837281) +V 145: Pos(1.599039, -10.209754, 2.4) Norm(0.713898, -0.141987, 0.685703) UV(0.9832, 0.41864) +V 146: Pos(1.596194, -10.219134, -0.0) Norm(0.672482, -0.278544, -0.685698) UV(0.984836, 0.837281) +V 147: Pos(1.596194, -10.219134, 2.4) Norm(0.672504, -0.278552, 0.685673) UV(0.984836, 0.41864) +V 148: Pos(1.591573, -10.227778, -0.0) Norm(0.605226, -0.404396, -0.685686) UV(0.986344, 0.837281) +V 149: Pos(1.591573, -10.227778, 2.4) Norm(0.605207, -0.404398, 0.685702) UV(0.986344, 0.41864) +V 150: Pos(1.585355, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.987666, 0.837281) +V 151: Pos(1.585355, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.987666, 0.0) +V 152: Pos(1.577778, -10.241573, -0.0) Norm(0.404384, -0.605218, -0.6857) UV(0.988987, 0.41864) +V 153: Pos(1.585355, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.987666, 0.41864) +V 154: Pos(1.577778, -10.241573, 2.4) Norm(0.40445, -0.605192, 0.685684) UV(0.988987, 0.0) +V 155: Pos(1.569134, -10.246194, -0.0) Norm(0.278536, -0.672488, -0.685695) UV(0.990495, 0.41864) +V 156: Pos(1.569134, -10.246194, 2.4) Norm(0.278545, -0.672503, 0.685677) UV(0.990495, 0.0) +V 157: Pos(1.559754, -10.249039, -0.0) Norm(0.142009, -0.713899, -0.685698) UV(0.992131, 0.41864) +V 158: Pos(1.559754, -10.249039, 2.4) Norm(0.142003, -0.713887, 0.685712) UV(0.992131, 0.0) +V 159: Pos(1.55, -10.25, -0.0) Norm(2e-06, -0.727895, -0.685689) UV(0.993833, 0.41864) +V 160: Pos(1.55, -10.25, 2.4) Norm(-2e-06, -0.727914, 0.685668) UV(0.993833, 0.0) +V 161: Pos(1.540245, -10.249039, -0.0) Norm(-0.142007, -0.713906, -0.685691) UV(0.995534, 0.41864) +V 162: Pos(1.540245, -10.249039, 2.4) Norm(-0.142007, -0.713886, 0.685712) UV(0.995534, 0.0) +V 163: Pos(1.530866, -10.246194, -0.0) Norm(-0.278537, -0.672487, -0.685696) UV(0.997171, 0.41864) +V 164: Pos(1.530866, -10.246194, 2.4) Norm(-0.278542, -0.672499, 0.685682) UV(0.997171, 0.0) +V 165: Pos(1.522221, -10.241573, -0.0) Norm(-0.404401, -0.605221, -0.685687) UV(0.998678, 0.41864) +V 166: Pos(1.522221, -10.241573, 2.4) Norm(-0.40444, -0.605199, 0.685684) UV(0.998678, 0.0) +V 167: Pos(1.514645, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(1.0, 0.41864) +V 168: Pos(1.514645, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(0.987666, 0.41864) +V 169: Pos(1.508426, -10.227778, -0.0) Norm(-0.605209, -0.404399, -0.685699) UV(0.988987, 0.837281) +V 170: Pos(1.514645, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(0.987666, 0.837281) +V 171: Pos(1.508426, -10.227778, 2.4) Norm(-0.605214, -0.404387, 0.685702) UV(0.988987, 0.41864) +V 172: Pos(1.503806, -10.219134, -0.0) Norm(-0.672481, -0.278543, -0.685699) UV(0.990495, 0.837281) +V 173: Pos(1.503806, -10.219134, 2.4) Norm(-0.672497, -0.278551, 0.68568) UV(0.990495, 0.41864) +V 174: Pos(1.500961, -10.209754, -0.0) Norm(-0.713935, -0.141995, -0.685663) UV(0.992131, 0.837281) +V 175: Pos(1.500961, -10.209754, 2.4) Norm(-0.713896, -0.142001, 0.685703) UV(0.992131, 0.41864) +V 176: Pos(1.5, -10.2, -0.0) Norm(-0.727889, 7e-06, -0.685695) UV(0.993833, 0.837281) +V 177: Pos(1.5, -10.2, 2.4) Norm(-0.727908, -7e-06, 0.685675) UV(0.993833, 0.41864) +V 178: Pos(1.500961, -10.190246, -0.0) Norm(-0.713898, 0.142002, -0.6857) UV(0.995534, 0.837281) +V 179: Pos(1.500961, -10.190246, 2.4) Norm(-0.713898, 0.141987, 0.685703) UV(0.995534, 0.41864) +V 180: Pos(1.503806, -10.180865, -0.0) Norm(-0.672482, 0.278544, -0.685698) UV(0.99717, 0.837281) +V 181: Pos(1.503806, -10.180865, 2.4) Norm(-0.672499, 0.27855, 0.685678) UV(0.99717, 0.41864) +V 182: Pos(1.508426, -10.172221, -0.0) Norm(-0.605229, 0.404398, -0.685682) UV(0.998678, 0.837281) +V 183: Pos(1.508426, -10.172221, 2.4) Norm(-0.605207, 0.404398, 0.685702) UV(0.998678, 0.41864) +V 184: Pos(1.514645, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(1.0, 0.837281) +V 185: Pos(1.514645, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(0.975331, 0.0) +V 186: Pos(1.522221, -10.158426, -0.0) Norm(-0.404393, 0.605232, -0.685682) UV(0.976653, 0.41864) +V 187: Pos(1.514645, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(0.975331, 0.41864) +V 188: Pos(1.522221, -10.158426, 2.4) Norm(-0.404396, 0.605214, 0.685697) UV(0.976653, 0.0) +V 189: Pos(1.530866, -10.153806, -0.0) Norm(-0.278536, 0.672488, -0.685695) UV(0.978161, 0.41864) +V 190: Pos(1.530866, -10.246194, 2.4) Norm(-0.278542, -0.672499, 0.685682) UV(0.431846, 0.611505) +V 191: Pos(1.596194, -10.219134, 2.4) Norm(0.672504, -0.278552, 0.685673) UV(0.44365, 0.615086) +V 192: Pos(1.569134, -10.153806, 2.4) Norm(0.278543, 0.672504, 0.685676) UV(0.440069, 0.626889) +V 193: Pos(1.530866, -10.153806, 2.4) Norm(-0.278546, 0.672509, 0.685671) UV(0.978161, 0.0) +V 194: Pos(1.540245, -10.150961, -0.0) Norm(-0.142008, 0.713893, -0.685704) UV(0.979797, 0.41864) +V 195: Pos(1.540245, -10.150961, 2.4) Norm(-0.142003, 0.713887, 0.685712) UV(0.979797, 0.0) +V 196: Pos(1.559754, -10.249039, -0.0) Norm(0.142009, -0.713899, -0.685698) UV(0.468145, 0.610851) +V 197: Pos(1.500961, -10.209754, -0.0) Norm(-0.713935, -0.141995, -0.685663) UV(0.479023, 0.616665) +V 198: Pos(1.540245, -10.150961, -0.0) Norm(-0.142008, 0.713893, -0.685704) UV(0.473208, 0.627543) +V 199: Pos(-1.0, -8.8, 0.2) Norm(-0.577358, 0.577365, 0.577328) UV(0.340145, 0.610517) +V 200: Pos(1.0, -8.8, 0.2) Norm(0.577334, 0.577359, 0.577359) UV(0.889611, -0.0) +V 201: Pos(1.0, -9.55, 0.2) Norm(0.577358, -0.577365, 0.577328) UV(0.375032, 0.610517) +V 202: Pos(-1.0, -9.55, 0.2) Norm(-0.577334, -0.577359, 0.577359) UV(0.889611, 0.348867) +V 203: Pos(1.0, -9.55, 0.0) Norm(0.577334, -0.577359, -0.577359) UV(0.0, 0.959384) +V 204: Pos(-1.0, -9.55, 0.2) Norm(-0.577334, -0.577359, 0.577359) UV(0.130825, 0.959384) +V 205: Pos(-0.9, -8.725, 2.2) Norm(-0.577339, 0.577365, 0.577347) UV(0.950663, 0.0) +V 206: Pos(0.9, -8.725, 2.2) Norm(0.577357, 0.577347, 0.577347) UV(0.837281, 0.0) +V 207: Pos(0.9, -8.875, 2.2) Norm(0.577339, -0.577365, 0.577347) UV(0.950663, 0.383754) +V 208: Pos(-0.9, -8.875, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.837281, 0.383754) +V 209: Pos(-0.9, -8.875, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.26165, 0.924497) +V 210: Pos(-1.75, -8.8, 2.475) Norm(-0.577356, 0.577366, 0.577329) UV(0.287815, 0.610517) +V 211: Pos(1.75, -8.8, 2.475) Norm(0.577355, 0.577348, 0.577348) UV(0.837281, 0.0) +V 212: Pos(1.75, -10.3, 2.475) Norm(0.577356, -0.577366, 0.577329) UV(0.31398, 0.610517) +V 213: Pos(-1.75, -10.3, 2.475) Norm(-0.577355, -0.577348, 0.577348) UV(0.863446, 0.0) +V 214: Pos(1.75, -10.3, 2.325) Norm(0.577355, -0.577348, -0.577348) UV(-0.0, 0.610517) +V 215: Pos(-1.75, -10.3, 2.475) Norm(-0.577355, -0.577348, 0.577348) UV(0.26165, 0.610517) +V 216: Pos(-1.514645, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.962997, 0.0) +V 217: Pos(-1.514645, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.962997, 0.41864) +V 218: Pos(-1.585355, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(0.975331, 0.0) +V 219: Pos(-1.585355, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(0.975331, 0.41864) +V 220: Pos(-1.540245, -10.150961, 2.4) Norm(0.142008, 0.713892, 0.685705) UV(0.455849, 0.627543) +V 221: Pos(-1.569134, -10.153806, 2.4) Norm(-0.278546, 0.672509, 0.685671) UV(0.450785, 0.627543) +V 222: Pos(-1.55, -10.15, 2.4) Norm(2e-06, 0.727897, 0.685686) UV(0.454172, 0.627877) +V 223: Pos(-1.559754, -10.150961, 2.4) Norm(-0.142003, 0.713887, 0.685712) UV(0.452462, 0.627876) +V 224: Pos(-1.577778, -10.158426, 2.4) Norm(-0.404396, 0.605214, 0.685697) UV(0.449206, 0.626889) +V 225: Pos(-1.596194, -10.180865, 2.4) Norm(-0.672499, 0.27855, 0.685678) UV(0.445625, 0.623308) +V 226: Pos(-1.585355, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(0.447784, 0.625939) +V 227: Pos(-1.591573, -10.172221, 2.4) Norm(-0.605207, 0.404398, 0.685702) UV(0.446575, 0.62473) +V 228: Pos(-1.599039, -10.190246, 2.4) Norm(-0.713898, 0.141987, 0.685703) UV(0.444971, 0.621729) +V 229: Pos(-1.6, -10.2, 2.4) Norm(-0.727908, -7e-06, 0.685675) UV(0.444637, 0.620052) +V 230: Pos(-1.599039, -10.209754, 2.4) Norm(-0.713896, -0.142001, 0.685703) UV(0.444637, 0.618342) +V 231: Pos(-1.596194, -10.219134, 2.4) Norm(-0.672497, -0.278551, 0.68568) UV(0.444971, 0.616665) +V 232: Pos(-1.591573, -10.227778, 2.4) Norm(-0.605214, -0.404387, 0.685702) UV(0.445625, 0.615085) +V 233: Pos(-1.585355, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(0.446575, 0.613664) +V 234: Pos(-1.577778, -10.241573, 2.4) Norm(-0.40444, -0.605199, 0.685684) UV(0.447784, 0.612455) +V 235: Pos(-1.559754, -10.249039, 2.4) Norm(-0.142007, -0.713886, 0.685712) UV(0.450785, 0.610851) +V 236: Pos(-1.55, -10.25, 2.4) Norm(-2e-06, -0.727914, 0.685668) UV(0.452462, 0.610517) +V 237: Pos(-1.540245, -10.249039, 2.4) Norm(0.142003, -0.713887, 0.685712) UV(0.454172, 0.610517) +V 238: Pos(-1.530866, -10.246194, 2.4) Norm(0.278545, -0.672503, 0.685677) UV(0.455849, 0.610851) +V 239: Pos(-1.522221, -10.241573, 2.4) Norm(0.40445, -0.605192, 0.685684) UV(0.457428, 0.611505) +V 240: Pos(-1.514645, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.45885, 0.612455) +V 241: Pos(-1.508426, -10.227778, 2.4) Norm(0.605207, -0.404398, 0.685702) UV(0.460059, 0.613664) +V 242: Pos(-1.500961, -10.209754, 2.4) Norm(0.713898, -0.141987, 0.685703) UV(0.461663, 0.616665) +V 243: Pos(-1.5, -10.2, 2.4) Norm(0.727908, 7e-06, 0.685675) UV(0.461997, 0.618342) +V 244: Pos(-1.500961, -10.190246, 2.4) Norm(0.713896, 0.142001, 0.685703) UV(0.461997, 0.620052) +V 245: Pos(-1.503806, -10.180865, 2.4) Norm(0.672499, 0.278551, 0.685678) UV(0.461663, 0.621729) +V 246: Pos(-1.508426, -10.172221, 2.4) Norm(0.605214, 0.404387, 0.685702) UV(0.461009, 0.623308) +V 247: Pos(-1.514645, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.460059, 0.62473) +V 248: Pos(-1.522221, -10.158426, 2.4) Norm(0.404386, 0.605221, 0.685697) UV(0.45885, 0.625939) +V 249: Pos(-1.55, -10.15, -0.0) Norm(-2e-06, 0.727895, -0.685689) UV(0.419453, 0.627877) +V 250: Pos(-1.540245, -10.150961, -0.0) Norm(0.142003, 0.713889, -0.685709) UV(0.417744, 0.627877) +V 251: Pos(-1.530866, -10.153806, -0.0) Norm(0.278539, 0.672492, -0.68569) UV(0.416067, 0.627543) +V 252: Pos(-1.522221, -10.158426, -0.0) Norm(0.404406, 0.605228, -0.685678) UV(0.414487, 0.626889) +V 253: Pos(-1.514645, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.413065, 0.625939) +V 254: Pos(-1.508426, -10.172221, -0.0) Norm(0.605209, 0.404399, -0.685699) UV(0.411857, 0.62473) +V 255: Pos(-1.503806, -10.180865, -0.0) Norm(0.672487, 0.278546, -0.685692) UV(0.410907, 0.623308) +V 256: Pos(-1.500961, -10.190246, -0.0) Norm(0.713913, 0.14199, -0.685688) UV(0.410252, 0.621729) +V 257: Pos(-1.5, -10.2, -0.0) Norm(0.727883, -7e-06, -0.685701) UV(0.409919, 0.620052) +V 258: Pos(-1.500961, -10.209754, -0.0) Norm(0.713915, -0.142005, -0.685682) UV(0.409919, 0.618342) +V 259: Pos(-1.503806, -10.219134, -0.0) Norm(0.672482, -0.278544, -0.685698) UV(0.410252, 0.616665) +V 260: Pos(-1.508426, -10.227778, -0.0) Norm(0.605226, -0.404396, -0.685686) UV(0.410907, 0.615085) +V 261: Pos(-1.514645, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.411857, 0.613664) +V 262: Pos(-1.522221, -10.241573, -0.0) Norm(0.404384, -0.605218, -0.6857) UV(0.413066, 0.612455) +V 263: Pos(-1.530866, -10.246194, -0.0) Norm(0.278536, -0.672488, -0.685695) UV(0.414487, 0.611505) +V 264: Pos(-1.55, -10.25, -0.0) Norm(2e-06, -0.727895, -0.685689) UV(0.417744, 0.610517) +V 265: Pos(-1.559754, -10.249039, -0.0) Norm(-0.142007, -0.713906, -0.685691) UV(0.419453, 0.610517) +V 266: Pos(-1.569134, -10.246194, -0.0) Norm(-0.278537, -0.672487, -0.685696) UV(0.42113, 0.610851) +V 267: Pos(-1.577778, -10.241573, -0.0) Norm(-0.404401, -0.605221, -0.685687) UV(0.42271, 0.611505) +V 268: Pos(-1.585355, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(0.424131, 0.612455) +V 269: Pos(-1.591573, -10.227778, -0.0) Norm(-0.605209, -0.404399, -0.685699) UV(0.42534, 0.613664) +V 270: Pos(-1.596194, -10.219134, -0.0) Norm(-0.672481, -0.278543, -0.685699) UV(0.42629, 0.615086) +V 271: Pos(-1.6, -10.2, -0.0) Norm(-0.727889, 7e-06, -0.685695) UV(0.427278, 0.618342) +V 272: Pos(-1.591573, -10.172221, -0.0) Norm(-0.605229, 0.404398, -0.685682) UV(0.42629, 0.623308) +V 273: Pos(-1.599039, -10.190246, -0.0) Norm(-0.713898, 0.142002, -0.6857) UV(0.427278, 0.620052) +V 274: Pos(-1.596194, -10.180865, -0.0) Norm(-0.672482, 0.278544, -0.685698) UV(0.426945, 0.621729) +V 275: Pos(-1.585355, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(0.42534, 0.62473) +V 276: Pos(-1.577778, -10.158426, -0.0) Norm(-0.404393, 0.605232, -0.685682) UV(0.424131, 0.625939) +V 277: Pos(-1.569134, -10.153806, -0.0) Norm(-0.278536, 0.672488, -0.685695) UV(0.42271, 0.626889) +V 278: Pos(1.585355, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.987666, 0.0) +V 279: Pos(1.585355, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.987666, 0.41864) +V 280: Pos(1.514645, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(1.0, 0.0) +V 281: Pos(1.514645, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(1.0, 0.41864) +V 282: Pos(1.559754, -10.150961, 2.4) Norm(0.142008, 0.713892, 0.685705) UV(0.43849, 0.627543) +V 283: Pos(1.530866, -10.153806, 2.4) Norm(-0.278546, 0.672509, 0.685671) UV(0.433426, 0.627543) +V 284: Pos(1.55, -10.15, 2.4) Norm(2e-06, 0.727897, 0.685686) UV(0.436813, 0.627877) +V 285: Pos(1.540245, -10.150961, 2.4) Norm(-0.142003, 0.713887, 0.685712) UV(0.435103, 0.627877) +V 286: Pos(1.522221, -10.158426, 2.4) Norm(-0.404396, 0.605214, 0.685697) UV(0.431846, 0.626889) +V 287: Pos(1.503806, -10.180865, 2.4) Norm(-0.672499, 0.27855, 0.685678) UV(0.428266, 0.623308) +V 288: Pos(1.514645, -10.164644, 2.4) Norm(-0.514693, 0.514696, 0.685696) UV(0.430425, 0.625939) +V 289: Pos(1.508426, -10.172221, 2.4) Norm(-0.605207, 0.404398, 0.685702) UV(0.429216, 0.62473) +V 290: Pos(1.500961, -10.190246, 2.4) Norm(-0.713898, 0.141987, 0.685703) UV(0.427612, 0.621729) +V 291: Pos(1.5, -10.2, 2.4) Norm(-0.727908, -7e-06, 0.685675) UV(0.427278, 0.620052) +V 292: Pos(1.500961, -10.209754, 2.4) Norm(-0.713896, -0.142001, 0.685703) UV(0.427278, 0.618342) +V 293: Pos(1.503806, -10.219134, 2.4) Norm(-0.672497, -0.278551, 0.68568) UV(0.427612, 0.616665) +V 294: Pos(1.508426, -10.227778, 2.4) Norm(-0.605214, -0.404387, 0.685702) UV(0.428266, 0.615085) +V 295: Pos(1.514645, -10.235355, 2.4) Norm(-0.514683, -0.514705, 0.685697) UV(0.429216, 0.613664) +V 296: Pos(1.522221, -10.241573, 2.4) Norm(-0.40444, -0.605199, 0.685684) UV(0.430425, 0.612455) +V 297: Pos(1.540245, -10.249039, 2.4) Norm(-0.142007, -0.713886, 0.685712) UV(0.433426, 0.610851) +V 298: Pos(1.55, -10.25, 2.4) Norm(-2e-06, -0.727914, 0.685668) UV(0.435103, 0.610517) +V 299: Pos(1.559754, -10.249039, 2.4) Norm(0.142003, -0.713887, 0.685712) UV(0.436813, 0.610517) +V 300: Pos(1.569134, -10.246194, 2.4) Norm(0.278545, -0.672503, 0.685677) UV(0.43849, 0.610851) +V 301: Pos(1.577778, -10.241573, 2.4) Norm(0.40445, -0.605192, 0.685684) UV(0.440069, 0.611505) +V 302: Pos(1.585355, -10.235355, 2.4) Norm(0.514698, -0.514699, 0.68569) UV(0.441491, 0.612455) +V 303: Pos(1.591573, -10.227778, 2.4) Norm(0.605207, -0.404398, 0.685702) UV(0.4427, 0.613664) +V 304: Pos(1.599039, -10.209754, 2.4) Norm(0.713898, -0.141987, 0.685703) UV(0.444304, 0.616665) +V 305: Pos(1.6, -10.2, 2.4) Norm(0.727908, 7e-06, 0.685675) UV(0.444637, 0.618342) +V 306: Pos(1.599039, -10.190246, 2.4) Norm(0.713896, 0.142001, 0.685703) UV(0.444637, 0.620052) +V 307: Pos(1.596194, -10.180865, 2.4) Norm(0.672499, 0.278551, 0.685678) UV(0.444304, 0.621729) +V 308: Pos(1.591573, -10.172221, 2.4) Norm(0.605214, 0.404387, 0.685702) UV(0.44365, 0.623308) +V 309: Pos(1.585355, -10.164644, 2.4) Norm(0.51469, 0.514698, 0.685697) UV(0.4427, 0.62473) +V 310: Pos(1.577778, -10.158426, 2.4) Norm(0.404386, 0.605221, 0.685697) UV(0.441491, 0.625939) +V 311: Pos(1.55, -10.15, -0.0) Norm(-2e-06, 0.727895, -0.685689) UV(0.471531, 0.627877) +V 312: Pos(1.559754, -10.150961, -0.0) Norm(0.142003, 0.713889, -0.685709) UV(0.469822, 0.627877) +V 313: Pos(1.569134, -10.153806, -0.0) Norm(0.278539, 0.672492, -0.68569) UV(0.468145, 0.627543) +V 314: Pos(1.577778, -10.158426, -0.0) Norm(0.404406, 0.605228, -0.685678) UV(0.466565, 0.626889) +V 315: Pos(1.585355, -10.164644, -0.0) Norm(0.514691, 0.514694, -0.685699) UV(0.465144, 0.625939) +V 316: Pos(1.591573, -10.172221, -0.0) Norm(0.605209, 0.404399, -0.685699) UV(0.463935, 0.62473) +V 317: Pos(1.596194, -10.180865, -0.0) Norm(0.672487, 0.278546, -0.685692) UV(0.462985, 0.623308) +V 318: Pos(1.599039, -10.190246, -0.0) Norm(0.713913, 0.14199, -0.685688) UV(0.46233, 0.621729) +V 319: Pos(1.6, -10.2, -0.0) Norm(0.727883, -7e-06, -0.685701) UV(0.461997, 0.620052) +V 320: Pos(1.599039, -10.209754, -0.0) Norm(0.713915, -0.142005, -0.685682) UV(0.461997, 0.618342) +V 321: Pos(1.596194, -10.219134, -0.0) Norm(0.672482, -0.278544, -0.685698) UV(0.46233, 0.616665) +V 322: Pos(1.591573, -10.227778, -0.0) Norm(0.605226, -0.404396, -0.685686) UV(0.462985, 0.615085) +V 323: Pos(1.585355, -10.235355, -0.0) Norm(0.514693, -0.514701, -0.685693) UV(0.463935, 0.613664) +V 324: Pos(1.577778, -10.241573, -0.0) Norm(0.404384, -0.605218, -0.6857) UV(0.465144, 0.612455) +V 325: Pos(1.569134, -10.246194, -0.0) Norm(0.278536, -0.672488, -0.685695) UV(0.466565, 0.611505) +V 326: Pos(1.55, -10.25, -0.0) Norm(2e-06, -0.727895, -0.685689) UV(0.469822, 0.610517) +V 327: Pos(1.540245, -10.249039, -0.0) Norm(-0.142007, -0.713906, -0.685691) UV(0.471531, 0.610517) +V 328: Pos(1.530866, -10.246194, -0.0) Norm(-0.278537, -0.672487, -0.685696) UV(0.473208, 0.610851) +V 329: Pos(1.522221, -10.241573, -0.0) Norm(-0.404401, -0.605221, -0.685687) UV(0.474788, 0.611505) +V 330: Pos(1.514645, -10.235355, -0.0) Norm(-0.514696, -0.514699, -0.685692) UV(0.476209, 0.612455) +V 331: Pos(1.508426, -10.227778, -0.0) Norm(-0.605209, -0.404399, -0.685699) UV(0.477418, 0.613664) +V 332: Pos(1.503806, -10.219134, -0.0) Norm(-0.672481, -0.278543, -0.685699) UV(0.478368, 0.615086) +V 333: Pos(1.5, -10.2, -0.0) Norm(-0.727889, 7e-06, -0.685695) UV(0.479356, 0.618342) +V 334: Pos(1.508426, -10.172221, -0.0) Norm(-0.605229, 0.404398, -0.685682) UV(0.478368, 0.623308) +V 335: Pos(1.500961, -10.190246, -0.0) Norm(-0.713898, 0.142002, -0.6857) UV(0.479356, 0.620052) +V 336: Pos(1.503806, -10.180865, -0.0) Norm(-0.672482, 0.278544, -0.685698) UV(0.479023, 0.621729) +V 337: Pos(1.514645, -10.164644, -0.0) Norm(-0.514688, 0.514696, -0.685699) UV(0.477418, 0.62473) +V 338: Pos(1.522221, -10.158426, -0.0) Norm(-0.404393, 0.605232, -0.685682) UV(0.476209, 0.625939) +V 339: Pos(1.530866, -10.153806, -0.0) Norm(-0.278536, 0.672488, -0.685695) UV(0.474788, 0.626889) + +===Triangles (Indices): 282 +Tri: 0 1 2 +Tri: 3 4 5 +Tri: 6 7 8 +Tri: 9 10 11 +Tri: 12 13 14 +Tri: 15 16 17 +Tri: 18 19 20 +Tri: 21 22 23 +Tri: 24 25 26 +Tri: 27 28 29 +Tri: 30 31 32 +Tri: 33 34 35 +Tri: 36 37 38 +Tri: 39 40 41 +Tri: 42 43 44 +Tri: 45 46 47 +Tri: 48 49 50 +Tri: 51 52 53 +Tri: 54 55 52 +Tri: 56 57 55 +Tri: 58 59 57 +Tri: 60 61 62 +Tri: 63 64 61 +Tri: 65 66 64 +Tri: 67 68 66 +Tri: 69 70 68 +Tri: 71 72 70 +Tri: 73 74 72 +Tri: 75 76 74 +Tri: 77 78 79 +Tri: 80 81 78 +Tri: 82 83 81 +Tri: 84 85 83 +Tri: 86 87 85 +Tri: 88 89 87 +Tri: 90 91 89 +Tri: 92 93 91 +Tri: 94 95 96 +Tri: 97 98 95 +Tri: 99 100 98 +Tri: 101 102 100 +Tri: 103 104 102 +Tri: 105 106 104 +Tri: 107 108 106 +Tri: 109 110 108 +Tri: 111 112 113 +Tri: 114 115 112 +Tri: 116 117 118 +Tri: 119 120 115 +Tri: 121 53 120 +Tri: 122 123 124 +Tri: 125 126 127 +Tri: 128 129 126 +Tri: 130 131 129 +Tri: 132 133 131 +Tri: 134 135 136 +Tri: 137 138 135 +Tri: 139 140 138 +Tri: 141 142 140 +Tri: 143 144 142 +Tri: 145 146 144 +Tri: 147 148 146 +Tri: 149 150 148 +Tri: 151 152 153 +Tri: 154 155 152 +Tri: 156 157 155 +Tri: 158 159 157 +Tri: 160 161 159 +Tri: 162 163 161 +Tri: 164 165 163 +Tri: 166 167 165 +Tri: 168 169 170 +Tri: 171 172 169 +Tri: 173 174 172 +Tri: 175 176 174 +Tri: 177 178 176 +Tri: 179 180 178 +Tri: 181 182 180 +Tri: 183 184 182 +Tri: 185 186 187 +Tri: 188 189 186 +Tri: 190 191 192 +Tri: 193 194 189 +Tri: 195 127 194 +Tri: 196 197 198 +Tri: 0 199 1 +Tri: 3 200 4 +Tri: 6 201 7 +Tri: 9 202 10 +Tri: 12 203 13 +Tri: 15 204 16 +Tri: 18 205 19 +Tri: 21 206 22 +Tri: 24 207 25 +Tri: 27 208 28 +Tri: 30 209 31 +Tri: 33 210 34 +Tri: 36 211 37 +Tri: 39 212 40 +Tri: 42 213 43 +Tri: 45 214 46 +Tri: 48 215 49 +Tri: 51 54 52 +Tri: 54 56 55 +Tri: 56 58 57 +Tri: 58 216 59 +Tri: 60 63 61 +Tri: 63 65 64 +Tri: 65 67 66 +Tri: 67 69 68 +Tri: 69 71 70 +Tri: 71 73 72 +Tri: 73 75 74 +Tri: 75 217 76 +Tri: 77 80 78 +Tri: 80 82 81 +Tri: 82 84 83 +Tri: 84 86 85 +Tri: 86 88 87 +Tri: 88 90 89 +Tri: 90 92 91 +Tri: 92 218 93 +Tri: 94 97 95 +Tri: 97 99 98 +Tri: 99 101 100 +Tri: 101 103 102 +Tri: 103 105 104 +Tri: 105 107 106 +Tri: 107 109 108 +Tri: 109 219 110 +Tri: 111 114 112 +Tri: 114 119 115 +Tri: 118 220 221 +Tri: 220 222 221 +Tri: 222 223 221 +Tri: 221 224 225 +Tri: 224 226 225 +Tri: 226 227 225 +Tri: 225 228 229 +Tri: 229 230 231 +Tri: 231 232 233 +Tri: 233 234 116 +Tri: 116 235 236 +Tri: 236 237 238 +Tri: 238 239 240 +Tri: 240 241 117 +Tri: 117 242 243 +Tri: 243 244 245 +Tri: 245 246 247 +Tri: 247 248 245 +Tri: 248 118 245 +Tri: 225 229 116 +Tri: 229 231 116 +Tri: 231 233 116 +Tri: 116 236 117 +Tri: 236 238 117 +Tri: 238 240 117 +Tri: 117 243 118 +Tri: 243 245 118 +Tri: 118 221 225 +Tri: 118 225 116 +Tri: 119 121 120 +Tri: 121 51 53 +Tri: 124 249 250 +Tri: 250 251 124 +Tri: 251 252 124 +Tri: 252 253 254 +Tri: 254 255 252 +Tri: 255 256 252 +Tri: 256 257 258 +Tri: 258 259 260 +Tri: 260 261 122 +Tri: 261 262 122 +Tri: 262 263 122 +Tri: 122 264 265 +Tri: 265 266 267 +Tri: 267 268 123 +Tri: 268 269 123 +Tri: 269 270 123 +Tri: 123 271 272 +Tri: 271 273 272 +Tri: 273 274 272 +Tri: 272 275 276 +Tri: 276 277 124 +Tri: 256 258 122 +Tri: 258 260 122 +Tri: 122 265 123 +Tri: 265 267 123 +Tri: 272 276 123 +Tri: 276 124 123 +Tri: 124 252 256 +Tri: 124 256 122 +Tri: 125 128 126 +Tri: 128 130 129 +Tri: 130 132 131 +Tri: 132 278 133 +Tri: 134 137 135 +Tri: 137 139 138 +Tri: 139 141 140 +Tri: 141 143 142 +Tri: 143 145 144 +Tri: 145 147 146 +Tri: 147 149 148 +Tri: 149 279 150 +Tri: 151 154 152 +Tri: 154 156 155 +Tri: 156 158 157 +Tri: 158 160 159 +Tri: 160 162 161 +Tri: 162 164 163 +Tri: 164 166 165 +Tri: 166 280 167 +Tri: 168 171 169 +Tri: 171 173 172 +Tri: 173 175 174 +Tri: 175 177 176 +Tri: 177 179 178 +Tri: 179 181 180 +Tri: 181 183 182 +Tri: 183 281 184 +Tri: 185 188 186 +Tri: 188 193 189 +Tri: 192 282 283 +Tri: 282 284 283 +Tri: 284 285 283 +Tri: 283 286 287 +Tri: 286 288 287 +Tri: 288 289 287 +Tri: 287 290 291 +Tri: 291 292 293 +Tri: 293 294 295 +Tri: 295 296 190 +Tri: 190 297 298 +Tri: 298 299 300 +Tri: 300 301 302 +Tri: 302 303 191 +Tri: 191 304 305 +Tri: 305 306 307 +Tri: 307 308 309 +Tri: 309 310 307 +Tri: 310 192 307 +Tri: 287 291 190 +Tri: 291 293 190 +Tri: 293 295 190 +Tri: 190 298 191 +Tri: 298 300 191 +Tri: 300 302 191 +Tri: 191 305 192 +Tri: 305 307 192 +Tri: 192 283 287 +Tri: 192 287 190 +Tri: 193 195 194 +Tri: 195 125 127 +Tri: 198 311 312 +Tri: 312 313 198 +Tri: 313 314 198 +Tri: 314 315 316 +Tri: 316 317 314 +Tri: 317 318 314 +Tri: 318 319 320 +Tri: 320 321 322 +Tri: 322 323 196 +Tri: 323 324 196 +Tri: 324 325 196 +Tri: 196 326 327 +Tri: 327 328 329 +Tri: 329 330 197 +Tri: 330 331 197 +Tri: 331 332 197 +Tri: 197 333 334 +Tri: 333 335 334 +Tri: 335 336 334 +Tri: 334 337 338 +Tri: 338 339 198 +Tri: 318 320 196 +Tri: 320 322 196 +Tri: 196 327 197 +Tri: 327 329 197 +Tri: 334 338 197 +Tri: 338 198 197 +Tri: 198 314 318 +Tri: 198 318 196 diff --git a/resources/w/dorm/dorm_land001.txt b/resources/w/dorm/dorm_land001.txt new file mode 100644 index 0000000..a5a7ceb --- /dev/null +++ b/resources/w/dorm/dorm_land001.txt @@ -0,0 +1,20 @@ +===Vertices (Split by UV/Normal): 9 +V 0: Pos(50.0, -50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.0) +V 1: Pos(0.0, 0.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.5, 0.5) +V 2: Pos(0.0, -50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.5) +V 3: Pos(50.0, 0.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.5, 0.0) +V 4: Pos(0.0, 50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(1.0, 0.5) +V 5: Pos(-50.0, 50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(1.0, 1.0) +V 6: Pos(50.0, 50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(1.0, 0.0) +V 7: Pos(-50.0, 0.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.5, 1.0) +V 8: Pos(-50.0, -50.0, 0.0) Norm(0.0, 0.0, 1.0) UV(0.0, 1.0) + +===Triangles (Indices): 8 +Tri: 0 1 2 +Tri: 0 3 1 +Tri: 1 4 5 +Tri: 1 3 4 +Tri: 3 6 4 +Tri: 2 7 8 +Tri: 2 1 7 +Tri: 1 5 7 diff --git a/resources/w/dorm/dorm_stairs001.txt b/resources/w/dorm/dorm_stairs001.txt new file mode 100644 index 0000000..6dc0d68 --- /dev/null +++ b/resources/w/dorm/dorm_stairs001.txt @@ -0,0 +1,2347 @@ +===Vertices (Split by UV/Normal): 1540 +V 0: Pos(-2.2, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.796935, 0.896552) +V 1: Pos(-2.2, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.800767, 0.965517) +V 2: Pos(-2.2, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.796935, 0.965517) +V 3: Pos(-2.2, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.478927, 0.804598) +V 4: Pos(-2.15, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.482759, 0.873563) +V 5: Pos(-2.2, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.478927, 0.873563) +V 6: Pos(-2.15, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.800767, 0.896552) +V 7: Pos(-2.15, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.804598, 0.965517) +V 8: Pos(-2.15, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.800767, 0.965517) +V 9: Pos(-2.15, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.578544, 0.804598) +V 10: Pos(-2.2, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.582376, 0.873563) +V 11: Pos(-2.15, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.578544, 0.873563) +V 12: Pos(-2.15, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.325671, 0.911877) +V 13: Pos(-2.2, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.321839, 0.908046) +V 14: Pos(-2.2, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.325671, 0.908046) +V 15: Pos(-2.2, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.329502, 0.911877) +V 16: Pos(-2.15, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.325671, 0.908046) +V 17: Pos(-2.15, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.329502, 0.908046) +V 18: Pos(-2.0, 2.7, 0.25) Norm(-0.577346, -0.577352, 0.577352) UV(0.413793, 0.666667) +V 19: Pos(-2.0, 5.4, -0.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.448276, 0.45977) +V 20: Pos(-2.0, 2.7, -0.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.448276, 0.666667) +V 21: Pos(-2.0, 5.4, 0.25) Norm(-0.577341, 0.577371, 0.577339) UV(0.639847, 0.827586) +V 22: Pos(-1.6, 5.4, -0.2) Norm(0.577341, 0.577371, -0.577339) UV(0.670498, 0.862069) +V 23: Pos(-2.0, 5.4, -0.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.639847, 0.862069) +V 24: Pos(-1.6, 5.4, 0.25) Norm(0.577346, 0.577352, 0.577352) UV(0.448276, 0.666667) +V 25: Pos(-1.6, 2.7, -0.2) Norm(0.577346, -0.577352, -0.577352) UV(0.482759, 0.45977) +V 26: Pos(-1.6, 5.4, -0.2) Norm(0.577341, 0.577371, -0.577339) UV(0.482759, 0.666667) +V 27: Pos(-1.6, 2.7, 0.25) Norm(0.577341, -0.577371, 0.577339) UV(0.670498, 0.827586) +V 28: Pos(-2.0, 2.7, -0.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.70115, 0.862069) +V 29: Pos(-1.6, 2.7, -0.2) Norm(0.577346, -0.577352, -0.577352) UV(0.670498, 0.862069) +V 30: Pos(-1.6, 5.4, -0.2) Norm(0.577341, 0.577371, -0.577339) UV(0.812261, 0.62069) +V 31: Pos(-2.0, 2.7, -0.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.842912, 0.413793) +V 32: Pos(-2.0, 5.4, -0.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.842912, 0.62069) +V 33: Pos(-2.0, 5.4, 0.25) Norm(-0.577341, 0.577371, 0.577339) UV(0.812261, 0.827586) +V 34: Pos(-1.6, 2.7, 0.25) Norm(0.577341, -0.577371, 0.577339) UV(0.842912, 0.62069) +V 35: Pos(-1.6, 5.4, 0.25) Norm(0.577346, 0.577352, 0.577352) UV(0.842912, 0.827586) +V 36: Pos(-1.825, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.804598, 0.896552) +V 37: Pos(-1.825, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.80843, 0.965517) +V 38: Pos(-1.825, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.804598, 0.965517) +V 39: Pos(-1.825, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.574713, 0.804598) +V 40: Pos(-1.775, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.578544, 0.873563) +V 41: Pos(-1.825, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.574713, 0.873563) +V 42: Pos(-1.775, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.808429, 0.896552) +V 43: Pos(-1.775, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.812261, 0.965517) +V 44: Pos(-1.775, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.808429, 0.965517) +V 45: Pos(-1.775, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.586207, 0.804598) +V 46: Pos(-1.825, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.590039, 0.873563) +V 47: Pos(-1.775, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.586207, 0.873563) +V 48: Pos(-1.775, 5.425, 0.1) Norm(0.577336, 0.577346, -0.577369) UV(0.333334, 0.911877) +V 49: Pos(-1.825, 5.375, 0.1) Norm(-0.577336, -0.577346, -0.577369) UV(0.329502, 0.908046) +V 50: Pos(-1.825, 5.425, 0.1) Norm(-0.577357, 0.577347, -0.577347) UV(0.333334, 0.908046) +V 51: Pos(-1.825, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.337165, 0.911877) +V 52: Pos(-1.775, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.333334, 0.908046) +V 53: Pos(-1.775, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.337165, 0.908046) +V 54: Pos(-1.6, 2.7, 0.4) Norm(-0.577346, -0.577352, 0.577352) UV(0.482759, 0.666667) +V 55: Pos(-1.6, 5.4, -0.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.517242, 0.45977) +V 56: Pos(-1.6, 2.7, -0.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.517242, 0.666667) +V 57: Pos(-1.6, 5.4, 0.4) Norm(-0.577341, 0.577371, 0.577339) UV(0.762452, 0.827586) +V 58: Pos(-1.2, 5.4, -0.05) Norm(0.577341, 0.577371, -0.577339) UV(0.793104, 0.862069) +V 59: Pos(-1.6, 5.4, -0.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.762452, 0.862069) +V 60: Pos(-1.2, 5.4, 0.4) Norm(0.577346, 0.577352, 0.577352) UV(0.137931, 0.666667) +V 61: Pos(-1.2, 2.7, -0.05) Norm(0.577346, -0.577352, -0.577352) UV(0.172414, 0.45977) +V 62: Pos(-1.2, 5.4, -0.05) Norm(0.577341, 0.577371, -0.577339) UV(0.172414, 0.666667) +V 63: Pos(-1.2, 2.7, 0.4) Norm(0.577341, -0.577371, 0.577339) UV(0.793104, 0.827586) +V 64: Pos(-1.6, 2.7, -0.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.823755, 0.862069) +V 65: Pos(-1.2, 2.7, -0.05) Norm(0.577346, -0.577352, -0.577352) UV(0.793104, 0.862069) +V 66: Pos(-1.2, 5.4, -0.05) Norm(0.577341, 0.577371, -0.577339) UV(0.061303, 0.873563) +V 67: Pos(-1.6, 2.7, -0.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.091954, 0.666667) +V 68: Pos(-1.6, 5.4, -0.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.091954, 0.873563) +V 69: Pos(-1.6, 5.4, 0.4) Norm(-0.577341, 0.577371, 0.577339) UV(0.091954, 0.873563) +V 70: Pos(-1.2, 2.7, 0.4) Norm(0.577341, -0.577371, 0.577339) UV(0.122605, 0.666667) +V 71: Pos(-1.2, 5.4, 0.4) Norm(0.577346, 0.577352, 0.577352) UV(0.122605, 0.873563) +V 72: Pos(-1.425, 5.375, 1.15) Norm(-0.577357, -0.577347, 0.577347) UV(0.582376, 0.804598) +V 73: Pos(-1.425, 5.425, 0.25) Norm(-0.577357, 0.577347, -0.577347) UV(0.586207, 0.873563) +V 74: Pos(-1.425, 5.375, 0.25) Norm(-0.577336, -0.577346, -0.577369) UV(0.582376, 0.873563) +V 75: Pos(-1.425, 5.425, 1.15) Norm(-0.577336, 0.577346, 0.577369) UV(0.590039, 0.804598) +V 76: Pos(-1.375, 5.425, 0.25) Norm(0.577336, 0.577346, -0.577369) UV(0.59387, 0.873563) +V 77: Pos(-1.425, 5.425, 0.25) Norm(-0.577357, 0.577347, -0.577347) UV(0.590039, 0.873563) +V 78: Pos(-1.375, 5.425, 1.15) Norm(0.577357, 0.577347, 0.577347) UV(0.59387, 0.804598) +V 79: Pos(-1.375, 5.375, 0.25) Norm(0.577357, -0.577347, -0.577347) UV(0.597702, 0.873563) +V 80: Pos(-1.375, 5.375, 1.15) Norm(0.577336, -0.577346, 0.577369) UV(0.597702, 0.804598) +V 81: Pos(-1.425, 5.375, 0.25) Norm(-0.577336, -0.577346, -0.577369) UV(0.601533, 0.873563) +V 82: Pos(-1.375, 5.425, 0.25) Norm(0.577336, 0.577346, -0.577369) UV(0.344828, 0.911877) +V 83: Pos(-1.425, 5.375, 0.25) Norm(-0.577336, -0.577346, -0.577369) UV(0.340996, 0.908046) +V 84: Pos(-1.425, 5.425, 0.25) Norm(-0.577357, 0.577347, -0.577347) UV(0.344828, 0.908046) +V 85: Pos(-1.425, 5.425, 1.15) Norm(-0.577336, 0.577346, 0.577369) UV(0.348659, 0.911877) +V 86: Pos(-1.375, 5.375, 1.15) Norm(0.577336, -0.577346, 0.577369) UV(0.344828, 0.908046) +V 87: Pos(-1.375, 5.425, 1.15) Norm(0.577357, 0.577347, 0.577347) UV(0.348659, 0.908046) +V 88: Pos(-1.2, 2.7, 0.55) Norm(-0.577346, -0.577352, 0.577352) UV(0.517242, 0.666667) +V 89: Pos(-1.2, 5.4, 0.1) Norm(-0.577346, 0.577352, -0.577352) UV(0.551724, 0.45977) +V 90: Pos(-1.2, 2.7, 0.1) Norm(-0.577341, -0.577371, -0.577339) UV(0.551724, 0.666667) +V 91: Pos(-1.2, 5.4, 0.55) Norm(-0.577341, 0.577371, 0.577339) UV(0.245211, 0.873563) +V 92: Pos(-0.8, 5.4, 0.1) Norm(0.577341, 0.577371, -0.577339) UV(0.275862, 0.908046) +V 93: Pos(-1.2, 5.4, 0.1) Norm(-0.577346, 0.577352, -0.577352) UV(0.245211, 0.908046) +V 94: Pos(-0.8, 5.4, 0.55) Norm(0.577346, 0.577352, 0.577352) UV(0.551725, 0.666667) +V 95: Pos(-0.8, 2.7, 0.1) Norm(0.577346, -0.577352, -0.577352) UV(0.586207, 0.45977) +V 96: Pos(-0.8, 5.4, 0.1) Norm(0.577341, 0.577371, -0.577339) UV(0.586207, 0.666667) +V 97: Pos(-0.8, 2.7, 0.55) Norm(0.577341, -0.577371, 0.577339) UV(0.275862, 0.873563) +V 98: Pos(-1.2, 2.7, 0.1) Norm(-0.577341, -0.577371, -0.577339) UV(0.306514, 0.908046) +V 99: Pos(-0.8, 2.7, 0.1) Norm(0.577346, -0.577352, -0.577352) UV(0.275862, 0.908046) +V 100: Pos(-0.8, 5.4, 0.1) Norm(0.577341, 0.577371, -0.577339) UV(0.183908, 0.873563) +V 101: Pos(-1.2, 2.7, 0.1) Norm(-0.577341, -0.577371, -0.577339) UV(0.214559, 0.666667) +V 102: Pos(-1.2, 5.4, 0.1) Norm(-0.577346, 0.577352, -0.577352) UV(0.214559, 0.873563) +V 103: Pos(-1.2, 5.4, 0.55) Norm(-0.577341, 0.577371, 0.577339) UV(0.275862, 0.873563) +V 104: Pos(-0.8, 2.7, 0.55) Norm(0.577341, -0.577371, 0.577339) UV(0.306514, 0.666667) +V 105: Pos(-0.8, 5.4, 0.55) Norm(0.577346, 0.577352, 0.577352) UV(0.306514, 0.873563) +V 106: Pos(-1.025, 5.375, 1.3) Norm(-0.577357, -0.577347, 0.577347) UV(0.586207, 0.45977) +V 107: Pos(-1.025, 5.425, 0.4) Norm(-0.577357, 0.577347, -0.577347) UV(0.590039, 0.528736) +V 108: Pos(-1.025, 5.375, 0.4) Norm(-0.577336, -0.577346, -0.577369) UV(0.586207, 0.528736) +V 109: Pos(-1.025, 5.425, 1.3) Norm(-0.577336, 0.577346, 0.577369) UV(0.590039, 0.45977) +V 110: Pos(-0.975, 5.425, 0.4) Norm(0.577336, 0.577346, -0.577369) UV(0.59387, 0.528736) +V 111: Pos(-0.975, 5.425, 1.3) Norm(0.577357, 0.577347, 0.577347) UV(0.59387, 0.45977) +V 112: Pos(-0.975, 5.375, 0.4) Norm(0.577357, -0.577347, -0.577347) UV(0.597702, 0.528736) +V 113: Pos(-0.975, 5.375, 1.3) Norm(0.577336, -0.577346, 0.577369) UV(0.586207, 0.528736) +V 114: Pos(-1.025, 5.375, 0.4) Norm(-0.577336, -0.577346, -0.577369) UV(0.590039, 0.597701) +V 115: Pos(-0.975, 5.375, 0.4) Norm(0.577357, -0.577347, -0.577347) UV(0.586207, 0.597701) +V 116: Pos(-0.975, 5.425, 0.4) Norm(0.577336, 0.577346, -0.577369) UV(0.29502, 0.911878) +V 117: Pos(-1.025, 5.375, 0.4) Norm(-0.577336, -0.577346, -0.577369) UV(0.291188, 0.908046) +V 118: Pos(-1.025, 5.425, 0.4) Norm(-0.577357, 0.577347, -0.577347) UV(0.29502, 0.908046) +V 119: Pos(-1.025, 5.425, 1.3) Norm(-0.577336, 0.577346, 0.577369) UV(0.501916, 0.911877) +V 120: Pos(-0.975, 5.375, 1.3) Norm(0.577336, -0.577346, 0.577369) UV(0.498084, 0.908046) +V 121: Pos(-0.975, 5.425, 1.3) Norm(0.577357, 0.577347, 0.577347) UV(0.501916, 0.908046) +V 122: Pos(-0.8, 2.7, 0.7) Norm(-0.577346, -0.577352, 0.577352) UV(0.172414, 0.666667) +V 123: Pos(-0.8, 5.4, 0.25) Norm(-0.577346, 0.577352, -0.577352) UV(0.206897, 0.45977) +V 124: Pos(-0.8, 2.7, 0.25) Norm(-0.577341, -0.577371, -0.577339) UV(0.206897, 0.666667) +V 125: Pos(-0.8, 5.4, 0.7) Norm(-0.577341, 0.577371, 0.577339) UV(0.061303, 0.873563) +V 126: Pos(-0.4, 5.4, 0.25) Norm(0.577341, 0.577371, -0.577339) UV(0.091954, 0.908046) +V 127: Pos(-0.8, 5.4, 0.25) Norm(-0.577346, 0.577352, -0.577352) UV(0.061303, 0.908046) +V 128: Pos(-0.4, 5.4, 0.7) Norm(0.577346, 0.577352, 0.577352) UV(0.639847, 0.206897) +V 129: Pos(-0.4, 2.7, 0.25) Norm(0.577346, -0.577352, -0.577352) UV(0.67433, -0.0) +V 130: Pos(-0.4, 5.4, 0.25) Norm(0.577341, 0.577371, -0.577339) UV(0.67433, 0.206897) +V 131: Pos(-0.4, 2.7, 0.7) Norm(0.577341, -0.577371, 0.577339) UV(0.091954, 0.873563) +V 132: Pos(-0.8, 2.7, 0.25) Norm(-0.577341, -0.577371, -0.577339) UV(0.122605, 0.908046) +V 133: Pos(-0.4, 2.7, 0.25) Norm(0.577346, -0.577352, -0.577352) UV(0.091954, 0.908046) +V 134: Pos(-0.4, 5.4, 0.25) Norm(0.577341, 0.577371, -0.577339) UV(0.245211, 0.873563) +V 135: Pos(-0.8, 2.7, 0.25) Norm(-0.577341, -0.577371, -0.577339) UV(0.275862, 0.666667) +V 136: Pos(-0.8, 5.4, 0.25) Norm(-0.577346, 0.577352, -0.577352) UV(0.275862, 0.873563) +V 137: Pos(-0.8, 5.4, 0.7) Norm(-0.577341, 0.577371, 0.577339) UV(0.21456, 0.873563) +V 138: Pos(-0.4, 2.7, 0.7) Norm(0.577341, -0.577371, 0.577339) UV(0.245211, 0.666667) +V 139: Pos(-0.4, 5.4, 0.7) Norm(0.577346, 0.577352, 0.577352) UV(0.245211, 0.873563) +V 140: Pos(-0.625, 5.375, 1.45) Norm(-0.577357, -0.577347, 0.577347) UV(0.636015, 0.812261) +V 141: Pos(-0.625, 5.425, 0.55) Norm(-0.577357, 0.577347, -0.577347) UV(0.639847, 0.881226) +V 142: Pos(-0.625, 5.375, 0.55) Norm(-0.577336, -0.577346, -0.577369) UV(0.636015, 0.881226) +V 143: Pos(-0.625, 5.425, 1.45) Norm(-0.577336, 0.577346, 0.577369) UV(0.915709, 0.827586) +V 144: Pos(-0.575, 5.425, 0.55) Norm(0.577336, 0.577346, -0.577369) UV(0.91954, 0.896552) +V 145: Pos(-0.625, 5.425, 0.55) Norm(-0.577357, 0.577347, -0.577347) UV(0.915709, 0.896552) +V 146: Pos(-0.575, 5.425, 1.45) Norm(0.577357, 0.577347, 0.577347) UV(0.91954, 0.827586) +V 147: Pos(-0.575, 5.375, 0.55) Norm(0.577357, -0.577347, -0.577347) UV(0.923372, 0.896552) +V 148: Pos(-0.575, 5.375, 1.45) Norm(0.577336, -0.577346, 0.577369) UV(0.923372, 0.827586) +V 149: Pos(-0.625, 5.375, 0.55) Norm(-0.577336, -0.577346, -0.577369) UV(0.927203, 0.896552) +V 150: Pos(-0.575, 5.425, 0.55) Norm(0.577336, 0.577346, -0.577369) UV(0.352491, 0.911877) +V 151: Pos(-0.625, 5.375, 0.55) Norm(-0.577336, -0.577346, -0.577369) UV(0.348659, 0.908046) +V 152: Pos(-0.625, 5.425, 0.55) Norm(-0.577357, 0.577347, -0.577347) UV(0.352491, 0.908046) +V 153: Pos(-0.625, 5.425, 1.45) Norm(-0.577336, 0.577346, 0.577369) UV(0.356322, 0.911877) +V 154: Pos(-0.575, 5.375, 1.45) Norm(0.577336, -0.577346, 0.577369) UV(0.352491, 0.908046) +V 155: Pos(-0.575, 5.425, 1.45) Norm(0.577357, 0.577347, 0.577347) UV(0.356322, 0.908046) +V 156: Pos(-0.4, 2.7, 0.85) Norm(-0.577346, -0.577352, 0.577352) UV(0.206897, 0.666667) +V 157: Pos(-0.4, 5.4, 0.4) Norm(-0.577346, 0.577352, -0.577352) UV(0.241379, 0.45977) +V 158: Pos(-0.4, 2.7, 0.4) Norm(-0.577341, -0.577371, -0.577339) UV(0.241379, 0.666667) +V 159: Pos(-0.4, 5.4, 0.85) Norm(-0.577341, 0.577371, 0.577339) UV(0.122605, 0.873563) +V 160: Pos(0.0, 5.4, 0.4) Norm(0.577341, 0.577371, -0.577339) UV(0.153257, 0.908046) +V 161: Pos(-0.4, 5.4, 0.4) Norm(-0.577346, 0.577352, -0.577352) UV(0.122605, 0.908046) +V 162: Pos(0.0, 5.4, 0.85) Norm(0.577346, 0.577352, 0.577352) UV(0.639847, 0.413793) +V 163: Pos(0.0, 2.7, 0.4) Norm(0.577346, -0.577352, -0.577352) UV(0.67433, 0.206897) +V 164: Pos(0.0, 5.4, 0.4) Norm(0.577341, 0.577371, -0.577339) UV(0.67433, 0.413793) +V 165: Pos(0.0, 2.7, 0.85) Norm(0.577341, -0.577371, 0.577339) UV(0.153257, 0.873563) +V 166: Pos(-0.4, 2.7, 0.4) Norm(-0.577341, -0.577371, -0.577339) UV(0.183908, 0.908046) +V 167: Pos(0.0, 2.7, 0.4) Norm(0.577346, -0.577352, -0.577352) UV(0.153257, 0.908046) +V 168: Pos(0.0, 5.4, 0.4) Norm(0.577341, 0.577371, -0.577339) UV(0.310345, 0.873563) +V 169: Pos(-0.4, 2.7, 0.4) Norm(-0.577341, -0.577371, -0.577339) UV(0.340996, 0.666667) +V 170: Pos(-0.4, 5.4, 0.4) Norm(-0.577346, 0.577352, -0.577352) UV(0.340996, 0.873563) +V 171: Pos(-0.4, 5.4, 0.85) Norm(-0.577341, 0.577371, 0.577339) UV(0.344828, 0.873563) +V 172: Pos(0.0, 2.7, 0.85) Norm(0.577341, -0.577371, 0.577339) UV(0.375479, 0.666667) +V 173: Pos(0.0, 5.4, 0.85) Norm(0.577346, 0.577352, 0.577352) UV(0.375479, 0.873563) +V 174: Pos(-0.225, 5.375, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.590039, 0.528736) +V 175: Pos(-0.225, 5.425, 0.7) Norm(-0.577357, 0.577347, -0.577347) UV(0.59387, 0.597701) +V 176: Pos(-0.225, 5.375, 0.7) Norm(-0.577336, -0.577346, -0.577369) UV(0.590039, 0.597701) +V 177: Pos(-0.225, 5.425, 1.6) Norm(-0.577336, 0.577346, 0.577369) UV(0.59387, 0.528736) +V 178: Pos(-0.175, 5.425, 0.7) Norm(0.577336, 0.577346, -0.577369) UV(0.597702, 0.597701) +V 179: Pos(-0.175, 5.425, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.597702, 0.45977) +V 180: Pos(-0.175, 5.375, 0.7) Norm(0.577357, -0.577347, -0.577347) UV(0.601533, 0.528736) +V 181: Pos(-0.175, 5.425, 0.7) Norm(0.577336, 0.577346, -0.577369) UV(0.597702, 0.528736) +V 182: Pos(-0.175, 5.375, 1.6) Norm(0.577336, -0.577346, 0.577369) UV(0.597702, 0.528736) +V 183: Pos(-0.225, 5.375, 0.7) Norm(-0.577336, -0.577346, -0.577369) UV(0.601533, 0.597701) +V 184: Pos(-0.175, 5.375, 0.7) Norm(0.577357, -0.577347, -0.577347) UV(0.597702, 0.597701) +V 185: Pos(-0.175, 5.425, 0.7) Norm(0.577336, 0.577346, -0.577369) UV(0.360154, 0.911878) +V 186: Pos(-0.225, 5.375, 0.7) Norm(-0.577336, -0.577346, -0.577369) UV(0.356322, 0.908046) +V 187: Pos(-0.225, 5.425, 0.7) Norm(-0.577357, 0.577347, -0.577347) UV(0.360154, 0.908046) +V 188: Pos(-0.225, 5.425, 1.6) Norm(-0.577336, 0.577346, 0.577369) UV(0.363985, 0.911878) +V 189: Pos(-0.175, 5.375, 1.6) Norm(0.577336, -0.577346, 0.577369) UV(0.360154, 0.908046) +V 190: Pos(-0.175, 5.425, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.363985, 0.908046) +V 191: Pos(0.0, 2.7, 1.0) Norm(-0.577346, -0.577352, 0.577352) UV(0.639847, 0.62069) +V 192: Pos(0.0, 5.4, 0.55) Norm(-0.577346, 0.577352, -0.577352) UV(0.67433, 0.413793) +V 193: Pos(0.0, 2.7, 0.55) Norm(-0.577341, -0.577371, -0.577339) UV(0.67433, 0.62069) +V 194: Pos(0.0, 5.4, 1.0) Norm(-0.577341, 0.577371, 0.577339) UV(0.310345, 0.873563) +V 195: Pos(0.4, 5.4, 0.55) Norm(0.577341, 0.577371, -0.577339) UV(0.340996, 0.908046) +V 196: Pos(0.0, 5.4, 0.55) Norm(-0.577346, 0.577352, -0.577352) UV(0.310345, 0.908046) +V 197: Pos(0.4, 5.4, 1.0) Norm(0.577346, 0.577352, 0.577352) UV(0.67433, 0.206897) +V 198: Pos(0.4, 2.7, 0.55) Norm(0.577346, -0.577352, -0.577352) UV(0.708813, -0.0) +V 199: Pos(0.4, 5.4, 0.55) Norm(0.577341, 0.577371, -0.577339) UV(0.708813, 0.206897) +V 200: Pos(0.4, 2.7, 1.0) Norm(0.577341, -0.577371, 0.577339) UV(0.340996, 0.873563) +V 201: Pos(0.0, 2.7, 0.55) Norm(-0.577341, -0.577371, -0.577339) UV(0.371648, 0.908046) +V 202: Pos(0.4, 2.7, 0.55) Norm(0.577346, -0.577352, -0.577352) UV(0.340996, 0.908046) +V 203: Pos(0.4, 5.4, 0.55) Norm(0.577341, 0.577371, -0.577339) UV(0.379311, 0.873563) +V 204: Pos(0.0, 2.7, 0.55) Norm(-0.577341, -0.577371, -0.577339) UV(0.409962, 0.666667) +V 205: Pos(0.0, 5.4, 0.55) Norm(-0.577346, 0.577352, -0.577352) UV(0.409962, 0.873563) +V 206: Pos(0.0, 5.4, 1.0) Norm(-0.577341, 0.577371, 0.577339) UV(0.413793, 0.873563) +V 207: Pos(0.4, 2.7, 1.0) Norm(0.577341, -0.577371, 0.577339) UV(0.444445, 0.666667) +V 208: Pos(0.4, 5.4, 1.0) Norm(0.577346, 0.577352, 0.577352) UV(0.444445, 0.873563) +V 209: Pos(0.175, 5.375, 1.75) Norm(-0.577357, -0.577347, 0.577347) UV(0.59387, 0.597701) +V 210: Pos(0.175, 5.425, 0.85) Norm(-0.577357, 0.577347, -0.577347) UV(0.597702, 0.666667) +V 211: Pos(0.175, 5.375, 0.85) Norm(-0.577336, -0.577346, -0.577369) UV(0.59387, 0.666667) +V 212: Pos(0.175, 5.425, 1.75) Norm(-0.577336, 0.577346, 0.577369) UV(0.586207, 0.597701) +V 213: Pos(0.225, 5.425, 0.85) Norm(0.577336, 0.577346, -0.577369) UV(0.590039, 0.666667) +V 214: Pos(0.175, 5.425, 0.85) Norm(-0.577357, 0.577347, -0.577347) UV(0.586207, 0.666667) +V 215: Pos(0.225, 5.425, 1.75) Norm(0.577357, 0.577347, 0.577347) UV(0.590039, 0.597701) +V 216: Pos(0.225, 5.375, 0.85) Norm(0.577357, -0.577347, -0.577347) UV(0.59387, 0.666667) +V 217: Pos(0.225, 5.375, 1.75) Norm(0.577336, -0.577346, 0.577369) UV(0.597702, 0.597701) +V 218: Pos(0.175, 5.375, 0.85) Norm(-0.577336, -0.577346, -0.577369) UV(0.601533, 0.666667) +V 219: Pos(0.225, 5.375, 0.85) Norm(0.577357, -0.577347, -0.577347) UV(0.597702, 0.666667) +V 220: Pos(0.225, 5.425, 0.85) Norm(0.577336, 0.577346, -0.577369) UV(0.367816, 0.911878) +V 221: Pos(0.175, 5.375, 0.85) Norm(-0.577336, -0.577346, -0.577369) UV(0.363985, 0.908046) +V 222: Pos(0.175, 5.425, 0.85) Norm(-0.577357, 0.577347, -0.577347) UV(0.367816, 0.908046) +V 223: Pos(0.175, 5.425, 1.75) Norm(-0.577336, 0.577346, 0.577369) UV(0.375479, 0.911878) +V 224: Pos(0.225, 5.375, 1.75) Norm(0.577336, -0.577346, 0.577369) UV(0.371648, 0.908046) +V 225: Pos(0.225, 5.425, 1.75) Norm(0.577357, 0.577347, 0.577347) UV(0.375479, 0.908046) +V 226: Pos(0.4, 2.7, 1.15) Norm(-0.577346, -0.577352, 0.577352) UV(0.67433, 0.413793) +V 227: Pos(0.4, 5.4, 0.7) Norm(-0.577346, 0.577352, -0.577352) UV(0.708812, 0.206897) +V 228: Pos(0.4, 2.7, 0.7) Norm(-0.577341, -0.577371, -0.577339) UV(0.708812, 0.413793) +V 229: Pos(0.4, 5.4, 1.15) Norm(-0.577341, 0.577371, 0.577339) UV(0.183908, 0.873563) +V 230: Pos(0.8, 5.4, 0.7) Norm(0.577341, 0.577371, -0.577339) UV(0.214559, 0.908046) +V 231: Pos(0.4, 5.4, 0.7) Norm(-0.577346, 0.577352, -0.577352) UV(0.183908, 0.908046) +V 232: Pos(0.8, 5.4, 1.15) Norm(0.577346, 0.577352, 0.577352) UV(0.67433, 0.62069) +V 233: Pos(0.8, 2.7, 0.7) Norm(0.577346, -0.577352, -0.577352) UV(0.708812, 0.413793) +V 234: Pos(0.8, 5.4, 0.7) Norm(0.577341, 0.577371, -0.577339) UV(0.708812, 0.62069) +V 235: Pos(0.8, 2.7, 1.15) Norm(0.577341, -0.577371, 0.577339) UV(0.21456, 0.873563) +V 236: Pos(0.4, 2.7, 0.7) Norm(-0.577341, -0.577371, -0.577339) UV(0.245211, 0.908046) +V 237: Pos(0.8, 2.7, 0.7) Norm(0.577346, -0.577352, -0.577352) UV(0.21456, 0.908046) +V 238: Pos(0.8, 5.4, 0.7) Norm(0.577341, 0.577371, -0.577339) UV(0.448276, 0.873563) +V 239: Pos(0.4, 2.7, 0.7) Norm(-0.577341, -0.577371, -0.577339) UV(0.478927, 0.666667) +V 240: Pos(0.4, 5.4, 0.7) Norm(-0.577346, 0.577352, -0.577352) UV(0.478927, 0.873563) +V 241: Pos(0.4, 5.4, 1.15) Norm(-0.577341, 0.577371, 0.577339) UV(0.482759, 0.873563) +V 242: Pos(0.8, 2.7, 1.15) Norm(0.577341, -0.577371, 0.577339) UV(0.51341, 0.666667) +V 243: Pos(0.8, 5.4, 1.15) Norm(0.577346, 0.577352, 0.577352) UV(0.51341, 0.873563) +V 244: Pos(0.575, 5.375, 1.9) Norm(-0.577357, -0.577347, 0.577347) UV(0.927203, 0.827586) +V 245: Pos(0.575, 5.425, 1.0) Norm(-0.577357, 0.577347, -0.577347) UV(0.931035, 0.896552) +V 246: Pos(0.575, 5.375, 1.0) Norm(-0.577336, -0.577346, -0.577369) UV(0.927203, 0.896552) +V 247: Pos(0.575, 5.425, 1.9) Norm(-0.577336, 0.577346, 0.577369) UV(0.931034, 0.827586) +V 248: Pos(0.625, 5.425, 1.0) Norm(0.577336, 0.577346, -0.577369) UV(0.934866, 0.896552) +V 249: Pos(0.575, 5.425, 1.0) Norm(-0.577357, 0.577347, -0.577347) UV(0.931034, 0.896552) +V 250: Pos(0.625, 5.425, 1.9) Norm(0.577357, 0.577347, 0.577347) UV(0.934866, 0.827586) +V 251: Pos(0.625, 5.375, 1.0) Norm(0.577357, -0.577347, -0.577347) UV(0.938697, 0.896552) +V 252: Pos(0.625, 5.375, 1.9) Norm(0.577336, -0.577346, 0.577369) UV(0.306514, 0.873563) +V 253: Pos(0.575, 5.375, 1.0) Norm(-0.577336, -0.577346, -0.577369) UV(0.310345, 0.942529) +V 254: Pos(0.625, 5.375, 1.0) Norm(0.577357, -0.577347, -0.577347) UV(0.306514, 0.942529) +V 255: Pos(0.625, 5.425, 1.0) Norm(0.577336, 0.577346, -0.577369) UV(0.379311, 0.911877) +V 256: Pos(0.575, 5.375, 1.0) Norm(-0.577336, -0.577346, -0.577369) UV(0.375479, 0.908046) +V 257: Pos(0.575, 5.425, 1.0) Norm(-0.577357, 0.577347, -0.577347) UV(0.379311, 0.908046) +V 258: Pos(0.575, 5.425, 1.9) Norm(-0.577336, 0.577346, 0.577369) UV(0.383142, 0.911877) +V 259: Pos(0.625, 5.375, 1.9) Norm(0.577336, -0.577346, 0.577369) UV(0.379311, 0.908046) +V 260: Pos(0.625, 5.425, 1.9) Norm(0.577357, 0.577347, 0.577347) UV(0.383142, 0.908046) +V 261: Pos(0.8, 2.7, 1.3) Norm(-0.577346, -0.577352, 0.577352) UV(-0.0, 0.666667) +V 262: Pos(0.8, 5.4, 0.85) Norm(-0.577346, 0.577352, -0.577352) UV(0.034483, 0.45977) +V 263: Pos(0.8, 2.7, 0.85) Norm(-0.577341, -0.577371, -0.577339) UV(0.034483, 0.666667) +V 264: Pos(0.8, 5.4, 1.3) Norm(-0.577341, 0.577371, 0.577339) UV(0.823755, 0.827586) +V 265: Pos(1.2, 5.4, 0.85) Norm(0.577341, 0.577371, -0.577339) UV(0.854406, 0.862069) +V 266: Pos(0.8, 5.4, 0.85) Norm(-0.577346, 0.577352, -0.577352) UV(0.823755, 0.862069) +V 267: Pos(1.2, 5.4, 1.3) Norm(0.577346, 0.577352, 0.577352) UV(0.034483, 0.666667) +V 268: Pos(1.2, 2.7, 0.85) Norm(0.577346, -0.577352, -0.577352) UV(0.068966, 0.45977) +V 269: Pos(1.2, 5.4, 0.85) Norm(0.577341, 0.577371, -0.577339) UV(0.068966, 0.666667) +V 270: Pos(1.2, 2.7, 1.3) Norm(0.577341, -0.577371, 0.577339) UV(0.854406, 0.827586) +V 271: Pos(0.8, 2.7, 0.85) Norm(-0.577341, -0.577371, -0.577339) UV(0.885057, 0.862069) +V 272: Pos(1.2, 2.7, 0.85) Norm(0.577346, -0.577352, -0.577352) UV(0.854406, 0.862069) +V 273: Pos(1.2, 5.4, 0.85) Norm(0.577341, 0.577371, -0.577339) UV(0.51341, 0.873563) +V 274: Pos(0.8, 2.7, 0.85) Norm(-0.577341, -0.577371, -0.577339) UV(0.544062, 0.666667) +V 275: Pos(0.8, 5.4, 0.85) Norm(-0.577346, 0.577352, -0.577352) UV(0.544062, 0.873563) +V 276: Pos(0.8, 5.4, 1.3) Norm(-0.577341, 0.577371, 0.577339) UV(0.842912, 0.62069) +V 277: Pos(1.2, 2.7, 1.3) Norm(0.577341, -0.577371, 0.577339) UV(0.873563, 0.413793) +V 278: Pos(1.2, 5.4, 1.3) Norm(0.577346, 0.577352, 0.577352) UV(0.873563, 0.62069) +V 279: Pos(0.975, 5.375, 2.05) Norm(-0.577357, -0.577347, 0.577347) UV(0.586207, 0.873563) +V 280: Pos(0.975, 5.425, 1.15) Norm(-0.577357, 0.577347, -0.577347) UV(0.590039, 0.942529) +V 281: Pos(0.975, 5.375, 1.15) Norm(-0.577336, -0.577346, -0.577369) UV(0.586207, 0.942529) +V 282: Pos(0.975, 5.425, 2.05) Norm(-0.577336, 0.577346, 0.577369) UV(0.590039, 0.873563) +V 283: Pos(1.025, 5.425, 1.15) Norm(0.577336, 0.577346, -0.577369) UV(0.59387, 0.942529) +V 284: Pos(1.025, 5.425, 2.05) Norm(0.577357, 0.577347, 0.577347) UV(0.597702, 0.873563) +V 285: Pos(1.025, 5.375, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.601533, 0.942529) +V 286: Pos(1.025, 5.425, 1.15) Norm(0.577336, 0.577346, -0.577369) UV(0.597702, 0.942529) +V 287: Pos(1.025, 5.375, 2.05) Norm(0.577336, -0.577346, 0.577369) UV(0.59387, 0.873563) +V 288: Pos(0.975, 5.375, 1.15) Norm(-0.577336, -0.577346, -0.577369) UV(0.597702, 0.942529) +V 289: Pos(1.025, 5.375, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.59387, 0.942529) +V 290: Pos(1.025, 5.425, 1.15) Norm(0.577336, 0.577346, -0.577369) UV(0.505747, 0.911877) +V 291: Pos(0.975, 5.375, 1.15) Norm(-0.577336, -0.577346, -0.577369) UV(0.501916, 0.908046) +V 292: Pos(0.975, 5.425, 1.15) Norm(-0.577357, 0.577347, -0.577347) UV(0.505747, 0.908046) +V 293: Pos(0.975, 5.425, 2.05) Norm(-0.577336, 0.577346, 0.577369) UV(0.298851, 0.911878) +V 294: Pos(1.025, 5.375, 2.05) Norm(0.577336, -0.577346, 0.577369) UV(0.29502, 0.908046) +V 295: Pos(1.025, 5.425, 2.05) Norm(0.577357, 0.577347, 0.577347) UV(0.298851, 0.908046) +V 296: Pos(1.2, 2.7, 1.45) Norm(-0.577346, -0.577352, 0.577352) UV(0.068966, 0.666667) +V 297: Pos(1.2, 5.4, 1.0) Norm(-0.577346, 0.577352, -0.577352) UV(0.103448, 0.45977) +V 298: Pos(1.2, 2.7, 1.0) Norm(-0.577341, -0.577371, -0.577339) UV(0.103448, 0.666667) +V 299: Pos(1.2, 5.4, 1.45) Norm(-0.577341, 0.577371, 0.577339) UV(0.639847, 0.862069) +V 300: Pos(1.6, 5.4, 1.0) Norm(0.577341, 0.577371, -0.577339) UV(0.670498, 0.896552) +V 301: Pos(1.2, 5.4, 1.0) Norm(-0.577346, 0.577352, -0.577352) UV(0.639847, 0.896552) +V 302: Pos(1.6, 5.4, 1.45) Norm(0.577346, 0.577352, 0.577352) UV(0.103448, 0.666667) +V 303: Pos(1.6, 2.7, 1.0) Norm(0.577346, -0.577352, -0.577352) UV(0.137931, 0.45977) +V 304: Pos(1.6, 5.4, 1.0) Norm(0.577341, 0.577371, -0.577339) UV(0.137931, 0.666667) +V 305: Pos(1.6, 2.7, 1.45) Norm(0.577341, -0.577371, 0.577339) UV(0.670498, 0.862069) +V 306: Pos(1.2, 2.7, 1.0) Norm(-0.577341, -0.577371, -0.577339) UV(0.70115, 0.896552) +V 307: Pos(1.6, 2.7, 1.0) Norm(0.577346, -0.577352, -0.577352) UV(0.670498, 0.896552) +V 308: Pos(1.6, 5.4, 1.0) Norm(0.577341, 0.577371, -0.577339) UV(0.544062, 0.873563) +V 309: Pos(1.2, 2.7, 1.0) Norm(-0.577341, -0.577371, -0.577339) UV(0.574713, 0.666667) +V 310: Pos(1.2, 5.4, 1.0) Norm(-0.577346, 0.577352, -0.577352) UV(0.574713, 0.873563) +V 311: Pos(1.2, 5.4, 1.45) Norm(-0.577341, 0.577371, 0.577339) UV(0.842912, 0.827586) +V 312: Pos(1.6, 2.7, 1.45) Norm(0.577341, -0.577371, 0.577339) UV(0.873563, 0.62069) +V 313: Pos(1.6, 5.4, 1.45) Norm(0.577346, 0.577352, 0.577352) UV(0.873563, 0.827586) +V 314: Pos(1.375, 5.375, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.812261, 0.896552) +V 315: Pos(1.375, 5.425, 1.3) Norm(-0.577357, 0.577347, -0.577347) UV(0.816092, 0.965517) +V 316: Pos(1.375, 5.375, 1.3) Norm(-0.577336, -0.577346, -0.577369) UV(0.812261, 0.965517) +V 317: Pos(1.375, 5.425, 2.2) Norm(-0.577336, 0.577346, 0.577369) UV(0.816092, 0.896552) +V 318: Pos(1.425, 5.425, 1.3) Norm(0.577336, 0.577346, -0.577369) UV(0.819924, 0.965517) +V 319: Pos(1.425, 5.425, 2.2) Norm(0.577357, 0.577347, 0.577347) UV(0.819924, 0.896552) +V 320: Pos(1.425, 5.375, 1.3) Norm(0.577357, -0.577347, -0.577347) UV(0.823755, 0.965517) +V 321: Pos(1.425, 5.375, 2.2) Norm(0.577336, -0.577346, 0.577369) UV(0.823755, 0.896552) +V 322: Pos(1.375, 5.375, 1.3) Norm(-0.577336, -0.577346, -0.577369) UV(0.827587, 0.965517) +V 323: Pos(1.425, 5.425, 1.3) Norm(0.577336, 0.577346, -0.577369) UV(0.386973, 0.911877) +V 324: Pos(1.375, 5.375, 1.3) Norm(-0.577336, -0.577346, -0.577369) UV(0.383142, 0.908046) +V 325: Pos(1.375, 5.425, 1.3) Norm(-0.577357, 0.577347, -0.577347) UV(0.386973, 0.908046) +V 326: Pos(1.375, 5.425, 2.2) Norm(-0.577336, 0.577346, 0.577369) UV(0.390805, 0.911877) +V 327: Pos(1.425, 5.375, 2.2) Norm(0.577336, -0.577346, 0.577369) UV(0.386973, 0.908046) +V 328: Pos(1.425, 5.425, 2.2) Norm(0.577357, 0.577347, 0.577347) UV(0.390805, 0.908046) +V 329: Pos(1.6, 2.7, 1.6) Norm(-0.577346, -0.577352, 0.577352) UV(0.708812, 0.206897) +V 330: Pos(1.6, 5.4, 1.15) Norm(-0.577346, 0.577352, -0.577352) UV(0.743295, -0.0) +V 331: Pos(1.6, 2.7, 1.15) Norm(-0.577341, -0.577371, -0.577339) UV(0.743295, 0.206897) +V 332: Pos(1.6, 5.4, 1.6) Norm(-0.577341, 0.577371, 0.577339) UV(0.762452, 0.862069) +V 333: Pos(2.0, 5.4, 1.15) Norm(0.577341, 0.577371, -0.577339) UV(0.793104, 0.896552) +V 334: Pos(1.6, 5.4, 1.15) Norm(-0.577346, 0.577352, -0.577352) UV(0.762452, 0.896552) +V 335: Pos(2.0, 5.4, 1.6) Norm(0.577346, 0.577352, 0.577352) UV(0.241379, 0.666667) +V 336: Pos(2.0, 2.7, 1.15) Norm(0.577346, -0.577352, -0.577352) UV(0.275862, 0.45977) +V 337: Pos(2.0, 5.4, 1.15) Norm(0.577341, 0.577371, -0.577339) UV(0.275862, 0.666667) +V 338: Pos(2.0, 2.7, 1.6) Norm(0.577341, -0.577371, 0.577339) UV(0.793104, 0.862069) +V 339: Pos(1.6, 2.7, 1.15) Norm(-0.577341, -0.577371, -0.577339) UV(0.823755, 0.896552) +V 340: Pos(2.0, 2.7, 1.15) Norm(0.577346, -0.577352, -0.577352) UV(0.793104, 0.896552) +V 341: Pos(2.0, 5.4, 1.15) Norm(0.577341, 0.577371, -0.577339) UV(0.846743, 0.206897) +V 342: Pos(1.6, 2.7, 1.15) Norm(-0.577341, -0.577371, -0.577339) UV(0.877395, -0.0) +V 343: Pos(1.6, 5.4, 1.15) Norm(-0.577346, 0.577352, -0.577352) UV(0.877395, 0.206897) +V 344: Pos(1.6, 5.4, 1.6) Norm(-0.577341, 0.577371, 0.577339) UV(0.873563, 0.62069) +V 345: Pos(2.0, 2.7, 1.6) Norm(0.577341, -0.577371, 0.577339) UV(0.904215, 0.413793) +V 346: Pos(2.0, 5.4, 1.6) Norm(0.577346, 0.577352, 0.577352) UV(0.904215, 0.62069) +V 347: Pos(1.775, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.938697, 0.827586) +V 348: Pos(1.775, 5.425, 1.45) Norm(-0.577357, 0.577347, -0.577347) UV(0.942529, 0.896552) +V 349: Pos(1.775, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.938697, 0.896552) +V 350: Pos(1.775, 5.425, 2.35) Norm(-0.577336, 0.577346, 0.577369) UV(0.942529, 0.827586) +V 351: Pos(1.825, 5.425, 1.45) Norm(0.577336, 0.577346, -0.577369) UV(0.94636, 0.896552) +V 352: Pos(1.825, 5.425, 2.35) Norm(0.577357, 0.577347, 0.577347) UV(0.636015, 0.881226) +V 353: Pos(1.825, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.639847, 0.950192) +V 354: Pos(1.825, 5.425, 1.45) Norm(0.577336, 0.577346, -0.577369) UV(0.636015, 0.950192) +V 355: Pos(1.825, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.94636, 0.827586) +V 356: Pos(1.775, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.950192, 0.896552) +V 357: Pos(1.825, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.94636, 0.896552) +V 358: Pos(1.825, 5.425, 1.45) Norm(0.577336, 0.577346, -0.577369) UV(0.394636, 0.911878) +V 359: Pos(1.775, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.390805, 0.908046) +V 360: Pos(1.775, 5.425, 1.45) Norm(-0.577357, 0.577347, -0.577347) UV(0.394636, 0.908046) +V 361: Pos(1.775, 5.425, 2.35) Norm(-0.577336, 0.577346, 0.577369) UV(0.398468, 0.911878) +V 362: Pos(1.825, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.394636, 0.908046) +V 363: Pos(1.825, 5.425, 2.35) Norm(0.577357, 0.577347, 0.577347) UV(0.398468, 0.908046) +V 364: Pos(2.15, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.950192, 0.827586) +V 365: Pos(2.15, 5.425, 1.45) Norm(-0.577357, 0.577347, -0.577347) UV(0.954023, 0.896552) +V 366: Pos(2.15, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.950192, 0.896552) +V 367: Pos(2.15, 5.425, 2.35) Norm(-0.577336, 0.577346, 0.577369) UV(0.954023, 0.827586) +V 368: Pos(2.2, 5.425, 1.45) Norm(0.577336, 0.577346, -0.577369) UV(0.957855, 0.896552) +V 369: Pos(2.2, 5.425, 2.35) Norm(0.577357, 0.577347, 0.577347) UV(0.957855, 0.827586) +V 370: Pos(2.2, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.961686, 0.896552) +V 371: Pos(2.2, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.731801, 0.896552) +V 372: Pos(2.15, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.735632, 0.965517) +V 373: Pos(2.2, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.731801, 0.965517) +V 374: Pos(2.2, 5.425, 1.45) Norm(0.577336, 0.577346, -0.577369) UV(0.40613, 0.911877) +V 375: Pos(2.15, 5.375, 1.45) Norm(-0.577336, -0.577346, -0.577369) UV(0.402299, 0.908046) +V 376: Pos(2.15, 5.425, 1.45) Norm(-0.577357, 0.577347, -0.577347) UV(0.40613, 0.908046) +V 377: Pos(2.15, 5.425, 2.35) Norm(-0.577336, 0.577346, 0.577369) UV(0.409962, 0.911877) +V 378: Pos(2.2, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.40613, 0.908046) +V 379: Pos(2.2, 5.425, 2.35) Norm(0.577357, 0.577347, 0.577347) UV(0.409962, 0.908046) +V 380: Pos(-2.202, 5.37, 1.025) Norm(-0.577368, -0.577341, 0.577341) UV(0.2682, 0.912644) +V 381: Pos(-2.202, 5.43, 0.975) Norm(-0.577368, 0.577341, -0.577341) UV(0.272031, 0.908046) +V 382: Pos(-2.202, 5.37, 0.975) Norm(-0.57735, -0.577353, -0.577348) UV(0.272031, 0.912644) +V 383: Pos(-2.202, 5.43, 1.025) Norm(-0.57735, 0.577353, 0.577348) UV(0.256705, 0.939004) +V 384: Pos(-1.798, 5.43, 0.975) Norm(0.57735, 0.577353, -0.577348) UV(0.260537, 0.908046) +V 385: Pos(-2.202, 5.43, 0.975) Norm(-0.577368, 0.577341, -0.577341) UV(0.260537, 0.939004) +V 386: Pos(-1.798, 5.43, 1.025) Norm(0.577368, 0.577341, 0.577341) UV(0.272031, 0.912644) +V 387: Pos(-1.798, 5.37, 0.975) Norm(0.577368, -0.577341, -0.577341) UV(0.275862, 0.908046) +V 388: Pos(-1.798, 5.43, 0.975) Norm(0.57735, 0.577353, -0.577348) UV(0.275862, 0.912644) +V 389: Pos(-1.798, 5.37, 1.025) Norm(0.57735, -0.577353, 0.577348) UV(0.252874, 0.939004) +V 390: Pos(-2.202, 5.37, 0.975) Norm(-0.57735, -0.577353, -0.577348) UV(0.256705, 0.908046) +V 391: Pos(-1.798, 5.37, 0.975) Norm(0.577368, -0.577341, -0.577341) UV(0.256705, 0.939004) +V 392: Pos(-1.798, 5.43, 0.975) Norm(0.57735, 0.577353, -0.577348) UV(0.90115, 0.92751) +V 393: Pos(-2.202, 5.37, 0.975) Norm(-0.57735, -0.577353, -0.577348) UV(0.896553, 0.896552) +V 394: Pos(-2.202, 5.43, 0.975) Norm(-0.577368, 0.577341, -0.577341) UV(0.90115, 0.896552) +V 395: Pos(-2.202, 5.43, 1.025) Norm(-0.57735, 0.577353, 0.577348) UV(0.832184, 0.92751) +V 396: Pos(-1.798, 5.37, 1.025) Norm(0.57735, -0.577353, 0.577348) UV(0.827587, 0.896552) +V 397: Pos(-1.798, 5.43, 1.025) Norm(0.577368, 0.577341, 0.577341) UV(0.832184, 0.896552) +V 398: Pos(-1.810778, 5.37, 1.022658) Norm(-0.74332, -0.577344, 0.337861) UV(0.601533, 0.464368) +V 399: Pos(-1.793222, 5.43, 0.975842) Norm(-0.337887, 0.577344, -0.743308) UV(0.605121, 0.45977) +V 400: Pos(-1.793222, 5.37, 0.975842) Norm(-0.33787, -0.577354, -0.743307) UV(0.605121, 0.464368) +V 401: Pos(-1.793222, 5.43, 0.975842) Norm(-0.337887, 0.577344, -0.743308) UV(0.130268, 0.941109) +V 402: Pos(-1.406778, 5.43, 1.174158) Norm(0.337888, 0.577347, 0.743305) UV(0.126436, 0.908046) +V 403: Pos(-1.389222, 5.43, 1.127342) Norm(0.743308, 0.57735, -0.337875) UV(0.130268, 0.908046) +V 404: Pos(-1.406778, 5.43, 1.174158) Norm(0.337888, 0.577347, 0.743305) UV(0.601533, 0.473563) +V 405: Pos(-1.389222, 5.37, 1.127342) Norm(0.743319, -0.577343, -0.337865) UV(0.60512, 0.468966) +V 406: Pos(-1.389222, 5.43, 1.127342) Norm(0.743308, 0.57735, -0.337875) UV(0.60512, 0.473563) +V 407: Pos(-1.389222, 5.37, 1.127342) Norm(0.743319, -0.577343, -0.337865) UV(0.130268, 0.908046) +V 408: Pos(-1.810778, 5.37, 1.022658) Norm(-0.74332, -0.577344, 0.337861) UV(0.134099, 0.941109) +V 409: Pos(-1.793222, 5.37, 0.975842) Norm(-0.33787, -0.577354, -0.743307) UV(0.130268, 0.941109) +V 410: Pos(-1.389222, 5.43, 1.127342) Norm(0.743308, 0.57735, -0.337875) UV(0.905748, 0.92751) +V 411: Pos(-1.793222, 5.37, 0.975842) Norm(-0.33787, -0.577354, -0.743307) UV(0.90115, 0.896552) +V 412: Pos(-1.793222, 5.43, 0.975842) Norm(-0.337887, 0.577344, -0.743308) UV(0.905748, 0.896552) +V 413: Pos(-1.810778, 5.43, 1.022658) Norm(-0.74331, 0.577351, 0.33787) UV(0.910346, 0.92751) +V 414: Pos(-1.406778, 5.37, 1.174158) Norm(0.337872, -0.577356, 0.743305) UV(0.905748, 0.896552) +V 415: Pos(-1.406778, 5.43, 1.174158) Norm(0.337888, 0.577347, 0.743305) UV(0.910346, 0.896552) +V 416: Pos(-1.410778, 5.37, 1.172658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.478161) +V 417: Pos(-1.393222, 5.43, 1.125842) Norm(-0.33789, 0.577343, -0.743307) UV(0.60512, 0.473563) +V 418: Pos(-1.393222, 5.37, 1.125842) Norm(-0.337871, -0.577355, -0.743306) UV(0.60512, 0.478161) +V 419: Pos(-1.393222, 5.43, 1.125842) Norm(-0.33789, 0.577343, -0.743307) UV(0.160919, 0.941109) +V 420: Pos(-1.006778, 5.43, 1.324158) Norm(0.337888, 0.577341, 0.74331) UV(0.157088, 0.908046) +V 421: Pos(-0.989222, 5.43, 1.277342) Norm(0.743313, 0.577351, -0.337862) UV(0.160919, 0.908046) +V 422: Pos(-1.006778, 5.43, 1.324158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.482759) +V 423: Pos(-0.989222, 5.37, 1.277342) Norm(0.743322, -0.577338, -0.337865) UV(0.605121, 0.478161) +V 424: Pos(-0.989222, 5.43, 1.277342) Norm(0.743313, 0.577351, -0.337862) UV(0.605121, 0.482759) +V 425: Pos(-1.006778, 5.37, 1.324158) Norm(0.337873, -0.577357, 0.743304) UV(0.16475, 0.908046) +V 426: Pos(-1.393222, 5.37, 1.125842) Norm(-0.337871, -0.577355, -0.743306) UV(0.160919, 0.941109) +V 427: Pos(-0.989222, 5.37, 1.277342) Norm(0.743322, -0.577338, -0.337865) UV(0.160919, 0.908046) +V 428: Pos(-0.989222, 5.43, 1.277342) Norm(0.743313, 0.577351, -0.337862) UV(0.836782, 0.92751) +V 429: Pos(-1.393222, 5.37, 1.125842) Norm(-0.337871, -0.577355, -0.743306) UV(0.832184, 0.896552) +V 430: Pos(-1.393222, 5.43, 1.125842) Norm(-0.33789, 0.577343, -0.743307) UV(0.836782, 0.896552) +V 431: Pos(-1.410778, 5.43, 1.172658) Norm(-0.743312, 0.57735, 0.337868) UV(0.845978, 0.92751) +V 432: Pos(-1.006778, 5.37, 1.324158) Norm(0.337873, -0.577357, 0.743304) UV(0.84138, 0.896552) +V 433: Pos(-1.006778, 5.43, 1.324158) Norm(0.337888, 0.577341, 0.74331) UV(0.845978, 0.896552) +V 434: Pos(-1.010778, 5.37, 1.322658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.487357) +V 435: Pos(-0.993222, 5.43, 1.275842) Norm(-0.33789, 0.577344, -0.743307) UV(0.605121, 0.482759) +V 436: Pos(-0.993222, 5.37, 1.275842) Norm(-0.337872, -0.577356, -0.743306) UV(0.605121, 0.487357) +V 437: Pos(-0.993222, 5.43, 1.275842) Norm(-0.33789, 0.577344, -0.743307) UV(0.176245, 0.941109) +V 438: Pos(-0.606778, 5.43, 1.474158) Norm(0.337888, 0.577341, 0.74331) UV(0.172413, 0.908046) +V 439: Pos(-0.589222, 5.43, 1.427342) Norm(0.743313, 0.577351, -0.337862) UV(0.176245, 0.908046) +V 440: Pos(-0.606778, 5.43, 1.474158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.491954) +V 441: Pos(-0.589222, 5.37, 1.427342) Norm(0.743322, -0.577338, -0.337865) UV(0.60512, 0.487357) +V 442: Pos(-0.589222, 5.43, 1.427342) Norm(0.743313, 0.577351, -0.337862) UV(0.60512, 0.491954) +V 443: Pos(-0.606778, 5.37, 1.474158) Norm(0.337873, -0.577357, 0.743304) UV(0.141762, 0.908046) +V 444: Pos(-0.993222, 5.37, 1.275842) Norm(-0.337872, -0.577356, -0.743306) UV(0.137931, 0.941109) +V 445: Pos(-0.589222, 5.37, 1.427342) Norm(0.743322, -0.577338, -0.337865) UV(0.13793, 0.908046) +V 446: Pos(-0.589222, 5.43, 1.427342) Norm(0.743313, 0.577351, -0.337862) UV(0.850575, 0.92751) +V 447: Pos(-0.993222, 5.37, 1.275842) Norm(-0.337872, -0.577356, -0.743306) UV(0.845978, 0.896552) +V 448: Pos(-0.993222, 5.43, 1.275842) Norm(-0.33789, 0.577344, -0.743307) UV(0.850575, 0.896552) +V 449: Pos(-1.010778, 5.43, 1.322658) Norm(-0.743312, 0.57735, 0.337868) UV(0.891955, 0.92751) +V 450: Pos(-0.606778, 5.37, 1.474158) Norm(0.337873, -0.577357, 0.743304) UV(0.887357, 0.896552) +V 451: Pos(-0.606778, 5.43, 1.474158) Norm(0.337888, 0.577341, 0.74331) UV(0.891955, 0.896552) +V 452: Pos(-0.610778, 5.37, 1.472658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.496552) +V 453: Pos(-0.593222, 5.43, 1.425842) Norm(-0.33789, 0.577344, -0.743307) UV(0.60512, 0.491954) +V 454: Pos(-0.593222, 5.37, 1.425842) Norm(-0.337872, -0.577356, -0.743306) UV(0.60512, 0.496552) +V 455: Pos(-0.593222, 5.43, 1.425842) Norm(-0.33789, 0.577344, -0.743307) UV(0.168582, 0.941109) +V 456: Pos(-0.206778, 5.43, 1.624158) Norm(0.337888, 0.577341, 0.74331) UV(0.16475, 0.908046) +V 457: Pos(-0.189221, 5.43, 1.577342) Norm(0.743313, 0.577351, -0.337862) UV(0.168582, 0.908046) +V 458: Pos(-0.206778, 5.43, 1.624158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.50115) +V 459: Pos(-0.189221, 5.37, 1.577342) Norm(0.743322, -0.577338, -0.337864) UV(0.605121, 0.496552) +V 460: Pos(-0.189221, 5.43, 1.577342) Norm(0.743313, 0.577351, -0.337862) UV(0.605121, 0.50115) +V 461: Pos(-0.206778, 5.37, 1.624158) Norm(0.337872, -0.577357, 0.743304) UV(0.172413, 0.908046) +V 462: Pos(-0.593222, 5.37, 1.425842) Norm(-0.337872, -0.577356, -0.743306) UV(0.168582, 0.941109) +V 463: Pos(-0.189221, 5.37, 1.577342) Norm(0.743322, -0.577338, -0.337864) UV(0.168582, 0.908046) +V 464: Pos(-0.189221, 5.43, 1.577342) Norm(0.743313, 0.577351, -0.337862) UV(0.855173, 0.92751) +V 465: Pos(-0.593222, 5.37, 1.425842) Norm(-0.337872, -0.577356, -0.743306) UV(0.850575, 0.896552) +V 466: Pos(-0.593222, 5.43, 1.425842) Norm(-0.33789, 0.577344, -0.743307) UV(0.855173, 0.896552) +V 467: Pos(-0.610778, 5.43, 1.472658) Norm(-0.743312, 0.57735, 0.337868) UV(0.859771, 0.92751) +V 468: Pos(-0.206778, 5.37, 1.624158) Norm(0.337872, -0.577357, 0.743304) UV(0.855173, 0.896552) +V 469: Pos(-0.206778, 5.43, 1.624158) Norm(0.337888, 0.577341, 0.74331) UV(0.859771, 0.896552) +V 470: Pos(-0.210778, 5.37, 1.622658) Norm(-0.743324, -0.577343, 0.337852) UV(0.601533, 0.505747) +V 471: Pos(-0.193222, 5.43, 1.575842) Norm(-0.337888, 0.577342, -0.743309) UV(0.605121, 0.50115) +V 472: Pos(-0.193222, 5.37, 1.575842) Norm(-0.337867, -0.577352, -0.743311) UV(0.605121, 0.505747) +V 473: Pos(-0.210778, 5.43, 1.622658) Norm(-0.743308, 0.577354, 0.337868) UV(0.183908, 0.941109) +V 474: Pos(0.210778, 5.43, 1.727342) Norm(0.743307, 0.577353, -0.337873) UV(0.187739, 0.908046) +V 475: Pos(-0.193222, 5.43, 1.575842) Norm(-0.337888, 0.577342, -0.743309) UV(0.187739, 0.941109) +V 476: Pos(0.193222, 5.43, 1.774158) Norm(0.337889, 0.577344, 0.743307) UV(0.601533, 0.510345) +V 477: Pos(0.210778, 5.37, 1.727342) Norm(0.743324, -0.577342, -0.337855) UV(0.605121, 0.505747) +V 478: Pos(0.210778, 5.43, 1.727342) Norm(0.743307, 0.577353, -0.337873) UV(0.605121, 0.510345) +V 479: Pos(0.193222, 5.37, 1.774158) Norm(0.337868, -0.577354, 0.743309) UV(0.191571, 0.908046) +V 480: Pos(-0.193222, 5.37, 1.575842) Norm(-0.337867, -0.577352, -0.743311) UV(0.187739, 0.941109) +V 481: Pos(0.210778, 5.37, 1.727342) Norm(0.743324, -0.577342, -0.337855) UV(0.187739, 0.908046) +V 482: Pos(0.210778, 5.43, 1.727342) Norm(0.743307, 0.577353, -0.337873) UV(0.919541, 0.92751) +V 483: Pos(-0.193222, 5.37, 1.575842) Norm(-0.337867, -0.577352, -0.743311) UV(0.914944, 0.896552) +V 484: Pos(-0.193222, 5.43, 1.575842) Norm(-0.337888, 0.577342, -0.743309) UV(0.919541, 0.896552) +V 485: Pos(-0.210778, 5.43, 1.622658) Norm(-0.743308, 0.577354, 0.337868) UV(0.924139, 0.92751) +V 486: Pos(0.193222, 5.37, 1.774158) Norm(0.337868, -0.577354, 0.743309) UV(0.919541, 0.896552) +V 487: Pos(0.193222, 5.43, 1.774158) Norm(0.337889, 0.577344, 0.743307) UV(0.924139, 0.896552) +V 488: Pos(0.189221, 5.37, 1.772658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.514943) +V 489: Pos(0.206778, 5.43, 1.725842) Norm(-0.337889, 0.577343, -0.743307) UV(0.605121, 0.510345) +V 490: Pos(0.206778, 5.37, 1.725842) Norm(-0.337872, -0.577356, -0.743306) UV(0.605121, 0.514943) +V 491: Pos(0.206778, 5.43, 1.725842) Norm(-0.337889, 0.577343, -0.743307) UV(0.145593, 0.941109) +V 492: Pos(0.593222, 5.43, 1.924158) Norm(0.337888, 0.577341, 0.74331) UV(0.141762, 0.908046) +V 493: Pos(0.610778, 5.43, 1.877342) Norm(0.743313, 0.577351, -0.337862) UV(0.145593, 0.908046) +V 494: Pos(0.593222, 5.43, 1.924158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.519541) +V 495: Pos(0.610778, 5.37, 1.877342) Norm(0.743322, -0.577338, -0.337865) UV(0.60512, 0.514943) +V 496: Pos(0.610778, 5.43, 1.877342) Norm(0.743313, 0.577351, -0.337862) UV(0.60512, 0.519541) +V 497: Pos(0.593222, 5.37, 1.924158) Norm(0.337873, -0.577357, 0.743304) UV(0.149425, 0.908046) +V 498: Pos(0.206778, 5.37, 1.725842) Norm(-0.337872, -0.577356, -0.743306) UV(0.145593, 0.941109) +V 499: Pos(0.610778, 5.37, 1.877342) Norm(0.743322, -0.577338, -0.337865) UV(0.145593, 0.908046) +V 500: Pos(0.610778, 5.43, 1.877342) Norm(0.743313, 0.577351, -0.337862) UV(0.864369, 0.92751) +V 501: Pos(0.206778, 5.37, 1.725842) Norm(-0.337872, -0.577356, -0.743306) UV(0.859771, 0.896552) +V 502: Pos(0.206778, 5.43, 1.725842) Norm(-0.337889, 0.577343, -0.743307) UV(0.864369, 0.896552) +V 503: Pos(0.189221, 5.43, 1.772658) Norm(-0.743312, 0.57735, 0.337867) UV(0.868966, 0.92751) +V 504: Pos(0.593222, 5.37, 1.924158) Norm(0.337873, -0.577357, 0.743304) UV(0.864369, 0.896552) +V 505: Pos(0.593222, 5.43, 1.924158) Norm(0.337888, 0.577341, 0.74331) UV(0.868966, 0.896552) +V 506: Pos(0.589222, 5.37, 1.922658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.524138) +V 507: Pos(0.606778, 5.43, 1.875842) Norm(-0.33789, 0.577343, -0.743307) UV(0.60512, 0.519541) +V 508: Pos(0.606778, 5.37, 1.875842) Norm(-0.337871, -0.577355, -0.743306) UV(0.60512, 0.524138) +V 509: Pos(0.606778, 5.43, 1.875842) Norm(-0.33789, 0.577343, -0.743307) UV(0.180076, 0.941109) +V 510: Pos(0.993222, 5.43, 2.074158) Norm(0.337888, 0.577341, 0.74331) UV(0.176245, 0.908046) +V 511: Pos(1.010778, 5.43, 2.027342) Norm(0.743314, 0.577351, -0.337862) UV(0.180076, 0.908046) +V 512: Pos(0.993222, 5.43, 2.074158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.528736) +V 513: Pos(1.010778, 5.37, 2.027342) Norm(0.743322, -0.577338, -0.337864) UV(0.605121, 0.524138) +V 514: Pos(1.010778, 5.43, 2.027342) Norm(0.743314, 0.577351, -0.337862) UV(0.605121, 0.528736) +V 515: Pos(0.993222, 5.37, 2.074158) Norm(0.337872, -0.577357, 0.743304) UV(0.183908, 0.908046) +V 516: Pos(0.606778, 5.37, 1.875842) Norm(-0.337871, -0.577355, -0.743306) UV(0.180076, 0.941109) +V 517: Pos(1.010778, 5.37, 2.027342) Norm(0.743322, -0.577338, -0.337864) UV(0.180076, 0.908046) +V 518: Pos(1.010778, 5.43, 2.027342) Norm(0.743314, 0.577351, -0.337862) UV(0.896553, 0.92751) +V 519: Pos(0.606778, 5.37, 1.875842) Norm(-0.337871, -0.577355, -0.743306) UV(0.891955, 0.896552) +V 520: Pos(0.606778, 5.43, 1.875842) Norm(-0.33789, 0.577343, -0.743307) UV(0.896553, 0.896552) +V 521: Pos(0.589222, 5.43, 1.922658) Norm(-0.743312, 0.57735, 0.337868) UV(0.873564, 0.92751) +V 522: Pos(0.993222, 5.37, 2.074158) Norm(0.337872, -0.577357, 0.743304) UV(0.868966, 0.896552) +V 523: Pos(0.993222, 5.43, 2.074158) Norm(0.337888, 0.577341, 0.74331) UV(0.873564, 0.896552) +V 524: Pos(0.989222, 5.37, 2.072658) Norm(-0.743323, -0.577339, 0.337861) UV(0.601533, 0.533334) +V 525: Pos(1.006778, 5.43, 2.025842) Norm(-0.337889, 0.577344, -0.743307) UV(0.60512, 0.528736) +V 526: Pos(1.006778, 5.37, 2.025842) Norm(-0.337871, -0.577356, -0.743306) UV(0.60512, 0.533334) +V 527: Pos(1.006778, 5.43, 2.025842) Norm(-0.337889, 0.577344, -0.743307) UV(0.114942, 0.941109) +V 528: Pos(1.393222, 5.43, 2.224158) Norm(0.337888, 0.577341, 0.74331) UV(0.11111, 0.908046) +V 529: Pos(1.410778, 5.43, 2.177342) Norm(0.743313, 0.577352, -0.337862) UV(0.114942, 0.908046) +V 530: Pos(1.393222, 5.43, 2.224158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.468966) +V 531: Pos(1.410778, 5.37, 2.177342) Norm(0.743322, -0.577338, -0.337866) UV(0.605121, 0.464368) +V 532: Pos(1.410778, 5.43, 2.177342) Norm(0.743313, 0.577352, -0.337862) UV(0.605121, 0.468966) +V 533: Pos(1.393222, 5.37, 2.224158) Norm(0.337874, -0.577358, 0.743303) UV(0.11111, 0.908046) +V 534: Pos(1.006778, 5.37, 2.025842) Norm(-0.337871, -0.577356, -0.743306) UV(0.107279, 0.941109) +V 535: Pos(1.410778, 5.37, 2.177342) Norm(0.743322, -0.577338, -0.337866) UV(0.107279, 0.908046) +V 536: Pos(1.410778, 5.43, 2.177342) Norm(0.743313, 0.577352, -0.337862) UV(0.878162, 0.92751) +V 537: Pos(1.006778, 5.37, 2.025842) Norm(-0.337871, -0.577356, -0.743306) UV(0.873564, 0.896552) +V 538: Pos(1.006778, 5.43, 2.025842) Norm(-0.337889, 0.577344, -0.743307) UV(0.878162, 0.896552) +V 539: Pos(0.989222, 5.43, 2.072658) Norm(-0.743312, 0.57735, 0.337868) UV(0.84138, 0.92751) +V 540: Pos(1.393222, 5.37, 2.224158) Norm(0.337874, -0.577358, 0.743303) UV(0.836782, 0.896552) +V 541: Pos(1.393222, 5.43, 2.224158) Norm(0.337888, 0.577341, 0.74331) UV(0.84138, 0.896552) +V 542: Pos(1.389222, 5.37, 2.222658) Norm(-0.743324, -0.577339, 0.33786) UV(0.601533, 0.537932) +V 543: Pos(1.406778, 5.43, 2.175842) Norm(-0.337889, 0.577343, -0.743307) UV(0.60512, 0.533334) +V 544: Pos(1.406778, 5.37, 2.175842) Norm(-0.337871, -0.577355, -0.743306) UV(0.60512, 0.537932) +V 545: Pos(1.406778, 5.43, 2.175842) Norm(-0.337889, 0.577343, -0.743307) UV(0.153256, 0.941109) +V 546: Pos(1.793222, 5.43, 2.374158) Norm(0.337888, 0.577341, 0.74331) UV(0.149425, 0.908046) +V 547: Pos(1.810779, 5.43, 2.327342) Norm(0.743313, 0.577351, -0.337863) UV(0.153256, 0.908046) +V 548: Pos(1.793222, 5.43, 2.374158) Norm(0.337888, 0.577341, 0.74331) UV(0.601533, 0.542529) +V 549: Pos(1.810779, 5.37, 2.327342) Norm(0.743322, -0.577338, -0.337864) UV(0.605121, 0.537932) +V 550: Pos(1.810779, 5.43, 2.327342) Norm(0.743313, 0.577351, -0.337863) UV(0.605121, 0.542529) +V 551: Pos(1.793222, 5.37, 2.374158) Norm(0.337872, -0.577357, 0.743305) UV(0.157088, 0.908046) +V 552: Pos(1.406778, 5.37, 2.175842) Norm(-0.337871, -0.577355, -0.743306) UV(0.153256, 0.941109) +V 553: Pos(1.810779, 5.37, 2.327342) Norm(0.743322, -0.577338, -0.337864) UV(0.153256, 0.908046) +V 554: Pos(1.810779, 5.43, 2.327342) Norm(0.743313, 0.577351, -0.337863) UV(0.88276, 0.92751) +V 555: Pos(1.406778, 5.37, 2.175842) Norm(-0.337871, -0.577355, -0.743306) UV(0.878162, 0.896552) +V 556: Pos(1.406778, 5.43, 2.175842) Norm(-0.337889, 0.577343, -0.743307) UV(0.88276, 0.896552) +V 557: Pos(1.389222, 5.43, 2.222658) Norm(-0.743312, 0.57735, 0.337867) UV(0.887357, 0.92751) +V 558: Pos(1.793222, 5.37, 2.374158) Norm(0.337872, -0.577357, 0.743305) UV(0.88276, 0.896552) +V 559: Pos(1.793222, 5.43, 2.374158) Norm(0.337888, 0.577341, 0.74331) UV(0.887357, 0.896552) +V 560: Pos(1.798, 5.37, 2.375) Norm(-0.577368, -0.577341, 0.577341) UV(0.260537, 0.912644) +V 561: Pos(1.798, 5.43, 2.325) Norm(-0.577368, 0.577341, -0.577341) UV(0.264368, 0.908046) +V 562: Pos(1.798, 5.37, 2.325) Norm(-0.57735, -0.577353, -0.577348) UV(0.264368, 0.912644) +V 563: Pos(1.798, 5.43, 2.375) Norm(-0.57735, 0.577353, 0.577348) UV(0.237548, 0.939004) +V 564: Pos(2.202, 5.43, 2.325) Norm(0.57735, 0.577353, -0.577348) UV(0.24138, 0.908046) +V 565: Pos(1.798, 5.43, 2.325) Norm(-0.577368, 0.577341, -0.577341) UV(0.24138, 0.939004) +V 566: Pos(2.202, 5.43, 2.375) Norm(0.577368, 0.577341, 0.577341) UV(0.264368, 0.912644) +V 567: Pos(2.202, 5.37, 2.325) Norm(0.577368, -0.577341, -0.577341) UV(0.2682, 0.908046) +V 568: Pos(2.202, 5.43, 2.325) Norm(0.57735, 0.577353, -0.577348) UV(0.2682, 0.912644) +V 569: Pos(2.202, 5.37, 2.375) Norm(0.57735, -0.577353, 0.577348) UV(0.24138, 0.939004) +V 570: Pos(1.798, 5.37, 2.325) Norm(-0.57735, -0.577353, -0.577348) UV(0.245211, 0.908046) +V 571: Pos(2.202, 5.37, 2.325) Norm(0.577368, -0.577341, -0.577341) UV(0.245211, 0.939004) +V 572: Pos(2.202, 5.43, 2.325) Norm(0.57735, 0.577353, -0.577348) UV(0.914944, 0.927509) +V 573: Pos(1.798, 5.37, 2.325) Norm(-0.57735, -0.577353, -0.577348) UV(0.910346, 0.896552) +V 574: Pos(1.798, 5.43, 2.325) Norm(-0.577368, 0.577341, -0.577341) UV(0.914944, 0.896552) +V 575: Pos(1.798, 5.43, 2.375) Norm(-0.57735, 0.577353, 0.577348) UV(0.928737, 0.927509) +V 576: Pos(2.202, 5.37, 2.375) Norm(0.57735, -0.577353, 0.577348) UV(0.924139, 0.896552) +V 577: Pos(2.202, 5.43, 2.375) Norm(0.577368, 0.577341, 0.577341) UV(0.928737, 0.896552) +V 578: Pos(2.0, 2.7, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.536399, 0.45977) +V 579: Pos(2.0, 8.7, 1.15) Norm(-0.577357, 0.577347, -0.577347) UV(0.570881, -0.0) +V 580: Pos(2.0, 2.7, 1.15) Norm(-0.577351, -0.577353, -0.577346) UV(0.570881, 0.45977) +V 581: Pos(2.0, 8.7, 1.6) Norm(-0.577351, 0.577353, 0.577346) UV(0.605364, 0.268199) +V 582: Pos(5.5, 8.7, 1.15) Norm(0.577351, 0.577353, -0.577346) UV(0.639847, -0.0) +V 583: Pos(2.0, 8.7, 1.15) Norm(-0.577357, 0.577347, -0.577347) UV(0.639847, 0.268199) +V 584: Pos(5.5, 8.7, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.570881, 0.45977) +V 585: Pos(5.5, 2.7, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.605364, 0.0) +V 586: Pos(5.5, 8.7, 1.15) Norm(0.577351, 0.577353, -0.577346) UV(0.605364, 0.45977) +V 587: Pos(5.5, 2.7, 1.6) Norm(0.577351, -0.577353, 0.577346) UV(0.605364, 0.536398) +V 588: Pos(2.0, 2.7, 1.15) Norm(-0.577351, -0.577353, -0.577346) UV(0.639847, 0.268199) +V 589: Pos(5.5, 2.7, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.639847, 0.536398) +V 590: Pos(5.5, 8.7, 1.15) Norm(0.577351, 0.577353, -0.577346) UV(0.0, 0.45977) +V 591: Pos(2.0, 2.7, 1.15) Norm(-0.577351, -0.577353, -0.577346) UV(0.268199, 0.0) +V 592: Pos(2.0, 8.7, 1.15) Norm(-0.577357, 0.577347, -0.577347) UV(0.268199, 0.45977) +V 593: Pos(2.0, 8.7, 1.6) Norm(-0.577351, 0.577353, 0.577346) UV(0.268199, 0.45977) +V 594: Pos(5.5, 2.7, 1.6) Norm(0.577351, -0.577353, 0.577346) UV(0.536399, 0.0) +V 595: Pos(5.5, 8.7, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.536399, 0.45977) +V 596: Pos(2.15, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.735632, 0.896552) +V 597: Pos(2.15, 6.025, 1.6) Norm(-0.577357, 0.577347, -0.577347) UV(0.739464, 0.965517) +V 598: Pos(2.15, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.735632, 0.965517) +V 599: Pos(2.15, 6.025, 2.5) Norm(-0.577336, 0.577346, 0.577369) UV(0.739464, 0.896552) +V 600: Pos(2.2, 6.025, 1.6) Norm(0.577336, 0.577346, -0.577369) UV(0.743295, 0.965517) +V 601: Pos(2.2, 6.025, 2.5) Norm(0.577357, 0.577347, 0.577347) UV(0.743295, 0.896552) +V 602: Pos(2.2, 5.975, 1.6) Norm(0.577357, -0.577347, -0.577347) UV(0.747127, 0.965517) +V 603: Pos(2.2, 5.975, 2.5) Norm(0.577336, -0.577346, 0.577369) UV(0.747127, 0.896552) +V 604: Pos(2.15, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.750958, 0.965517) +V 605: Pos(2.2, 6.025, 1.6) Norm(0.577336, 0.577346, -0.577369) UV(0.413793, 0.911877) +V 606: Pos(2.15, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.409962, 0.908046) +V 607: Pos(2.15, 6.025, 1.6) Norm(-0.577357, 0.577347, -0.577347) UV(0.413793, 0.908046) +V 608: Pos(2.15, 6.025, 2.5) Norm(-0.577336, 0.577346, 0.577369) UV(0.417625, 0.911877) +V 609: Pos(2.2, 5.975, 2.5) Norm(0.577336, -0.577346, 0.577369) UV(0.413793, 0.908046) +V 610: Pos(2.2, 6.025, 2.5) Norm(0.577357, 0.577347, 0.577347) UV(0.417625, 0.908046) +V 611: Pos(1.6, 6.0, 1.75) Norm(-0.577346, -0.577352, 0.577352) UV(0.275862, 0.666667) +V 612: Pos(1.6, 8.7, 1.3) Norm(-0.577346, 0.577352, -0.577352) UV(0.310345, 0.45977) +V 613: Pos(1.6, 6.0, 1.3) Norm(-0.577341, -0.577371, -0.577339) UV(0.310345, 0.666667) +V 614: Pos(1.6, 8.7, 1.75) Norm(-0.577341, 0.577371, 0.577339) UV(0.823755, 0.862069) +V 615: Pos(2.0, 8.7, 1.3) Norm(0.577341, 0.577371, -0.577339) UV(0.854406, 0.896552) +V 616: Pos(1.6, 8.7, 1.3) Norm(-0.577346, 0.577352, -0.577352) UV(0.823755, 0.896552) +V 617: Pos(2.0, 8.7, 1.75) Norm(0.577346, 0.577352, 0.577352) UV(0.310345, 0.666667) +V 618: Pos(2.0, 6.0, 1.3) Norm(0.577346, -0.577352, -0.577352) UV(0.344828, 0.45977) +V 619: Pos(2.0, 8.7, 1.3) Norm(0.577341, 0.577371, -0.577339) UV(0.344828, 0.666667) +V 620: Pos(2.0, 6.0, 1.75) Norm(0.577341, -0.577371, 0.577339) UV(0.854406, 0.862069) +V 621: Pos(1.6, 6.0, 1.3) Norm(-0.577341, -0.577371, -0.577339) UV(0.885057, 0.896552) +V 622: Pos(2.0, 6.0, 1.3) Norm(0.577346, -0.577352, -0.577352) UV(0.854406, 0.896552) +V 623: Pos(2.0, 8.7, 1.3) Norm(0.577341, 0.577371, -0.577339) UV(0.873563, 0.827586) +V 624: Pos(1.6, 6.0, 1.3) Norm(-0.577341, -0.577371, -0.577339) UV(0.904215, 0.62069) +V 625: Pos(1.6, 8.7, 1.3) Norm(-0.577346, 0.577352, -0.577352) UV(0.904215, 0.827586) +V 626: Pos(1.6, 8.7, 1.75) Norm(-0.577341, 0.577371, 0.577339) UV(0.877395, 0.206897) +V 627: Pos(2.0, 6.0, 1.75) Norm(0.577341, -0.577371, 0.577339) UV(0.908046, 0.0) +V 628: Pos(2.0, 8.7, 1.75) Norm(0.577346, 0.577352, 0.577352) UV(0.908046, 0.206897) +V 629: Pos(1.775, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.750958, 0.896552) +V 630: Pos(1.775, 6.025, 1.6) Norm(-0.577357, 0.577347, -0.577347) UV(0.75479, 0.965517) +V 631: Pos(1.775, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.750958, 0.965517) +V 632: Pos(1.775, 6.025, 2.5) Norm(-0.577336, 0.577346, 0.577369) UV(0.754789, 0.896552) +V 633: Pos(1.825, 6.025, 1.6) Norm(0.577336, 0.577346, -0.577369) UV(0.758621, 0.965517) +V 634: Pos(1.775, 6.025, 1.6) Norm(-0.577357, 0.577347, -0.577347) UV(0.754789, 0.965517) +V 635: Pos(1.825, 6.025, 2.5) Norm(0.577357, 0.577347, 0.577347) UV(0.758621, 0.896552) +V 636: Pos(1.825, 5.975, 1.6) Norm(0.577357, -0.577347, -0.577347) UV(0.762452, 0.965517) +V 637: Pos(1.825, 5.975, 2.5) Norm(0.577336, -0.577346, 0.577369) UV(0.762452, 0.896552) +V 638: Pos(1.775, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.766284, 0.965517) +V 639: Pos(1.825, 6.025, 1.6) Norm(0.577336, 0.577346, -0.577369) UV(0.421456, 0.911877) +V 640: Pos(1.775, 5.975, 1.6) Norm(-0.577336, -0.577346, -0.577369) UV(0.417625, 0.908046) +V 641: Pos(1.775, 6.025, 1.6) Norm(-0.577357, 0.577347, -0.577347) UV(0.421456, 0.908046) +V 642: Pos(1.775, 6.025, 2.5) Norm(-0.577336, 0.577346, 0.577369) UV(0.425288, 0.911877) +V 643: Pos(1.825, 5.975, 2.5) Norm(0.577336, -0.577346, 0.577369) UV(0.421456, 0.908046) +V 644: Pos(1.825, 6.025, 2.5) Norm(0.577357, 0.577347, 0.577347) UV(0.425288, 0.908046) +V 645: Pos(1.2, 6.0, 1.9) Norm(-0.577346, -0.577352, 0.577352) UV(0.344828, 0.666667) +V 646: Pos(1.2, 8.7, 1.45) Norm(-0.577346, 0.577352, -0.577352) UV(0.379311, 0.45977) +V 647: Pos(1.2, 6.0, 1.45) Norm(-0.577341, -0.577371, -0.577339) UV(0.379311, 0.666667) +V 648: Pos(1.2, 8.7, 1.9) Norm(-0.577341, 0.577371, 0.577339) UV(0.0, 0.873563) +V 649: Pos(1.6, 8.7, 1.45) Norm(0.577341, 0.577371, -0.577339) UV(0.030651, 0.908046) +V 650: Pos(1.2, 8.7, 1.45) Norm(-0.577346, 0.577352, -0.577352) UV(0.0, 0.908046) +V 651: Pos(1.6, 8.7, 1.9) Norm(0.577346, 0.577352, 0.577352) UV(0.379311, 0.666667) +V 652: Pos(1.6, 6.0, 1.45) Norm(0.577346, -0.577352, -0.577352) UV(0.413793, 0.45977) +V 653: Pos(1.6, 8.7, 1.45) Norm(0.577341, 0.577371, -0.577339) UV(0.413793, 0.666667) +V 654: Pos(1.6, 6.0, 1.9) Norm(0.577341, -0.577371, 0.577339) UV(0.030651, 0.873563) +V 655: Pos(1.2, 6.0, 1.45) Norm(-0.577341, -0.577371, -0.577339) UV(0.061303, 0.908046) +V 656: Pos(1.6, 6.0, 1.45) Norm(0.577346, -0.577352, -0.577352) UV(0.030651, 0.908046) +V 657: Pos(1.6, 8.7, 1.45) Norm(0.577341, 0.577371, -0.577339) UV(0.877395, 0.413793) +V 658: Pos(1.2, 6.0, 1.45) Norm(-0.577341, -0.577371, -0.577339) UV(0.908046, 0.206897) +V 659: Pos(1.2, 8.7, 1.45) Norm(-0.577346, 0.577352, -0.577352) UV(0.908046, 0.413793) +V 660: Pos(1.2, 8.7, 1.9) Norm(-0.577341, 0.577371, 0.577339) UV(0.846743, 0.413793) +V 661: Pos(1.6, 6.0, 1.9) Norm(0.577341, -0.577371, 0.577339) UV(0.877395, 0.206897) +V 662: Pos(1.6, 8.7, 1.9) Norm(0.577346, 0.577352, 0.577352) UV(0.877395, 0.413793) +V 663: Pos(1.375, 5.975, 2.65) Norm(-0.577357, -0.577347, 0.577347) UV(0.766284, 0.896552) +V 664: Pos(1.375, 6.025, 1.75) Norm(-0.577357, 0.577347, -0.577347) UV(0.770115, 0.965517) +V 665: Pos(1.375, 5.975, 1.75) Norm(-0.577336, -0.577346, -0.577369) UV(0.766284, 0.965517) +V 666: Pos(1.375, 6.025, 2.65) Norm(-0.577336, 0.577346, 0.577369) UV(0.770115, 0.896552) +V 667: Pos(1.425, 6.025, 1.75) Norm(0.577336, 0.577346, -0.577369) UV(0.773947, 0.965517) +V 668: Pos(1.425, 6.025, 2.65) Norm(0.577357, 0.577347, 0.577347) UV(0.773947, 0.896552) +V 669: Pos(1.425, 5.975, 1.75) Norm(0.577357, -0.577347, -0.577347) UV(0.777778, 0.965517) +V 670: Pos(1.425, 5.975, 2.65) Norm(0.577336, -0.577346, 0.577369) UV(0.777778, 0.896552) +V 671: Pos(1.375, 5.975, 1.75) Norm(-0.577336, -0.577346, -0.577369) UV(0.781609, 0.965517) +V 672: Pos(1.425, 6.025, 1.75) Norm(0.577336, 0.577346, -0.577369) UV(0.429119, 0.911877) +V 673: Pos(1.375, 5.975, 1.75) Norm(-0.577336, -0.577346, -0.577369) UV(0.425288, 0.908046) +V 674: Pos(1.375, 6.025, 1.75) Norm(-0.577357, 0.577347, -0.577347) UV(0.429119, 0.908046) +V 675: Pos(1.375, 6.025, 2.65) Norm(-0.577336, 0.577346, 0.577369) UV(0.436782, 0.911877) +V 676: Pos(1.425, 5.975, 2.65) Norm(0.577336, -0.577346, 0.577369) UV(0.43295, 0.908046) +V 677: Pos(1.425, 6.025, 2.65) Norm(0.577357, 0.577347, 0.577347) UV(0.436782, 0.908046) +V 678: Pos(0.8, 6.0, 2.05) Norm(-0.577346, -0.577352, 0.577352) UV(0.708812, 0.413793) +V 679: Pos(0.8, 8.7, 1.6) Norm(-0.577346, 0.577352, -0.577352) UV(0.743295, 0.206897) +V 680: Pos(0.8, 6.0, 1.6) Norm(-0.577341, -0.577371, -0.577339) UV(0.743295, 0.413793) +V 681: Pos(0.8, 8.7, 2.05) Norm(-0.577341, 0.577371, 0.577339) UV(0.371648, 0.873563) +V 682: Pos(1.2, 8.7, 1.6) Norm(0.577341, 0.577371, -0.577339) UV(0.402299, 0.908046) +V 683: Pos(0.8, 8.7, 1.6) Norm(-0.577346, 0.577352, -0.577352) UV(0.371648, 0.908046) +V 684: Pos(1.2, 8.7, 2.05) Norm(0.577346, 0.577352, 0.577352) UV(0.708812, 0.62069) +V 685: Pos(1.2, 6.0, 1.6) Norm(0.577346, -0.577352, -0.577352) UV(0.743295, 0.413793) +V 686: Pos(1.2, 8.7, 1.6) Norm(0.577341, 0.577371, -0.577339) UV(0.743295, 0.62069) +V 687: Pos(1.2, 6.0, 2.05) Norm(0.577341, -0.577371, 0.577339) UV(0.402299, 0.873563) +V 688: Pos(0.8, 6.0, 1.6) Norm(-0.577341, -0.577371, -0.577339) UV(0.43295, 0.908046) +V 689: Pos(1.2, 6.0, 1.6) Norm(0.577346, -0.577352, -0.577352) UV(0.402299, 0.908046) +V 690: Pos(1.2, 8.7, 1.6) Norm(0.577341, 0.577371, -0.577339) UV(0.904215, 0.62069) +V 691: Pos(0.8, 6.0, 1.6) Norm(-0.577341, -0.577371, -0.577339) UV(0.934866, 0.413793) +V 692: Pos(0.8, 8.7, 1.6) Norm(-0.577346, 0.577352, -0.577352) UV(0.934866, 0.62069) +V 693: Pos(0.8, 8.7, 2.05) Norm(-0.577341, 0.577371, 0.577339) UV(0.904215, 0.827586) +V 694: Pos(1.2, 6.0, 2.05) Norm(0.577341, -0.577371, 0.577339) UV(0.934866, 0.62069) +V 695: Pos(1.2, 8.7, 2.05) Norm(0.577346, 0.577352, 0.577352) UV(0.934866, 0.827586) +V 696: Pos(0.975, 5.975, 2.8) Norm(-0.577357, -0.577347, 0.577347) UV(0.78161, 0.896552) +V 697: Pos(0.975, 6.025, 1.9) Norm(-0.577357, 0.577347, -0.577347) UV(0.785441, 0.965517) +V 698: Pos(0.975, 5.975, 1.9) Norm(-0.577336, -0.577346, -0.577369) UV(0.78161, 0.965517) +V 699: Pos(0.975, 6.025, 2.8) Norm(-0.577336, 0.577346, 0.577369) UV(0.785441, 0.896552) +V 700: Pos(1.025, 6.025, 1.9) Norm(0.577336, 0.577346, -0.577369) UV(0.789272, 0.965517) +V 701: Pos(1.025, 6.025, 2.8) Norm(0.577357, 0.577347, 0.577347) UV(0.789272, 0.896552) +V 702: Pos(1.025, 5.975, 1.9) Norm(0.577357, -0.577347, -0.577347) UV(0.793104, 0.965517) +V 703: Pos(1.025, 5.975, 2.8) Norm(0.577336, -0.577346, 0.577369) UV(0.793104, 0.896552) +V 704: Pos(0.975, 5.975, 1.9) Norm(-0.577336, -0.577346, -0.577369) UV(0.796935, 0.965517) +V 705: Pos(1.025, 6.025, 1.9) Norm(0.577336, 0.577346, -0.577369) UV(0.440613, 0.911878) +V 706: Pos(0.975, 5.975, 1.9) Norm(-0.577336, -0.577346, -0.577369) UV(0.436782, 0.908046) +V 707: Pos(0.975, 6.025, 1.9) Norm(-0.577357, 0.577347, -0.577347) UV(0.440613, 0.908046) +V 708: Pos(0.975, 6.025, 2.8) Norm(-0.577336, 0.577346, 0.577369) UV(0.444445, 0.911878) +V 709: Pos(1.025, 5.975, 2.8) Norm(0.577336, -0.577346, 0.577369) UV(0.440613, 0.908046) +V 710: Pos(1.025, 6.025, 2.8) Norm(0.577357, 0.577347, 0.577347) UV(0.444445, 0.908046) +V 711: Pos(0.4, 6.0, 2.2) Norm(-0.577346, -0.577352, 0.577352) UV(0.605364, 0.743295) +V 712: Pos(0.4, 8.7, 1.75) Norm(-0.577346, 0.577352, -0.577352) UV(0.639847, 0.536399) +V 713: Pos(0.4, 6.0, 1.75) Norm(-0.577341, -0.577371, -0.577339) UV(0.639847, 0.743295) +V 714: Pos(0.4, 8.7, 2.2) Norm(-0.577341, 0.577371, 0.577339) UV(0.43295, 0.873563) +V 715: Pos(0.8, 8.7, 1.75) Norm(0.577341, 0.577371, -0.577339) UV(0.463602, 0.908046) +V 716: Pos(0.4, 8.7, 1.75) Norm(-0.577346, 0.577352, -0.577352) UV(0.43295, 0.908046) +V 717: Pos(0.8, 8.7, 2.2) Norm(0.577346, 0.577352, 0.577352) UV(0.743295, 0.206897) +V 718: Pos(0.8, 6.0, 1.75) Norm(0.577346, -0.577352, -0.577352) UV(0.777778, -0.0) +V 719: Pos(0.8, 8.7, 1.75) Norm(0.577341, 0.577371, -0.577339) UV(0.777778, 0.206897) +V 720: Pos(0.8, 6.0, 2.2) Norm(0.577341, -0.577371, 0.577339) UV(0.463602, 0.873563) +V 721: Pos(0.4, 6.0, 1.75) Norm(-0.577341, -0.577371, -0.577339) UV(0.494253, 0.908046) +V 722: Pos(0.8, 6.0, 1.75) Norm(0.577346, -0.577352, -0.577352) UV(0.463602, 0.908046) +V 723: Pos(0.8, 8.7, 1.75) Norm(0.577341, 0.577371, -0.577339) UV(0.908046, 0.206897) +V 724: Pos(0.4, 6.0, 1.75) Norm(-0.577341, -0.577371, -0.577339) UV(0.938697, 0.0) +V 725: Pos(0.4, 8.7, 1.75) Norm(-0.577346, 0.577352, -0.577352) UV(0.938697, 0.206897) +V 726: Pos(0.4, 8.7, 2.2) Norm(-0.577341, 0.577371, 0.577339) UV(0.908046, 0.413793) +V 727: Pos(0.8, 6.0, 2.2) Norm(0.577341, -0.577371, 0.577339) UV(0.938697, 0.206897) +V 728: Pos(0.8, 8.7, 2.2) Norm(0.577346, 0.577352, 0.577352) UV(0.938697, 0.413793) +V 729: Pos(0.575, 5.975, 2.95) Norm(-0.577357, -0.577347, 0.577347) UV(0.306514, 0.666667) +V 730: Pos(0.575, 6.025, 2.05) Norm(-0.577357, 0.577347, -0.577347) UV(0.310345, 0.735632) +V 731: Pos(0.575, 5.975, 2.05) Norm(-0.577336, -0.577346, -0.577369) UV(0.306514, 0.735632) +V 732: Pos(0.575, 6.025, 2.95) Norm(-0.577336, 0.577346, 0.577369) UV(0.340996, 0.666667) +V 733: Pos(0.625, 6.025, 2.05) Norm(0.577336, 0.577346, -0.577369) UV(0.344828, 0.735632) +V 734: Pos(0.575, 6.025, 2.05) Norm(-0.577357, 0.577347, -0.577347) UV(0.340996, 0.735632) +V 735: Pos(0.625, 6.025, 2.95) Norm(0.577357, 0.577347, 0.577347) UV(0.375479, 0.666667) +V 736: Pos(0.625, 5.975, 2.05) Norm(0.577357, -0.577347, -0.577347) UV(0.379311, 0.735632) +V 737: Pos(0.625, 6.025, 2.05) Norm(0.577336, 0.577346, -0.577369) UV(0.375479, 0.735632) +V 738: Pos(0.625, 5.975, 2.95) Norm(0.577336, -0.577346, 0.577369) UV(0.409962, 0.666667) +V 739: Pos(0.575, 5.975, 2.05) Norm(-0.577336, -0.577346, -0.577369) UV(0.413793, 0.735632) +V 740: Pos(0.625, 5.975, 2.05) Norm(0.577357, -0.577347, -0.577347) UV(0.409962, 0.735632) +V 741: Pos(0.625, 6.025, 2.05) Norm(0.577336, 0.577346, -0.577369) UV(0.448276, 0.911877) +V 742: Pos(0.575, 5.975, 2.05) Norm(-0.577336, -0.577346, -0.577369) UV(0.444445, 0.908046) +V 743: Pos(0.575, 6.025, 2.05) Norm(-0.577357, 0.577347, -0.577347) UV(0.448276, 0.908046) +V 744: Pos(0.575, 6.025, 2.95) Norm(-0.577336, 0.577346, 0.577369) UV(0.452107, 0.911877) +V 745: Pos(0.625, 5.975, 2.95) Norm(0.577336, -0.577346, 0.577369) UV(0.448276, 0.908046) +V 746: Pos(0.625, 6.025, 2.95) Norm(0.577357, 0.577347, 0.577347) UV(0.452107, 0.908046) +V 747: Pos(0.0, 6.0, 2.35) Norm(-0.577346, -0.577352, 0.577352) UV(0.743295, 0.413793) +V 748: Pos(0.0, 8.7, 1.9) Norm(-0.577346, 0.577352, -0.577352) UV(0.777778, 0.206897) +V 749: Pos(0.0, 6.0, 1.9) Norm(-0.577341, -0.577371, -0.577339) UV(0.777778, 0.413793) +V 750: Pos(0.0, 8.7, 2.35) Norm(-0.577341, 0.577371, 0.577339) UV(0.494253, 0.873563) +V 751: Pos(0.4, 8.7, 1.9) Norm(0.577341, 0.577371, -0.577339) UV(0.524904, 0.908046) +V 752: Pos(0.0, 8.7, 1.9) Norm(-0.577346, 0.577352, -0.577352) UV(0.494253, 0.908046) +V 753: Pos(0.4, 8.7, 2.35) Norm(0.577346, 0.577352, 0.577352) UV(0.743295, 0.62069) +V 754: Pos(0.4, 6.0, 1.9) Norm(0.577346, -0.577352, -0.577352) UV(0.777778, 0.413793) +V 755: Pos(0.4, 8.7, 1.9) Norm(0.577341, 0.577371, -0.577339) UV(0.777778, 0.62069) +V 756: Pos(0.4, 6.0, 2.35) Norm(0.577341, -0.577371, 0.577339) UV(0.524904, 0.873563) +V 757: Pos(0.0, 6.0, 1.9) Norm(-0.577341, -0.577371, -0.577339) UV(0.555556, 0.908046) +V 758: Pos(0.4, 6.0, 1.9) Norm(0.577346, -0.577352, -0.577352) UV(0.524904, 0.908046) +V 759: Pos(0.4, 8.7, 1.9) Norm(0.577341, 0.577371, -0.577339) UV(0.605364, 0.950192) +V 760: Pos(0.0, 6.0, 1.9) Norm(-0.577341, -0.577371, -0.577339) UV(0.636015, 0.743295) +V 761: Pos(0.0, 8.7, 1.9) Norm(-0.577346, 0.577352, -0.577352) UV(0.636015, 0.950192) +V 762: Pos(0.0, 8.7, 2.35) Norm(-0.577341, 0.577371, 0.577339) UV(0.934866, 0.62069) +V 763: Pos(0.4, 6.0, 2.35) Norm(0.577341, -0.577371, 0.577339) UV(0.965517, 0.413793) +V 764: Pos(0.4, 8.7, 2.35) Norm(0.577346, 0.577352, 0.577352) UV(0.965517, 0.62069) +V 765: Pos(0.175, 5.975, 3.1) Norm(-0.577357, -0.577347, 0.577347) UV(0.444445, 0.666667) +V 766: Pos(0.175, 6.025, 2.2) Norm(-0.577357, 0.577347, -0.577347) UV(0.448276, 0.735632) +V 767: Pos(0.175, 5.975, 2.2) Norm(-0.577336, -0.577346, -0.577369) UV(0.444445, 0.735632) +V 768: Pos(0.175, 6.025, 3.1) Norm(-0.577336, 0.577346, 0.577369) UV(0.478928, 0.666667) +V 769: Pos(0.225, 6.025, 2.2) Norm(0.577336, 0.577346, -0.577369) UV(0.482759, 0.735632) +V 770: Pos(0.175, 6.025, 2.2) Norm(-0.577357, 0.577347, -0.577347) UV(0.478928, 0.735632) +V 771: Pos(0.225, 6.025, 3.1) Norm(0.577357, 0.577347, 0.577347) UV(0.574713, 0.666667) +V 772: Pos(0.225, 5.975, 2.2) Norm(0.577357, -0.577347, -0.577347) UV(0.578544, 0.735632) +V 773: Pos(0.225, 6.025, 2.2) Norm(0.577336, 0.577346, -0.577369) UV(0.574713, 0.735632) +V 774: Pos(0.225, 5.975, 3.1) Norm(0.577336, -0.577346, 0.577369) UV(0.578544, 0.666667) +V 775: Pos(0.175, 5.975, 2.2) Norm(-0.577336, -0.577346, -0.577369) UV(0.582376, 0.735632) +V 776: Pos(0.225, 6.025, 2.2) Norm(0.577336, 0.577346, -0.577369) UV(0.302682, 0.911878) +V 777: Pos(0.175, 5.975, 2.2) Norm(-0.577336, -0.577346, -0.577369) UV(0.298851, 0.908046) +V 778: Pos(0.175, 6.025, 2.2) Norm(-0.577357, 0.577347, -0.577347) UV(0.302682, 0.908046) +V 779: Pos(0.175, 6.025, 3.1) Norm(-0.577336, 0.577346, 0.577369) UV(0.314176, 0.911877) +V 780: Pos(0.225, 5.975, 3.1) Norm(0.577336, -0.577346, 0.577369) UV(0.310345, 0.908046) +V 781: Pos(0.225, 6.025, 3.1) Norm(0.577357, 0.577347, 0.577347) UV(0.314176, 0.908046) +V 782: Pos(-0.4, 6.0, 2.5) Norm(-0.577346, -0.577352, 0.577352) UV(0.777778, 0.206897) +V 783: Pos(-0.4, 8.7, 2.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.812261, -0.0) +V 784: Pos(-0.4, 6.0, 2.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.812261, 0.206897) +V 785: Pos(-0.4, 8.7, 2.5) Norm(-0.577341, 0.577371, 0.577339) UV(0.555556, 0.873563) +V 786: Pos(0.0, 8.7, 2.05) Norm(0.577341, 0.577371, -0.577339) UV(0.586207, 0.908046) +V 787: Pos(-0.4, 8.7, 2.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.555556, 0.908046) +V 788: Pos(0.0, 8.7, 2.5) Norm(0.577346, 0.577352, 0.577352) UV(0.777778, 0.413793) +V 789: Pos(0.0, 6.0, 2.05) Norm(0.577346, -0.577352, -0.577352) UV(0.812261, 0.206897) +V 790: Pos(0.0, 8.7, 2.05) Norm(0.577341, 0.577371, -0.577339) UV(0.812261, 0.413793) +V 791: Pos(0.0, 6.0, 2.5) Norm(0.577341, -0.577371, 0.577339) UV(0.885057, 0.827586) +V 792: Pos(-0.4, 6.0, 2.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.915709, 0.862069) +V 793: Pos(0.0, 6.0, 2.05) Norm(0.577346, -0.577352, -0.577352) UV(0.885057, 0.862069) +V 794: Pos(0.0, 8.7, 2.05) Norm(0.577341, 0.577371, -0.577339) UV(0.934866, 0.827586) +V 795: Pos(-0.4, 6.0, 2.05) Norm(-0.577341, -0.577371, -0.577339) UV(0.965517, 0.62069) +V 796: Pos(-0.4, 8.7, 2.05) Norm(-0.577346, 0.577352, -0.577352) UV(0.965517, 0.827586) +V 797: Pos(-0.4, 8.7, 2.5) Norm(-0.577341, 0.577371, 0.577339) UV(0.938697, 0.206897) +V 798: Pos(0.0, 6.0, 2.5) Norm(0.577341, -0.577371, 0.577339) UV(0.969349, 0.0) +V 799: Pos(0.0, 8.7, 2.5) Norm(0.577346, 0.577352, 0.577352) UV(0.969349, 0.206897) +V 800: Pos(-0.225, 5.975, 3.25) Norm(-0.577357, -0.577347, 0.577347) UV(0.582376, 0.666667) +V 801: Pos(-0.225, 6.025, 2.35) Norm(-0.577357, 0.577347, -0.577347) UV(0.586207, 0.735632) +V 802: Pos(-0.225, 5.975, 2.35) Norm(-0.577336, -0.577346, -0.577369) UV(0.582376, 0.735632) +V 803: Pos(-0.225, 6.025, 3.25) Norm(-0.577336, 0.577346, 0.577369) UV(0.586207, 0.666667) +V 804: Pos(-0.175, 6.025, 2.35) Norm(0.577336, 0.577346, -0.577369) UV(0.590039, 0.735632) +V 805: Pos(-0.175, 6.025, 3.25) Norm(0.577357, 0.577347, 0.577347) UV(0.590039, 0.666667) +V 806: Pos(-0.175, 5.975, 2.35) Norm(0.577357, -0.577347, -0.577347) UV(0.59387, 0.735632) +V 807: Pos(-0.175, 5.975, 3.25) Norm(0.577336, -0.577346, 0.577369) UV(0.597702, 0.666667) +V 808: Pos(-0.225, 5.975, 2.35) Norm(-0.577336, -0.577346, -0.577369) UV(0.601533, 0.735632) +V 809: Pos(-0.175, 5.975, 2.35) Norm(0.577357, -0.577347, -0.577347) UV(0.597702, 0.735632) +V 810: Pos(-0.175, 6.025, 2.35) Norm(0.577336, 0.577346, -0.577369) UV(0.318008, 0.911877) +V 811: Pos(-0.225, 5.975, 2.35) Norm(-0.577336, -0.577346, -0.577369) UV(0.314176, 0.908046) +V 812: Pos(-0.225, 6.025, 2.35) Norm(-0.577357, 0.577347, -0.577347) UV(0.318008, 0.908046) +V 813: Pos(-0.225, 6.025, 3.25) Norm(-0.577336, 0.577346, 0.577369) UV(0.321839, 0.911877) +V 814: Pos(-0.175, 5.975, 3.25) Norm(0.577336, -0.577346, 0.577369) UV(0.318008, 0.908046) +V 815: Pos(-0.175, 6.025, 3.25) Norm(0.577357, 0.577347, 0.577347) UV(0.321839, 0.908046) +V 816: Pos(-0.8, 6.0, 2.65) Norm(-0.577346, -0.577352, 0.577352) UV(0.777778, 0.62069) +V 817: Pos(-0.8, 8.7, 2.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.812261, 0.413793) +V 818: Pos(-0.8, 6.0, 2.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.812261, 0.62069) +V 819: Pos(-0.8, 8.7, 2.65) Norm(-0.577341, 0.577371, 0.577339) UV(0.885057, 0.862069) +V 820: Pos(-0.4, 8.7, 2.2) Norm(0.577341, 0.577371, -0.577339) UV(0.915709, 0.896552) +V 821: Pos(-0.8, 8.7, 2.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.885057, 0.896552) +V 822: Pos(-0.4, 8.7, 2.65) Norm(0.577346, 0.577352, 0.577352) UV(0.639847, 0.827586) +V 823: Pos(-0.4, 6.0, 2.2) Norm(0.577346, -0.577352, -0.577352) UV(0.67433, 0.62069) +V 824: Pos(-0.4, 8.7, 2.2) Norm(0.577341, 0.577371, -0.577339) UV(0.67433, 0.827586) +V 825: Pos(-0.4, 6.0, 2.65) Norm(0.577341, -0.577371, 0.577339) UV(0.639847, 0.896552) +V 826: Pos(-0.8, 6.0, 2.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.670498, 0.931035) +V 827: Pos(-0.4, 6.0, 2.2) Norm(0.577346, -0.577352, -0.577352) UV(0.639847, 0.931035) +V 828: Pos(-0.4, 8.7, 2.2) Norm(0.577341, 0.577371, -0.577339) UV(0.938697, 0.413793) +V 829: Pos(-0.8, 6.0, 2.2) Norm(-0.577341, -0.577371, -0.577339) UV(0.969349, 0.206897) +V 830: Pos(-0.8, 8.7, 2.2) Norm(-0.577346, 0.577352, -0.577352) UV(0.969349, 0.413793) +V 831: Pos(-0.8, 8.7, 2.65) Norm(-0.577341, 0.577371, 0.577339) UV(0.965517, 0.62069) +V 832: Pos(-0.4, 6.0, 2.65) Norm(0.577341, -0.577371, 0.577339) UV(0.996169, 0.413793) +V 833: Pos(-0.4, 8.7, 2.65) Norm(0.577346, 0.577352, 0.577352) UV(0.996169, 0.62069) +V 834: Pos(-0.625, 5.975, 3.4) Norm(-0.577357, -0.577347, 0.577347) UV(0.59387, 0.666667) +V 835: Pos(-0.625, 6.025, 2.5) Norm(-0.577357, 0.577347, -0.577347) UV(0.597702, 0.735632) +V 836: Pos(-0.625, 5.975, 2.5) Norm(-0.577336, -0.577346, -0.577369) UV(0.59387, 0.735632) +V 837: Pos(-0.625, 6.025, 3.4) Norm(-0.577336, 0.577346, 0.577369) UV(0.306514, 0.735632) +V 838: Pos(-0.575, 6.025, 2.5) Norm(0.577336, 0.577346, -0.577369) UV(0.310345, 0.804598) +V 839: Pos(-0.625, 6.025, 2.5) Norm(-0.577357, 0.577347, -0.577347) UV(0.306514, 0.804598) +V 840: Pos(-0.575, 6.025, 3.4) Norm(0.577357, 0.577347, 0.577347) UV(0.340996, 0.735632) +V 841: Pos(-0.575, 5.975, 2.5) Norm(0.577357, -0.577347, -0.577347) UV(0.344828, 0.804598) +V 842: Pos(-0.575, 6.025, 2.5) Norm(0.577336, 0.577346, -0.577369) UV(0.340996, 0.804598) +V 843: Pos(-0.575, 5.975, 3.4) Norm(0.577336, -0.577346, 0.577369) UV(0.375479, 0.735632) +V 844: Pos(-0.625, 5.975, 2.5) Norm(-0.577336, -0.577346, -0.577369) UV(0.379311, 0.804598) +V 845: Pos(-0.575, 5.975, 2.5) Norm(0.577357, -0.577347, -0.577347) UV(0.375479, 0.804598) +V 846: Pos(-0.575, 6.025, 2.5) Norm(0.577336, 0.577346, -0.577369) UV(0.455939, 0.911877) +V 847: Pos(-0.625, 5.975, 2.5) Norm(-0.577336, -0.577346, -0.577369) UV(0.452107, 0.908046) +V 848: Pos(-0.625, 6.025, 2.5) Norm(-0.577357, 0.577347, -0.577347) UV(0.455939, 0.908046) +V 849: Pos(-0.625, 6.025, 3.4) Norm(-0.577336, 0.577346, 0.577369) UV(0.45977, 0.911877) +V 850: Pos(-0.575, 5.975, 3.4) Norm(0.577336, -0.577346, 0.577369) UV(0.455939, 0.908046) +V 851: Pos(-0.575, 6.025, 3.4) Norm(0.577357, 0.577347, 0.577347) UV(0.45977, 0.908046) +V 852: Pos(-1.2, 6.0, 2.8) Norm(-0.577346, -0.577352, 0.577352) UV(0.67433, 0.827586) +V 853: Pos(-1.2, 8.7, 2.35) Norm(-0.577346, 0.577352, -0.577352) UV(0.708813, 0.62069) +V 854: Pos(-1.2, 6.0, 2.35) Norm(-0.577341, -0.577371, -0.577339) UV(0.708812, 0.827586) +V 855: Pos(-1.2, 8.7, 2.8) Norm(-0.577341, 0.577371, 0.577339) UV(0.670498, 0.896552) +V 856: Pos(-0.8, 8.7, 2.35) Norm(0.577341, 0.577371, -0.577339) UV(0.70115, 0.931034) +V 857: Pos(-1.2, 8.7, 2.35) Norm(-0.577346, 0.577352, -0.577352) UV(0.670498, 0.931034) +V 858: Pos(-0.8, 8.7, 2.8) Norm(0.577346, 0.577352, 0.577352) UV(0.708812, 0.827586) +V 859: Pos(-0.8, 6.0, 2.35) Norm(0.577346, -0.577352, -0.577352) UV(0.743295, 0.62069) +V 860: Pos(-0.8, 8.7, 2.35) Norm(0.577341, 0.577371, -0.577339) UV(0.743295, 0.827586) +V 861: Pos(-0.8, 6.0, 2.8) Norm(0.577341, -0.577371, 0.577339) UV(0.70115, 0.896552) +V 862: Pos(-1.2, 6.0, 2.35) Norm(-0.577341, -0.577371, -0.577339) UV(0.731801, 0.931034) +V 863: Pos(-0.8, 6.0, 2.35) Norm(0.577346, -0.577352, -0.577352) UV(0.70115, 0.931034) +V 864: Pos(-0.8, 8.7, 2.35) Norm(0.577341, 0.577371, -0.577339) UV(0.965517, 0.827586) +V 865: Pos(-1.2, 6.0, 2.35) Norm(-0.577341, -0.577371, -0.577339) UV(0.996169, 0.62069) +V 866: Pos(-1.2, 8.7, 2.35) Norm(-0.577346, 0.577352, -0.577352) UV(0.996169, 0.827586) +V 867: Pos(-1.2, 8.7, 2.8) Norm(-0.577341, 0.577371, 0.577339) UV(0.969349, 0.206897) +V 868: Pos(-0.8, 6.0, 2.8) Norm(0.577341, -0.577371, 0.577339) UV(1.0, 0.0) +V 869: Pos(-0.8, 8.7, 2.8) Norm(0.577346, 0.577352, 0.577352) UV(1.0, 0.206897) +V 870: Pos(-1.025, 5.975, 3.55) Norm(-0.577357, -0.577347, 0.577347) UV(0.409962, 0.735632) +V 871: Pos(-1.025, 6.025, 2.65) Norm(-0.577357, 0.577347, -0.577347) UV(0.413793, 0.804598) +V 872: Pos(-1.025, 5.975, 2.65) Norm(-0.577336, -0.577346, -0.577369) UV(0.409962, 0.804598) +V 873: Pos(-1.025, 6.025, 3.55) Norm(-0.577336, 0.577346, 0.577369) UV(0.444445, 0.735632) +V 874: Pos(-0.975, 6.025, 2.65) Norm(0.577336, 0.577346, -0.577369) UV(0.448276, 0.804598) +V 875: Pos(-1.025, 6.025, 2.65) Norm(-0.577357, 0.577347, -0.577347) UV(0.444445, 0.804598) +V 876: Pos(-0.975, 6.025, 3.55) Norm(0.577357, 0.577347, 0.577347) UV(0.478927, 0.735632) +V 877: Pos(-0.975, 5.975, 2.65) Norm(0.577357, -0.577347, -0.577347) UV(0.482759, 0.804598) +V 878: Pos(-0.975, 6.025, 2.65) Norm(0.577336, 0.577346, -0.577369) UV(0.478927, 0.804598) +V 879: Pos(-0.975, 5.975, 3.55) Norm(0.577336, -0.577346, 0.577369) UV(0.574713, 0.735632) +V 880: Pos(-1.025, 5.975, 2.65) Norm(-0.577336, -0.577346, -0.577369) UV(0.578544, 0.804598) +V 881: Pos(-0.975, 5.975, 2.65) Norm(0.577357, -0.577347, -0.577347) UV(0.574713, 0.804598) +V 882: Pos(-0.975, 6.025, 2.65) Norm(0.577336, 0.577346, -0.577369) UV(0.467433, 0.911878) +V 883: Pos(-1.025, 5.975, 2.65) Norm(-0.577336, -0.577346, -0.577369) UV(0.463602, 0.908046) +V 884: Pos(-1.025, 6.025, 2.65) Norm(-0.577357, 0.577347, -0.577347) UV(0.467433, 0.908046) +V 885: Pos(-1.025, 6.025, 3.55) Norm(-0.577336, 0.577346, 0.577369) UV(0.471264, 0.911878) +V 886: Pos(-0.975, 5.975, 3.55) Norm(0.577336, -0.577346, 0.577369) UV(0.467433, 0.908046) +V 887: Pos(-0.975, 6.025, 3.55) Norm(0.577357, 0.577347, 0.577347) UV(0.471264, 0.908046) +V 888: Pos(-1.6, 6.0, 2.95) Norm(-0.577346, -0.577352, 0.577352) UV(0.743295, 0.827586) +V 889: Pos(-1.6, 8.7, 2.5) Norm(-0.577346, 0.577352, -0.577352) UV(0.777778, 0.62069) +V 890: Pos(-1.6, 6.0, 2.5) Norm(-0.577341, -0.577371, -0.577339) UV(0.777778, 0.827586) +V 891: Pos(-1.6, 8.7, 2.95) Norm(-0.577341, 0.577371, 0.577339) UV(0.70115, 0.862069) +V 892: Pos(-1.2, 8.7, 2.5) Norm(0.577341, 0.577371, -0.577339) UV(0.731801, 0.896552) +V 893: Pos(-1.6, 8.7, 2.5) Norm(-0.577346, 0.577352, -0.577352) UV(0.70115, 0.896552) +V 894: Pos(-1.2, 8.7, 2.95) Norm(0.577346, 0.577352, 0.577352) UV(0.777778, 0.827586) +V 895: Pos(-1.2, 6.0, 2.5) Norm(0.577346, -0.577352, -0.577352) UV(0.812261, 0.62069) +V 896: Pos(-1.2, 8.7, 2.5) Norm(0.577341, 0.577371, -0.577339) UV(0.812261, 0.827586) +V 897: Pos(-1.2, 6.0, 2.95) Norm(0.577341, -0.577371, 0.577339) UV(0.731801, 0.862069) +V 898: Pos(-1.6, 6.0, 2.5) Norm(-0.577341, -0.577371, -0.577339) UV(0.762452, 0.896552) +V 899: Pos(-1.2, 6.0, 2.5) Norm(0.577346, -0.577352, -0.577352) UV(0.731801, 0.896552) +V 900: Pos(-1.2, 8.7, 2.5) Norm(0.577341, 0.577371, -0.577339) UV(0.122605, 0.873563) +V 901: Pos(-1.6, 6.0, 2.5) Norm(-0.577341, -0.577371, -0.577339) UV(0.153257, 0.666667) +V 902: Pos(-1.6, 8.7, 2.5) Norm(-0.577346, 0.577352, -0.577352) UV(0.153257, 0.873563) +V 903: Pos(-1.6, 8.7, 2.95) Norm(-0.577341, 0.577371, 0.577339) UV(0.153257, 0.873563) +V 904: Pos(-1.2, 6.0, 2.95) Norm(0.577341, -0.577371, 0.577339) UV(0.183908, 0.666667) +V 905: Pos(-1.2, 8.7, 2.95) Norm(0.577346, 0.577352, 0.577352) UV(0.183908, 0.873563) +V 906: Pos(-1.425, 5.975, 3.7) Norm(-0.577357, -0.577347, 0.577347) UV(0.578544, 0.735632) +V 907: Pos(-1.425, 6.025, 2.8) Norm(-0.577357, 0.577347, -0.577347) UV(0.582376, 0.804598) +V 908: Pos(-1.425, 5.975, 2.8) Norm(-0.577336, -0.577346, -0.577369) UV(0.578544, 0.804598) +V 909: Pos(-1.425, 6.025, 3.7) Norm(-0.577336, 0.577346, 0.577369) UV(0.582376, 0.735632) +V 910: Pos(-1.375, 6.025, 2.8) Norm(0.577336, 0.577346, -0.577369) UV(0.586207, 0.804598) +V 911: Pos(-1.375, 6.025, 3.7) Norm(0.577357, 0.577347, 0.577347) UV(0.586207, 0.735632) +V 912: Pos(-1.375, 5.975, 2.8) Norm(0.577357, -0.577347, -0.577347) UV(0.590039, 0.804598) +V 913: Pos(-1.375, 5.975, 3.7) Norm(0.577336, -0.577346, 0.577369) UV(0.590039, 0.735632) +V 914: Pos(-1.425, 5.975, 2.8) Norm(-0.577336, -0.577346, -0.577369) UV(0.59387, 0.804598) +V 915: Pos(-1.375, 6.025, 2.8) Norm(0.577336, 0.577346, -0.577369) UV(0.475096, 0.911877) +V 916: Pos(-1.425, 5.975, 2.8) Norm(-0.577336, -0.577346, -0.577369) UV(0.471264, 0.908046) +V 917: Pos(-1.425, 6.025, 2.8) Norm(-0.577357, 0.577347, -0.577347) UV(0.475096, 0.908046) +V 918: Pos(-1.425, 6.025, 3.7) Norm(-0.577336, 0.577346, 0.577369) UV(0.478927, 0.911877) +V 919: Pos(-1.375, 5.975, 3.7) Norm(0.577336, -0.577346, 0.577369) UV(0.475096, 0.908046) +V 920: Pos(-1.375, 6.025, 3.7) Norm(0.577357, 0.577347, 0.577347) UV(0.478927, 0.908046) +V 921: Pos(-2.0, 6.0, 3.1) Norm(-0.577346, -0.577352, 0.577352) UV(0.812261, 0.206897) +V 922: Pos(-2.0, 8.7, 2.65) Norm(-0.577346, 0.577352, -0.577352) UV(0.846743, -0.0) +V 923: Pos(-2.0, 6.0, 2.65) Norm(-0.577341, -0.577371, -0.577339) UV(0.846743, 0.206897) +V 924: Pos(-2.0, 8.7, 3.1) Norm(-0.577341, 0.577371, 0.577339) UV(0.70115, 0.827586) +V 925: Pos(-1.6, 8.7, 2.65) Norm(0.577341, 0.577371, -0.577339) UV(0.731801, 0.862069) +V 926: Pos(-2.0, 8.7, 2.65) Norm(-0.577346, 0.577352, -0.577352) UV(0.70115, 0.862069) +V 927: Pos(-1.6, 8.7, 3.1) Norm(0.577346, 0.577352, 0.577352) UV(0.812261, 0.413793) +V 928: Pos(-1.6, 6.0, 2.65) Norm(0.577346, -0.577352, -0.577352) UV(0.846744, 0.206897) +V 929: Pos(-1.6, 8.7, 2.65) Norm(0.577341, 0.577371, -0.577339) UV(0.846744, 0.413793) +V 930: Pos(-1.6, 6.0, 3.1) Norm(0.577341, -0.577371, 0.577339) UV(0.731801, 0.827586) +V 931: Pos(-2.0, 6.0, 2.65) Norm(-0.577341, -0.577371, -0.577339) UV(0.762452, 0.862069) +V 932: Pos(-1.6, 6.0, 2.65) Norm(0.577346, -0.577352, -0.577352) UV(0.731801, 0.862069) +V 933: Pos(-1.6, 8.7, 2.65) Norm(0.577341, 0.577371, -0.577339) UV(0.0, 0.873563) +V 934: Pos(-2.0, 6.0, 2.65) Norm(-0.577341, -0.577371, -0.577339) UV(0.030651, 0.666667) +V 935: Pos(-2.0, 8.7, 2.65) Norm(-0.577346, 0.577352, -0.577352) UV(0.030651, 0.873563) +V 936: Pos(-2.0, 8.7, 3.1) Norm(-0.577341, 0.577371, 0.577339) UV(0.030651, 0.873563) +V 937: Pos(-1.6, 6.0, 3.1) Norm(0.577341, -0.577371, 0.577339) UV(0.061303, 0.666667) +V 938: Pos(-1.6, 8.7, 3.1) Norm(0.577346, 0.577352, 0.577352) UV(0.061303, 0.873563) +V 939: Pos(-1.825, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.59387, 0.735632) +V 940: Pos(-1.825, 6.025, 2.95) Norm(-0.577357, 0.577347, -0.577347) UV(0.597702, 0.804598) +V 941: Pos(-1.825, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.59387, 0.804598) +V 942: Pos(-1.825, 6.025, 3.85) Norm(-0.577336, 0.577346, 0.577369) UV(0.597702, 0.735632) +V 943: Pos(-1.775, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.601533, 0.804598) +V 944: Pos(-1.775, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.636015, 0.743295) +V 945: Pos(-1.775, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.639847, 0.812261) +V 946: Pos(-1.775, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.636015, 0.812261) +V 947: Pos(-1.775, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.306514, 0.804598) +V 948: Pos(-1.825, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.310345, 0.873563) +V 949: Pos(-1.775, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.306514, 0.873563) +V 950: Pos(-1.775, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.482759, 0.911877) +V 951: Pos(-1.825, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.478927, 0.908046) +V 952: Pos(-1.825, 6.025, 2.95) Norm(-0.577357, 0.577347, -0.577347) UV(0.482759, 0.908046) +V 953: Pos(-1.825, 6.025, 3.85) Norm(-0.577336, 0.577346, 0.577369) UV(0.48659, 0.911877) +V 954: Pos(-1.775, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.482759, 0.908046) +V 955: Pos(-1.775, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.48659, 0.908046) +V 956: Pos(-2.2, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.340996, 0.804598) +V 957: Pos(-2.2, 6.025, 2.95) Norm(-0.577357, 0.577347, -0.577347) UV(0.344828, 0.873563) +V 958: Pos(-2.2, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.340996, 0.873563) +V 959: Pos(-2.2, 6.025, 3.85) Norm(-0.577336, 0.577346, 0.577369) UV(0.375479, 0.804598) +V 960: Pos(-2.15, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.379311, 0.873563) +V 961: Pos(-2.2, 6.025, 2.95) Norm(-0.577357, 0.577347, -0.577347) UV(0.375479, 0.873563) +V 962: Pos(-2.15, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.409962, 0.804598) +V 963: Pos(-2.15, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.413793, 0.873563) +V 964: Pos(-2.15, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.409962, 0.873563) +V 965: Pos(-2.15, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.444445, 0.804598) +V 966: Pos(-2.2, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.448276, 0.873563) +V 967: Pos(-2.15, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.444445, 0.873563) +V 968: Pos(-2.15, 6.025, 2.95) Norm(0.577336, 0.577346, -0.577369) UV(0.490422, 0.911877) +V 969: Pos(-2.2, 5.975, 2.95) Norm(-0.577336, -0.577346, -0.577369) UV(0.48659, 0.908046) +V 970: Pos(-2.2, 6.025, 2.95) Norm(-0.577357, 0.577347, -0.577347) UV(0.490422, 0.908046) +V 971: Pos(-2.2, 6.025, 3.85) Norm(-0.577336, 0.577346, 0.577369) UV(0.498084, 0.911877) +V 972: Pos(-2.15, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.494253, 0.908046) +V 973: Pos(-2.15, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.498084, 0.908046) +V 974: Pos(1.798, 5.97, 2.525) Norm(-0.577368, -0.577341, 0.577341) UV(0.275862, 0.912644) +V 975: Pos(1.798, 6.03, 2.475) Norm(-0.577368, 0.577341, -0.577341) UV(0.279694, 0.908046) +V 976: Pos(1.798, 5.97, 2.475) Norm(-0.57735, -0.577353, -0.577348) UV(0.279694, 0.912644) +V 977: Pos(1.798, 6.03, 2.525) Norm(-0.57735, 0.577353, 0.577348) UV(0.245211, 0.939004) +V 978: Pos(2.202, 6.03, 2.475) Norm(0.57735, 0.577353, -0.577348) UV(0.249042, 0.908046) +V 979: Pos(1.798, 6.03, 2.475) Norm(-0.577368, 0.577341, -0.577341) UV(0.249042, 0.939004) +V 980: Pos(2.202, 6.03, 2.525) Norm(0.577368, 0.577341, 0.577341) UV(0.279694, 0.912644) +V 981: Pos(2.202, 5.97, 2.475) Norm(0.577368, -0.577341, -0.577341) UV(0.283525, 0.908046) +V 982: Pos(2.202, 6.03, 2.475) Norm(0.57735, 0.577353, -0.577348) UV(0.283525, 0.912644) +V 983: Pos(2.202, 5.97, 2.525) Norm(0.57735, -0.577353, 0.577348) UV(0.249042, 0.939004) +V 984: Pos(1.798, 5.97, 2.475) Norm(-0.57735, -0.577353, -0.577348) UV(0.252874, 0.908046) +V 985: Pos(2.202, 5.97, 2.475) Norm(0.577368, -0.577341, -0.577341) UV(0.252874, 0.939004) +V 986: Pos(2.202, 6.03, 2.475) Norm(0.57735, 0.577353, -0.577348) UV(0.07816, 0.939004) +V 987: Pos(1.798, 5.97, 2.475) Norm(-0.57735, -0.577353, -0.577348) UV(0.073563, 0.908046) +V 988: Pos(1.798, 6.03, 2.475) Norm(-0.577368, 0.577341, -0.577341) UV(0.07816, 0.908046) +V 989: Pos(1.798, 6.03, 2.525) Norm(-0.57735, 0.577353, 0.577348) UV(0.082758, 0.939004) +V 990: Pos(2.202, 5.97, 2.525) Norm(0.57735, -0.577353, 0.577348) UV(0.07816, 0.908046) +V 991: Pos(2.202, 6.03, 2.525) Norm(0.577368, 0.577341, 0.577341) UV(0.082758, 0.908046) +V 992: Pos(1.793222, 5.97, 2.475842) Norm(0.337886, -0.577339, -0.743312) UV(0.60512, 0.579311) +V 993: Pos(1.810779, 6.03, 2.522658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.583908) +V 994: Pos(1.810779, 5.97, 2.522658) Norm(0.743313, -0.577353, 0.337859) UV(0.601533, 0.579311) +V 995: Pos(1.793222, 6.03, 2.475842) Norm(0.337866, 0.577348, -0.743314) UV(0.206897, 0.941109) +V 996: Pos(1.406778, 6.03, 2.674158) Norm(-0.337866, 0.577348, 0.743314) UV(0.210728, 0.908046) +V 997: Pos(1.810779, 6.03, 2.522658) Norm(0.743327, 0.577344, 0.337844) UV(0.210728, 0.941109) +V 998: Pos(1.389222, 6.03, 2.627342) Norm(-0.743327, 0.577344, -0.337844) UV(0.60512, 0.583908) +V 999: Pos(1.406778, 5.97, 2.674158) Norm(-0.337886, -0.577339, 0.743312) UV(0.601533, 0.588506) +V 1000: Pos(1.406778, 6.03, 2.674158) Norm(-0.337866, 0.577348, 0.743314) UV(0.601533, 0.583908) +V 1001: Pos(1.406778, 5.97, 2.674158) Norm(-0.337886, -0.577339, 0.743312) UV(0.210728, 0.908046) +V 1002: Pos(1.793222, 5.97, 2.475842) Norm(0.337886, -0.577339, -0.743312) UV(0.214559, 0.941109) +V 1003: Pos(1.810779, 5.97, 2.522658) Norm(0.743313, -0.577353, 0.337859) UV(0.210728, 0.941109) +V 1004: Pos(1.406778, 6.03, 2.674158) Norm(-0.337866, 0.577348, 0.743314) UV(0.004598, 0.939004) +V 1005: Pos(1.810779, 5.97, 2.522658) Norm(0.743313, -0.577353, 0.337859) UV(0.0, 0.908046) +V 1006: Pos(1.810779, 6.03, 2.522658) Norm(0.743327, 0.577344, 0.337844) UV(0.004598, 0.908046) +V 1007: Pos(1.793222, 6.03, 2.475842) Norm(0.337866, 0.577348, -0.743314) UV(0.009195, 0.939004) +V 1008: Pos(1.389222, 5.97, 2.627342) Norm(-0.743313, -0.577353, -0.337858) UV(0.004598, 0.908046) +V 1009: Pos(1.389222, 6.03, 2.627342) Norm(-0.743327, 0.577344, -0.337844) UV(0.009195, 0.908046) +V 1010: Pos(1.393222, 5.97, 2.625842) Norm(0.337891, -0.577341, -0.743308) UV(0.605121, 0.542529) +V 1011: Pos(1.410778, 6.03, 2.672658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.547127) +V 1012: Pos(1.410778, 5.97, 2.672658) Norm(0.743308, -0.577354, 0.337869) UV(0.601533, 0.542529) +V 1013: Pos(1.393222, 6.03, 2.625842) Norm(0.337868, 0.577348, -0.743313) UV(0.091953, 0.941109) +V 1014: Pos(1.006778, 6.03, 2.824158) Norm(-0.337868, 0.577348, 0.743313) UV(0.095785, 0.908046) +V 1015: Pos(1.410778, 6.03, 2.672658) Norm(0.743327, 0.577344, 0.337844) UV(0.095785, 0.941109) +V 1016: Pos(0.989222, 6.03, 2.777342) Norm(-0.743327, 0.577344, -0.337844) UV(0.605121, 0.547127) +V 1017: Pos(1.006778, 5.97, 2.824158) Norm(-0.33789, -0.577341, 0.743309) UV(0.601533, 0.551725) +V 1018: Pos(1.006778, 6.03, 2.824158) Norm(-0.337868, 0.577348, 0.743313) UV(0.601533, 0.547127) +V 1019: Pos(0.989222, 5.97, 2.777342) Norm(-0.743309, -0.577354, -0.337868) UV(0.099616, 0.908046) +V 1020: Pos(1.410778, 5.97, 2.672658) Norm(0.743308, -0.577354, 0.337869) UV(0.095785, 0.941109) +V 1021: Pos(1.006778, 5.97, 2.824158) Norm(-0.33789, -0.577341, 0.743309) UV(0.095785, 0.908046) +V 1022: Pos(1.006778, 6.03, 2.824158) Norm(-0.337868, 0.577348, 0.743313) UV(0.013793, 0.939004) +V 1023: Pos(1.410778, 5.97, 2.672658) Norm(0.743308, -0.577354, 0.337869) UV(0.009195, 0.908046) +V 1024: Pos(1.410778, 6.03, 2.672658) Norm(0.743327, 0.577344, 0.337844) UV(0.013793, 0.908046) +V 1025: Pos(1.393222, 6.03, 2.625842) Norm(0.337868, 0.577348, -0.743313) UV(0.018391, 0.939004) +V 1026: Pos(0.989222, 5.97, 2.777342) Norm(-0.743309, -0.577354, -0.337868) UV(0.013793, 0.908046) +V 1027: Pos(0.989222, 6.03, 2.777342) Norm(-0.743327, 0.577344, -0.337844) UV(0.018391, 0.908046) +V 1028: Pos(0.993222, 5.97, 2.775842) Norm(0.337886, -0.577339, -0.743312) UV(0.60512, 0.588506) +V 1029: Pos(1.010778, 6.03, 2.822658) Norm(0.743327, 0.577345, 0.337843) UV(0.601533, 0.593104) +V 1030: Pos(1.010778, 5.97, 2.822658) Norm(0.743314, -0.577353, 0.337859) UV(0.601533, 0.588506) +V 1031: Pos(0.993222, 6.03, 2.775842) Norm(0.337866, 0.577347, -0.743315) UV(0.199234, 0.941109) +V 1032: Pos(0.606778, 6.03, 2.974158) Norm(-0.337866, 0.577348, 0.743315) UV(0.203065, 0.908046) +V 1033: Pos(1.010778, 6.03, 2.822658) Norm(0.743327, 0.577345, 0.337843) UV(0.203065, 0.941109) +V 1034: Pos(0.589222, 6.03, 2.927342) Norm(-0.743327, 0.577344, -0.337843) UV(0.60512, 0.593104) +V 1035: Pos(0.606778, 5.97, 2.974158) Norm(-0.337886, -0.577338, 0.743312) UV(0.601533, 0.597701) +V 1036: Pos(0.606778, 6.03, 2.974158) Norm(-0.337866, 0.577348, 0.743315) UV(0.601533, 0.593104) +V 1037: Pos(0.606778, 5.97, 2.974158) Norm(-0.337886, -0.577338, 0.743312) UV(0.203065, 0.908046) +V 1038: Pos(0.993222, 5.97, 2.775842) Norm(0.337886, -0.577339, -0.743312) UV(0.206897, 0.941109) +V 1039: Pos(1.010778, 5.97, 2.822658) Norm(0.743314, -0.577353, 0.337859) UV(0.203065, 0.941109) +V 1040: Pos(0.606778, 6.03, 2.974158) Norm(-0.337866, 0.577348, 0.743315) UV(0.022988, 0.939004) +V 1041: Pos(1.010778, 5.97, 2.822658) Norm(0.743314, -0.577353, 0.337859) UV(0.018391, 0.908046) +V 1042: Pos(1.010778, 6.03, 2.822658) Norm(0.743327, 0.577345, 0.337843) UV(0.022988, 0.908046) +V 1043: Pos(0.993222, 6.03, 2.775842) Norm(0.337866, 0.577347, -0.743315) UV(0.027586, 0.939004) +V 1044: Pos(0.589222, 5.97, 2.927342) Norm(-0.743314, -0.577353, -0.337858) UV(0.022988, 0.908046) +V 1045: Pos(0.589222, 6.03, 2.927342) Norm(-0.743327, 0.577344, -0.337843) UV(0.027586, 0.908046) +V 1046: Pos(0.593222, 5.97, 2.925842) Norm(0.33789, -0.577341, -0.743308) UV(0.60512, 0.551725) +V 1047: Pos(0.610778, 6.03, 2.972658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.556322) +V 1048: Pos(0.610778, 5.97, 2.972658) Norm(0.743308, -0.577353, 0.33787) UV(0.601533, 0.551725) +V 1049: Pos(0.593222, 6.03, 2.925842) Norm(0.337866, 0.577348, -0.743314) UV(0.114942, 0.941109) +V 1050: Pos(0.206778, 6.03, 3.124158) Norm(-0.337867, 0.577348, 0.743314) UV(0.118773, 0.908046) +V 1051: Pos(0.610778, 6.03, 2.972658) Norm(0.743327, 0.577344, 0.337844) UV(0.118773, 0.941109) +V 1052: Pos(0.189221, 6.03, 3.077342) Norm(-0.743326, 0.577344, -0.337845) UV(0.60512, 0.556322) +V 1053: Pos(0.206778, 5.97, 3.124158) Norm(-0.33789, -0.577341, 0.743309) UV(0.601533, 0.56092) +V 1054: Pos(0.206778, 6.03, 3.124158) Norm(-0.337867, 0.577348, 0.743314) UV(0.601533, 0.556322) +V 1055: Pos(0.189221, 5.97, 3.077342) Norm(-0.743308, -0.577354, -0.33787) UV(0.122605, 0.908046) +V 1056: Pos(0.610778, 5.97, 2.972658) Norm(0.743308, -0.577353, 0.33787) UV(0.118773, 0.941109) +V 1057: Pos(0.206778, 5.97, 3.124158) Norm(-0.33789, -0.577341, 0.743309) UV(0.118773, 0.908046) +V 1058: Pos(0.206778, 6.03, 3.124158) Norm(-0.337867, 0.577348, 0.743314) UV(0.032184, 0.939004) +V 1059: Pos(0.610778, 5.97, 2.972658) Norm(0.743308, -0.577353, 0.33787) UV(0.027586, 0.908046) +V 1060: Pos(0.610778, 6.03, 2.972658) Norm(0.743327, 0.577344, 0.337844) UV(0.032184, 0.908046) +V 1061: Pos(0.593222, 6.03, 2.925842) Norm(0.337866, 0.577348, -0.743314) UV(0.933335, 0.92751) +V 1062: Pos(0.189221, 5.97, 3.077342) Norm(-0.743308, -0.577354, -0.33787) UV(0.928737, 0.896552) +V 1063: Pos(0.189221, 6.03, 3.077342) Norm(-0.743326, 0.577344, -0.337845) UV(0.933335, 0.896552) +V 1064: Pos(0.193222, 5.97, 3.075842) Norm(0.337887, -0.577342, -0.743309) UV(0.60512, 0.597701) +V 1065: Pos(0.210778, 6.03, 3.122658) Norm(0.743326, 0.577341, 0.337852) UV(0.601533, 0.602299) +V 1066: Pos(0.210778, 5.97, 3.122658) Norm(0.743311, -0.577352, 0.337866) UV(0.601533, 0.597701) +V 1067: Pos(0.193222, 6.03, 3.075842) Norm(0.337866, 0.577354, -0.74331) UV(0.222222, 0.941109) +V 1068: Pos(-0.193222, 6.03, 3.274158) Norm(-0.337866, 0.577354, 0.743309) UV(0.226054, 0.908046) +V 1069: Pos(0.210778, 6.03, 3.122658) Norm(0.743326, 0.577341, 0.337852) UV(0.226054, 0.941109) +V 1070: Pos(-0.210778, 6.03, 3.227342) Norm(-0.743326, 0.577341, -0.337853) UV(0.60512, 0.602299) +V 1071: Pos(-0.193222, 5.97, 3.274158) Norm(-0.337887, -0.577342, 0.743309) UV(0.601533, 0.606897) +V 1072: Pos(-0.193222, 6.03, 3.274158) Norm(-0.337866, 0.577354, 0.743309) UV(0.601533, 0.602299) +V 1073: Pos(-0.210778, 5.97, 3.227342) Norm(-0.74331, -0.577353, -0.337866) UV(0.229885, 0.908046) +V 1074: Pos(0.210778, 5.97, 3.122658) Norm(0.743311, -0.577352, 0.337866) UV(0.226054, 0.941109) +V 1075: Pos(-0.193222, 5.97, 3.274158) Norm(-0.337887, -0.577342, 0.743309) UV(0.226054, 0.908046) +V 1076: Pos(-0.193222, 6.03, 3.274158) Norm(-0.337866, 0.577354, 0.743309) UV(0.087356, 0.939004) +V 1077: Pos(0.210778, 5.97, 3.122658) Norm(0.743311, -0.577352, 0.337866) UV(0.082758, 0.908046) +V 1078: Pos(0.210778, 6.03, 3.122658) Norm(0.743326, 0.577341, 0.337852) UV(0.087356, 0.908046) +V 1079: Pos(0.193222, 6.03, 3.075842) Norm(0.337866, 0.577354, -0.74331) UV(0.091953, 0.939004) +V 1080: Pos(-0.210778, 5.97, 3.227342) Norm(-0.74331, -0.577353, -0.337866) UV(0.087356, 0.908046) +V 1081: Pos(-0.210778, 6.03, 3.227342) Norm(-0.743326, 0.577341, -0.337853) UV(0.091953, 0.908046) +V 1082: Pos(-0.206778, 5.97, 3.225842) Norm(0.337886, -0.577339, -0.743312) UV(0.60512, 0.606897) +V 1083: Pos(-0.189221, 6.03, 3.272658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.611494) +V 1084: Pos(-0.189221, 5.97, 3.272658) Norm(0.743313, -0.577353, 0.337859) UV(0.601533, 0.606897) +V 1085: Pos(-0.206778, 6.03, 3.225842) Norm(0.337866, 0.577348, -0.743314) UV(0.191571, 0.941109) +V 1086: Pos(-0.593222, 6.03, 3.424158) Norm(-0.337866, 0.577348, 0.743314) UV(0.195402, 0.908046) +V 1087: Pos(-0.189221, 6.03, 3.272658) Norm(0.743327, 0.577344, 0.337844) UV(0.195402, 0.941109) +V 1088: Pos(-0.610778, 6.03, 3.377342) Norm(-0.743327, 0.577344, -0.337844) UV(0.60512, 0.611494) +V 1089: Pos(-0.593222, 5.97, 3.424158) Norm(-0.337886, -0.577339, 0.743312) UV(0.601533, 0.616092) +V 1090: Pos(-0.593222, 6.03, 3.424158) Norm(-0.337866, 0.577348, 0.743314) UV(0.601533, 0.611494) +V 1091: Pos(-0.593222, 5.97, 3.424158) Norm(-0.337886, -0.577339, 0.743312) UV(0.195402, 0.908046) +V 1092: Pos(-0.206778, 5.97, 3.225842) Norm(0.337886, -0.577339, -0.743312) UV(0.199234, 0.941109) +V 1093: Pos(-0.189221, 5.97, 3.272658) Norm(0.743313, -0.577353, 0.337859) UV(0.195402, 0.941109) +V 1094: Pos(-0.593222, 6.03, 3.424158) Norm(-0.337866, 0.577348, 0.743314) UV(0.937932, 0.92751) +V 1095: Pos(-0.189221, 5.97, 3.272658) Norm(0.743313, -0.577353, 0.337859) UV(0.933335, 0.896552) +V 1096: Pos(-0.189221, 6.03, 3.272658) Norm(0.743327, 0.577344, 0.337844) UV(0.937932, 0.896552) +V 1097: Pos(-0.206778, 6.03, 3.225842) Norm(0.337866, 0.577348, -0.743314) UV(0.036781, 0.939004) +V 1098: Pos(-0.610778, 5.97, 3.377342) Norm(-0.743313, -0.577353, -0.337858) UV(0.032184, 0.908046) +V 1099: Pos(-0.610778, 6.03, 3.377342) Norm(-0.743327, 0.577344, -0.337844) UV(0.036781, 0.908046) +V 1100: Pos(-0.606778, 5.97, 3.375842) Norm(0.337891, -0.577341, -0.743308) UV(0.605121, 0.56092) +V 1101: Pos(-0.589222, 6.03, 3.422658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.565518) +V 1102: Pos(-0.589222, 5.97, 3.422658) Norm(0.743308, -0.577354, 0.337869) UV(0.601533, 0.56092) +V 1103: Pos(-0.606778, 6.03, 3.375842) Norm(0.337868, 0.577348, -0.743313) UV(0.122605, 0.941109) +V 1104: Pos(-0.993222, 6.03, 3.574158) Norm(-0.337868, 0.577348, 0.743313) UV(0.126436, 0.908046) +V 1105: Pos(-0.589222, 6.03, 3.422658) Norm(0.743327, 0.577344, 0.337844) UV(0.126436, 0.941109) +V 1106: Pos(-1.010778, 6.03, 3.527342) Norm(-0.743327, 0.577344, -0.337844) UV(0.605121, 0.565518) +V 1107: Pos(-0.993222, 5.97, 3.574158) Norm(-0.33789, -0.577341, 0.743309) UV(0.601533, 0.570115) +V 1108: Pos(-0.993222, 6.03, 3.574158) Norm(-0.337868, 0.577348, 0.743313) UV(0.601533, 0.565518) +V 1109: Pos(-1.010778, 5.97, 3.527342) Norm(-0.743309, -0.577354, -0.337868) UV(0.103447, 0.908046) +V 1110: Pos(-0.589222, 5.97, 3.422658) Norm(0.743308, -0.577354, 0.337869) UV(0.099616, 0.941109) +V 1111: Pos(-0.993222, 5.97, 3.574158) Norm(-0.33789, -0.577341, 0.743309) UV(0.099616, 0.908046) +V 1112: Pos(-0.993222, 6.03, 3.574158) Norm(-0.337868, 0.577348, 0.743313) UV(0.041379, 0.939004) +V 1113: Pos(-0.589222, 5.97, 3.422658) Norm(0.743308, -0.577354, 0.337869) UV(0.036781, 0.908046) +V 1114: Pos(-0.589222, 6.03, 3.422658) Norm(0.743327, 0.577344, 0.337844) UV(0.041379, 0.908046) +V 1115: Pos(-0.606778, 6.03, 3.375842) Norm(0.337868, 0.577348, -0.743313) UV(0.045977, 0.939004) +V 1116: Pos(-1.010778, 5.97, 3.527342) Norm(-0.743309, -0.577354, -0.337868) UV(0.041379, 0.908046) +V 1117: Pos(-1.010778, 6.03, 3.527342) Norm(-0.743327, 0.577344, -0.337844) UV(0.045977, 0.908046) +V 1118: Pos(-1.006778, 5.97, 3.525842) Norm(0.337886, -0.577339, -0.743312) UV(0.60512, 0.616092) +V 1119: Pos(-0.989222, 6.03, 3.572658) Norm(0.743327, 0.577345, 0.337843) UV(0.601533, 0.62069) +V 1120: Pos(-0.989222, 5.97, 3.572658) Norm(0.743314, -0.577353, 0.337859) UV(0.601533, 0.616092) +V 1121: Pos(-1.006778, 6.03, 3.525842) Norm(0.337866, 0.577347, -0.743315) UV(0.21456, 0.941109) +V 1122: Pos(-1.393222, 6.03, 3.724158) Norm(-0.337866, 0.577348, 0.743315) UV(0.218391, 0.908046) +V 1123: Pos(-0.989222, 6.03, 3.572658) Norm(0.743327, 0.577345, 0.337843) UV(0.218391, 0.941109) +V 1124: Pos(-1.410778, 6.03, 3.677342) Norm(-0.743327, 0.577344, -0.337843) UV(0.60512, 0.62069) +V 1125: Pos(-1.393222, 5.97, 3.724158) Norm(-0.337886, -0.577338, 0.743312) UV(0.601533, 0.625287) +V 1126: Pos(-1.393222, 6.03, 3.724158) Norm(-0.337866, 0.577348, 0.743315) UV(0.601533, 0.62069) +V 1127: Pos(-1.393222, 5.97, 3.724158) Norm(-0.337886, -0.577338, 0.743312) UV(0.218391, 0.908046) +V 1128: Pos(-1.006778, 5.97, 3.525842) Norm(0.337886, -0.577339, -0.743312) UV(0.222223, 0.941109) +V 1129: Pos(-0.989222, 5.97, 3.572658) Norm(0.743314, -0.577353, 0.337859) UV(0.218391, 0.941109) +V 1130: Pos(-1.393222, 6.03, 3.724158) Norm(-0.337866, 0.577348, 0.743315) UV(0.050574, 0.939004) +V 1131: Pos(-0.989222, 5.97, 3.572658) Norm(0.743314, -0.577353, 0.337859) UV(0.045977, 0.908046) +V 1132: Pos(-0.989222, 6.03, 3.572658) Norm(0.743327, 0.577345, 0.337843) UV(0.050574, 0.908046) +V 1133: Pos(-1.006778, 6.03, 3.525842) Norm(0.337866, 0.577347, -0.743315) UV(0.055172, 0.939004) +V 1134: Pos(-1.410778, 5.97, 3.677342) Norm(-0.743314, -0.577353, -0.337858) UV(0.050574, 0.908046) +V 1135: Pos(-1.410778, 6.03, 3.677342) Norm(-0.743327, 0.577344, -0.337843) UV(0.055172, 0.908046) +V 1136: Pos(-1.406778, 5.97, 3.675842) Norm(0.33789, -0.577341, -0.743308) UV(0.60512, 0.570115) +V 1137: Pos(-1.389222, 6.03, 3.722658) Norm(0.743327, 0.577344, 0.337844) UV(0.601533, 0.574713) +V 1138: Pos(-1.389222, 5.97, 3.722658) Norm(0.743308, -0.577353, 0.33787) UV(0.601533, 0.570115) +V 1139: Pos(-1.406778, 6.03, 3.675842) Norm(0.337866, 0.577348, -0.743314) UV(0.134099, 0.941109) +V 1140: Pos(-1.793222, 6.03, 3.874158) Norm(-0.337867, 0.577348, 0.743314) UV(0.13793, 0.908046) +V 1141: Pos(-1.389222, 6.03, 3.722658) Norm(0.743327, 0.577344, 0.337844) UV(0.13793, 0.941109) +V 1142: Pos(-1.810778, 6.03, 3.827342) Norm(-0.743326, 0.577344, -0.337845) UV(0.60512, 0.574713) +V 1143: Pos(-1.793222, 5.97, 3.874158) Norm(-0.33789, -0.577341, 0.743309) UV(0.601533, 0.579311) +V 1144: Pos(-1.793222, 6.03, 3.874158) Norm(-0.337867, 0.577348, 0.743314) UV(0.601533, 0.574713) +V 1145: Pos(-1.810778, 5.97, 3.827342) Norm(-0.743308, -0.577354, -0.33787) UV(0.107279, 0.908046) +V 1146: Pos(-1.389222, 5.97, 3.722658) Norm(0.743308, -0.577353, 0.33787) UV(0.103448, 0.941109) +V 1147: Pos(-1.793222, 5.97, 3.874158) Norm(-0.33789, -0.577341, 0.743309) UV(0.103448, 0.908046) +V 1148: Pos(-1.793222, 6.03, 3.874158) Norm(-0.337867, 0.577348, 0.743314) UV(0.068965, 0.939004) +V 1149: Pos(-1.389222, 5.97, 3.722658) Norm(0.743308, -0.577353, 0.33787) UV(0.064367, 0.908046) +V 1150: Pos(-1.389222, 6.03, 3.722658) Norm(0.743327, 0.577344, 0.337844) UV(0.068965, 0.908046) +V 1151: Pos(-1.406778, 6.03, 3.675842) Norm(0.337866, 0.577348, -0.743314) UV(0.073563, 0.939004) +V 1152: Pos(-1.810778, 5.97, 3.827342) Norm(-0.743308, -0.577354, -0.33787) UV(0.068965, 0.908046) +V 1153: Pos(-1.810778, 6.03, 3.827342) Norm(-0.743326, 0.577344, -0.337845) UV(0.073563, 0.908046) +V 1154: Pos(-2.202, 5.97, 3.875) Norm(-0.577368, -0.577341, 0.577341) UV(0.283525, 0.912644) +V 1155: Pos(-2.202, 6.03, 3.825) Norm(-0.577368, 0.577341, -0.577341) UV(0.287357, 0.908046) +V 1156: Pos(-2.202, 5.97, 3.825) Norm(-0.57735, -0.577353, -0.577348) UV(0.287357, 0.912644) +V 1157: Pos(-2.202, 6.03, 3.875) Norm(-0.57735, 0.577353, 0.577348) UV(0.229885, 0.939004) +V 1158: Pos(-1.798, 6.03, 3.825) Norm(0.57735, 0.577353, -0.577348) UV(0.233717, 0.908046) +V 1159: Pos(-2.202, 6.03, 3.825) Norm(-0.577368, 0.577341, -0.577341) UV(0.233717, 0.939004) +V 1160: Pos(-1.798, 6.03, 3.875) Norm(0.577368, 0.577341, 0.577341) UV(0.287357, 0.912644) +V 1161: Pos(-1.798, 5.97, 3.825) Norm(0.577368, -0.577341, -0.577341) UV(0.291188, 0.908046) +V 1162: Pos(-1.798, 6.03, 3.825) Norm(0.57735, 0.577353, -0.577348) UV(0.291188, 0.912644) +V 1163: Pos(-1.798, 5.97, 3.875) Norm(0.57735, -0.577353, 0.577348) UV(0.233717, 0.939004) +V 1164: Pos(-2.202, 5.97, 3.825) Norm(-0.57735, -0.577353, -0.577348) UV(0.237548, 0.908046) +V 1165: Pos(-1.798, 5.97, 3.825) Norm(0.577368, -0.577341, -0.577341) UV(0.237548, 0.939004) +V 1166: Pos(-1.798, 6.03, 3.825) Norm(0.57735, 0.577353, -0.577348) UV(0.05977, 0.939004) +V 1167: Pos(-2.202, 5.97, 3.825) Norm(-0.57735, -0.577353, -0.577348) UV(0.055172, 0.908046) +V 1168: Pos(-2.202, 6.03, 3.825) Norm(-0.577368, 0.577341, -0.577341) UV(0.05977, 0.908046) +V 1169: Pos(-2.202, 6.03, 3.875) Norm(-0.57735, 0.577353, 0.577348) UV(0.064367, 0.939004) +V 1170: Pos(-1.798, 5.97, 3.875) Norm(0.57735, -0.577353, 0.577348) UV(0.05977, 0.908046) +V 1171: Pos(-1.798, 6.03, 3.875) Norm(0.577368, 0.577341, 0.577341) UV(0.064367, 0.908046) +V 1172: Pos(-2.2, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.800767, 0.896552) +V 1173: Pos(-2.15, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.482759, 0.804598) +V 1174: Pos(-2.15, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.804598, 0.896552) +V 1175: Pos(-2.2, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.582376, 0.804598) +V 1176: Pos(-2.15, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.321839, 0.911877) +V 1177: Pos(-2.2, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.325671, 0.911877) +V 1178: Pos(-2.0, 5.4, 0.25) Norm(-0.577341, 0.577371, 0.577339) UV(0.413793, 0.45977) +V 1179: Pos(-1.6, 5.4, 0.25) Norm(0.577346, 0.577352, 0.577352) UV(0.670498, 0.827586) +V 1180: Pos(-1.6, 2.7, 0.25) Norm(0.577341, -0.577371, 0.577339) UV(0.448276, 0.45977) +V 1181: Pos(-2.0, 2.7, 0.25) Norm(-0.577346, -0.577352, 0.577352) UV(0.70115, 0.827586) +V 1182: Pos(-1.6, 2.7, -0.2) Norm(0.577346, -0.577352, -0.577352) UV(0.812261, 0.413793) +V 1183: Pos(-2.0, 2.7, 0.25) Norm(-0.577346, -0.577352, 0.577352) UV(0.812261, 0.62069) +V 1184: Pos(-1.825, 5.425, 1.0) Norm(-0.577336, 0.577346, 0.577369) UV(0.80843, 0.896552) +V 1185: Pos(-1.775, 5.425, 1.0) Norm(0.577357, 0.577347, 0.577347) UV(0.578544, 0.804598) +V 1186: Pos(-1.775, 5.375, 1.0) Norm(0.577336, -0.577346, 0.577369) UV(0.812261, 0.896552) +V 1187: Pos(-1.825, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.590039, 0.804598) +V 1188: Pos(-1.775, 5.375, 0.1) Norm(0.577357, -0.577347, -0.577347) UV(0.329502, 0.911877) +V 1189: Pos(-1.825, 5.375, 1.0) Norm(-0.577357, -0.577347, 0.577347) UV(0.333334, 0.911877) +V 1190: Pos(-1.6, 5.4, 0.4) Norm(-0.577341, 0.577371, 0.577339) UV(0.482759, 0.45977) +V 1191: Pos(-1.2, 5.4, 0.4) Norm(0.577346, 0.577352, 0.577352) UV(0.793104, 0.827586) +V 1192: Pos(-1.2, 2.7, 0.4) Norm(0.577341, -0.577371, 0.577339) UV(0.137931, 0.45977) +V 1193: Pos(-1.6, 2.7, 0.4) Norm(-0.577346, -0.577352, 0.577352) UV(0.823755, 0.827586) +V 1194: Pos(-1.2, 2.7, -0.05) Norm(0.577346, -0.577352, -0.577352) UV(0.061303, 0.666667) +V 1195: Pos(-1.6, 2.7, 0.4) Norm(-0.577346, -0.577352, 0.577352) UV(0.091954, 0.666667) +V 1196: Pos(-1.425, 5.425, 1.15) Norm(-0.577336, 0.577346, 0.577369) UV(0.586207, 0.804598) +V 1197: Pos(-1.425, 5.375, 1.15) Norm(-0.577357, -0.577347, 0.577347) UV(0.601533, 0.804598) +V 1198: Pos(-1.375, 5.375, 0.25) Norm(0.577357, -0.577347, -0.577347) UV(0.340996, 0.911877) +V 1199: Pos(-1.425, 5.375, 1.15) Norm(-0.577357, -0.577347, 0.577347) UV(0.344828, 0.911877) +V 1200: Pos(-1.2, 5.4, 0.55) Norm(-0.577341, 0.577371, 0.577339) UV(0.517242, 0.45977) +V 1201: Pos(-0.8, 5.4, 0.55) Norm(0.577346, 0.577352, 0.577352) UV(0.275862, 0.873563) +V 1202: Pos(-0.8, 2.7, 0.55) Norm(0.577341, -0.577371, 0.577339) UV(0.551725, 0.45977) +V 1203: Pos(-1.2, 2.7, 0.55) Norm(-0.577346, -0.577352, 0.577352) UV(0.306514, 0.873563) +V 1204: Pos(-0.8, 2.7, 0.1) Norm(0.577346, -0.577352, -0.577352) UV(0.183908, 0.666667) +V 1205: Pos(-1.2, 2.7, 0.55) Norm(-0.577346, -0.577352, 0.577352) UV(0.275862, 0.666667) +V 1206: Pos(-0.975, 5.375, 1.3) Norm(0.577336, -0.577346, 0.577369) UV(0.597702, 0.45977) +V 1207: Pos(-1.025, 5.375, 1.3) Norm(-0.577357, -0.577347, 0.577347) UV(0.590039, 0.528736) +V 1208: Pos(-0.975, 5.375, 0.4) Norm(0.577357, -0.577347, -0.577347) UV(0.291188, 0.911878) +V 1209: Pos(-1.025, 5.375, 1.3) Norm(-0.577357, -0.577347, 0.577347) UV(0.498084, 0.911877) +V 1210: Pos(-0.8, 5.4, 0.7) Norm(-0.577341, 0.577371, 0.577339) UV(0.172414, 0.45977) +V 1211: Pos(-0.4, 5.4, 0.7) Norm(0.577346, 0.577352, 0.577352) UV(0.091954, 0.873563) +V 1212: Pos(-0.4, 2.7, 0.7) Norm(0.577341, -0.577371, 0.577339) UV(0.639847, -0.0) +V 1213: Pos(-0.8, 2.7, 0.7) Norm(-0.577346, -0.577352, 0.577352) UV(0.122605, 0.873563) +V 1214: Pos(-0.4, 2.7, 0.25) Norm(0.577346, -0.577352, -0.577352) UV(0.245211, 0.666667) +V 1215: Pos(-0.8, 2.7, 0.7) Norm(-0.577346, -0.577352, 0.577352) UV(0.21456, 0.666667) +V 1216: Pos(-0.625, 5.425, 1.45) Norm(-0.577336, 0.577346, 0.577369) UV(0.639847, 0.812261) +V 1217: Pos(-0.625, 5.375, 1.45) Norm(-0.577357, -0.577347, 0.577347) UV(0.927203, 0.827586) +V 1218: Pos(-0.575, 5.375, 0.55) Norm(0.577357, -0.577347, -0.577347) UV(0.348659, 0.911877) +V 1219: Pos(-0.625, 5.375, 1.45) Norm(-0.577357, -0.577347, 0.577347) UV(0.352491, 0.911877) +V 1220: Pos(-0.4, 5.4, 0.85) Norm(-0.577341, 0.577371, 0.577339) UV(0.206897, 0.45977) +V 1221: Pos(0.0, 5.4, 0.85) Norm(0.577346, 0.577352, 0.577352) UV(0.153257, 0.873563) +V 1222: Pos(0.0, 2.7, 0.85) Norm(0.577341, -0.577371, 0.577339) UV(0.639847, 0.206897) +V 1223: Pos(-0.4, 2.7, 0.85) Norm(-0.577346, -0.577352, 0.577352) UV(0.183908, 0.873563) +V 1224: Pos(0.0, 2.7, 0.4) Norm(0.577346, -0.577352, -0.577352) UV(0.310345, 0.666667) +V 1225: Pos(-0.4, 2.7, 0.85) Norm(-0.577346, -0.577352, 0.577352) UV(0.344828, 0.666667) +V 1226: Pos(-0.175, 5.425, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.597702, 0.528736) +V 1227: Pos(-0.175, 5.375, 1.6) Norm(0.577336, -0.577346, 0.577369) UV(0.601533, 0.45977) +V 1228: Pos(-0.225, 5.375, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.601533, 0.528736) +V 1229: Pos(-0.175, 5.375, 0.7) Norm(0.577357, -0.577347, -0.577347) UV(0.356322, 0.911878) +V 1230: Pos(-0.225, 5.375, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.360154, 0.911878) +V 1231: Pos(0.0, 5.4, 1.0) Norm(-0.577341, 0.577371, 0.577339) UV(0.639847, 0.413793) +V 1232: Pos(0.4, 5.4, 1.0) Norm(0.577346, 0.577352, 0.577352) UV(0.340996, 0.873563) +V 1233: Pos(0.4, 2.7, 1.0) Norm(0.577341, -0.577371, 0.577339) UV(0.67433, -0.0) +V 1234: Pos(0.0, 2.7, 1.0) Norm(-0.577346, -0.577352, 0.577352) UV(0.371648, 0.873563) +V 1235: Pos(0.4, 2.7, 0.55) Norm(0.577346, -0.577352, -0.577352) UV(0.379311, 0.666667) +V 1236: Pos(0.0, 2.7, 1.0) Norm(-0.577346, -0.577352, 0.577352) UV(0.413793, 0.666667) +V 1237: Pos(0.175, 5.425, 1.75) Norm(-0.577336, 0.577346, 0.577369) UV(0.597702, 0.597701) +V 1238: Pos(0.225, 5.375, 1.75) Norm(0.577336, -0.577346, 0.577369) UV(0.59387, 0.597701) +V 1239: Pos(0.175, 5.375, 1.75) Norm(-0.577357, -0.577347, 0.577347) UV(0.601533, 0.597701) +V 1240: Pos(0.225, 5.375, 0.85) Norm(0.577357, -0.577347, -0.577347) UV(0.363985, 0.911878) +V 1241: Pos(0.175, 5.375, 1.75) Norm(-0.577357, -0.577347, 0.577347) UV(0.371648, 0.911878) +V 1242: Pos(0.4, 5.4, 1.15) Norm(-0.577341, 0.577371, 0.577339) UV(0.67433, 0.206897) +V 1243: Pos(0.8, 5.4, 1.15) Norm(0.577346, 0.577352, 0.577352) UV(0.214559, 0.873563) +V 1244: Pos(0.8, 2.7, 1.15) Norm(0.577341, -0.577371, 0.577339) UV(0.67433, 0.413793) +V 1245: Pos(0.4, 2.7, 1.15) Norm(-0.577346, -0.577352, 0.577352) UV(0.245211, 0.873563) +V 1246: Pos(0.8, 2.7, 0.7) Norm(0.577346, -0.577352, -0.577352) UV(0.448276, 0.666667) +V 1247: Pos(0.4, 2.7, 1.15) Norm(-0.577346, -0.577352, 0.577352) UV(0.482759, 0.666667) +V 1248: Pos(0.575, 5.425, 1.9) Norm(-0.577336, 0.577346, 0.577369) UV(0.931035, 0.827586) +V 1249: Pos(0.625, 5.375, 1.9) Norm(0.577336, -0.577346, 0.577369) UV(0.938697, 0.827586) +V 1250: Pos(0.575, 5.375, 1.9) Norm(-0.577357, -0.577347, 0.577347) UV(0.310345, 0.873563) +V 1251: Pos(0.625, 5.375, 1.0) Norm(0.577357, -0.577347, -0.577347) UV(0.375479, 0.911877) +V 1252: Pos(0.575, 5.375, 1.9) Norm(-0.577357, -0.577347, 0.577347) UV(0.379311, 0.911877) +V 1253: Pos(0.8, 5.4, 1.3) Norm(-0.577341, 0.577371, 0.577339) UV(0.0, 0.45977) +V 1254: Pos(1.2, 5.4, 1.3) Norm(0.577346, 0.577352, 0.577352) UV(0.854406, 0.827586) +V 1255: Pos(1.2, 2.7, 1.3) Norm(0.577341, -0.577371, 0.577339) UV(0.034483, 0.45977) +V 1256: Pos(0.8, 2.7, 1.3) Norm(-0.577346, -0.577352, 0.577352) UV(0.885057, 0.827586) +V 1257: Pos(1.2, 2.7, 0.85) Norm(0.577346, -0.577352, -0.577352) UV(0.51341, 0.666667) +V 1258: Pos(0.8, 2.7, 1.3) Norm(-0.577346, -0.577352, 0.577352) UV(0.842912, 0.413793) +V 1259: Pos(1.025, 5.425, 2.05) Norm(0.577357, 0.577347, 0.577347) UV(0.59387, 0.873563) +V 1260: Pos(1.025, 5.375, 2.05) Norm(0.577336, -0.577346, 0.577369) UV(0.601533, 0.873563) +V 1261: Pos(0.975, 5.375, 2.05) Norm(-0.577357, -0.577347, 0.577347) UV(0.597702, 0.873563) +V 1262: Pos(1.025, 5.375, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.501916, 0.911877) +V 1263: Pos(0.975, 5.375, 2.05) Norm(-0.577357, -0.577347, 0.577347) UV(0.29502, 0.911878) +V 1264: Pos(1.2, 5.4, 1.45) Norm(-0.577341, 0.577371, 0.577339) UV(0.068966, 0.45977) +V 1265: Pos(1.6, 5.4, 1.45) Norm(0.577346, 0.577352, 0.577352) UV(0.670498, 0.862069) +V 1266: Pos(1.6, 2.7, 1.45) Norm(0.577341, -0.577371, 0.577339) UV(0.103448, 0.45977) +V 1267: Pos(1.2, 2.7, 1.45) Norm(-0.577346, -0.577352, 0.577352) UV(0.70115, 0.862069) +V 1268: Pos(1.6, 2.7, 1.0) Norm(0.577346, -0.577352, -0.577352) UV(0.544062, 0.666667) +V 1269: Pos(1.2, 2.7, 1.45) Norm(-0.577346, -0.577352, 0.577352) UV(0.842912, 0.62069) +V 1270: Pos(1.375, 5.375, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.827587, 0.896552) +V 1271: Pos(1.425, 5.375, 1.3) Norm(0.577357, -0.577347, -0.577347) UV(0.383142, 0.911877) +V 1272: Pos(1.375, 5.375, 2.2) Norm(-0.577357, -0.577347, 0.577347) UV(0.386973, 0.911877) +V 1273: Pos(1.6, 5.4, 1.6) Norm(-0.577341, 0.577371, 0.577339) UV(0.708812, -0.0) +V 1274: Pos(2.0, 5.4, 1.6) Norm(0.577346, 0.577352, 0.577352) UV(0.793104, 0.862069) +V 1275: Pos(2.0, 2.7, 1.6) Norm(0.577341, -0.577371, 0.577339) UV(0.24138, 0.45977) +V 1276: Pos(1.6, 2.7, 1.6) Norm(-0.577346, -0.577352, 0.577352) UV(0.823755, 0.862069) +V 1277: Pos(2.0, 2.7, 1.15) Norm(0.577346, -0.577352, -0.577352) UV(0.846743, -0.0) +V 1278: Pos(1.6, 2.7, 1.6) Norm(-0.577346, -0.577352, 0.577352) UV(0.873563, 0.413793) +V 1279: Pos(1.825, 5.425, 2.35) Norm(0.577357, 0.577347, 0.577347) UV(0.94636, 0.827586) +V 1280: Pos(1.825, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.639847, 0.881226) +V 1281: Pos(1.775, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.950192, 0.827586) +V 1282: Pos(1.825, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.390805, 0.911878) +V 1283: Pos(1.775, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.394636, 0.911878) +V 1284: Pos(2.2, 5.375, 2.35) Norm(0.577336, -0.577346, 0.577369) UV(0.961686, 0.827586) +V 1285: Pos(2.15, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.735632, 0.896552) +V 1286: Pos(2.2, 5.375, 1.45) Norm(0.577357, -0.577347, -0.577347) UV(0.402299, 0.911877) +V 1287: Pos(2.15, 5.375, 2.35) Norm(-0.577357, -0.577347, 0.577347) UV(0.40613, 0.911877) +V 1288: Pos(-2.202, 5.43, 1.025) Norm(-0.57735, 0.577353, 0.577348) UV(0.2682, 0.908046) +V 1289: Pos(-1.798, 5.43, 1.025) Norm(0.577368, 0.577341, 0.577341) UV(0.256705, 0.908046) +V 1290: Pos(-1.798, 5.37, 1.025) Norm(0.57735, -0.577353, 0.577348) UV(0.272031, 0.908046) +V 1291: Pos(-2.202, 5.37, 1.025) Norm(-0.577368, -0.577341, 0.577341) UV(0.252874, 0.908046) +V 1292: Pos(-1.798, 5.37, 0.975) Norm(0.577368, -0.577341, -0.577341) UV(0.896553, 0.92751) +V 1293: Pos(-2.202, 5.37, 1.025) Norm(-0.577368, -0.577341, 0.577341) UV(0.827587, 0.92751) +V 1294: Pos(-1.810778, 5.43, 1.022658) Norm(-0.74331, 0.577351, 0.33787) UV(0.601533, 0.45977) +V 1295: Pos(-1.810778, 5.43, 1.022658) Norm(-0.74331, 0.577351, 0.33787) UV(0.126436, 0.941109) +V 1296: Pos(-1.406778, 5.37, 1.174158) Norm(0.337872, -0.577356, 0.743305) UV(0.601533, 0.468966) +V 1297: Pos(-1.406778, 5.37, 1.174158) Norm(0.337872, -0.577356, 0.743305) UV(0.134099, 0.908046) +V 1298: Pos(-1.389222, 5.37, 1.127342) Norm(0.743319, -0.577343, -0.337865) UV(0.90115, 0.92751) +V 1299: Pos(-1.810778, 5.37, 1.022658) Norm(-0.74332, -0.577344, 0.337861) UV(0.905748, 0.92751) +V 1300: Pos(-1.410778, 5.43, 1.172658) Norm(-0.743312, 0.57735, 0.337868) UV(0.601533, 0.473563) +V 1301: Pos(-1.410778, 5.43, 1.172658) Norm(-0.743312, 0.57735, 0.337868) UV(0.157088, 0.941109) +V 1302: Pos(-1.006778, 5.37, 1.324158) Norm(0.337873, -0.577357, 0.743304) UV(0.601533, 0.478161) +V 1303: Pos(-1.410778, 5.37, 1.172658) Norm(-0.743323, -0.577339, 0.337861) UV(0.16475, 0.941109) +V 1304: Pos(-0.989222, 5.37, 1.277342) Norm(0.743322, -0.577338, -0.337865) UV(0.832184, 0.92751) +V 1305: Pos(-1.410778, 5.37, 1.172658) Norm(-0.743323, -0.577339, 0.337861) UV(0.84138, 0.92751) +V 1306: Pos(-1.010778, 5.43, 1.322658) Norm(-0.743312, 0.57735, 0.337868) UV(0.601533, 0.482759) +V 1307: Pos(-1.010778, 5.43, 1.322658) Norm(-0.743312, 0.57735, 0.337868) UV(0.172413, 0.941109) +V 1308: Pos(-0.606778, 5.37, 1.474158) Norm(0.337873, -0.577357, 0.743304) UV(0.601533, 0.487357) +V 1309: Pos(-1.010778, 5.37, 1.322658) Norm(-0.743323, -0.577339, 0.337861) UV(0.141762, 0.941109) +V 1310: Pos(-0.589222, 5.37, 1.427342) Norm(0.743322, -0.577338, -0.337865) UV(0.845978, 0.92751) +V 1311: Pos(-1.010778, 5.37, 1.322658) Norm(-0.743323, -0.577339, 0.337861) UV(0.887357, 0.92751) +V 1312: Pos(-0.610778, 5.43, 1.472658) Norm(-0.743312, 0.57735, 0.337868) UV(0.601533, 0.491954) +V 1313: Pos(-0.610778, 5.43, 1.472658) Norm(-0.743312, 0.57735, 0.337868) UV(0.16475, 0.941109) +V 1314: Pos(-0.206778, 5.37, 1.624158) Norm(0.337872, -0.577357, 0.743304) UV(0.601533, 0.496552) +V 1315: Pos(-0.610778, 5.37, 1.472658) Norm(-0.743323, -0.577339, 0.337861) UV(0.172413, 0.941109) +V 1316: Pos(-0.189221, 5.37, 1.577342) Norm(0.743322, -0.577338, -0.337864) UV(0.850575, 0.92751) +V 1317: Pos(-0.610778, 5.37, 1.472658) Norm(-0.743323, -0.577339, 0.337861) UV(0.855173, 0.92751) +V 1318: Pos(-0.210778, 5.43, 1.622658) Norm(-0.743308, 0.577354, 0.337868) UV(0.601533, 0.50115) +V 1319: Pos(0.193222, 5.43, 1.774158) Norm(0.337889, 0.577344, 0.743307) UV(0.183908, 0.908046) +V 1320: Pos(0.193222, 5.37, 1.774158) Norm(0.337868, -0.577354, 0.743309) UV(0.601533, 0.505747) +V 1321: Pos(-0.210778, 5.37, 1.622658) Norm(-0.743324, -0.577343, 0.337852) UV(0.191571, 0.941109) +V 1322: Pos(0.210778, 5.37, 1.727342) Norm(0.743324, -0.577342, -0.337855) UV(0.914944, 0.92751) +V 1323: Pos(-0.210778, 5.37, 1.622658) Norm(-0.743324, -0.577343, 0.337852) UV(0.919541, 0.92751) +V 1324: Pos(0.189221, 5.43, 1.772658) Norm(-0.743312, 0.57735, 0.337867) UV(0.601533, 0.510345) +V 1325: Pos(0.189221, 5.43, 1.772658) Norm(-0.743312, 0.57735, 0.337867) UV(0.141762, 0.941109) +V 1326: Pos(0.593222, 5.37, 1.924158) Norm(0.337873, -0.577357, 0.743304) UV(0.601533, 0.514943) +V 1327: Pos(0.189221, 5.37, 1.772658) Norm(-0.743323, -0.577339, 0.337861) UV(0.149425, 0.941109) +V 1328: Pos(0.610778, 5.37, 1.877342) Norm(0.743322, -0.577338, -0.337865) UV(0.859771, 0.92751) +V 1329: Pos(0.189221, 5.37, 1.772658) Norm(-0.743323, -0.577339, 0.337861) UV(0.864369, 0.92751) +V 1330: Pos(0.589222, 5.43, 1.922658) Norm(-0.743312, 0.57735, 0.337868) UV(0.601533, 0.519541) +V 1331: Pos(0.589222, 5.43, 1.922658) Norm(-0.743312, 0.57735, 0.337868) UV(0.176245, 0.941109) +V 1332: Pos(0.993222, 5.37, 2.074158) Norm(0.337872, -0.577357, 0.743304) UV(0.601533, 0.524138) +V 1333: Pos(0.589222, 5.37, 1.922658) Norm(-0.743323, -0.577339, 0.337861) UV(0.183908, 0.941109) +V 1334: Pos(1.010778, 5.37, 2.027342) Norm(0.743322, -0.577338, -0.337864) UV(0.891955, 0.92751) +V 1335: Pos(0.589222, 5.37, 1.922658) Norm(-0.743323, -0.577339, 0.337861) UV(0.868966, 0.92751) +V 1336: Pos(0.989222, 5.43, 2.072658) Norm(-0.743312, 0.57735, 0.337868) UV(0.601533, 0.528736) +V 1337: Pos(0.989222, 5.43, 2.072658) Norm(-0.743312, 0.57735, 0.337868) UV(0.11111, 0.941109) +V 1338: Pos(1.393222, 5.37, 2.224158) Norm(0.337874, -0.577358, 0.743303) UV(0.601533, 0.464368) +V 1339: Pos(0.989222, 5.37, 2.072658) Norm(-0.743323, -0.577339, 0.337861) UV(0.11111, 0.941109) +V 1340: Pos(1.410778, 5.37, 2.177342) Norm(0.743322, -0.577338, -0.337866) UV(0.873564, 0.92751) +V 1341: Pos(0.989222, 5.37, 2.072658) Norm(-0.743323, -0.577339, 0.337861) UV(0.836782, 0.92751) +V 1342: Pos(1.389222, 5.43, 2.222658) Norm(-0.743312, 0.57735, 0.337867) UV(0.601533, 0.533334) +V 1343: Pos(1.389222, 5.43, 2.222658) Norm(-0.743312, 0.57735, 0.337867) UV(0.149425, 0.941109) +V 1344: Pos(1.793222, 5.37, 2.374158) Norm(0.337872, -0.577357, 0.743305) UV(0.601533, 0.537932) +V 1345: Pos(1.389222, 5.37, 2.222658) Norm(-0.743324, -0.577339, 0.33786) UV(0.157088, 0.941109) +V 1346: Pos(1.810779, 5.37, 2.327342) Norm(0.743322, -0.577338, -0.337864) UV(0.878162, 0.92751) +V 1347: Pos(1.389222, 5.37, 2.222658) Norm(-0.743324, -0.577339, 0.33786) UV(0.882759, 0.92751) +V 1348: Pos(1.798, 5.43, 2.375) Norm(-0.57735, 0.577353, 0.577348) UV(0.260537, 0.908046) +V 1349: Pos(2.202, 5.43, 2.375) Norm(0.577368, 0.577341, 0.577341) UV(0.237548, 0.908046) +V 1350: Pos(2.202, 5.37, 2.375) Norm(0.57735, -0.577353, 0.577348) UV(0.264368, 0.908046) +V 1351: Pos(1.798, 5.37, 2.375) Norm(-0.577368, -0.577341, 0.577341) UV(0.24138, 0.908046) +V 1352: Pos(2.202, 5.37, 2.325) Norm(0.577368, -0.577341, -0.577341) UV(0.910346, 0.927509) +V 1353: Pos(1.798, 5.37, 2.375) Norm(-0.577368, -0.577341, 0.577341) UV(0.924139, 0.927509) +V 1354: Pos(2.0, 8.7, 1.6) Norm(-0.577351, 0.577353, 0.577346) UV(0.536399, -0.0) +V 1355: Pos(5.5, 8.7, 1.6) Norm(0.577357, 0.577347, 0.577347) UV(0.605364, -0.0) +V 1356: Pos(5.5, 2.7, 1.6) Norm(0.577351, -0.577353, 0.577346) UV(0.570881, 0.0) +V 1357: Pos(2.0, 2.7, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.605364, 0.268199) +V 1358: Pos(5.5, 2.7, 1.15) Norm(0.577357, -0.577347, -0.577347) UV(0.0, 0.0) +V 1359: Pos(2.0, 2.7, 1.6) Norm(-0.577357, -0.577347, 0.577347) UV(0.268199, 0.0) +V 1360: Pos(2.15, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.750958, 0.896552) +V 1361: Pos(2.2, 5.975, 1.6) Norm(0.577357, -0.577347, -0.577347) UV(0.409962, 0.911877) +V 1362: Pos(2.15, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.413793, 0.911877) +V 1363: Pos(1.6, 8.7, 1.75) Norm(-0.577341, 0.577371, 0.577339) UV(0.275862, 0.45977) +V 1364: Pos(2.0, 8.7, 1.75) Norm(0.577346, 0.577352, 0.577352) UV(0.854406, 0.862069) +V 1365: Pos(2.0, 6.0, 1.75) Norm(0.577341, -0.577371, 0.577339) UV(0.310345, 0.45977) +V 1366: Pos(1.6, 6.0, 1.75) Norm(-0.577346, -0.577352, 0.577352) UV(0.885057, 0.862069) +V 1367: Pos(2.0, 6.0, 1.3) Norm(0.577346, -0.577352, -0.577352) UV(0.873563, 0.62069) +V 1368: Pos(1.6, 6.0, 1.75) Norm(-0.577346, -0.577352, 0.577352) UV(0.877395, 0.0) +V 1369: Pos(1.775, 6.025, 2.5) Norm(-0.577336, 0.577346, 0.577369) UV(0.75479, 0.896552) +V 1370: Pos(1.775, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.766284, 0.896552) +V 1371: Pos(1.825, 5.975, 1.6) Norm(0.577357, -0.577347, -0.577347) UV(0.417625, 0.911877) +V 1372: Pos(1.775, 5.975, 2.5) Norm(-0.577357, -0.577347, 0.577347) UV(0.421456, 0.911877) +V 1373: Pos(1.2, 8.7, 1.9) Norm(-0.577341, 0.577371, 0.577339) UV(0.344828, 0.45977) +V 1374: Pos(1.6, 8.7, 1.9) Norm(0.577346, 0.577352, 0.577352) UV(0.030651, 0.873563) +V 1375: Pos(1.6, 6.0, 1.9) Norm(0.577341, -0.577371, 0.577339) UV(0.379311, 0.45977) +V 1376: Pos(1.2, 6.0, 1.9) Norm(-0.577346, -0.577352, 0.577352) UV(0.061303, 0.873563) +V 1377: Pos(1.6, 6.0, 1.45) Norm(0.577346, -0.577352, -0.577352) UV(0.877395, 0.206897) +V 1378: Pos(1.2, 6.0, 1.9) Norm(-0.577346, -0.577352, 0.577352) UV(0.846743, 0.206897) +V 1379: Pos(1.375, 5.975, 2.65) Norm(-0.577357, -0.577347, 0.577347) UV(0.781609, 0.896552) +V 1380: Pos(1.425, 5.975, 1.75) Norm(0.577357, -0.577347, -0.577347) UV(0.425288, 0.911877) +V 1381: Pos(1.375, 5.975, 2.65) Norm(-0.577357, -0.577347, 0.577347) UV(0.43295, 0.911877) +V 1382: Pos(0.8, 8.7, 2.05) Norm(-0.577341, 0.577371, 0.577339) UV(0.708812, 0.206897) +V 1383: Pos(1.2, 8.7, 2.05) Norm(0.577346, 0.577352, 0.577352) UV(0.402299, 0.873563) +V 1384: Pos(1.2, 6.0, 2.05) Norm(0.577341, -0.577371, 0.577339) UV(0.708813, 0.413793) +V 1385: Pos(0.8, 6.0, 2.05) Norm(-0.577346, -0.577352, 0.577352) UV(0.43295, 0.873563) +V 1386: Pos(1.2, 6.0, 1.6) Norm(0.577346, -0.577352, -0.577352) UV(0.904215, 0.413793) +V 1387: Pos(0.8, 6.0, 2.05) Norm(-0.577346, -0.577352, 0.577352) UV(0.904215, 0.62069) +V 1388: Pos(0.975, 5.975, 2.8) Norm(-0.577357, -0.577347, 0.577347) UV(0.796935, 0.896552) +V 1389: Pos(1.025, 5.975, 1.9) Norm(0.577357, -0.577347, -0.577347) UV(0.436782, 0.911878) +V 1390: Pos(0.975, 5.975, 2.8) Norm(-0.577357, -0.577347, 0.577347) UV(0.440613, 0.911878) +V 1391: Pos(0.4, 8.7, 2.2) Norm(-0.577341, 0.577371, 0.577339) UV(0.605364, 0.536399) +V 1392: Pos(0.8, 8.7, 2.2) Norm(0.577346, 0.577352, 0.577352) UV(0.463602, 0.873563) +V 1393: Pos(0.8, 6.0, 2.2) Norm(0.577341, -0.577371, 0.577339) UV(0.743295, -0.0) +V 1394: Pos(0.4, 6.0, 2.2) Norm(-0.577346, -0.577352, 0.577352) UV(0.494253, 0.873563) +V 1395: Pos(0.8, 6.0, 1.75) Norm(0.577346, -0.577352, -0.577352) UV(0.908046, 0.0) +V 1396: Pos(0.4, 6.0, 2.2) Norm(-0.577346, -0.577352, 0.577352) UV(0.908046, 0.206897) +V 1397: Pos(0.575, 6.025, 2.95) Norm(-0.577336, 0.577346, 0.577369) UV(0.310345, 0.666667) +V 1398: Pos(0.625, 6.025, 2.95) Norm(0.577357, 0.577347, 0.577347) UV(0.344828, 0.666667) +V 1399: Pos(0.625, 5.975, 2.95) Norm(0.577336, -0.577346, 0.577369) UV(0.379311, 0.666667) +V 1400: Pos(0.575, 5.975, 2.95) Norm(-0.577357, -0.577347, 0.577347) UV(0.413793, 0.666667) +V 1401: Pos(0.625, 5.975, 2.05) Norm(0.577357, -0.577347, -0.577347) UV(0.444445, 0.911877) +V 1402: Pos(0.575, 5.975, 2.95) Norm(-0.577357, -0.577347, 0.577347) UV(0.448276, 0.911877) +V 1403: Pos(0.0, 8.7, 2.35) Norm(-0.577341, 0.577371, 0.577339) UV(0.743295, 0.206897) +V 1404: Pos(0.4, 8.7, 2.35) Norm(0.577346, 0.577352, 0.577352) UV(0.524904, 0.873563) +V 1405: Pos(0.4, 6.0, 2.35) Norm(0.577341, -0.577371, 0.577339) UV(0.743295, 0.413793) +V 1406: Pos(0.0, 6.0, 2.35) Norm(-0.577346, -0.577352, 0.577352) UV(0.555556, 0.873563) +V 1407: Pos(0.4, 6.0, 1.9) Norm(0.577346, -0.577352, -0.577352) UV(0.605364, 0.743295) +V 1408: Pos(0.0, 6.0, 2.35) Norm(-0.577346, -0.577352, 0.577352) UV(0.934866, 0.413793) +V 1409: Pos(0.175, 6.025, 3.1) Norm(-0.577336, 0.577346, 0.577369) UV(0.448276, 0.666667) +V 1410: Pos(0.225, 6.025, 3.1) Norm(0.577357, 0.577347, 0.577347) UV(0.482759, 0.666667) +V 1411: Pos(0.175, 5.975, 3.1) Norm(-0.577357, -0.577347, 0.577347) UV(0.582376, 0.666667) +V 1412: Pos(0.225, 5.975, 2.2) Norm(0.577357, -0.577347, -0.577347) UV(0.298851, 0.911878) +V 1413: Pos(0.175, 5.975, 3.1) Norm(-0.577357, -0.577347, 0.577347) UV(0.310345, 0.911877) +V 1414: Pos(-0.4, 8.7, 2.5) Norm(-0.577341, 0.577371, 0.577339) UV(0.777778, -0.0) +V 1415: Pos(0.0, 8.7, 2.5) Norm(0.577346, 0.577352, 0.577352) UV(0.586207, 0.873563) +V 1416: Pos(0.0, 6.0, 2.5) Norm(0.577341, -0.577371, 0.577339) UV(0.777778, 0.206897) +V 1417: Pos(-0.4, 6.0, 2.5) Norm(-0.577346, -0.577352, 0.577352) UV(0.915709, 0.827586) +V 1418: Pos(0.0, 6.0, 2.05) Norm(0.577346, -0.577352, -0.577352) UV(0.934866, 0.62069) +V 1419: Pos(-0.4, 6.0, 2.5) Norm(-0.577346, -0.577352, 0.577352) UV(0.938697, 0.0) +V 1420: Pos(-0.175, 5.975, 3.25) Norm(0.577336, -0.577346, 0.577369) UV(0.59387, 0.666667) +V 1421: Pos(-0.225, 5.975, 3.25) Norm(-0.577357, -0.577347, 0.577347) UV(0.601533, 0.666667) +V 1422: Pos(-0.175, 5.975, 2.35) Norm(0.577357, -0.577347, -0.577347) UV(0.314176, 0.911877) +V 1423: Pos(-0.225, 5.975, 3.25) Norm(-0.577357, -0.577347, 0.577347) UV(0.318008, 0.911877) +V 1424: Pos(-0.8, 8.7, 2.65) Norm(-0.577341, 0.577371, 0.577339) UV(0.777778, 0.413793) +V 1425: Pos(-0.4, 8.7, 2.65) Norm(0.577346, 0.577352, 0.577352) UV(0.915709, 0.862069) +V 1426: Pos(-0.4, 6.0, 2.65) Norm(0.577341, -0.577371, 0.577339) UV(0.639847, 0.62069) +V 1427: Pos(-0.8, 6.0, 2.65) Norm(-0.577346, -0.577352, 0.577352) UV(0.670498, 0.896552) +V 1428: Pos(-0.4, 6.0, 2.2) Norm(0.577346, -0.577352, -0.577352) UV(0.938697, 0.206897) +V 1429: Pos(-0.8, 6.0, 2.65) Norm(-0.577346, -0.577352, 0.577352) UV(0.965517, 0.413793) +V 1430: Pos(-0.625, 6.025, 3.4) Norm(-0.577336, 0.577346, 0.577369) UV(0.597702, 0.666667) +V 1431: Pos(-0.575, 6.025, 3.4) Norm(0.577357, 0.577347, 0.577347) UV(0.310345, 0.735632) +V 1432: Pos(-0.575, 5.975, 3.4) Norm(0.577336, -0.577346, 0.577369) UV(0.344828, 0.735632) +V 1433: Pos(-0.625, 5.975, 3.4) Norm(-0.577357, -0.577347, 0.577347) UV(0.379311, 0.735632) +V 1434: Pos(-0.575, 5.975, 2.5) Norm(0.577357, -0.577347, -0.577347) UV(0.452107, 0.911877) +V 1435: Pos(-0.625, 5.975, 3.4) Norm(-0.577357, -0.577347, 0.577347) UV(0.455939, 0.911877) +V 1436: Pos(-1.2, 8.7, 2.8) Norm(-0.577341, 0.577371, 0.577339) UV(0.67433, 0.62069) +V 1437: Pos(-0.8, 8.7, 2.8) Norm(0.577346, 0.577352, 0.577352) UV(0.70115, 0.896552) +V 1438: Pos(-0.8, 6.0, 2.8) Norm(0.577341, -0.577371, 0.577339) UV(0.708813, 0.62069) +V 1439: Pos(-1.2, 6.0, 2.8) Norm(-0.577346, -0.577352, 0.577352) UV(0.731801, 0.896552) +V 1440: Pos(-0.8, 6.0, 2.35) Norm(0.577346, -0.577352, -0.577352) UV(0.965517, 0.62069) +V 1441: Pos(-1.2, 6.0, 2.8) Norm(-0.577346, -0.577352, 0.577352) UV(0.969349, 0.0) +V 1442: Pos(-1.025, 6.025, 3.55) Norm(-0.577336, 0.577346, 0.577369) UV(0.413793, 0.735632) +V 1443: Pos(-0.975, 6.025, 3.55) Norm(0.577357, 0.577347, 0.577347) UV(0.448276, 0.735632) +V 1444: Pos(-0.975, 5.975, 3.55) Norm(0.577336, -0.577346, 0.577369) UV(0.482759, 0.735632) +V 1445: Pos(-1.025, 5.975, 3.55) Norm(-0.577357, -0.577347, 0.577347) UV(0.578544, 0.735632) +V 1446: Pos(-0.975, 5.975, 2.65) Norm(0.577357, -0.577347, -0.577347) UV(0.463602, 0.911878) +V 1447: Pos(-1.025, 5.975, 3.55) Norm(-0.577357, -0.577347, 0.577347) UV(0.467433, 0.911878) +V 1448: Pos(-1.6, 8.7, 2.95) Norm(-0.577341, 0.577371, 0.577339) UV(0.743295, 0.62069) +V 1449: Pos(-1.2, 8.7, 2.95) Norm(0.577346, 0.577352, 0.577352) UV(0.731801, 0.862069) +V 1450: Pos(-1.2, 6.0, 2.95) Norm(0.577341, -0.577371, 0.577339) UV(0.777778, 0.62069) +V 1451: Pos(-1.6, 6.0, 2.95) Norm(-0.577346, -0.577352, 0.577352) UV(0.762452, 0.862069) +V 1452: Pos(-1.2, 6.0, 2.5) Norm(0.577346, -0.577352, -0.577352) UV(0.122605, 0.666667) +V 1453: Pos(-1.6, 6.0, 2.95) Norm(-0.577346, -0.577352, 0.577352) UV(0.153257, 0.666667) +V 1454: Pos(-1.425, 5.975, 3.7) Norm(-0.577357, -0.577347, 0.577347) UV(0.59387, 0.735632) +V 1455: Pos(-1.375, 5.975, 2.8) Norm(0.577357, -0.577347, -0.577347) UV(0.471264, 0.911877) +V 1456: Pos(-1.425, 5.975, 3.7) Norm(-0.577357, -0.577347, 0.577347) UV(0.475096, 0.911877) +V 1457: Pos(-2.0, 8.7, 3.1) Norm(-0.577341, 0.577371, 0.577339) UV(0.812261, -0.0) +V 1458: Pos(-1.6, 8.7, 3.1) Norm(0.577346, 0.577352, 0.577352) UV(0.731801, 0.827586) +V 1459: Pos(-1.6, 6.0, 3.1) Norm(0.577341, -0.577371, 0.577339) UV(0.812261, 0.206897) +V 1460: Pos(-2.0, 6.0, 3.1) Norm(-0.577346, -0.577352, 0.577352) UV(0.762452, 0.827586) +V 1461: Pos(-1.6, 6.0, 2.65) Norm(0.577346, -0.577352, -0.577352) UV(0.0, 0.666667) +V 1462: Pos(-2.0, 6.0, 3.1) Norm(-0.577346, -0.577352, 0.577352) UV(0.030651, 0.666667) +V 1463: Pos(-1.775, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.601533, 0.735632) +V 1464: Pos(-1.775, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.639847, 0.743295) +V 1465: Pos(-1.825, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.310345, 0.804598) +V 1466: Pos(-1.775, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.478927, 0.911877) +V 1467: Pos(-1.825, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.482759, 0.911877) +V 1468: Pos(-2.2, 6.025, 3.85) Norm(-0.577336, 0.577346, 0.577369) UV(0.344828, 0.804598) +V 1469: Pos(-2.15, 6.025, 3.85) Norm(0.577357, 0.577347, 0.577347) UV(0.379311, 0.804598) +V 1470: Pos(-2.15, 5.975, 3.85) Norm(0.577336, -0.577346, 0.577369) UV(0.413793, 0.804598) +V 1471: Pos(-2.2, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.448276, 0.804598) +V 1472: Pos(-2.15, 5.975, 2.95) Norm(0.577357, -0.577347, -0.577347) UV(0.48659, 0.911877) +V 1473: Pos(-2.2, 5.975, 3.85) Norm(-0.577357, -0.577347, 0.577347) UV(0.494253, 0.911877) +V 1474: Pos(1.798, 6.03, 2.525) Norm(-0.57735, 0.577353, 0.577348) UV(0.275862, 0.908046) +V 1475: Pos(2.202, 6.03, 2.525) Norm(0.577368, 0.577341, 0.577341) UV(0.245211, 0.908046) +V 1476: Pos(2.202, 5.97, 2.525) Norm(0.57735, -0.577353, 0.577348) UV(0.279694, 0.908046) +V 1477: Pos(1.798, 5.97, 2.525) Norm(-0.577368, -0.577341, 0.577341) UV(0.249042, 0.908046) +V 1478: Pos(2.202, 5.97, 2.475) Norm(0.577368, -0.577341, -0.577341) UV(0.073563, 0.939004) +V 1479: Pos(1.798, 5.97, 2.525) Norm(-0.577368, -0.577341, 0.577341) UV(0.07816, 0.939004) +V 1480: Pos(1.793222, 6.03, 2.475842) Norm(0.337866, 0.577348, -0.743314) UV(0.60512, 0.583908) +V 1481: Pos(1.389222, 6.03, 2.627342) Norm(-0.743327, 0.577344, -0.337844) UV(0.206897, 0.908046) +V 1482: Pos(1.389222, 5.97, 2.627342) Norm(-0.743313, -0.577353, -0.337858) UV(0.60512, 0.588506) +V 1483: Pos(1.389222, 5.97, 2.627342) Norm(-0.743313, -0.577353, -0.337858) UV(0.214559, 0.908046) +V 1484: Pos(1.406778, 5.97, 2.674158) Norm(-0.337886, -0.577339, 0.743312) UV(0.0, 0.939004) +V 1485: Pos(1.793222, 5.97, 2.475842) Norm(0.337886, -0.577339, -0.743312) UV(0.004598, 0.939004) +V 1486: Pos(1.393222, 6.03, 2.625842) Norm(0.337868, 0.577348, -0.743313) UV(0.605121, 0.547127) +V 1487: Pos(0.989222, 6.03, 2.777342) Norm(-0.743327, 0.577344, -0.337844) UV(0.091953, 0.908046) +V 1488: Pos(0.989222, 5.97, 2.777342) Norm(-0.743309, -0.577354, -0.337868) UV(0.605121, 0.551725) +V 1489: Pos(1.393222, 5.97, 2.625842) Norm(0.337891, -0.577341, -0.743308) UV(0.099616, 0.941109) +V 1490: Pos(1.006778, 5.97, 2.824158) Norm(-0.33789, -0.577341, 0.743309) UV(0.009195, 0.939004) +V 1491: Pos(1.393222, 5.97, 2.625842) Norm(0.337891, -0.577341, -0.743308) UV(0.013793, 0.939004) +V 1492: Pos(0.993222, 6.03, 2.775842) Norm(0.337866, 0.577347, -0.743315) UV(0.60512, 0.593104) +V 1493: Pos(0.589222, 6.03, 2.927342) Norm(-0.743327, 0.577344, -0.337843) UV(0.199234, 0.908046) +V 1494: Pos(0.589222, 5.97, 2.927342) Norm(-0.743314, -0.577353, -0.337858) UV(0.60512, 0.597701) +V 1495: Pos(0.589222, 5.97, 2.927342) Norm(-0.743314, -0.577353, -0.337858) UV(0.206897, 0.908046) +V 1496: Pos(0.606778, 5.97, 2.974158) Norm(-0.337886, -0.577338, 0.743312) UV(0.018391, 0.939004) +V 1497: Pos(0.993222, 5.97, 2.775842) Norm(0.337886, -0.577339, -0.743312) UV(0.022988, 0.939004) +V 1498: Pos(0.593222, 6.03, 2.925842) Norm(0.337866, 0.577348, -0.743314) UV(0.60512, 0.556322) +V 1499: Pos(0.189221, 6.03, 3.077342) Norm(-0.743326, 0.577344, -0.337845) UV(0.114942, 0.908046) +V 1500: Pos(0.189221, 5.97, 3.077342) Norm(-0.743308, -0.577354, -0.33787) UV(0.60512, 0.56092) +V 1501: Pos(0.593222, 5.97, 2.925842) Norm(0.33789, -0.577341, -0.743308) UV(0.122605, 0.941109) +V 1502: Pos(0.206778, 5.97, 3.124158) Norm(-0.33789, -0.577341, 0.743309) UV(0.027586, 0.939004) +V 1503: Pos(0.593222, 5.97, 2.925842) Norm(0.33789, -0.577341, -0.743308) UV(0.928737, 0.92751) +V 1504: Pos(0.193222, 6.03, 3.075842) Norm(0.337866, 0.577354, -0.74331) UV(0.60512, 0.602299) +V 1505: Pos(-0.210778, 6.03, 3.227342) Norm(-0.743326, 0.577341, -0.337853) UV(0.222222, 0.908046) +V 1506: Pos(-0.210778, 5.97, 3.227342) Norm(-0.74331, -0.577353, -0.337866) UV(0.60512, 0.606897) +V 1507: Pos(0.193222, 5.97, 3.075842) Norm(0.337887, -0.577342, -0.743309) UV(0.229885, 0.941109) +V 1508: Pos(-0.193222, 5.97, 3.274158) Norm(-0.337887, -0.577342, 0.743309) UV(0.082758, 0.939004) +V 1509: Pos(0.193222, 5.97, 3.075842) Norm(0.337887, -0.577342, -0.743309) UV(0.087356, 0.939004) +V 1510: Pos(-0.206778, 6.03, 3.225842) Norm(0.337866, 0.577348, -0.743314) UV(0.60512, 0.611494) +V 1511: Pos(-0.610778, 6.03, 3.377342) Norm(-0.743327, 0.577344, -0.337844) UV(0.191571, 0.908046) +V 1512: Pos(-0.610778, 5.97, 3.377342) Norm(-0.743313, -0.577353, -0.337858) UV(0.60512, 0.616092) +V 1513: Pos(-0.610778, 5.97, 3.377342) Norm(-0.743313, -0.577353, -0.337858) UV(0.199234, 0.908046) +V 1514: Pos(-0.593222, 5.97, 3.424158) Norm(-0.337886, -0.577339, 0.743312) UV(0.933335, 0.92751) +V 1515: Pos(-0.206778, 5.97, 3.225842) Norm(0.337886, -0.577339, -0.743312) UV(0.032184, 0.939004) +V 1516: Pos(-0.606778, 6.03, 3.375842) Norm(0.337868, 0.577348, -0.743313) UV(0.605121, 0.565518) +V 1517: Pos(-1.010778, 6.03, 3.527342) Norm(-0.743327, 0.577344, -0.337844) UV(0.122605, 0.908046) +V 1518: Pos(-1.010778, 5.97, 3.527342) Norm(-0.743309, -0.577354, -0.337868) UV(0.605121, 0.570115) +V 1519: Pos(-0.606778, 5.97, 3.375842) Norm(0.337891, -0.577341, -0.743308) UV(0.103447, 0.941109) +V 1520: Pos(-0.993222, 5.97, 3.574158) Norm(-0.33789, -0.577341, 0.743309) UV(0.036781, 0.939004) +V 1521: Pos(-0.606778, 5.97, 3.375842) Norm(0.337891, -0.577341, -0.743308) UV(0.041379, 0.939004) +V 1522: Pos(-1.006778, 6.03, 3.525842) Norm(0.337866, 0.577347, -0.743315) UV(0.60512, 0.62069) +V 1523: Pos(-1.410778, 6.03, 3.677342) Norm(-0.743327, 0.577344, -0.337843) UV(0.21456, 0.908046) +V 1524: Pos(-1.410778, 5.97, 3.677342) Norm(-0.743314, -0.577353, -0.337858) UV(0.60512, 0.625287) +V 1525: Pos(-1.410778, 5.97, 3.677342) Norm(-0.743314, -0.577353, -0.337858) UV(0.222223, 0.908046) +V 1526: Pos(-1.393222, 5.97, 3.724158) Norm(-0.337886, -0.577338, 0.743312) UV(0.045977, 0.939004) +V 1527: Pos(-1.006778, 5.97, 3.525842) Norm(0.337886, -0.577339, -0.743312) UV(0.050574, 0.939004) +V 1528: Pos(-1.406778, 6.03, 3.675842) Norm(0.337866, 0.577348, -0.743314) UV(0.60512, 0.574713) +V 1529: Pos(-1.810778, 6.03, 3.827342) Norm(-0.743326, 0.577344, -0.337845) UV(0.134099, 0.908046) +V 1530: Pos(-1.810778, 5.97, 3.827342) Norm(-0.743308, -0.577354, -0.33787) UV(0.60512, 0.579311) +V 1531: Pos(-1.406778, 5.97, 3.675842) Norm(0.33789, -0.577341, -0.743308) UV(0.107279, 0.941109) +V 1532: Pos(-1.793222, 5.97, 3.874158) Norm(-0.33789, -0.577341, 0.743309) UV(0.064367, 0.939004) +V 1533: Pos(-1.406778, 5.97, 3.675842) Norm(0.33789, -0.577341, -0.743308) UV(0.068965, 0.939004) +V 1534: Pos(-2.202, 6.03, 3.875) Norm(-0.57735, 0.577353, 0.577348) UV(0.283525, 0.908046) +V 1535: Pos(-1.798, 6.03, 3.875) Norm(0.577368, 0.577341, 0.577341) UV(0.229885, 0.908046) +V 1536: Pos(-1.798, 5.97, 3.875) Norm(0.57735, -0.577353, 0.577348) UV(0.287357, 0.908046) +V 1537: Pos(-2.202, 5.97, 3.875) Norm(-0.577368, -0.577341, 0.577341) UV(0.233717, 0.908046) +V 1538: Pos(-1.798, 5.97, 3.825) Norm(0.577368, -0.577341, -0.577341) UV(0.055172, 0.939004) +V 1539: Pos(-2.202, 5.97, 3.875) Norm(-0.577368, -0.577341, 0.577341) UV(0.05977, 0.939004) + +===Triangles (Indices): 804 +Tri: 0 1 2 +Tri: 3 4 5 +Tri: 6 7 8 +Tri: 9 10 11 +Tri: 12 13 14 +Tri: 15 16 17 +Tri: 18 19 20 +Tri: 21 22 23 +Tri: 24 25 26 +Tri: 27 28 29 +Tri: 30 31 32 +Tri: 33 34 35 +Tri: 36 37 38 +Tri: 39 40 41 +Tri: 42 43 44 +Tri: 45 46 47 +Tri: 48 49 50 +Tri: 51 52 53 +Tri: 54 55 56 +Tri: 57 58 59 +Tri: 60 61 62 +Tri: 63 64 65 +Tri: 66 67 68 +Tri: 69 70 71 +Tri: 72 73 74 +Tri: 75 76 77 +Tri: 78 79 76 +Tri: 80 81 79 +Tri: 82 83 84 +Tri: 85 86 87 +Tri: 88 89 90 +Tri: 91 92 93 +Tri: 94 95 96 +Tri: 97 98 99 +Tri: 100 101 102 +Tri: 103 104 105 +Tri: 106 107 108 +Tri: 109 110 107 +Tri: 111 112 110 +Tri: 113 114 115 +Tri: 116 117 118 +Tri: 119 120 121 +Tri: 122 123 124 +Tri: 125 126 127 +Tri: 128 129 130 +Tri: 131 132 133 +Tri: 134 135 136 +Tri: 137 138 139 +Tri: 140 141 142 +Tri: 143 144 145 +Tri: 146 147 144 +Tri: 148 149 147 +Tri: 150 151 152 +Tri: 153 154 155 +Tri: 156 157 158 +Tri: 159 160 161 +Tri: 162 163 164 +Tri: 165 166 167 +Tri: 168 169 170 +Tri: 171 172 173 +Tri: 174 175 176 +Tri: 177 178 175 +Tri: 179 180 181 +Tri: 182 183 184 +Tri: 185 186 187 +Tri: 188 189 190 +Tri: 191 192 193 +Tri: 194 195 196 +Tri: 197 198 199 +Tri: 200 201 202 +Tri: 203 204 205 +Tri: 206 207 208 +Tri: 209 210 211 +Tri: 212 213 214 +Tri: 215 216 213 +Tri: 217 218 219 +Tri: 220 221 222 +Tri: 223 224 225 +Tri: 226 227 228 +Tri: 229 230 231 +Tri: 232 233 234 +Tri: 235 236 237 +Tri: 238 239 240 +Tri: 241 242 243 +Tri: 244 245 246 +Tri: 247 248 249 +Tri: 250 251 248 +Tri: 252 253 254 +Tri: 255 256 257 +Tri: 258 259 260 +Tri: 261 262 263 +Tri: 264 265 266 +Tri: 267 268 269 +Tri: 270 271 272 +Tri: 273 274 275 +Tri: 276 277 278 +Tri: 279 280 281 +Tri: 282 283 280 +Tri: 284 285 286 +Tri: 287 288 289 +Tri: 290 291 292 +Tri: 293 294 295 +Tri: 296 297 298 +Tri: 299 300 301 +Tri: 302 303 304 +Tri: 305 306 307 +Tri: 308 309 310 +Tri: 311 312 313 +Tri: 314 315 316 +Tri: 317 318 315 +Tri: 319 320 318 +Tri: 321 322 320 +Tri: 323 324 325 +Tri: 326 327 328 +Tri: 329 330 331 +Tri: 332 333 334 +Tri: 335 336 337 +Tri: 338 339 340 +Tri: 341 342 343 +Tri: 344 345 346 +Tri: 347 348 349 +Tri: 350 351 348 +Tri: 352 353 354 +Tri: 355 356 357 +Tri: 358 359 360 +Tri: 361 362 363 +Tri: 364 365 366 +Tri: 367 368 365 +Tri: 369 370 368 +Tri: 371 372 373 +Tri: 374 375 376 +Tri: 377 378 379 +Tri: 380 381 382 +Tri: 383 384 385 +Tri: 386 387 388 +Tri: 389 390 391 +Tri: 392 393 394 +Tri: 395 396 397 +Tri: 398 399 400 +Tri: 401 402 403 +Tri: 404 405 406 +Tri: 407 408 409 +Tri: 410 411 412 +Tri: 413 414 415 +Tri: 416 417 418 +Tri: 419 420 421 +Tri: 422 423 424 +Tri: 425 426 427 +Tri: 428 429 430 +Tri: 431 432 433 +Tri: 434 435 436 +Tri: 437 438 439 +Tri: 440 441 442 +Tri: 443 444 445 +Tri: 446 447 448 +Tri: 449 450 451 +Tri: 452 453 454 +Tri: 455 456 457 +Tri: 458 459 460 +Tri: 461 462 463 +Tri: 464 465 466 +Tri: 467 468 469 +Tri: 470 471 472 +Tri: 473 474 475 +Tri: 476 477 478 +Tri: 479 480 481 +Tri: 482 483 484 +Tri: 485 486 487 +Tri: 488 489 490 +Tri: 491 492 493 +Tri: 494 495 496 +Tri: 497 498 499 +Tri: 500 501 502 +Tri: 503 504 505 +Tri: 506 507 508 +Tri: 509 510 511 +Tri: 512 513 514 +Tri: 515 516 517 +Tri: 518 519 520 +Tri: 521 522 523 +Tri: 524 525 526 +Tri: 527 528 529 +Tri: 530 531 532 +Tri: 533 534 535 +Tri: 536 537 538 +Tri: 539 540 541 +Tri: 542 543 544 +Tri: 545 546 547 +Tri: 548 549 550 +Tri: 551 552 553 +Tri: 554 555 556 +Tri: 557 558 559 +Tri: 560 561 562 +Tri: 563 564 565 +Tri: 566 567 568 +Tri: 569 570 571 +Tri: 572 573 574 +Tri: 575 576 577 +Tri: 578 579 580 +Tri: 581 582 583 +Tri: 584 585 586 +Tri: 587 588 589 +Tri: 590 591 592 +Tri: 593 594 595 +Tri: 596 597 598 +Tri: 599 600 597 +Tri: 601 602 600 +Tri: 603 604 602 +Tri: 605 606 607 +Tri: 608 609 610 +Tri: 611 612 613 +Tri: 614 615 616 +Tri: 617 618 619 +Tri: 620 621 622 +Tri: 623 624 625 +Tri: 626 627 628 +Tri: 629 630 631 +Tri: 632 633 634 +Tri: 635 636 633 +Tri: 637 638 636 +Tri: 639 640 641 +Tri: 642 643 644 +Tri: 645 646 647 +Tri: 648 649 650 +Tri: 651 652 653 +Tri: 654 655 656 +Tri: 657 658 659 +Tri: 660 661 662 +Tri: 663 664 665 +Tri: 666 667 664 +Tri: 668 669 667 +Tri: 670 671 669 +Tri: 672 673 674 +Tri: 675 676 677 +Tri: 678 679 680 +Tri: 681 682 683 +Tri: 684 685 686 +Tri: 687 688 689 +Tri: 690 691 692 +Tri: 693 694 695 +Tri: 696 697 698 +Tri: 699 700 697 +Tri: 701 702 700 +Tri: 703 704 702 +Tri: 705 706 707 +Tri: 708 709 710 +Tri: 711 712 713 +Tri: 714 715 716 +Tri: 717 718 719 +Tri: 720 721 722 +Tri: 723 724 725 +Tri: 726 727 728 +Tri: 729 730 731 +Tri: 732 733 734 +Tri: 735 736 737 +Tri: 738 739 740 +Tri: 741 742 743 +Tri: 744 745 746 +Tri: 747 748 749 +Tri: 750 751 752 +Tri: 753 754 755 +Tri: 756 757 758 +Tri: 759 760 761 +Tri: 762 763 764 +Tri: 765 766 767 +Tri: 768 769 770 +Tri: 771 772 773 +Tri: 774 775 772 +Tri: 776 777 778 +Tri: 779 780 781 +Tri: 782 783 784 +Tri: 785 786 787 +Tri: 788 789 790 +Tri: 791 792 793 +Tri: 794 795 796 +Tri: 797 798 799 +Tri: 800 801 802 +Tri: 803 804 801 +Tri: 805 806 804 +Tri: 807 808 809 +Tri: 810 811 812 +Tri: 813 814 815 +Tri: 816 817 818 +Tri: 819 820 821 +Tri: 822 823 824 +Tri: 825 826 827 +Tri: 828 829 830 +Tri: 831 832 833 +Tri: 834 835 836 +Tri: 837 838 839 +Tri: 840 841 842 +Tri: 843 844 845 +Tri: 846 847 848 +Tri: 849 850 851 +Tri: 852 853 854 +Tri: 855 856 857 +Tri: 858 859 860 +Tri: 861 862 863 +Tri: 864 865 866 +Tri: 867 868 869 +Tri: 870 871 872 +Tri: 873 874 875 +Tri: 876 877 878 +Tri: 879 880 881 +Tri: 882 883 884 +Tri: 885 886 887 +Tri: 888 889 890 +Tri: 891 892 893 +Tri: 894 895 896 +Tri: 897 898 899 +Tri: 900 901 902 +Tri: 903 904 905 +Tri: 906 907 908 +Tri: 909 910 907 +Tri: 911 912 910 +Tri: 913 914 912 +Tri: 915 916 917 +Tri: 918 919 920 +Tri: 921 922 923 +Tri: 924 925 926 +Tri: 927 928 929 +Tri: 930 931 932 +Tri: 933 934 935 +Tri: 936 937 938 +Tri: 939 940 941 +Tri: 942 943 940 +Tri: 944 945 946 +Tri: 947 948 949 +Tri: 950 951 952 +Tri: 953 954 955 +Tri: 956 957 958 +Tri: 959 960 961 +Tri: 962 963 964 +Tri: 965 966 967 +Tri: 968 969 970 +Tri: 971 972 973 +Tri: 974 975 976 +Tri: 977 978 979 +Tri: 980 981 982 +Tri: 983 984 985 +Tri: 986 987 988 +Tri: 989 990 991 +Tri: 992 993 994 +Tri: 995 996 997 +Tri: 998 999 1000 +Tri: 1001 1002 1003 +Tri: 1004 1005 1006 +Tri: 1007 1008 1009 +Tri: 1010 1011 1012 +Tri: 1013 1014 1015 +Tri: 1016 1017 1018 +Tri: 1019 1020 1021 +Tri: 1022 1023 1024 +Tri: 1025 1026 1027 +Tri: 1028 1029 1030 +Tri: 1031 1032 1033 +Tri: 1034 1035 1036 +Tri: 1037 1038 1039 +Tri: 1040 1041 1042 +Tri: 1043 1044 1045 +Tri: 1046 1047 1048 +Tri: 1049 1050 1051 +Tri: 1052 1053 1054 +Tri: 1055 1056 1057 +Tri: 1058 1059 1060 +Tri: 1061 1062 1063 +Tri: 1064 1065 1066 +Tri: 1067 1068 1069 +Tri: 1070 1071 1072 +Tri: 1073 1074 1075 +Tri: 1076 1077 1078 +Tri: 1079 1080 1081 +Tri: 1082 1083 1084 +Tri: 1085 1086 1087 +Tri: 1088 1089 1090 +Tri: 1091 1092 1093 +Tri: 1094 1095 1096 +Tri: 1097 1098 1099 +Tri: 1100 1101 1102 +Tri: 1103 1104 1105 +Tri: 1106 1107 1108 +Tri: 1109 1110 1111 +Tri: 1112 1113 1114 +Tri: 1115 1116 1117 +Tri: 1118 1119 1120 +Tri: 1121 1122 1123 +Tri: 1124 1125 1126 +Tri: 1127 1128 1129 +Tri: 1130 1131 1132 +Tri: 1133 1134 1135 +Tri: 1136 1137 1138 +Tri: 1139 1140 1141 +Tri: 1142 1143 1144 +Tri: 1145 1146 1147 +Tri: 1148 1149 1150 +Tri: 1151 1152 1153 +Tri: 1154 1155 1156 +Tri: 1157 1158 1159 +Tri: 1160 1161 1162 +Tri: 1163 1164 1165 +Tri: 1166 1167 1168 +Tri: 1169 1170 1171 +Tri: 0 1172 1 +Tri: 3 1173 4 +Tri: 6 1174 7 +Tri: 9 1175 10 +Tri: 12 1176 13 +Tri: 15 1177 16 +Tri: 18 1178 19 +Tri: 21 1179 22 +Tri: 24 1180 25 +Tri: 27 1181 28 +Tri: 30 1182 31 +Tri: 33 1183 34 +Tri: 36 1184 37 +Tri: 39 1185 40 +Tri: 42 1186 43 +Tri: 45 1187 46 +Tri: 48 1188 49 +Tri: 51 1189 52 +Tri: 54 1190 55 +Tri: 57 1191 58 +Tri: 60 1192 61 +Tri: 63 1193 64 +Tri: 66 1194 67 +Tri: 69 1195 70 +Tri: 72 1196 73 +Tri: 75 78 76 +Tri: 78 80 79 +Tri: 80 1197 81 +Tri: 82 1198 83 +Tri: 85 1199 86 +Tri: 88 1200 89 +Tri: 91 1201 92 +Tri: 94 1202 95 +Tri: 97 1203 98 +Tri: 100 1204 101 +Tri: 103 1205 104 +Tri: 106 109 107 +Tri: 109 111 110 +Tri: 111 1206 112 +Tri: 113 1207 114 +Tri: 116 1208 117 +Tri: 119 1209 120 +Tri: 122 1210 123 +Tri: 125 1211 126 +Tri: 128 1212 129 +Tri: 131 1213 132 +Tri: 134 1214 135 +Tri: 137 1215 138 +Tri: 140 1216 141 +Tri: 143 146 144 +Tri: 146 148 147 +Tri: 148 1217 149 +Tri: 150 1218 151 +Tri: 153 1219 154 +Tri: 156 1220 157 +Tri: 159 1221 160 +Tri: 162 1222 163 +Tri: 165 1223 166 +Tri: 168 1224 169 +Tri: 171 1225 172 +Tri: 174 177 175 +Tri: 177 1226 178 +Tri: 179 1227 180 +Tri: 182 1228 183 +Tri: 185 1229 186 +Tri: 188 1230 189 +Tri: 191 1231 192 +Tri: 194 1232 195 +Tri: 197 1233 198 +Tri: 200 1234 201 +Tri: 203 1235 204 +Tri: 206 1236 207 +Tri: 209 1237 210 +Tri: 212 215 213 +Tri: 215 1238 216 +Tri: 217 1239 218 +Tri: 220 1240 221 +Tri: 223 1241 224 +Tri: 226 1242 227 +Tri: 229 1243 230 +Tri: 232 1244 233 +Tri: 235 1245 236 +Tri: 238 1246 239 +Tri: 241 1247 242 +Tri: 244 1248 245 +Tri: 247 250 248 +Tri: 250 1249 251 +Tri: 252 1250 253 +Tri: 255 1251 256 +Tri: 258 1252 259 +Tri: 261 1253 262 +Tri: 264 1254 265 +Tri: 267 1255 268 +Tri: 270 1256 271 +Tri: 273 1257 274 +Tri: 276 1258 277 +Tri: 279 282 280 +Tri: 282 1259 283 +Tri: 284 1260 285 +Tri: 287 1261 288 +Tri: 290 1262 291 +Tri: 293 1263 294 +Tri: 296 1264 297 +Tri: 299 1265 300 +Tri: 302 1266 303 +Tri: 305 1267 306 +Tri: 308 1268 309 +Tri: 311 1269 312 +Tri: 314 317 315 +Tri: 317 319 318 +Tri: 319 321 320 +Tri: 321 1270 322 +Tri: 323 1271 324 +Tri: 326 1272 327 +Tri: 329 1273 330 +Tri: 332 1274 333 +Tri: 335 1275 336 +Tri: 338 1276 339 +Tri: 341 1277 342 +Tri: 344 1278 345 +Tri: 347 350 348 +Tri: 350 1279 351 +Tri: 352 1280 353 +Tri: 355 1281 356 +Tri: 358 1282 359 +Tri: 361 1283 362 +Tri: 364 367 365 +Tri: 367 369 368 +Tri: 369 1284 370 +Tri: 371 1285 372 +Tri: 374 1286 375 +Tri: 377 1287 378 +Tri: 380 1288 381 +Tri: 383 1289 384 +Tri: 386 1290 387 +Tri: 389 1291 390 +Tri: 392 1292 393 +Tri: 395 1293 396 +Tri: 398 1294 399 +Tri: 401 1295 402 +Tri: 404 1296 405 +Tri: 407 1297 408 +Tri: 410 1298 411 +Tri: 413 1299 414 +Tri: 416 1300 417 +Tri: 419 1301 420 +Tri: 422 1302 423 +Tri: 425 1303 426 +Tri: 428 1304 429 +Tri: 431 1305 432 +Tri: 434 1306 435 +Tri: 437 1307 438 +Tri: 440 1308 441 +Tri: 443 1309 444 +Tri: 446 1310 447 +Tri: 449 1311 450 +Tri: 452 1312 453 +Tri: 455 1313 456 +Tri: 458 1314 459 +Tri: 461 1315 462 +Tri: 464 1316 465 +Tri: 467 1317 468 +Tri: 470 1318 471 +Tri: 473 1319 474 +Tri: 476 1320 477 +Tri: 479 1321 480 +Tri: 482 1322 483 +Tri: 485 1323 486 +Tri: 488 1324 489 +Tri: 491 1325 492 +Tri: 494 1326 495 +Tri: 497 1327 498 +Tri: 500 1328 501 +Tri: 503 1329 504 +Tri: 506 1330 507 +Tri: 509 1331 510 +Tri: 512 1332 513 +Tri: 515 1333 516 +Tri: 518 1334 519 +Tri: 521 1335 522 +Tri: 524 1336 525 +Tri: 527 1337 528 +Tri: 530 1338 531 +Tri: 533 1339 534 +Tri: 536 1340 537 +Tri: 539 1341 540 +Tri: 542 1342 543 +Tri: 545 1343 546 +Tri: 548 1344 549 +Tri: 551 1345 552 +Tri: 554 1346 555 +Tri: 557 1347 558 +Tri: 560 1348 561 +Tri: 563 1349 564 +Tri: 566 1350 567 +Tri: 569 1351 570 +Tri: 572 1352 573 +Tri: 575 1353 576 +Tri: 578 1354 579 +Tri: 581 1355 582 +Tri: 584 1356 585 +Tri: 587 1357 588 +Tri: 590 1358 591 +Tri: 593 1359 594 +Tri: 596 599 597 +Tri: 599 601 600 +Tri: 601 603 602 +Tri: 603 1360 604 +Tri: 605 1361 606 +Tri: 608 1362 609 +Tri: 611 1363 612 +Tri: 614 1364 615 +Tri: 617 1365 618 +Tri: 620 1366 621 +Tri: 623 1367 624 +Tri: 626 1368 627 +Tri: 629 1369 630 +Tri: 632 635 633 +Tri: 635 637 636 +Tri: 637 1370 638 +Tri: 639 1371 640 +Tri: 642 1372 643 +Tri: 645 1373 646 +Tri: 648 1374 649 +Tri: 651 1375 652 +Tri: 654 1376 655 +Tri: 657 1377 658 +Tri: 660 1378 661 +Tri: 663 666 664 +Tri: 666 668 667 +Tri: 668 670 669 +Tri: 670 1379 671 +Tri: 672 1380 673 +Tri: 675 1381 676 +Tri: 678 1382 679 +Tri: 681 1383 682 +Tri: 684 1384 685 +Tri: 687 1385 688 +Tri: 690 1386 691 +Tri: 693 1387 694 +Tri: 696 699 697 +Tri: 699 701 700 +Tri: 701 703 702 +Tri: 703 1388 704 +Tri: 705 1389 706 +Tri: 708 1390 709 +Tri: 711 1391 712 +Tri: 714 1392 715 +Tri: 717 1393 718 +Tri: 720 1394 721 +Tri: 723 1395 724 +Tri: 726 1396 727 +Tri: 729 1397 730 +Tri: 732 1398 733 +Tri: 735 1399 736 +Tri: 738 1400 739 +Tri: 741 1401 742 +Tri: 744 1402 745 +Tri: 747 1403 748 +Tri: 750 1404 751 +Tri: 753 1405 754 +Tri: 756 1406 757 +Tri: 759 1407 760 +Tri: 762 1408 763 +Tri: 765 1409 766 +Tri: 768 1410 769 +Tri: 771 774 772 +Tri: 774 1411 775 +Tri: 776 1412 777 +Tri: 779 1413 780 +Tri: 782 1414 783 +Tri: 785 1415 786 +Tri: 788 1416 789 +Tri: 791 1417 792 +Tri: 794 1418 795 +Tri: 797 1419 798 +Tri: 800 803 801 +Tri: 803 805 804 +Tri: 805 1420 806 +Tri: 807 1421 808 +Tri: 810 1422 811 +Tri: 813 1423 814 +Tri: 816 1424 817 +Tri: 819 1425 820 +Tri: 822 1426 823 +Tri: 825 1427 826 +Tri: 828 1428 829 +Tri: 831 1429 832 +Tri: 834 1430 835 +Tri: 837 1431 838 +Tri: 840 1432 841 +Tri: 843 1433 844 +Tri: 846 1434 847 +Tri: 849 1435 850 +Tri: 852 1436 853 +Tri: 855 1437 856 +Tri: 858 1438 859 +Tri: 861 1439 862 +Tri: 864 1440 865 +Tri: 867 1441 868 +Tri: 870 1442 871 +Tri: 873 1443 874 +Tri: 876 1444 877 +Tri: 879 1445 880 +Tri: 882 1446 883 +Tri: 885 1447 886 +Tri: 888 1448 889 +Tri: 891 1449 892 +Tri: 894 1450 895 +Tri: 897 1451 898 +Tri: 900 1452 901 +Tri: 903 1453 904 +Tri: 906 909 907 +Tri: 909 911 910 +Tri: 911 913 912 +Tri: 913 1454 914 +Tri: 915 1455 916 +Tri: 918 1456 919 +Tri: 921 1457 922 +Tri: 924 1458 925 +Tri: 927 1459 928 +Tri: 930 1460 931 +Tri: 933 1461 934 +Tri: 936 1462 937 +Tri: 939 942 940 +Tri: 942 1463 943 +Tri: 944 1464 945 +Tri: 947 1465 948 +Tri: 950 1466 951 +Tri: 953 1467 954 +Tri: 956 1468 957 +Tri: 959 1469 960 +Tri: 962 1470 963 +Tri: 965 1471 966 +Tri: 968 1472 969 +Tri: 971 1473 972 +Tri: 974 1474 975 +Tri: 977 1475 978 +Tri: 980 1476 981 +Tri: 983 1477 984 +Tri: 986 1478 987 +Tri: 989 1479 990 +Tri: 992 1480 993 +Tri: 995 1481 996 +Tri: 998 1482 999 +Tri: 1001 1483 1002 +Tri: 1004 1484 1005 +Tri: 1007 1485 1008 +Tri: 1010 1486 1011 +Tri: 1013 1487 1014 +Tri: 1016 1488 1017 +Tri: 1019 1489 1020 +Tri: 1022 1490 1023 +Tri: 1025 1491 1026 +Tri: 1028 1492 1029 +Tri: 1031 1493 1032 +Tri: 1034 1494 1035 +Tri: 1037 1495 1038 +Tri: 1040 1496 1041 +Tri: 1043 1497 1044 +Tri: 1046 1498 1047 +Tri: 1049 1499 1050 +Tri: 1052 1500 1053 +Tri: 1055 1501 1056 +Tri: 1058 1502 1059 +Tri: 1061 1503 1062 +Tri: 1064 1504 1065 +Tri: 1067 1505 1068 +Tri: 1070 1506 1071 +Tri: 1073 1507 1074 +Tri: 1076 1508 1077 +Tri: 1079 1509 1080 +Tri: 1082 1510 1083 +Tri: 1085 1511 1086 +Tri: 1088 1512 1089 +Tri: 1091 1513 1092 +Tri: 1094 1514 1095 +Tri: 1097 1515 1098 +Tri: 1100 1516 1101 +Tri: 1103 1517 1104 +Tri: 1106 1518 1107 +Tri: 1109 1519 1110 +Tri: 1112 1520 1113 +Tri: 1115 1521 1116 +Tri: 1118 1522 1119 +Tri: 1121 1523 1122 +Tri: 1124 1524 1125 +Tri: 1127 1525 1128 +Tri: 1130 1526 1131 +Tri: 1133 1527 1134 +Tri: 1136 1528 1137 +Tri: 1139 1529 1140 +Tri: 1142 1530 1143 +Tri: 1145 1531 1146 +Tri: 1148 1532 1149 +Tri: 1151 1533 1152 +Tri: 1154 1534 1155 +Tri: 1157 1535 1158 +Tri: 1160 1536 1161 +Tri: 1163 1537 1164 +Tri: 1166 1538 1167 +Tri: 1169 1539 1170 diff --git a/resources/w/exterior/Building_work014.png b/resources/w/exterior/Building_work014.png new file mode 100644 index 0000000..e584bb2 --- /dev/null +++ b/resources/w/exterior/Building_work014.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062a4cb2f3bdf08f67ecf2e8d16399f41f54a0b61555602b3ed8dab435d7e437 +size 16763349 diff --git a/resources/w/exterior/Ext_Building004.png b/resources/w/exterior/Ext_Building004.png new file mode 100644 index 0000000..f32b3f3 --- /dev/null +++ b/resources/w/exterior/Ext_Building004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c7b98900bfc6bb6bb748c9d0d977b3f376368c24cdb9264796c51329ff7a66 +size 12723848 diff --git a/resources/w/exterior/Segmented_Plane002.png b/resources/w/exterior/Segmented_Plane002.png index ca5c755..46f9656 100644 --- a/resources/w/exterior/Segmented_Plane002.png +++ b/resources/w/exterior/Segmented_Plane002.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91b7b3bb042bca15337bb5fe33206d2b500d2f0503cedbbcea3a82bc0f9b8e73 -size 7441893 +oid sha256:88339b3dc22d85084674540f01c9cb1e3d4f431e190b9a322c8f60e8182f5fa8 +size 7430188 diff --git a/resources/w/exterior/Staircase001.png b/resources/w/exterior/Staircase001.png new file mode 100644 index 0000000..3f64737 --- /dev/null +++ b/resources/w/exterior/Staircase001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9562d660d4959cf96cb6427f5ceefa7ae9513fe65ab6d2bfd5fc68a79139b3 +size 1502870 diff --git a/resources/w/exterior/building002.txt b/resources/w/exterior/building002.txt new file mode 100644 index 0000000..55b6980 --- /dev/null +++ b/resources/w/exterior/building002.txt @@ -0,0 +1,27 @@ +===Vertices (Split by UV/Normal): 16 +V 0: Pos(-15.0, -3.75, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(1.0, 0.208333) +V 1: Pos(-15.0, -3.75, 7.0) Norm(-0.707107, -0.707107, 0.0) UV(0.805556, 0.208333) +V 2: Pos(-15.0, 3.75, 7.0) Norm(-0.707107, 0.707107, 0.0) UV(0.805556, 0.0) +V 3: Pos(-15.0, 3.75, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(1.0, 0.0) +V 4: Pos(-15.0, 3.75, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(0.611111, 0.833333) +V 5: Pos(-15.0, 3.75, 7.0) Norm(-0.707107, 0.707107, 0.0) UV(0.416667, 0.833333) +V 6: Pos(15.0, 3.75, 7.0) Norm(0.707107, 0.707107, 0.0) UV(0.416667, -0.0) +V 7: Pos(15.0, 3.75, 0.0) Norm(0.707107, 0.707107, 0.0) UV(0.611111, -0.0) +V 8: Pos(15.0, 3.75, 0.0) Norm(0.707107, 0.707107, 0.0) UV(1.0, 0.416667) +V 9: Pos(15.0, 3.75, 7.0) Norm(0.707107, 0.707107, 0.0) UV(0.805556, 0.416667) +V 10: Pos(15.0, -3.75, 7.0) Norm(0.707107, -0.707107, 0.0) UV(0.805556, 0.208333) +V 11: Pos(15.0, -3.75, 0.0) Norm(0.707107, -0.707107, 0.0) UV(1.0, 0.208333) +V 12: Pos(15.0, -3.75, 0.0) Norm(0.707107, -0.707107, 0.0) UV(0.805556, 0.833333) +V 13: Pos(15.0, -3.75, 7.0) Norm(0.707107, -0.707107, 0.0) UV(0.611111, 0.833333) +V 14: Pos(-15.0, -3.75, 7.0) Norm(-0.707107, -0.707107, 0.0) UV(0.611111, -0.0) +V 15: Pos(-15.0, -3.75, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(0.805556, 0.0) + +===Triangles (Indices): 8 +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 diff --git a/resources/w/exterior/building003.txt b/resources/w/exterior/building003.txt new file mode 100644 index 0000000..b4721ae --- /dev/null +++ b/resources/w/exterior/building003.txt @@ -0,0 +1,27 @@ +===Vertices (Split by UV/Normal): 16 +V 0: Pos(-20.423353, -5.105838, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(1.0, 0.208333) +V 1: Pos(-20.423353, -5.105838, 9.530898) Norm(-0.707107, -0.707107, 0.0) UV(0.805556, 0.208333) +V 2: Pos(-20.423353, 5.105838, 9.530898) Norm(-0.707107, 0.707107, 0.0) UV(0.805556, 0.0) +V 3: Pos(-20.423353, 5.105838, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(1.0, 0.0) +V 4: Pos(-20.423353, 5.105838, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(0.611111, 0.833333) +V 5: Pos(-20.423353, 5.105838, 9.530898) Norm(-0.707107, 0.707107, 0.0) UV(0.416667, 0.833333) +V 6: Pos(20.423353, 5.105838, 9.530898) Norm(0.707107, 0.707107, 0.0) UV(0.416667, -0.0) +V 7: Pos(20.423353, 5.105838, 0.0) Norm(0.707107, 0.707107, 0.0) UV(0.611111, -0.0) +V 8: Pos(20.423353, 5.105838, 0.0) Norm(0.707107, 0.707107, 0.0) UV(1.0, 0.416667) +V 9: Pos(20.423353, 5.105838, 9.530898) Norm(0.707107, 0.707107, 0.0) UV(0.805556, 0.416667) +V 10: Pos(20.423353, -5.105838, 9.530898) Norm(0.707107, -0.707107, 0.0) UV(0.805556, 0.208333) +V 11: Pos(20.423353, -5.105838, 0.0) Norm(0.707107, -0.707107, 0.0) UV(1.0, 0.208333) +V 12: Pos(20.423353, -5.105838, 0.0) Norm(0.707107, -0.707107, 0.0) UV(0.805556, 0.833333) +V 13: Pos(20.423353, -5.105838, 9.530898) Norm(0.707107, -0.707107, 0.0) UV(0.611111, 0.833333) +V 14: Pos(-20.423353, -5.105838, 9.530898) Norm(-0.707107, -0.707107, 0.0) UV(0.611111, -0.0) +V 15: Pos(-20.423353, -5.105838, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(0.805556, 0.0) + +===Triangles (Indices): 8 +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 diff --git a/resources/w/exterior/door003.txt b/resources/w/exterior/door003.txt new file mode 100644 index 0000000..16a6272 --- /dev/null +++ b/resources/w/exterior/door003.txt @@ -0,0 +1,649 @@ +===Vertices (Split by UV/Normal): 352 +V 0: Pos(7.130006, -4.5, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.4629, 0.662837) +V 1: Pos(7.130006, -4.5, 0.2) Norm(-0.57735, -0.57735, 0.57735) UV(0.422084, 0.662837) +V 2: Pos(7.130006, -3.75, 0.2) Norm(-0.57735, 0.57735, 0.57735) UV(0.422084, 0.510204) +V 3: Pos(7.130006, -3.75, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.4629, 0.510204) +V 4: Pos(7.130006, -3.75, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.897273, 0.397884) +V 5: Pos(7.130006, -3.75, 0.2) Norm(-0.57735, 0.57735, 0.57735) UV(0.856457, 0.397884) +V 6: Pos(9.130006, -3.75, 0.2) Norm(0.57735, 0.57735, 0.57735) UV(0.856457, -0.0) +V 7: Pos(9.130006, -3.75, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.897273, -0.0) +V 8: Pos(9.130006, -3.75, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.503716, 0.65941) +V 9: Pos(9.130006, -3.75, 0.2) Norm(0.57735, 0.57735, 0.57735) UV(0.4629, 0.65941) +V 10: Pos(9.130006, -4.5, 0.2) Norm(0.57735, -0.57735, 0.57735) UV(0.4629, 0.510204) +V 11: Pos(9.130006, -4.5, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.503716, 0.510204) +V 12: Pos(9.130006, -4.5, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.891791, 0.835592) +V 13: Pos(9.130006, -4.5, 0.2) Norm(0.57735, -0.57735, 0.57735) UV(0.850975, 0.835592) +V 14: Pos(7.130006, -4.5, 0.2) Norm(-0.57735, -0.57735, 0.57735) UV(0.850975, 0.428571) +V 15: Pos(7.130006, -4.5, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.891792, 0.428571) +V 16: Pos(7.130006, -3.75, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.153061, 0.510204) +V 17: Pos(9.130006, -3.75, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.153061, 0.918367) +V 18: Pos(9.130006, -4.5, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.0, 0.918367) +V 19: Pos(7.130006, -4.5, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 0.510204) +V 20: Pos(9.130006, -3.75, 0.2) Norm(0.57735, 0.57735, 0.57735) UV(0.306122, 0.510204) +V 21: Pos(7.130006, -3.75, 0.2) Norm(-0.57735, 0.57735, 0.57735) UV(0.306122, 0.918367) +V 22: Pos(7.130006, -4.5, 0.2) Norm(-0.57735, -0.57735, 0.57735) UV(0.153061, 0.918367) +V 23: Pos(9.130006, -4.5, 0.2) Norm(0.57735, -0.57735, 0.57735) UV(0.153061, 0.510204) +V 24: Pos(7.430006, -3.875, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 25: Pos(7.430006, -3.875, 2.2) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 26: Pos(7.430006, -3.625, 2.2) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 27: Pos(7.430006, -3.625, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 28: Pos(8.830006, -3.625, 2.2) Norm(0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 29: Pos(8.830006, -3.625, 0.0) Norm(0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 30: Pos(8.830006, -3.875, 2.2) Norm(0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 31: Pos(8.830006, -3.875, 0.0) Norm(0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 32: Pos(7.530005, -3.9, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.897274, 0.937347) +V 33: Pos(7.530005, -3.9, 2.1) Norm(-0.57735, -0.57735, 0.57735) UV(0.897274, 0.508775) +V 34: Pos(7.530005, -3.8, 2.1) Norm(-0.57735, 0.57735, 0.57735) UV(0.917624, 0.508775) +V 35: Pos(7.530005, -3.8, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.917624, 0.937347) +V 36: Pos(7.530005, -3.8, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.612245, 0.857143) +V 37: Pos(7.530005, -3.8, 2.1) Norm(-0.57735, 0.57735, 0.57735) UV(0.612245, 0.428571) +V 38: Pos(8.730006, -3.8, 2.1) Norm(0.57735, 0.57735, 0.57735) UV(0.850975, 0.428571) +V 39: Pos(8.730006, -3.8, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.850975, 0.857143) +V 40: Pos(8.730006, -3.8, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.917624, 0.937347) +V 41: Pos(8.730006, -3.8, 2.1) Norm(0.57735, 0.57735, 0.57735) UV(0.917624, 0.508775) +V 42: Pos(8.730006, -3.9, 2.1) Norm(0.57735, -0.57735, 0.57735) UV(0.937519, 0.508775) +V 43: Pos(8.730006, -3.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.937519, 0.937347) +V 44: Pos(8.730006, -3.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.612245, 0.428571) +V 45: Pos(8.730006, -3.9, 2.1) Norm(0.57735, -0.57735, 0.57735) UV(0.612245, 0.0) +V 46: Pos(7.530005, -3.9, 2.1) Norm(-0.57735, -0.57735, 0.57735) UV(0.856457, 0.0) +V 47: Pos(7.530005, -3.9, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.856457, 0.428571) +V 48: Pos(7.530005, -3.8, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.524124, 0.510204) +V 49: Pos(8.730006, -3.8, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.524124, 0.755102) +V 50: Pos(8.730006, -3.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.503716, 0.755102) +V 51: Pos(7.530005, -3.9, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.503716, 0.510204) +V 52: Pos(8.730006, -3.8, 2.1) Norm(0.57735, 0.57735, 0.57735) UV(0.544533, 0.510204) +V 53: Pos(7.530005, -3.8, 2.1) Norm(-0.57735, 0.57735, 0.57735) UV(0.544533, 0.755102) +V 54: Pos(7.530005, -3.9, 2.1) Norm(-0.57735, -0.57735, 0.57735) UV(0.524124, 0.755102) +V 55: Pos(8.730006, -3.9, 2.1) Norm(0.57735, -0.57735, 0.57735) UV(0.524124, 0.510204) +V 56: Pos(6.880006, -5.25, 2.325) Norm(-0.57735, -0.57735, -0.57735) UV(0.336735, 0.815469) +V 57: Pos(6.880006, -5.25, 2.475) Norm(-0.57735, -0.57735, 0.57735) UV(0.306122, 0.815469) +V 58: Pos(6.880006, -3.75, 2.475) Norm(-0.57735, 0.57735, 0.57735) UV(0.306122, 0.510204) +V 59: Pos(6.880006, -3.75, 2.325) Norm(-0.57735, 0.57735, -0.57735) UV(0.336735, 0.510204) +V 60: Pos(6.880006, -3.75, 2.325) Norm(-0.57735, 0.57735, -0.57735) UV(0.958498, 0.497355) +V 61: Pos(6.880006, -3.75, 2.475) Norm(-0.57735, 0.57735, 0.57735) UV(0.927886, 0.497355) +V 62: Pos(9.380006, -3.75, 2.475) Norm(0.57735, 0.57735, 0.57735) UV(0.927886, 0.0) +V 63: Pos(9.380006, -3.75, 2.325) Norm(0.57735, 0.57735, -0.57735) UV(0.958498, 0.0) +V 64: Pos(9.380006, -3.75, 2.325) Norm(0.57735, 0.57735, -0.57735) UV(0.367347, 0.808617) +V 65: Pos(9.380006, -3.75, 2.475) Norm(0.57735, 0.57735, 0.57735) UV(0.336735, 0.808617) +V 66: Pos(9.380006, -5.25, 2.475) Norm(0.57735, -0.57735, 0.57735) UV(0.336735, 0.510204) +V 67: Pos(9.380006, -5.25, 2.325) Norm(0.57735, -0.57735, -0.57735) UV(0.367347, 0.510204) +V 68: Pos(9.380006, -5.25, 2.325) Norm(0.57735, -0.57735, -0.57735) UV(0.927886, 0.508775) +V 69: Pos(9.380006, -5.25, 2.475) Norm(0.57735, -0.57735, 0.57735) UV(0.897273, 0.508775) +V 70: Pos(6.880006, -5.25, 2.475) Norm(-0.57735, -0.57735, 0.57735) UV(0.897273, -0.0) +V 71: Pos(6.880006, -5.25, 2.325) Norm(-0.57735, -0.57735, -0.57735) UV(0.927886, -0.0) +V 72: Pos(6.880006, -3.75, 2.325) Norm(-0.57735, 0.57735, -0.57735) UV(0.306122, 0.0) +V 73: Pos(9.380006, -3.75, 2.325) Norm(0.57735, 0.57735, -0.57735) UV(0.306122, 0.510204) +V 74: Pos(9.380006, -5.25, 2.325) Norm(0.57735, -0.57735, -0.57735) UV(-0.0, 0.510204) +V 75: Pos(6.880006, -5.25, 2.325) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 0.0) +V 76: Pos(9.380006, -3.75, 2.475) Norm(0.57735, 0.57735, 0.57735) UV(0.612245, 0.0) +V 77: Pos(6.880006, -3.75, 2.475) Norm(-0.57735, 0.57735, 0.57735) UV(0.612245, 0.510204) +V 78: Pos(6.880006, -5.25, 2.475) Norm(-0.57735, -0.57735, 0.57735) UV(0.306122, 0.510204) +V 79: Pos(9.380006, -5.25, 2.475) Norm(0.57735, -0.57735, 0.57735) UV(0.306122, 0.0) +V 80: Pos(7.080006, -5.1, 0.0) Norm(-3e-06, 0.727885, -0.685699) UV(0.953355, 0.987151) +V 81: Pos(7.080006, -5.1, 2.4) Norm(-3e-06, 0.727885, 0.685699) UV(0.953355, 0.497355) +V 82: Pos(7.08976, -5.100961, 2.4) Norm(0.142, 0.713894, 0.685705) UV(0.955252, 0.497355) +V 83: Pos(7.08976, -5.100961, 0.0) Norm(0.142, 0.713894, -0.685705) UV(0.955252, 0.987151) +V 84: Pos(7.09914, -5.103806, 2.4) Norm(0.278547, 0.672481, 0.685698) UV(0.956989, 0.497355) +V 85: Pos(7.09914, -5.103806, 0.0) Norm(0.278548, 0.67248, -0.685697) UV(0.956989, 0.987151) +V 86: Pos(7.107784, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.958498, 0.497355) +V 87: Pos(7.107784, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.958498, 0.987151) +V 88: Pos(7.107784, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.367347, 1.0) +V 89: Pos(7.107784, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.367347, 0.510204) +V 90: Pos(7.115361, -5.114645, 2.4) Norm(0.514694, 0.514694, 0.685697) UV(0.368929, 0.510204) +V 91: Pos(7.115361, -5.114645, 0.0) Norm(0.514694, 0.514694, -0.685697) UV(0.368929, 1.0) +V 92: Pos(7.121579, -5.122221, 2.4) Norm(0.605217, 0.404381, 0.685703) UV(0.370719, 0.510204) +V 93: Pos(7.121579, -5.122221, 0.0) Norm(0.605217, 0.404381, -0.685703) UV(0.370719, 1.0) +V 94: Pos(7.1262, -5.130866, 2.4) Norm(0.672491, 0.278519, 0.685699) UV(0.372649, 0.510204) +V 95: Pos(7.1262, -5.130866, 0.0) Norm(0.672491, 0.278519, -0.685699) UV(0.372649, 1.0) +V 96: Pos(7.129045, -5.140245, 2.4) Norm(0.713888, 0.142003, 0.68571) UV(0.374645, 0.510204) +V 97: Pos(7.129045, -5.140245, 0.0) Norm(0.713889, 0.142002, -0.68571) UV(0.374645, 1.0) +V 98: Pos(7.130006, -5.15, 2.4) Norm(0.727893, 0.0, 0.685691) UV(0.376629, 0.510204) +V 99: Pos(7.130006, -5.15, 0.0) Norm(0.727893, 0.0, -0.685691) UV(0.376629, 1.0) +V 100: Pos(7.129045, -5.159755, 2.4) Norm(0.713888, -0.142003, 0.68571) UV(0.378526, 0.510204) +V 101: Pos(7.129045, -5.159755, 0.0) Norm(0.713889, -0.142002, -0.68571) UV(0.378526, 1.0) +V 102: Pos(7.1262, -5.169134, 2.4) Norm(0.672491, -0.278519, 0.685699) UV(0.380262, 0.510204) +V 103: Pos(7.1262, -5.169134, 0.0) Norm(0.672491, -0.278519, -0.685699) UV(0.380262, 1.0) +V 104: Pos(7.121579, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.381772, 0.510204) +V 105: Pos(7.121579, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.381772, 1.0) +V 106: Pos(7.121579, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.958498, 0.979592) +V 107: Pos(7.121579, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.958498, 0.489796) +V 108: Pos(7.115361, -5.185356, 2.4) Norm(0.514694, -0.514694, 0.685697) UV(0.959879, 0.489796) +V 109: Pos(7.115361, -5.185356, 0.0) Norm(0.514694, -0.514694, -0.685697) UV(0.959879, 0.979592) +V 110: Pos(7.107784, -5.191574, 2.4) Norm(0.404383, -0.605212, 0.685706) UV(0.961516, 0.489796) +V 111: Pos(7.107784, -5.191574, 0.0) Norm(0.404384, -0.605212, -0.685706) UV(0.961516, 0.979592) +V 112: Pos(7.09914, -5.196194, 2.4) Norm(0.278547, -0.672481, 0.685698) UV(0.963346, 0.489796) +V 113: Pos(7.09914, -5.196194, 0.0) Norm(0.278548, -0.67248, -0.685697) UV(0.963346, 0.979592) +V 114: Pos(7.08976, -5.199039, 2.4) Norm(0.142, -0.713894, 0.685705) UV(0.965298, 0.489796) +V 115: Pos(7.08976, -5.199039, 0.0) Norm(0.142, -0.713894, -0.685705) UV(0.965298, 0.979592) +V 116: Pos(7.080006, -5.2, 2.4) Norm(-3e-06, -0.727885, 0.685699) UV(0.967298, 0.489796) +V 117: Pos(7.080006, -5.2, 0.0) Norm(-3e-06, -0.727885, -0.685699) UV(0.967298, 0.979592) +V 118: Pos(7.070251, -5.199039, 2.4) Norm(-0.141995, -0.713895, 0.685705) UV(0.969268, 0.489796) +V 119: Pos(7.070251, -5.199039, 0.0) Norm(-0.141995, -0.713895, -0.685705) UV(0.969268, 0.979592) +V 120: Pos(7.060871, -5.196194, 2.4) Norm(-0.278553, -0.672477, 0.685699) UV(0.971134, 0.489796) +V 121: Pos(7.060871, -5.196194, 0.0) Norm(-0.278552, -0.672478, -0.685699) UV(0.971134, 0.979592) +V 122: Pos(7.052227, -5.191574, 2.4) Norm(-0.404396, -0.605205, 0.685705) UV(0.972823, 0.489796) +V 123: Pos(7.052227, -5.191574, 0.0) Norm(-0.404396, -0.605205, -0.685705) UV(0.972823, 0.979592) +V 124: Pos(7.04465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.97427, 0.489796) +V 125: Pos(7.04465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.97427, 0.979592) +V 126: Pos(7.04465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.40914, 1.0) +V 127: Pos(7.04465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.40914, 0.510204) +V 128: Pos(7.038432, -5.177779, 2.4) Norm(-0.605217, -0.40438, 0.685703) UV(0.410777, 0.510204) +V 129: Pos(7.038432, -5.177779, 0.0) Norm(-0.605217, -0.404381, -0.685703) UV(0.410777, 1.0) +V 130: Pos(7.033812, -5.169134, 2.4) Norm(-0.672482, -0.278545, 0.685697) UV(0.412607, 0.510204) +V 131: Pos(7.033812, -5.169134, 0.0) Norm(-0.672481, -0.278545, -0.685698) UV(0.412607, 1.0) +V 132: Pos(7.030967, -5.159755, 2.4) Norm(-0.713882, -0.14203, 0.685711) UV(0.414559, 0.510204) +V 133: Pos(7.030967, -5.159755, 0.0) Norm(-0.713882, -0.14203, -0.685712) UV(0.414559, 1.0) +V 134: Pos(7.030005, -5.15, 2.4) Norm(-0.727893, 0.0, 0.685691) UV(0.416559, 0.510204) +V 135: Pos(7.030005, -5.15, 0.0) Norm(-0.727893, 0.0, -0.685691) UV(0.416559, 1.0) +V 136: Pos(7.030967, -5.140245, 2.4) Norm(-0.713882, 0.14203, 0.685711) UV(0.41853, 0.510204) +V 137: Pos(7.030967, -5.140245, 0.0) Norm(-0.713882, 0.14203, -0.685712) UV(0.41853, 1.0) +V 138: Pos(7.033812, -5.130866, 2.4) Norm(-0.672482, 0.278545, 0.685697) UV(0.420395, 0.510204) +V 139: Pos(7.033812, -5.130866, 0.0) Norm(-0.672481, 0.278545, -0.685698) UV(0.420395, 1.0) +V 140: Pos(7.038432, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.422084, 0.510204) +V 141: Pos(7.038432, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.422084, 1.0) +V 142: Pos(7.038432, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.944073, 0.987151) +V 143: Pos(7.038432, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.944073, 0.497355) +V 144: Pos(7.04465, -5.114645, 2.4) Norm(-0.514694, 0.514694, 0.685697) UV(0.945655, 0.497355) +V 145: Pos(7.04465, -5.114645, 0.0) Norm(-0.514694, 0.514694, -0.685697) UV(0.945655, 0.987151) +V 146: Pos(7.052227, -5.108427, 2.4) Norm(-0.404396, 0.605205, 0.685705) UV(0.947445, 0.497355) +V 147: Pos(7.052227, -5.108427, 0.0) Norm(-0.404396, 0.605205, -0.685705) UV(0.947445, 0.987151) +V 148: Pos(7.060871, -5.103806, 2.4) Norm(-0.278553, 0.672477, 0.685699) UV(0.949375, 0.497355) +V 149: Pos(7.060871, -5.103806, 0.0) Norm(-0.278552, 0.672478, -0.685699) UV(0.949375, 0.987151) +V 150: Pos(7.08976, -5.100961, 2.4) Norm(0.142, 0.713894, 0.685705) UV(0.545688, 0.565789) +V 151: Pos(7.080006, -5.1, 2.4) Norm(-3e-06, 0.727885, 0.685699) UV(0.544923, 0.563941) +V 152: Pos(7.070251, -5.100961, 2.4) Norm(-0.141995, 0.713895, 0.685705) UV(0.544533, 0.561979) +V 153: Pos(7.060871, -5.103806, 2.4) Norm(-0.278553, 0.672477, 0.685699) UV(0.544533, 0.559978) +V 154: Pos(7.052227, -5.108427, 2.4) Norm(-0.404396, 0.605205, 0.685705) UV(0.544923, 0.558017) +V 155: Pos(7.04465, -5.114645, 2.4) Norm(-0.514694, 0.514694, 0.685697) UV(0.545688, 0.556169) +V 156: Pos(7.038432, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.5468, 0.554505) +V 157: Pos(7.033812, -5.130866, 2.4) Norm(-0.672482, 0.278545, 0.685697) UV(0.548214, 0.553091) +V 158: Pos(7.030967, -5.140245, 2.4) Norm(-0.713882, 0.14203, 0.685711) UV(0.549878, 0.55198) +V 159: Pos(7.030005, -5.15, 2.4) Norm(-0.727893, 0.0, 0.685691) UV(0.551726, 0.551214) +V 160: Pos(7.030967, -5.159755, 2.4) Norm(-0.713882, -0.14203, 0.685711) UV(0.553688, 0.550824) +V 161: Pos(7.033812, -5.169134, 2.4) Norm(-0.672482, -0.278545, 0.685697) UV(0.555688, 0.550824) +V 162: Pos(7.038432, -5.177779, 2.4) Norm(-0.605217, -0.40438, 0.685703) UV(0.55765, 0.551214) +V 163: Pos(7.04465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.559498, 0.55198) +V 164: Pos(7.052227, -5.191574, 2.4) Norm(-0.404396, -0.605205, 0.685705) UV(0.561161, 0.553091) +V 165: Pos(7.060871, -5.196194, 2.4) Norm(-0.278553, -0.672477, 0.685699) UV(0.562576, 0.554506) +V 166: Pos(7.070251, -5.199039, 2.4) Norm(-0.141995, -0.713895, 0.685705) UV(0.563687, 0.556169) +V 167: Pos(7.080006, -5.2, 2.4) Norm(-3e-06, -0.727885, 0.685699) UV(0.564452, 0.558017) +V 168: Pos(7.08976, -5.199039, 2.4) Norm(0.142, -0.713894, 0.685705) UV(0.564843, 0.559979) +V 169: Pos(7.09914, -5.196194, 2.4) Norm(0.278547, -0.672481, 0.685698) UV(0.564843, 0.561979) +V 170: Pos(7.107784, -5.191574, 2.4) Norm(0.404383, -0.605212, 0.685706) UV(0.564452, 0.563941) +V 171: Pos(7.115361, -5.185356, 2.4) Norm(0.514694, -0.514694, 0.685697) UV(0.563687, 0.565789) +V 172: Pos(7.121579, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.562575, 0.567452) +V 173: Pos(7.1262, -5.169134, 2.4) Norm(0.672491, -0.278519, 0.685699) UV(0.561161, 0.568867) +V 174: Pos(7.129045, -5.159755, 2.4) Norm(0.713888, -0.142003, 0.68571) UV(0.559498, 0.569978) +V 175: Pos(7.130006, -5.15, 2.4) Norm(0.727893, 0.0, 0.685691) UV(0.557649, 0.570744) +V 176: Pos(7.129045, -5.140245, 2.4) Norm(0.713888, 0.142003, 0.68571) UV(0.555688, 0.571134) +V 177: Pos(7.1262, -5.130866, 2.4) Norm(0.672491, 0.278519, 0.685699) UV(0.553687, 0.571134) +V 178: Pos(7.121579, -5.122221, 2.4) Norm(0.605217, 0.404381, 0.685703) UV(0.551725, 0.570744) +V 179: Pos(7.115361, -5.114645, 2.4) Norm(0.514694, 0.514694, 0.685697) UV(0.549877, 0.569978) +V 180: Pos(7.107784, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.548214, 0.568867) +V 181: Pos(7.09914, -5.103806, 2.4) Norm(0.278547, 0.672481, 0.685698) UV(0.5468, 0.567452) +V 182: Pos(7.070251, -5.100961, 2.4) Norm(-0.141995, 0.713895, 0.685705) UV(0.951371, 0.497355) +V 183: Pos(7.070251, -5.100961, 0.0) Norm(-0.141995, 0.713895, -0.685705) UV(0.951371, 0.987151) +V 184: Pos(7.080006, -5.1, 0.0) Norm(-3e-06, 0.727885, -0.685699) UV(0.584762, 0.523321) +V 185: Pos(7.08976, -5.100961, 0.0) Norm(0.142, 0.713894, -0.685705) UV(0.583997, 0.525169) +V 186: Pos(7.09914, -5.103806, 0.0) Norm(0.278548, 0.67248, -0.685697) UV(0.582886, 0.526832) +V 187: Pos(7.107784, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.581471, 0.528247) +V 188: Pos(7.115361, -5.114645, 0.0) Norm(0.514694, 0.514694, -0.685697) UV(0.579808, 0.529358) +V 189: Pos(7.121579, -5.122221, 0.0) Norm(0.605217, 0.404381, -0.685703) UV(0.57796, 0.530124) +V 190: Pos(7.1262, -5.130866, 0.0) Norm(0.672491, 0.278519, -0.685699) UV(0.575998, 0.530514) +V 191: Pos(7.129045, -5.140245, 0.0) Norm(0.713889, 0.142002, -0.68571) UV(0.573998, 0.530514) +V 192: Pos(7.130006, -5.15, 0.0) Norm(0.727893, 0.0, -0.685691) UV(0.572036, 0.530124) +V 193: Pos(7.129045, -5.159755, 0.0) Norm(0.713889, -0.142002, -0.68571) UV(0.570188, 0.529358) +V 194: Pos(7.1262, -5.169134, 0.0) Norm(0.672491, -0.278519, -0.685699) UV(0.568524, 0.528247) +V 195: Pos(7.121579, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.56711, 0.526833) +V 196: Pos(7.115361, -5.185356, 0.0) Norm(0.514694, -0.514694, -0.685697) UV(0.565998, 0.525169) +V 197: Pos(7.107784, -5.191574, 0.0) Norm(0.404384, -0.605212, -0.685706) UV(0.565233, 0.523321) +V 198: Pos(7.09914, -5.196194, 0.0) Norm(0.278548, -0.67248, -0.685697) UV(0.564843, 0.521359) +V 199: Pos(7.08976, -5.199039, 0.0) Norm(0.142, -0.713894, -0.685705) UV(0.564843, 0.519359) +V 200: Pos(7.080006, -5.2, 0.0) Norm(-3e-06, -0.727885, -0.685699) UV(0.565233, 0.517397) +V 201: Pos(7.070251, -5.199039, 0.0) Norm(-0.141995, -0.713895, -0.685705) UV(0.565998, 0.515549) +V 202: Pos(7.060871, -5.196194, 0.0) Norm(-0.278552, -0.672478, -0.685699) UV(0.56711, 0.513886) +V 203: Pos(7.052227, -5.191574, 0.0) Norm(-0.404396, -0.605205, -0.685705) UV(0.568524, 0.512471) +V 204: Pos(7.04465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.570187, 0.51136) +V 205: Pos(7.038432, -5.177779, 0.0) Norm(-0.605217, -0.404381, -0.685703) UV(0.572035, 0.510594) +V 206: Pos(7.033812, -5.169134, 0.0) Norm(-0.672481, -0.278545, -0.685698) UV(0.573997, 0.510204) +V 207: Pos(7.030967, -5.159755, 0.0) Norm(-0.713882, -0.14203, -0.685712) UV(0.575997, 0.510204) +V 208: Pos(7.030005, -5.15, 0.0) Norm(-0.727893, 0.0, -0.685691) UV(0.577959, 0.510594) +V 209: Pos(7.030967, -5.140245, 0.0) Norm(-0.713882, 0.14203, -0.685712) UV(0.579808, 0.51136) +V 210: Pos(7.033812, -5.130866, 0.0) Norm(-0.672481, 0.278545, -0.685698) UV(0.581471, 0.512471) +V 211: Pos(7.038432, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.582885, 0.513885) +V 212: Pos(7.04465, -5.114645, 0.0) Norm(-0.514694, 0.514694, -0.685697) UV(0.583997, 0.515549) +V 213: Pos(7.052227, -5.108427, 0.0) Norm(-0.404396, 0.605205, -0.685705) UV(0.584762, 0.517397) +V 214: Pos(7.060871, -5.103806, 0.0) Norm(-0.278552, 0.672478, -0.685699) UV(0.585153, 0.519359) +V 215: Pos(7.070251, -5.100961, 0.0) Norm(-0.141995, 0.713895, -0.685705) UV(0.585153, 0.521359) +V 216: Pos(9.180006, -5.1, 0.0) Norm(-6e-06, 0.727884, -0.6857) UV(0.983552, 0.489796) +V 217: Pos(9.180006, -5.1, 2.4) Norm(-6e-06, 0.727884, 0.6857) UV(0.983552, 0.0) +V 218: Pos(9.189761, -5.100961, 2.4) Norm(0.142006, 0.713897, 0.685701) UV(0.985449, 0.0) +V 219: Pos(9.189761, -5.100961, 0.0) Norm(0.142006, 0.713897, -0.685701) UV(0.985449, 0.489796) +V 220: Pos(9.199141, -5.103806, 2.4) Norm(0.278554, 0.672475, 0.685701) UV(0.987185, 0.0) +V 221: Pos(9.199141, -5.103806, 0.0) Norm(0.278555, 0.672475, -0.685701) UV(0.987185, 0.489796) +V 222: Pos(9.207785, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.988695, 0.0) +V 223: Pos(9.207785, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.988695, 0.489796) +V 224: Pos(9.207785, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.381772, 1.0) +V 225: Pos(9.207785, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.381772, 0.510204) +V 226: Pos(9.215362, -5.114645, 2.4) Norm(0.514694, 0.514694, 0.685697) UV(0.383354, 0.510204) +V 227: Pos(9.215362, -5.114645, 0.0) Norm(0.514694, 0.514694, -0.685697) UV(0.383354, 1.0) +V 228: Pos(9.22158, -5.122221, 2.4) Norm(0.605217, 0.404381, 0.685703) UV(0.385144, 0.510204) +V 229: Pos(9.22158, -5.122221, 0.0) Norm(0.605217, 0.404381, -0.685703) UV(0.385144, 1.0) +V 230: Pos(9.2262, -5.130866, 2.4) Norm(0.672462, 0.278568, 0.685708) UV(0.387074, 0.510204) +V 231: Pos(9.2262, -5.130866, 0.0) Norm(0.672462, 0.278568, -0.685708) UV(0.387074, 1.0) +V 232: Pos(9.229046, -5.140245, 2.4) Norm(0.713905, 0.142004, 0.685693) UV(0.38907, 0.510204) +V 233: Pos(9.229046, -5.140245, 0.0) Norm(0.713905, 0.142004, -0.685692) UV(0.38907, 1.0) +V 234: Pos(9.230006, -5.15, 2.4) Norm(0.727876, 0.0, 0.685709) UV(0.391054, 0.510204) +V 235: Pos(9.230006, -5.15, 0.0) Norm(0.727876, 0.0, -0.685709) UV(0.391054, 1.0) +V 236: Pos(9.229046, -5.159755, 2.4) Norm(0.713905, -0.142004, 0.685693) UV(0.392951, 0.510204) +V 237: Pos(9.229046, -5.159755, 0.0) Norm(0.713905, -0.142004, -0.685692) UV(0.392951, 1.0) +V 238: Pos(9.2262, -5.169134, 2.4) Norm(0.672462, -0.278568, 0.685708) UV(0.394687, 0.510204) +V 239: Pos(9.2262, -5.169134, 0.0) Norm(0.672462, -0.278568, -0.685708) UV(0.394687, 1.0) +V 240: Pos(9.22158, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.396197, 0.510204) +V 241: Pos(9.22158, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.396197, 1.0) +V 242: Pos(9.22158, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.958498, 0.489796) +V 243: Pos(9.22158, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.958498, 0.0) +V 244: Pos(9.215362, -5.185356, 2.4) Norm(0.514694, -0.514694, 0.685697) UV(0.959879, 0.0) +V 245: Pos(9.215362, -5.185356, 0.0) Norm(0.514694, -0.514694, -0.685697) UV(0.959879, 0.489796) +V 246: Pos(9.207785, -5.191574, 2.4) Norm(0.404383, -0.605212, 0.685706) UV(0.961516, 0.0) +V 247: Pos(9.207785, -5.191574, 0.0) Norm(0.404384, -0.605212, -0.685706) UV(0.961516, 0.489796) +V 248: Pos(9.199141, -5.196194, 2.4) Norm(0.278554, -0.672475, 0.685701) UV(0.963346, 0.0) +V 249: Pos(9.199141, -5.196194, 0.0) Norm(0.278555, -0.672475, -0.685701) UV(0.963346, 0.489796) +V 250: Pos(9.189761, -5.199039, 2.4) Norm(0.142006, -0.713897, 0.685701) UV(0.965298, 0.0) +V 251: Pos(9.189761, -5.199039, 0.0) Norm(0.142006, -0.713897, -0.685701) UV(0.965298, 0.489796) +V 252: Pos(9.180006, -5.2, 2.4) Norm(-6e-06, -0.727884, 0.6857) UV(0.967298, 0.0) +V 253: Pos(9.180006, -5.2, 0.0) Norm(-6e-06, -0.727884, -0.6857) UV(0.967298, 0.489796) +V 254: Pos(9.170252, -5.199039, 2.4) Norm(-0.142012, -0.713895, 0.685702) UV(0.969268, 0.0) +V 255: Pos(9.170252, -5.199039, 0.0) Norm(-0.142012, -0.713895, -0.685702) UV(0.969268, 0.489796) +V 256: Pos(9.160872, -5.196194, 2.4) Norm(-0.27854, -0.672476, 0.685705) UV(0.971134, 0.0) +V 257: Pos(9.160872, -5.196194, 0.0) Norm(-0.27854, -0.672476, -0.685706) UV(0.971134, 0.489796) +V 258: Pos(9.152227, -5.191574, 2.4) Norm(-0.404375, -0.605223, 0.685701) UV(0.972823, 0.0) +V 259: Pos(9.152227, -5.191574, 0.0) Norm(-0.404375, -0.605223, -0.685701) UV(0.972823, 0.489796) +V 260: Pos(9.14465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.97427, 0.0) +V 261: Pos(9.14465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.97427, 0.489796) +V 262: Pos(9.14465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.396197, 1.0) +V 263: Pos(9.14465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.396197, 0.510204) +V 264: Pos(9.138433, -5.177779, 2.4) Norm(-0.605217, -0.40438, 0.685703) UV(0.397834, 0.510204) +V 265: Pos(9.138433, -5.177779, 0.0) Norm(-0.605217, -0.404381, -0.685703) UV(0.397834, 1.0) +V 266: Pos(9.133812, -5.169134, 2.4) Norm(-0.672482, -0.278545, 0.685697) UV(0.399663, 0.510204) +V 267: Pos(9.133812, -5.169134, 0.0) Norm(-0.672481, -0.278545, -0.685698) UV(0.399663, 1.0) +V 268: Pos(9.130967, -5.159755, 2.4) Norm(-0.713882, -0.14203, 0.685711) UV(0.401616, 0.510204) +V 269: Pos(9.130967, -5.159755, 0.0) Norm(-0.713882, -0.14203, -0.685712) UV(0.401616, 1.0) +V 270: Pos(9.130006, -5.15, 2.4) Norm(-0.727893, 0.0, 0.685691) UV(0.403616, 0.510204) +V 271: Pos(9.130006, -5.15, 0.0) Norm(-0.727893, 0.0, -0.685691) UV(0.403616, 1.0) +V 272: Pos(9.130967, -5.140245, 2.4) Norm(-0.713882, 0.14203, 0.685711) UV(0.405586, 0.510204) +V 273: Pos(9.130967, -5.140245, 0.0) Norm(-0.713882, 0.14203, -0.685712) UV(0.405586, 1.0) +V 274: Pos(9.133812, -5.130866, 2.4) Norm(-0.672482, 0.278545, 0.685697) UV(0.407451, 0.510204) +V 275: Pos(9.133812, -5.130866, 0.0) Norm(-0.672481, 0.278545, -0.685698) UV(0.407451, 1.0) +V 276: Pos(9.138433, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.40914, 0.510204) +V 277: Pos(9.138433, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.40914, 1.0) +V 278: Pos(9.138433, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.97427, 0.489796) +V 279: Pos(9.138433, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.97427, 0.0) +V 280: Pos(9.14465, -5.114645, 2.4) Norm(-0.514694, 0.514694, 0.685697) UV(0.975852, 0.0) +V 281: Pos(9.14465, -5.114645, 0.0) Norm(-0.514694, 0.514694, -0.685697) UV(0.975852, 0.489796) +V 282: Pos(9.152227, -5.108427, 2.4) Norm(-0.404375, 0.605223, 0.685701) UV(0.977642, 0.0) +V 283: Pos(9.152227, -5.108427, 0.0) Norm(-0.404375, 0.605223, -0.685701) UV(0.977642, 0.489796) +V 284: Pos(9.160872, -5.103806, 2.4) Norm(-0.27854, 0.672476, 0.685705) UV(0.979572, 0.0) +V 285: Pos(9.160872, -5.103806, 0.0) Norm(-0.27854, 0.672476, -0.685706) UV(0.979572, 0.489796) +V 286: Pos(9.189761, -5.100961, 2.4) Norm(0.142006, 0.713897, 0.685701) UV(0.561161, 0.528247) +V 287: Pos(9.180006, -5.1, 2.4) Norm(-6e-06, 0.727884, 0.6857) UV(0.559498, 0.529358) +V 288: Pos(9.170252, -5.100961, 2.4) Norm(-0.142012, 0.713895, 0.685702) UV(0.55765, 0.530124) +V 289: Pos(9.160872, -5.103806, 2.4) Norm(-0.27854, 0.672476, 0.685705) UV(0.555688, 0.530514) +V 290: Pos(9.152227, -5.108427, 2.4) Norm(-0.404375, 0.605223, 0.685701) UV(0.553688, 0.530514) +V 291: Pos(9.14465, -5.114645, 2.4) Norm(-0.514694, 0.514694, 0.685697) UV(0.551726, 0.530124) +V 292: Pos(9.138433, -5.122221, 2.4) Norm(-0.605217, 0.40438, 0.685703) UV(0.549878, 0.529358) +V 293: Pos(9.133812, -5.130866, 2.4) Norm(-0.672482, 0.278545, 0.685697) UV(0.548214, 0.528247) +V 294: Pos(9.130967, -5.140245, 2.4) Norm(-0.713882, 0.14203, 0.685711) UV(0.5468, 0.526833) +V 295: Pos(9.130006, -5.15, 2.4) Norm(-0.727893, 0.0, 0.685691) UV(0.545689, 0.525169) +V 296: Pos(9.130967, -5.159755, 2.4) Norm(-0.713882, -0.14203, 0.685711) UV(0.544923, 0.523321) +V 297: Pos(9.133812, -5.169134, 2.4) Norm(-0.672482, -0.278545, 0.685697) UV(0.544533, 0.521359) +V 298: Pos(9.138433, -5.177779, 2.4) Norm(-0.605217, -0.40438, 0.685703) UV(0.544533, 0.519359) +V 299: Pos(9.14465, -5.185356, 2.4) Norm(-0.514694, -0.514694, 0.685697) UV(0.544923, 0.517397) +V 300: Pos(9.152227, -5.191574, 2.4) Norm(-0.404375, -0.605223, 0.685701) UV(0.545688, 0.515549) +V 301: Pos(9.160872, -5.196194, 2.4) Norm(-0.27854, -0.672476, 0.685705) UV(0.5468, 0.513886) +V 302: Pos(9.170252, -5.199039, 2.4) Norm(-0.142012, -0.713895, 0.685702) UV(0.548214, 0.512471) +V 303: Pos(9.180006, -5.2, 2.4) Norm(-6e-06, -0.727884, 0.6857) UV(0.549877, 0.51136) +V 304: Pos(9.189761, -5.199039, 2.4) Norm(0.142006, -0.713897, 0.685701) UV(0.551726, 0.510594) +V 305: Pos(9.199141, -5.196194, 2.4) Norm(0.278554, -0.672475, 0.685701) UV(0.553687, 0.510204) +V 306: Pos(9.207785, -5.191574, 2.4) Norm(0.404383, -0.605212, 0.685706) UV(0.555688, 0.510204) +V 307: Pos(9.215362, -5.185356, 2.4) Norm(0.514694, -0.514694, 0.685697) UV(0.55765, 0.510594) +V 308: Pos(9.22158, -5.177779, 2.4) Norm(0.605217, -0.404381, 0.685703) UV(0.559498, 0.51136) +V 309: Pos(9.2262, -5.169134, 2.4) Norm(0.672462, -0.278568, 0.685708) UV(0.561161, 0.512471) +V 310: Pos(9.229046, -5.159755, 2.4) Norm(0.713905, -0.142004, 0.685693) UV(0.562576, 0.513885) +V 311: Pos(9.230006, -5.15, 2.4) Norm(0.727876, 0.0, 0.685709) UV(0.563687, 0.515549) +V 312: Pos(9.229046, -5.140245, 2.4) Norm(0.713905, 0.142004, 0.685693) UV(0.564452, 0.517397) +V 313: Pos(9.2262, -5.130866, 2.4) Norm(0.672462, 0.278568, 0.685708) UV(0.564843, 0.519359) +V 314: Pos(9.22158, -5.122221, 2.4) Norm(0.605217, 0.404381, 0.685703) UV(0.564843, 0.521359) +V 315: Pos(9.215362, -5.114645, 2.4) Norm(0.514694, 0.514694, 0.685697) UV(0.564452, 0.523321) +V 316: Pos(9.207785, -5.108427, 2.4) Norm(0.404383, 0.605212, 0.685706) UV(0.563687, 0.525169) +V 317: Pos(9.199141, -5.103806, 2.4) Norm(0.278554, 0.672475, 0.685701) UV(0.562576, 0.526832) +V 318: Pos(9.170252, -5.100961, 2.4) Norm(-0.142012, 0.713895, 0.685702) UV(0.981568, 0.0) +V 319: Pos(9.170252, -5.100961, 0.0) Norm(-0.142012, 0.713895, -0.685702) UV(0.981568, 0.489796) +V 320: Pos(9.180006, -5.1, 0.0) Norm(-6e-06, 0.727884, -0.6857) UV(0.548214, 0.548557) +V 321: Pos(9.189761, -5.100961, 0.0) Norm(0.142006, 0.713897, -0.685701) UV(0.5468, 0.547142) +V 322: Pos(9.199141, -5.103806, 0.0) Norm(0.278555, 0.672475, -0.685701) UV(0.545688, 0.545479) +V 323: Pos(9.207785, -5.108427, 0.0) Norm(0.404384, 0.605212, -0.685706) UV(0.544923, 0.543631) +V 324: Pos(9.215362, -5.114645, 0.0) Norm(0.514694, 0.514694, -0.685697) UV(0.544533, 0.541669) +V 325: Pos(9.22158, -5.122221, 0.0) Norm(0.605217, 0.404381, -0.685703) UV(0.544533, 0.539669) +V 326: Pos(9.2262, -5.130866, 0.0) Norm(0.672462, 0.278568, -0.685708) UV(0.544923, 0.537707) +V 327: Pos(9.229046, -5.140245, 0.0) Norm(0.713905, 0.142004, -0.685692) UV(0.545688, 0.535859) +V 328: Pos(9.230006, -5.15, 0.0) Norm(0.727876, 0.0, -0.685709) UV(0.5468, 0.534196) +V 329: Pos(9.229046, -5.159755, 0.0) Norm(0.713905, -0.142004, -0.685692) UV(0.548214, 0.532781) +V 330: Pos(9.2262, -5.169134, 0.0) Norm(0.672462, -0.278568, -0.685708) UV(0.549877, 0.53167) +V 331: Pos(9.22158, -5.177779, 0.0) Norm(0.605217, -0.404381, -0.685703) UV(0.551725, 0.530904) +V 332: Pos(9.215362, -5.185356, 0.0) Norm(0.514694, -0.514694, -0.685697) UV(0.553687, 0.530514) +V 333: Pos(9.207785, -5.191574, 0.0) Norm(0.404384, -0.605212, -0.685706) UV(0.555687, 0.530514) +V 334: Pos(9.199141, -5.196194, 0.0) Norm(0.278555, -0.672475, -0.685701) UV(0.557649, 0.530904) +V 335: Pos(9.189761, -5.199039, 0.0) Norm(0.142006, -0.713897, -0.685701) UV(0.559497, 0.531669) +V 336: Pos(9.180006, -5.2, 0.0) Norm(-6e-06, -0.727884, -0.6857) UV(0.561161, 0.532781) +V 337: Pos(9.170252, -5.199039, 0.0) Norm(-0.142012, -0.713895, -0.685702) UV(0.562575, 0.534195) +V 338: Pos(9.160872, -5.196194, 0.0) Norm(-0.27854, -0.672476, -0.685706) UV(0.563687, 0.535858) +V 339: Pos(9.152227, -5.191574, 0.0) Norm(-0.404375, -0.605223, -0.685701) UV(0.564452, 0.537707) +V 340: Pos(9.14465, -5.185356, 0.0) Norm(-0.514694, -0.514694, -0.685697) UV(0.564843, 0.539669) +V 341: Pos(9.138433, -5.177779, 0.0) Norm(-0.605217, -0.404381, -0.685703) UV(0.564843, 0.541669) +V 342: Pos(9.133812, -5.169134, 0.0) Norm(-0.672481, -0.278545, -0.685698) UV(0.564452, 0.543631) +V 343: Pos(9.130967, -5.159755, 0.0) Norm(-0.713882, -0.14203, -0.685712) UV(0.563687, 0.545479) +V 344: Pos(9.130006, -5.15, 0.0) Norm(-0.727893, 0.0, -0.685691) UV(0.562576, 0.547142) +V 345: Pos(9.130967, -5.140245, 0.0) Norm(-0.713882, 0.14203, -0.685712) UV(0.561161, 0.548557) +V 346: Pos(9.133812, -5.130866, 0.0) Norm(-0.672481, 0.278545, -0.685698) UV(0.559498, 0.549668) +V 347: Pos(9.138433, -5.122221, 0.0) Norm(-0.605217, 0.404381, -0.685703) UV(0.55765, 0.550434) +V 348: Pos(9.14465, -5.114645, 0.0) Norm(-0.514694, 0.514694, -0.685697) UV(0.555688, 0.550824) +V 349: Pos(9.152227, -5.108427, 0.0) Norm(-0.404375, 0.605223, -0.685701) UV(0.553688, 0.550824) +V 350: Pos(9.160872, -5.103806, 0.0) Norm(-0.27854, 0.672476, -0.685706) UV(0.551726, 0.550434) +V 351: Pos(9.170252, -5.100961, 0.0) Norm(-0.142012, 0.713895, -0.685702) UV(0.549878, 0.549668) + +===Triangles (Indices): 294 +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: 27 26 28 +Tri: 27 28 29 +Tri: 29 28 30 +Tri: 29 30 31 +Tri: 31 30 25 +Tri: 31 25 24 +Tri: 28 26 25 +Tri: 28 25 30 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 40 41 42 +Tri: 40 42 43 +Tri: 44 45 46 +Tri: 44 46 47 +Tri: 48 49 50 +Tri: 48 50 51 +Tri: 52 53 54 +Tri: 52 54 55 +Tri: 56 57 58 +Tri: 56 58 59 +Tri: 60 61 62 +Tri: 60 62 63 +Tri: 64 65 66 +Tri: 64 66 67 +Tri: 68 69 70 +Tri: 68 70 71 +Tri: 72 73 74 +Tri: 72 74 75 +Tri: 76 77 78 +Tri: 76 78 79 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 83 82 84 +Tri: 83 84 85 +Tri: 85 84 86 +Tri: 85 86 87 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 91 90 92 +Tri: 91 92 93 +Tri: 93 92 94 +Tri: 93 94 95 +Tri: 95 94 96 +Tri: 95 96 97 +Tri: 97 96 98 +Tri: 97 98 99 +Tri: 99 98 100 +Tri: 99 100 101 +Tri: 101 100 102 +Tri: 101 102 103 +Tri: 103 102 104 +Tri: 103 104 105 +Tri: 106 107 108 +Tri: 106 108 109 +Tri: 109 108 110 +Tri: 109 110 111 +Tri: 111 110 112 +Tri: 111 112 113 +Tri: 113 112 114 +Tri: 113 114 115 +Tri: 115 114 116 +Tri: 115 116 117 +Tri: 117 116 118 +Tri: 117 118 119 +Tri: 119 118 120 +Tri: 119 120 121 +Tri: 121 120 122 +Tri: 121 122 123 +Tri: 123 122 124 +Tri: 123 124 125 +Tri: 126 127 128 +Tri: 126 128 129 +Tri: 129 128 130 +Tri: 129 130 131 +Tri: 131 130 132 +Tri: 131 132 133 +Tri: 133 132 134 +Tri: 133 134 135 +Tri: 135 134 136 +Tri: 135 136 137 +Tri: 137 136 138 +Tri: 137 138 139 +Tri: 139 138 140 +Tri: 139 140 141 +Tri: 142 143 144 +Tri: 142 144 145 +Tri: 145 144 146 +Tri: 145 146 147 +Tri: 147 146 148 +Tri: 147 148 149 +Tri: 150 151 152 +Tri: 150 152 153 +Tri: 150 153 154 +Tri: 150 154 155 +Tri: 150 155 156 +Tri: 150 156 157 +Tri: 150 157 158 +Tri: 150 158 159 +Tri: 150 159 160 +Tri: 150 160 161 +Tri: 150 161 162 +Tri: 150 162 163 +Tri: 150 163 164 +Tri: 150 164 165 +Tri: 150 165 166 +Tri: 150 166 167 +Tri: 150 167 168 +Tri: 150 168 169 +Tri: 150 169 170 +Tri: 150 170 171 +Tri: 150 171 172 +Tri: 150 172 173 +Tri: 150 173 174 +Tri: 150 174 175 +Tri: 150 175 176 +Tri: 150 176 177 +Tri: 150 177 178 +Tri: 150 178 179 +Tri: 150 179 180 +Tri: 150 180 181 +Tri: 149 148 182 +Tri: 149 182 183 +Tri: 183 182 81 +Tri: 183 81 80 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 184 187 188 +Tri: 184 188 189 +Tri: 184 189 190 +Tri: 184 190 191 +Tri: 184 191 192 +Tri: 184 192 193 +Tri: 184 193 194 +Tri: 184 194 195 +Tri: 184 195 196 +Tri: 184 196 197 +Tri: 184 197 198 +Tri: 184 198 199 +Tri: 184 199 200 +Tri: 184 200 201 +Tri: 184 201 202 +Tri: 184 202 203 +Tri: 184 203 204 +Tri: 184 204 205 +Tri: 184 205 206 +Tri: 184 206 207 +Tri: 184 207 208 +Tri: 184 208 209 +Tri: 184 209 210 +Tri: 184 210 211 +Tri: 184 211 212 +Tri: 184 212 213 +Tri: 184 213 214 +Tri: 184 214 215 +Tri: 216 217 218 +Tri: 216 218 219 +Tri: 219 218 220 +Tri: 219 220 221 +Tri: 221 220 222 +Tri: 221 222 223 +Tri: 224 225 226 +Tri: 224 226 227 +Tri: 227 226 228 +Tri: 227 228 229 +Tri: 229 228 230 +Tri: 229 230 231 +Tri: 231 230 232 +Tri: 231 232 233 +Tri: 233 232 234 +Tri: 233 234 235 +Tri: 235 234 236 +Tri: 235 236 237 +Tri: 237 236 238 +Tri: 237 238 239 +Tri: 239 238 240 +Tri: 239 240 241 +Tri: 242 243 244 +Tri: 242 244 245 +Tri: 245 244 246 +Tri: 245 246 247 +Tri: 247 246 248 +Tri: 247 248 249 +Tri: 249 248 250 +Tri: 249 250 251 +Tri: 251 250 252 +Tri: 251 252 253 +Tri: 253 252 254 +Tri: 253 254 255 +Tri: 255 254 256 +Tri: 255 256 257 +Tri: 257 256 258 +Tri: 257 258 259 +Tri: 259 258 260 +Tri: 259 260 261 +Tri: 262 263 264 +Tri: 262 264 265 +Tri: 265 264 266 +Tri: 265 266 267 +Tri: 267 266 268 +Tri: 267 268 269 +Tri: 269 268 270 +Tri: 269 270 271 +Tri: 271 270 272 +Tri: 271 272 273 +Tri: 273 272 274 +Tri: 273 274 275 +Tri: 275 274 276 +Tri: 275 276 277 +Tri: 278 279 280 +Tri: 278 280 281 +Tri: 281 280 282 +Tri: 281 282 283 +Tri: 283 282 284 +Tri: 283 284 285 +Tri: 286 287 288 +Tri: 286 288 289 +Tri: 286 289 290 +Tri: 286 290 291 +Tri: 286 291 292 +Tri: 286 292 293 +Tri: 286 293 294 +Tri: 286 294 295 +Tri: 286 295 296 +Tri: 286 296 297 +Tri: 286 297 298 +Tri: 286 298 299 +Tri: 286 299 300 +Tri: 286 300 301 +Tri: 286 301 302 +Tri: 286 302 303 +Tri: 286 303 304 +Tri: 286 304 305 +Tri: 286 305 306 +Tri: 286 306 307 +Tri: 286 307 308 +Tri: 286 308 309 +Tri: 286 309 310 +Tri: 286 310 311 +Tri: 286 311 312 +Tri: 286 312 313 +Tri: 286 313 314 +Tri: 286 314 315 +Tri: 286 315 316 +Tri: 286 316 317 +Tri: 285 284 318 +Tri: 285 318 319 +Tri: 319 318 217 +Tri: 319 217 216 +Tri: 320 321 322 +Tri: 320 322 323 +Tri: 320 323 324 +Tri: 320 324 325 +Tri: 320 325 326 +Tri: 320 326 327 +Tri: 320 327 328 +Tri: 320 328 329 +Tri: 320 329 330 +Tri: 320 330 331 +Tri: 320 331 332 +Tri: 320 332 333 +Tri: 320 333 334 +Tri: 320 334 335 +Tri: 320 335 336 +Tri: 320 336 337 +Tri: 320 337 338 +Tri: 320 338 339 +Tri: 320 339 340 +Tri: 320 340 341 +Tri: 320 341 342 +Tri: 320 342 343 +Tri: 320 343 344 +Tri: 320 344 345 +Tri: 320 345 346 +Tri: 320 346 347 +Tri: 320 347 348 +Tri: 320 348 349 +Tri: 320 349 350 +Tri: 320 350 351 diff --git a/resources/w/exterior/door004.txt b/resources/w/exterior/door004.txt new file mode 100644 index 0000000..4522ff0 --- /dev/null +++ b/resources/w/exterior/door004.txt @@ -0,0 +1,649 @@ +===Vertices (Split by UV/Normal): 352 +V 0: Pos(9.707909, -6.127006, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.4629, 0.662837) +V 1: Pos(9.707909, -6.127006, 0.272311) Norm(-0.57735, -0.57735, 0.57735) UV(0.422084, 0.662837) +V 2: Pos(9.707909, -5.105838, 0.272311) Norm(-0.57735, 0.57735, 0.57735) UV(0.422084, 0.510204) +V 3: Pos(9.707909, -5.105838, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.4629, 0.510204) +V 4: Pos(9.707909, -5.105838, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.897273, 0.397884) +V 5: Pos(9.707909, -5.105838, 0.272311) Norm(-0.57735, 0.57735, 0.57735) UV(0.856457, 0.397884) +V 6: Pos(12.431023, -5.105838, 0.272311) Norm(0.57735, 0.57735, 0.57735) UV(0.856457, -0.0) +V 7: Pos(12.431023, -5.105838, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.897273, -0.0) +V 8: Pos(12.431023, -5.105838, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.503716, 0.65941) +V 9: Pos(12.431023, -5.105838, 0.272311) Norm(0.57735, 0.57735, 0.57735) UV(0.4629, 0.65941) +V 10: Pos(12.431023, -6.127006, 0.272311) Norm(0.57735, -0.57735, 0.57735) UV(0.4629, 0.510204) +V 11: Pos(12.431023, -6.127006, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.503716, 0.510204) +V 12: Pos(12.431023, -6.127006, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.891791, 0.835592) +V 13: Pos(12.431023, -6.127006, 0.272311) Norm(0.57735, -0.57735, 0.57735) UV(0.850975, 0.835592) +V 14: Pos(9.707909, -6.127006, 0.272311) Norm(-0.57735, -0.57735, 0.57735) UV(0.850975, 0.428571) +V 15: Pos(9.707909, -6.127006, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.891792, 0.428571) +V 16: Pos(9.707909, -5.105838, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.153061, 0.510204) +V 17: Pos(12.431023, -5.105838, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.153061, 0.918367) +V 18: Pos(12.431023, -6.127006, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.0, 0.918367) +V 19: Pos(9.707909, -6.127006, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 0.510204) +V 20: Pos(12.431023, -5.105838, 0.272311) Norm(0.57735, 0.57735, 0.57735) UV(0.306122, 0.510204) +V 21: Pos(9.707909, -5.105838, 0.272311) Norm(-0.57735, 0.57735, 0.57735) UV(0.306122, 0.918367) +V 22: Pos(9.707909, -6.127006, 0.272311) Norm(-0.57735, -0.57735, 0.57735) UV(0.153061, 0.918367) +V 23: Pos(12.431023, -6.127006, 0.272311) Norm(0.57735, -0.57735, 0.57735) UV(0.153061, 0.510204) +V 24: Pos(10.116376, -5.276033, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 25: Pos(10.116376, -5.276033, 2.995425) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 26: Pos(10.116376, -4.935644, 2.995425) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 27: Pos(10.116376, -4.935644, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 28: Pos(12.022555, -4.935644, 2.995425) Norm(0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 29: Pos(12.022555, -4.935644, 0.0) Norm(0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 30: Pos(12.022555, -5.276033, 2.995425) Norm(0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 31: Pos(12.022555, -5.276033, 0.0) Norm(0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 32: Pos(10.252531, -5.310071, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.897274, 0.937347) +V 33: Pos(10.252531, -5.310071, 2.859269) Norm(-0.57735, -0.57735, 0.57735) UV(0.897274, 0.508775) +V 34: Pos(10.252531, -5.173916, 2.859269) Norm(-0.57735, 0.57735, 0.57735) UV(0.917624, 0.508775) +V 35: Pos(10.252531, -5.173916, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.917624, 0.937347) +V 36: Pos(10.252531, -5.173916, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.612245, 0.857143) +V 37: Pos(10.252531, -5.173916, 2.859269) Norm(-0.57735, 0.57735, 0.57735) UV(0.612245, 0.428571) +V 38: Pos(11.8864, -5.173916, 2.859269) Norm(0.57735, 0.57735, 0.57735) UV(0.850975, 0.428571) +V 39: Pos(11.8864, -5.173916, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.850975, 0.857143) +V 40: Pos(11.8864, -5.173916, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.917624, 0.937347) +V 41: Pos(11.8864, -5.173916, 2.859269) Norm(0.57735, 0.57735, 0.57735) UV(0.917624, 0.508775) +V 42: Pos(11.8864, -5.310071, 2.859269) Norm(0.57735, -0.57735, 0.57735) UV(0.937519, 0.508775) +V 43: Pos(11.8864, -5.310071, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.937519, 0.937347) +V 44: Pos(11.8864, -5.310071, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.612245, 0.428571) +V 45: Pos(11.8864, -5.310071, 2.859269) Norm(0.57735, -0.57735, 0.57735) UV(0.612245, 0.0) +V 46: Pos(10.252531, -5.310071, 2.859269) Norm(-0.57735, -0.57735, 0.57735) UV(0.856457, 0.0) +V 47: Pos(10.252531, -5.310071, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.856457, 0.428571) +V 48: Pos(10.252531, -5.173916, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.524124, 0.510204) +V 49: Pos(11.8864, -5.173916, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.524124, 0.755102) +V 50: Pos(11.8864, -5.310071, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.503716, 0.755102) +V 51: Pos(10.252531, -5.310071, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.503716, 0.510204) +V 52: Pos(11.8864, -5.173916, 2.859269) Norm(0.57735, 0.57735, 0.57735) UV(0.544533, 0.510204) +V 53: Pos(10.252531, -5.173916, 2.859269) Norm(-0.57735, 0.57735, 0.57735) UV(0.544533, 0.755102) +V 54: Pos(10.252531, -5.310071, 2.859269) Norm(-0.57735, -0.57735, 0.57735) UV(0.524124, 0.755102) +V 55: Pos(11.8864, -5.310071, 2.859269) Norm(0.57735, -0.57735, 0.57735) UV(0.524124, 0.510204) +V 56: Pos(9.367519, -7.148174, 3.16562) Norm(-0.57735, -0.57735, -0.57735) UV(0.336735, 0.815469) +V 57: Pos(9.367519, -7.148174, 3.369853) Norm(-0.57735, -0.57735, 0.57735) UV(0.306122, 0.815469) +V 58: Pos(9.367519, -5.105838, 3.369853) Norm(-0.57735, 0.57735, 0.57735) UV(0.306122, 0.510204) +V 59: Pos(9.367519, -5.105838, 3.16562) Norm(-0.57735, 0.57735, -0.57735) UV(0.336735, 0.510204) +V 60: Pos(9.367519, -5.105838, 3.16562) Norm(-0.57735, 0.57735, -0.57735) UV(0.958498, 0.497355) +V 61: Pos(9.367519, -5.105838, 3.369853) Norm(-0.57735, 0.57735, 0.57735) UV(0.927886, 0.497355) +V 62: Pos(12.771412, -5.105838, 3.369853) Norm(0.57735, 0.57735, 0.57735) UV(0.927886, 0.0) +V 63: Pos(12.771412, -5.105838, 3.16562) Norm(0.57735, 0.57735, -0.57735) UV(0.958498, 0.0) +V 64: Pos(12.771412, -5.105838, 3.16562) Norm(0.57735, 0.57735, -0.57735) UV(0.367347, 0.808617) +V 65: Pos(12.771412, -5.105838, 3.369853) Norm(0.57735, 0.57735, 0.57735) UV(0.336735, 0.808617) +V 66: Pos(12.771412, -7.148174, 3.369853) Norm(0.57735, -0.57735, 0.57735) UV(0.336735, 0.510204) +V 67: Pos(12.771412, -7.148174, 3.16562) Norm(0.57735, -0.57735, -0.57735) UV(0.367347, 0.510204) +V 68: Pos(12.771412, -7.148174, 3.16562) Norm(0.57735, -0.57735, -0.57735) UV(0.927886, 0.508775) +V 69: Pos(12.771412, -7.148174, 3.369853) Norm(0.57735, -0.57735, 0.57735) UV(0.897273, 0.508775) +V 70: Pos(9.367519, -7.148174, 3.369853) Norm(-0.57735, -0.57735, 0.57735) UV(0.897273, -0.0) +V 71: Pos(9.367519, -7.148174, 3.16562) Norm(-0.57735, -0.57735, -0.57735) UV(0.927886, -0.0) +V 72: Pos(9.367519, -5.105838, 3.16562) Norm(-0.57735, 0.57735, -0.57735) UV(0.306122, 0.0) +V 73: Pos(12.771412, -5.105838, 3.16562) Norm(0.57735, 0.57735, -0.57735) UV(0.306122, 0.510204) +V 74: Pos(12.771412, -7.148174, 3.16562) Norm(0.57735, -0.57735, -0.57735) UV(-0.0, 0.510204) +V 75: Pos(9.367519, -7.148174, 3.16562) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 0.0) +V 76: Pos(12.771412, -5.105838, 3.369853) Norm(0.57735, 0.57735, 0.57735) UV(0.612245, 0.0) +V 77: Pos(9.367519, -5.105838, 3.369853) Norm(-0.57735, 0.57735, 0.57735) UV(0.612245, 0.510204) +V 78: Pos(9.367519, -7.148174, 3.369853) Norm(-0.57735, -0.57735, 0.57735) UV(0.306122, 0.510204) +V 79: Pos(12.771412, -7.148174, 3.369853) Norm(0.57735, -0.57735, 0.57735) UV(0.306122, 0.0) +V 80: Pos(9.639831, -6.94394, 0.0) Norm(-2e-06, 0.727882, -0.685703) UV(0.953355, 0.987151) +V 81: Pos(9.639831, -6.94394, 3.267737) Norm(-1e-06, 0.727882, 0.685703) UV(0.953355, 0.497355) +V 82: Pos(9.653111, -6.945248, 3.267737) Norm(0.142005, 0.713897, 0.6857) UV(0.955252, 0.497355) +V 83: Pos(9.653111, -6.945248, 0.0) Norm(0.142005, 0.713897, -0.685701) UV(0.955252, 0.987151) +V 84: Pos(9.665883, -6.949122, 3.267737) Norm(0.278553, 0.672475, 0.685701) UV(0.956989, 0.497355) +V 85: Pos(9.665883, -6.949122, 0.0) Norm(0.278553, 0.672475, -0.685701) UV(0.956989, 0.987151) +V 86: Pos(9.677652, -6.955413, 3.267737) Norm(0.404379, 0.605215, 0.685706) UV(0.958498, 0.497355) +V 87: Pos(9.677652, -6.955413, 0.0) Norm(0.404378, 0.605215, -0.685706) UV(0.958498, 0.987151) +V 88: Pos(9.677652, -6.955413, 0.0) Norm(0.404378, 0.605215, -0.685706) UV(0.367347, 1.0) +V 89: Pos(9.677652, -6.955413, 3.267737) Norm(0.404379, 0.605215, 0.685706) UV(0.367347, 0.510204) +V 90: Pos(9.687969, -6.96388, 3.267737) Norm(0.514697, 0.514695, 0.685694) UV(0.368929, 0.510204) +V 91: Pos(9.687969, -6.96388, 0.0) Norm(0.514697, 0.514695, -0.685694) UV(0.368929, 1.0) +V 92: Pos(9.696435, -6.974196, 3.267737) Norm(0.605212, 0.404383, 0.685706) UV(0.370719, 0.510204) +V 93: Pos(9.696435, -6.974196, 0.0) Norm(0.605212, 0.404383, -0.685706) UV(0.370719, 1.0) +V 94: Pos(9.702726, -6.985966, 3.267737) Norm(0.67249, 0.278533, 0.685694) UV(0.372649, 0.510204) +V 95: Pos(9.702726, -6.985966, 0.0) Norm(0.67249, 0.278533, -0.685695) UV(0.372649, 1.0) +V 96: Pos(9.706599, -6.998736, 3.267737) Norm(0.713881, 0.142003, 0.685718) UV(0.374645, 0.510204) +V 97: Pos(9.706599, -6.998736, 0.0) Norm(0.713881, 0.142003, -0.685718) UV(0.374645, 1.0) +V 98: Pos(9.707909, -7.012018, 3.267737) Norm(0.727902, -1e-06, 0.685681) UV(0.376629, 0.510204) +V 99: Pos(9.707909, -7.012018, 0.0) Norm(0.727902, -1e-06, -0.685681) UV(0.376629, 1.0) +V 100: Pos(9.706599, -7.0253, 3.267737) Norm(0.71388, -0.142, 0.68572) UV(0.378526, 0.510204) +V 101: Pos(9.706599, -7.0253, 0.0) Norm(0.71388, -0.142, -0.68572) UV(0.378526, 1.0) +V 102: Pos(9.702726, -7.03807, 3.267737) Norm(0.672492, -0.27853, 0.685693) UV(0.380262, 0.510204) +V 103: Pos(9.702726, -7.03807, 0.0) Norm(0.672492, -0.27853, -0.685693) UV(0.380262, 1.0) +V 104: Pos(9.696435, -7.04984, 3.267737) Norm(0.605212, -0.404383, 0.685706) UV(0.381772, 0.510204) +V 105: Pos(9.696435, -7.04984, 0.0) Norm(0.605212, -0.404383, -0.685706) UV(0.381772, 1.0) +V 106: Pos(9.696435, -7.04984, 0.0) Norm(0.605212, -0.404383, -0.685706) UV(0.958498, 0.979592) +V 107: Pos(9.696435, -7.04984, 3.267737) Norm(0.605212, -0.404383, 0.685706) UV(0.958498, 0.489796) +V 108: Pos(9.687969, -7.060157, 3.267737) Norm(0.514692, -0.514704, 0.685691) UV(0.959879, 0.489796) +V 109: Pos(9.687969, -7.060157, 0.0) Norm(0.514692, -0.514704, -0.685691) UV(0.959879, 0.979592) +V 110: Pos(9.677652, -7.068623, 3.267737) Norm(0.404376, -0.605209, 0.685712) UV(0.961516, 0.489796) +V 111: Pos(9.677652, -7.068623, 0.0) Norm(0.404376, -0.605209, -0.685712) UV(0.961516, 0.979592) +V 112: Pos(9.665883, -7.074914, 3.267737) Norm(0.278555, -0.672481, 0.685694) UV(0.963346, 0.489796) +V 113: Pos(9.665883, -7.074914, 0.0) Norm(0.278555, -0.672481, -0.685694) UV(0.963346, 0.979592) +V 114: Pos(9.653111, -7.078788, 3.267737) Norm(0.142004, -0.71389, 0.685708) UV(0.965298, 0.489796) +V 115: Pos(9.653111, -7.078788, 0.0) Norm(0.142004, -0.71389, -0.685708) UV(0.965298, 0.979592) +V 116: Pos(9.639831, -7.080096, 3.267737) Norm(-1e-06, -0.727889, 0.685695) UV(0.967298, 0.489796) +V 117: Pos(9.639831, -7.080096, 0.0) Norm(-2e-06, -0.727889, -0.685695) UV(0.967298, 0.979592) +V 118: Pos(9.62655, -7.078788, 3.267737) Norm(-0.142001, -0.713891, 0.685708) UV(0.969268, 0.489796) +V 119: Pos(9.62655, -7.078788, 0.0) Norm(-0.142001, -0.713891, -0.685708) UV(0.969268, 0.979592) +V 120: Pos(9.613778, -7.074914, 3.267737) Norm(-0.278542, -0.672482, 0.685698) UV(0.971134, 0.489796) +V 121: Pos(9.613778, -7.074914, 0.0) Norm(-0.278542, -0.672482, -0.685698) UV(0.971134, 0.979592) +V 122: Pos(9.602008, -7.068623, 3.267737) Norm(-0.404391, -0.605209, 0.685704) UV(0.972823, 0.489796) +V 123: Pos(9.602008, -7.068623, 0.0) Norm(-0.404391, -0.605209, -0.685704) UV(0.972823, 0.979592) +V 124: Pos(9.591692, -7.060157, 3.267737) Norm(-0.514703, -0.514686, 0.685696) UV(0.97427, 0.489796) +V 125: Pos(9.591692, -7.060157, 0.0) Norm(-0.514703, -0.514686, -0.685696) UV(0.97427, 0.979592) +V 126: Pos(9.591692, -7.060157, 0.0) Norm(-0.514703, -0.514686, -0.685696) UV(0.40914, 1.0) +V 127: Pos(9.591692, -7.060157, 3.267737) Norm(-0.514703, -0.514686, 0.685696) UV(0.40914, 0.510204) +V 128: Pos(9.583226, -7.04984, 3.267737) Norm(-0.605212, -0.404383, 0.685706) UV(0.410777, 0.510204) +V 129: Pos(9.583226, -7.04984, 0.0) Norm(-0.605212, -0.404383, -0.685706) UV(0.410777, 1.0) +V 130: Pos(9.576935, -7.03807, 3.267737) Norm(-0.672474, -0.278556, 0.6857) UV(0.412607, 0.510204) +V 131: Pos(9.576935, -7.03807, 0.0) Norm(-0.672474, -0.278556, -0.6857) UV(0.412607, 1.0) +V 132: Pos(9.573061, -7.0253, 3.267737) Norm(-0.713893, -0.142001, 0.685706) UV(0.414559, 0.510204) +V 133: Pos(9.573061, -7.0253, 0.0) Norm(-0.713893, -0.142001, -0.685706) UV(0.414559, 1.0) +V 134: Pos(9.571753, -7.012018, 3.267737) Norm(-0.727888, -1e-06, 0.685696) UV(0.416559, 0.510204) +V 135: Pos(9.571753, -7.012018, 0.0) Norm(-0.727889, -1e-06, -0.685696) UV(0.416559, 1.0) +V 136: Pos(9.573061, -6.998736, 3.267737) Norm(-0.713894, 0.142004, 0.685704) UV(0.41853, 0.510204) +V 137: Pos(9.573061, -6.998736, 0.0) Norm(-0.713894, 0.142004, -0.685704) UV(0.41853, 1.0) +V 138: Pos(9.576935, -6.985966, 3.267737) Norm(-0.672472, 0.278559, 0.685702) UV(0.420395, 0.510204) +V 139: Pos(9.576935, -6.985966, 0.0) Norm(-0.672472, 0.278559, -0.685701) UV(0.420395, 1.0) +V 140: Pos(9.583226, -6.974196, 3.267737) Norm(-0.605212, 0.404383, 0.685706) UV(0.422084, 0.510204) +V 141: Pos(9.583226, -6.974196, 0.0) Norm(-0.605212, 0.404383, -0.685706) UV(0.422084, 1.0) +V 142: Pos(9.583226, -6.974196, 0.0) Norm(-0.605212, 0.404383, -0.685706) UV(0.944073, 0.987151) +V 143: Pos(9.583226, -6.974196, 3.267737) Norm(-0.605212, 0.404383, 0.685706) UV(0.944073, 0.497355) +V 144: Pos(9.591692, -6.96388, 3.267737) Norm(-0.514708, 0.514677, 0.685699) UV(0.945655, 0.497355) +V 145: Pos(9.591692, -6.96388, 0.0) Norm(-0.514709, 0.514677, -0.685698) UV(0.945655, 0.987151) +V 146: Pos(9.602008, -6.955413, 3.267737) Norm(-0.404393, 0.605215, 0.685698) UV(0.947445, 0.497355) +V 147: Pos(9.602008, -6.955413, 0.0) Norm(-0.404393, 0.605215, -0.685698) UV(0.947445, 0.987151) +V 148: Pos(9.613778, -6.949122, 3.267737) Norm(-0.27854, 0.672476, 0.685705) UV(0.949375, 0.497355) +V 149: Pos(9.613778, -6.949122, 0.0) Norm(-0.27854, 0.672476, -0.685705) UV(0.949375, 0.987151) +V 150: Pos(9.653111, -6.945248, 3.267737) Norm(0.142005, 0.713897, 0.6857) UV(0.545688, 0.565789) +V 151: Pos(9.639831, -6.94394, 3.267737) Norm(-1e-06, 0.727882, 0.685703) UV(0.544923, 0.563941) +V 152: Pos(9.62655, -6.945248, 3.267737) Norm(-0.142002, 0.713898, 0.6857) UV(0.544533, 0.561979) +V 153: Pos(9.613778, -6.949122, 3.267737) Norm(-0.27854, 0.672476, 0.685705) UV(0.544533, 0.559978) +V 154: Pos(9.602008, -6.955413, 3.267737) Norm(-0.404393, 0.605215, 0.685698) UV(0.544923, 0.558017) +V 155: Pos(9.591692, -6.96388, 3.267737) Norm(-0.514708, 0.514677, 0.685699) UV(0.545688, 0.556169) +V 156: Pos(9.583226, -6.974196, 3.267737) Norm(-0.605212, 0.404383, 0.685706) UV(0.5468, 0.554505) +V 157: Pos(9.576935, -6.985966, 3.267737) Norm(-0.672472, 0.278559, 0.685702) UV(0.548214, 0.553091) +V 158: Pos(9.573061, -6.998736, 3.267737) Norm(-0.713894, 0.142004, 0.685704) UV(0.549878, 0.55198) +V 159: Pos(9.571753, -7.012018, 3.267737) Norm(-0.727888, -1e-06, 0.685696) UV(0.551726, 0.551214) +V 160: Pos(9.573061, -7.0253, 3.267737) Norm(-0.713893, -0.142001, 0.685706) UV(0.553688, 0.550824) +V 161: Pos(9.576935, -7.03807, 3.267737) Norm(-0.672474, -0.278556, 0.6857) UV(0.555688, 0.550824) +V 162: Pos(9.583226, -7.04984, 3.267737) Norm(-0.605212, -0.404383, 0.685706) UV(0.55765, 0.551214) +V 163: Pos(9.591692, -7.060157, 3.267737) Norm(-0.514703, -0.514686, 0.685696) UV(0.559498, 0.55198) +V 164: Pos(9.602008, -7.068623, 3.267737) Norm(-0.404391, -0.605209, 0.685704) UV(0.561161, 0.553091) +V 165: Pos(9.613778, -7.074914, 3.267737) Norm(-0.278542, -0.672482, 0.685698) UV(0.562576, 0.554506) +V 166: Pos(9.62655, -7.078788, 3.267737) Norm(-0.142001, -0.713891, 0.685708) UV(0.563687, 0.556169) +V 167: Pos(9.639831, -7.080096, 3.267737) Norm(-1e-06, -0.727889, 0.685695) UV(0.564452, 0.558017) +V 168: Pos(9.653111, -7.078788, 3.267737) Norm(0.142004, -0.71389, 0.685708) UV(0.564843, 0.559979) +V 169: Pos(9.665883, -7.074914, 3.267737) Norm(0.278555, -0.672481, 0.685694) UV(0.564843, 0.561979) +V 170: Pos(9.677652, -7.068623, 3.267737) Norm(0.404376, -0.605209, 0.685712) UV(0.564452, 0.563941) +V 171: Pos(9.687969, -7.060157, 3.267737) Norm(0.514692, -0.514704, 0.685691) UV(0.563687, 0.565789) +V 172: Pos(9.696435, -7.04984, 3.267737) Norm(0.605212, -0.404383, 0.685706) UV(0.562575, 0.567452) +V 173: Pos(9.702726, -7.03807, 3.267737) Norm(0.672492, -0.27853, 0.685693) UV(0.561161, 0.568867) +V 174: Pos(9.706599, -7.0253, 3.267737) Norm(0.71388, -0.142, 0.68572) UV(0.559498, 0.569978) +V 175: Pos(9.707909, -7.012018, 3.267737) Norm(0.727902, -1e-06, 0.685681) UV(0.557649, 0.570744) +V 176: Pos(9.706599, -6.998736, 3.267737) Norm(0.713881, 0.142003, 0.685718) UV(0.555688, 0.571134) +V 177: Pos(9.702726, -6.985966, 3.267737) Norm(0.67249, 0.278533, 0.685694) UV(0.553687, 0.571134) +V 178: Pos(9.696435, -6.974196, 3.267737) Norm(0.605212, 0.404383, 0.685706) UV(0.551725, 0.570744) +V 179: Pos(9.687969, -6.96388, 3.267737) Norm(0.514697, 0.514695, 0.685694) UV(0.549877, 0.569978) +V 180: Pos(9.677652, -6.955413, 3.267737) Norm(0.404379, 0.605215, 0.685706) UV(0.548214, 0.568867) +V 181: Pos(9.665883, -6.949122, 3.267737) Norm(0.278553, 0.672475, 0.685701) UV(0.5468, 0.567452) +V 182: Pos(9.62655, -6.945248, 3.267737) Norm(-0.142002, 0.713898, 0.6857) UV(0.951371, 0.497355) +V 183: Pos(9.62655, -6.945248, 0.0) Norm(-0.142002, 0.713898, -0.6857) UV(0.951371, 0.987151) +V 184: Pos(9.639831, -6.94394, 0.0) Norm(-2e-06, 0.727882, -0.685703) UV(0.584762, 0.523321) +V 185: Pos(9.653111, -6.945248, 0.0) Norm(0.142005, 0.713897, -0.685701) UV(0.583997, 0.525169) +V 186: Pos(9.665883, -6.949122, 0.0) Norm(0.278553, 0.672475, -0.685701) UV(0.582886, 0.526832) +V 187: Pos(9.677652, -6.955413, 0.0) Norm(0.404378, 0.605215, -0.685706) UV(0.581471, 0.528247) +V 188: Pos(9.687969, -6.96388, 0.0) Norm(0.514697, 0.514695, -0.685694) UV(0.579808, 0.529358) +V 189: Pos(9.696435, -6.974196, 0.0) Norm(0.605212, 0.404383, -0.685706) UV(0.57796, 0.530124) +V 190: Pos(9.702726, -6.985966, 0.0) Norm(0.67249, 0.278533, -0.685695) UV(0.575998, 0.530514) +V 191: Pos(9.706599, -6.998736, 0.0) Norm(0.713881, 0.142003, -0.685718) UV(0.573998, 0.530514) +V 192: Pos(9.707909, -7.012018, 0.0) Norm(0.727902, -1e-06, -0.685681) UV(0.572036, 0.530124) +V 193: Pos(9.706599, -7.0253, 0.0) Norm(0.71388, -0.142, -0.68572) UV(0.570188, 0.529358) +V 194: Pos(9.702726, -7.03807, 0.0) Norm(0.672492, -0.27853, -0.685693) UV(0.568524, 0.528247) +V 195: Pos(9.696435, -7.04984, 0.0) Norm(0.605212, -0.404383, -0.685706) UV(0.56711, 0.526833) +V 196: Pos(9.687969, -7.060157, 0.0) Norm(0.514692, -0.514704, -0.685691) UV(0.565998, 0.525169) +V 197: Pos(9.677652, -7.068623, 0.0) Norm(0.404376, -0.605209, -0.685712) UV(0.565233, 0.523321) +V 198: Pos(9.665883, -7.074914, 0.0) Norm(0.278555, -0.672481, -0.685694) UV(0.564843, 0.521359) +V 199: Pos(9.653111, -7.078788, 0.0) Norm(0.142004, -0.71389, -0.685708) UV(0.564843, 0.519359) +V 200: Pos(9.639831, -7.080096, 0.0) Norm(-2e-06, -0.727889, -0.685695) UV(0.565233, 0.517397) +V 201: Pos(9.62655, -7.078788, 0.0) Norm(-0.142001, -0.713891, -0.685708) UV(0.565998, 0.515549) +V 202: Pos(9.613778, -7.074914, 0.0) Norm(-0.278542, -0.672482, -0.685698) UV(0.56711, 0.513886) +V 203: Pos(9.602008, -7.068623, 0.0) Norm(-0.404391, -0.605209, -0.685704) UV(0.568524, 0.512471) +V 204: Pos(9.591692, -7.060157, 0.0) Norm(-0.514703, -0.514686, -0.685696) UV(0.570187, 0.51136) +V 205: Pos(9.583226, -7.04984, 0.0) Norm(-0.605212, -0.404383, -0.685706) UV(0.572035, 0.510594) +V 206: Pos(9.576935, -7.03807, 0.0) Norm(-0.672474, -0.278556, -0.6857) UV(0.573997, 0.510204) +V 207: Pos(9.573061, -7.0253, 0.0) Norm(-0.713893, -0.142001, -0.685706) UV(0.575997, 0.510204) +V 208: Pos(9.571753, -7.012018, 0.0) Norm(-0.727889, -1e-06, -0.685696) UV(0.577959, 0.510594) +V 209: Pos(9.573061, -6.998736, 0.0) Norm(-0.713894, 0.142004, -0.685704) UV(0.579808, 0.51136) +V 210: Pos(9.576935, -6.985966, 0.0) Norm(-0.672472, 0.278559, -0.685701) UV(0.581471, 0.512471) +V 211: Pos(9.583226, -6.974196, 0.0) Norm(-0.605212, 0.404383, -0.685706) UV(0.582885, 0.513885) +V 212: Pos(9.591692, -6.96388, 0.0) Norm(-0.514709, 0.514677, -0.685698) UV(0.583997, 0.515549) +V 213: Pos(9.602008, -6.955413, 0.0) Norm(-0.404393, 0.605215, -0.685698) UV(0.584762, 0.517397) +V 214: Pos(9.613778, -6.949122, 0.0) Norm(-0.27854, 0.672476, -0.685705) UV(0.585153, 0.519359) +V 215: Pos(9.62655, -6.945248, 0.0) Norm(-0.142002, 0.713898, -0.6857) UV(0.585153, 0.521359) +V 216: Pos(12.499101, -6.94394, 0.0) Norm(-6e-06, 0.727881, -0.685704) UV(0.983552, 0.489796) +V 217: Pos(12.499101, -6.94394, 3.267737) Norm(-6e-06, 0.727881, 0.685704) UV(0.983552, 0.0) +V 218: Pos(12.512383, -6.945248, 3.267737) Norm(0.142012, 0.713899, 0.685698) UV(0.985449, 0.0) +V 219: Pos(12.512383, -6.945248, 0.0) Norm(0.142012, 0.713899, -0.685698) UV(0.985449, 0.489796) +V 220: Pos(12.525153, -6.949122, 3.267737) Norm(0.278561, 0.672469, 0.685703) UV(0.987185, 0.0) +V 221: Pos(12.525153, -6.949122, 0.0) Norm(0.278561, 0.672469, -0.685703) UV(0.987185, 0.489796) +V 222: Pos(12.536922, -6.955413, 3.267737) Norm(0.40437, 0.605221, 0.685705) UV(0.988695, 0.0) +V 223: Pos(12.536922, -6.955413, 0.0) Norm(0.40437, 0.605221, -0.685705) UV(0.988695, 0.489796) +V 224: Pos(12.536922, -6.955413, 0.0) Norm(0.40437, 0.605221, -0.685705) UV(0.381772, 1.0) +V 225: Pos(12.536922, -6.955413, 3.267737) Norm(0.40437, 0.605221, 0.685705) UV(0.381772, 0.510204) +V 226: Pos(12.547239, -6.96388, 3.267737) Norm(0.514707, 0.514683, 0.685695) UV(0.383354, 0.510204) +V 227: Pos(12.547239, -6.96388, 0.0) Norm(0.514706, 0.514683, -0.685696) UV(0.383354, 1.0) +V 228: Pos(12.555705, -6.974196, 3.267737) Norm(0.60522, 0.404375, 0.685704) UV(0.385144, 0.510204) +V 229: Pos(12.555705, -6.974196, 0.0) Norm(0.605219, 0.404375, -0.685704) UV(0.385144, 1.0) +V 230: Pos(12.561996, -6.985966, 3.267737) Norm(0.672453, 0.278583, 0.68571) UV(0.387074, 0.510204) +V 231: Pos(12.561996, -6.985966, 0.0) Norm(0.672453, 0.278583, -0.68571) UV(0.387074, 1.0) +V 232: Pos(12.565871, -6.998736, 3.267737) Norm(0.713908, 0.142006, 0.685689) UV(0.38907, 0.510204) +V 233: Pos(12.565871, -6.998736, 0.0) Norm(0.713908, 0.142006, -0.685689) UV(0.38907, 1.0) +V 234: Pos(12.567179, -7.012018, 3.267737) Norm(0.727874, -1e-06, 0.685711) UV(0.391054, 0.510204) +V 235: Pos(12.567179, -7.012018, 0.0) Norm(0.727874, -1e-06, -0.685711) UV(0.391054, 1.0) +V 236: Pos(12.565871, -7.0253, 3.267737) Norm(0.713908, -0.142004, 0.68569) UV(0.392951, 0.510204) +V 237: Pos(12.565871, -7.0253, 0.0) Norm(0.713908, -0.142004, -0.68569) UV(0.392951, 1.0) +V 238: Pos(12.561996, -7.03807, 3.267737) Norm(0.672456, -0.27858, 0.685709) UV(0.394687, 0.510204) +V 239: Pos(12.561996, -7.03807, 0.0) Norm(0.672456, -0.27858, -0.685709) UV(0.394687, 1.0) +V 240: Pos(12.555705, -7.04984, 3.267737) Norm(0.60522, -0.404375, 0.685704) UV(0.396197, 0.510204) +V 241: Pos(12.555705, -7.04984, 0.0) Norm(0.605219, -0.404375, -0.685704) UV(0.396197, 1.0) +V 242: Pos(12.555705, -7.04984, 0.0) Norm(0.605219, -0.404375, -0.685704) UV(0.958498, 0.489796) +V 243: Pos(12.555705, -7.04984, 3.267737) Norm(0.60522, -0.404375, 0.685704) UV(0.958498, 0.0) +V 244: Pos(12.547239, -7.060157, 3.267737) Norm(0.514701, -0.514692, 0.685693) UV(0.959879, 0.0) +V 245: Pos(12.547239, -7.060157, 0.0) Norm(0.514701, -0.514692, -0.685693) UV(0.959879, 0.489796) +V 246: Pos(12.536922, -7.068623, 3.267737) Norm(0.404368, -0.605215, 0.685712) UV(0.961516, 0.0) +V 247: Pos(12.536922, -7.068623, 0.0) Norm(0.404368, -0.605215, -0.685712) UV(0.961516, 0.489796) +V 248: Pos(12.525153, -7.074914, 3.267737) Norm(0.278563, -0.672476, 0.685696) UV(0.963346, 0.0) +V 249: Pos(12.525153, -7.074914, 0.0) Norm(0.278562, -0.672476, -0.685696) UV(0.963346, 0.489796) +V 250: Pos(12.512383, -7.078788, 3.267737) Norm(0.142011, -0.713892, 0.685705) UV(0.965298, 0.0) +V 251: Pos(12.512383, -7.078788, 0.0) Norm(0.142011, -0.713892, -0.685705) UV(0.965298, 0.489796) +V 252: Pos(12.499101, -7.080096, 3.267737) Norm(-6e-06, -0.727888, 0.685696) UV(0.967298, 0.0) +V 253: Pos(12.499101, -7.080096, 0.0) Norm(-6e-06, -0.727888, -0.685696) UV(0.967298, 0.489796) +V 254: Pos(12.48582, -7.078788, 3.267737) Norm(-0.142008, -0.713892, 0.685705) UV(0.969268, 0.0) +V 255: Pos(12.48582, -7.078788, 0.0) Norm(-0.142008, -0.713892, -0.685705) UV(0.969268, 0.489796) +V 256: Pos(12.473049, -7.074914, 3.267737) Norm(-0.278537, -0.672478, 0.685704) UV(0.971134, 0.0) +V 257: Pos(12.473049, -7.074914, 0.0) Norm(-0.278537, -0.672478, -0.685704) UV(0.971134, 0.489796) +V 258: Pos(12.461278, -7.068623, 3.267737) Norm(-0.404379, -0.605222, 0.6857) UV(0.972823, 0.0) +V 259: Pos(12.461278, -7.068623, 0.0) Norm(-0.404379, -0.605222, -0.6857) UV(0.972823, 0.489796) +V 260: Pos(12.450962, -7.060157, 3.267737) Norm(-0.514675, -0.514707, 0.685702) UV(0.97427, 0.0) +V 261: Pos(12.450962, -7.060157, 0.0) Norm(-0.514675, -0.514707, -0.685702) UV(0.97427, 0.489796) +V 262: Pos(12.450962, -7.060157, 0.0) Norm(-0.514675, -0.514707, -0.685702) UV(0.396197, 1.0) +V 263: Pos(12.450962, -7.060157, 3.267737) Norm(-0.514675, -0.514707, 0.685702) UV(0.396197, 0.510204) +V 264: Pos(12.442495, -7.04984, 3.267737) Norm(-0.605231, -0.404375, 0.685695) UV(0.397834, 0.510204) +V 265: Pos(12.442495, -7.04984, 0.0) Norm(-0.605231, -0.404375, -0.685695) UV(0.397834, 1.0) +V 266: Pos(12.436205, -7.03807, 3.267737) Norm(-0.67248, -0.278529, 0.685705) UV(0.399663, 0.510204) +V 267: Pos(12.436205, -7.03807, 0.0) Norm(-0.67248, -0.278529, -0.685705) UV(0.399663, 1.0) +V 268: Pos(12.432331, -7.0253, 3.267737) Norm(-0.713887, -0.142032, 0.685706) UV(0.401616, 0.510204) +V 269: Pos(12.432331, -7.0253, 0.0) Norm(-0.713887, -0.142032, -0.685706) UV(0.401616, 1.0) +V 270: Pos(12.431023, -7.012018, 3.267737) Norm(-0.727887, -1e-06, 0.685697) UV(0.403616, 0.510204) +V 271: Pos(12.431023, -7.012018, 0.0) Norm(-0.727887, -1e-06, -0.685697) UV(0.403616, 1.0) +V 272: Pos(12.432331, -6.998736, 3.267737) Norm(-0.713888, 0.142035, 0.685704) UV(0.405586, 0.510204) +V 273: Pos(12.432331, -6.998736, 0.0) Norm(-0.713888, 0.142035, -0.685704) UV(0.405586, 1.0) +V 274: Pos(12.436205, -6.985966, 3.267737) Norm(-0.672478, 0.278532, 0.685707) UV(0.407451, 0.510204) +V 275: Pos(12.436205, -6.985966, 0.0) Norm(-0.672478, 0.278532, -0.685706) UV(0.407451, 1.0) +V 276: Pos(12.442495, -6.974196, 3.267737) Norm(-0.605231, 0.404375, 0.685695) UV(0.40914, 0.510204) +V 277: Pos(12.442495, -6.974196, 0.0) Norm(-0.605231, 0.404375, -0.685695) UV(0.40914, 1.0) +V 278: Pos(12.442495, -6.974196, 0.0) Norm(-0.605231, 0.404375, -0.685695) UV(0.97427, 0.489796) +V 279: Pos(12.442495, -6.974196, 3.267737) Norm(-0.605231, 0.404375, 0.685695) UV(0.97427, 0.0) +V 280: Pos(12.450962, -6.96388, 3.267737) Norm(-0.51468, 0.514698, 0.685705) UV(0.975852, 0.0) +V 281: Pos(12.450962, -6.96388, 0.0) Norm(-0.51468, 0.514698, -0.685705) UV(0.975852, 0.489796) +V 282: Pos(12.461278, -6.955413, 3.267737) Norm(-0.404381, 0.605228, 0.685693) UV(0.977642, 0.0) +V 283: Pos(12.461278, -6.955413, 0.0) Norm(-0.404381, 0.605228, -0.685693) UV(0.977642, 0.489796) +V 284: Pos(12.473049, -6.949122, 3.267737) Norm(-0.278535, 0.672472, 0.685711) UV(0.979572, 0.0) +V 285: Pos(12.473049, -6.949122, 0.0) Norm(-0.278536, 0.672472, -0.685711) UV(0.979572, 0.489796) +V 286: Pos(12.512383, -6.945248, 3.267737) Norm(0.142012, 0.713899, 0.685698) UV(0.561161, 0.528247) +V 287: Pos(12.499101, -6.94394, 3.267737) Norm(-6e-06, 0.727881, 0.685704) UV(0.559498, 0.529358) +V 288: Pos(12.48582, -6.945248, 3.267737) Norm(-0.142008, 0.713899, 0.685698) UV(0.55765, 0.530124) +V 289: Pos(12.473049, -6.949122, 3.267737) Norm(-0.278535, 0.672472, 0.685711) UV(0.555688, 0.530514) +V 290: Pos(12.461278, -6.955413, 3.267737) Norm(-0.404381, 0.605228, 0.685693) UV(0.553688, 0.530514) +V 291: Pos(12.450962, -6.96388, 3.267737) Norm(-0.51468, 0.514698, 0.685705) UV(0.551726, 0.530124) +V 292: Pos(12.442495, -6.974196, 3.267737) Norm(-0.605231, 0.404375, 0.685695) UV(0.549878, 0.529358) +V 293: Pos(12.436205, -6.985966, 3.267737) Norm(-0.672478, 0.278532, 0.685707) UV(0.548214, 0.528247) +V 294: Pos(12.432331, -6.998736, 3.267737) Norm(-0.713888, 0.142035, 0.685704) UV(0.5468, 0.526833) +V 295: Pos(12.431023, -7.012018, 3.267737) Norm(-0.727887, -1e-06, 0.685697) UV(0.545689, 0.525169) +V 296: Pos(12.432331, -7.0253, 3.267737) Norm(-0.713887, -0.142032, 0.685706) UV(0.544923, 0.523321) +V 297: Pos(12.436205, -7.03807, 3.267737) Norm(-0.67248, -0.278529, 0.685705) UV(0.544533, 0.521359) +V 298: Pos(12.442495, -7.04984, 3.267737) Norm(-0.605231, -0.404375, 0.685695) UV(0.544533, 0.519359) +V 299: Pos(12.450962, -7.060157, 3.267737) Norm(-0.514675, -0.514707, 0.685702) UV(0.544923, 0.517397) +V 300: Pos(12.461278, -7.068623, 3.267737) Norm(-0.404379, -0.605222, 0.6857) UV(0.545688, 0.515549) +V 301: Pos(12.473049, -7.074914, 3.267737) Norm(-0.278537, -0.672478, 0.685704) UV(0.5468, 0.513886) +V 302: Pos(12.48582, -7.078788, 3.267737) Norm(-0.142008, -0.713892, 0.685705) UV(0.548214, 0.512471) +V 303: Pos(12.499101, -7.080096, 3.267737) Norm(-6e-06, -0.727888, 0.685696) UV(0.549877, 0.51136) +V 304: Pos(12.512383, -7.078788, 3.267737) Norm(0.142011, -0.713892, 0.685705) UV(0.551726, 0.510594) +V 305: Pos(12.525153, -7.074914, 3.267737) Norm(0.278563, -0.672476, 0.685696) UV(0.553687, 0.510204) +V 306: Pos(12.536922, -7.068623, 3.267737) Norm(0.404368, -0.605215, 0.685712) UV(0.555688, 0.510204) +V 307: Pos(12.547239, -7.060157, 3.267737) Norm(0.514701, -0.514692, 0.685693) UV(0.55765, 0.510594) +V 308: Pos(12.555705, -7.04984, 3.267737) Norm(0.60522, -0.404375, 0.685704) UV(0.559498, 0.51136) +V 309: Pos(12.561996, -7.03807, 3.267737) Norm(0.672456, -0.27858, 0.685709) UV(0.561161, 0.512471) +V 310: Pos(12.565871, -7.0253, 3.267737) Norm(0.713908, -0.142004, 0.68569) UV(0.562576, 0.513885) +V 311: Pos(12.567179, -7.012018, 3.267737) Norm(0.727874, -1e-06, 0.685711) UV(0.563687, 0.515549) +V 312: Pos(12.565871, -6.998736, 3.267737) Norm(0.713908, 0.142006, 0.685689) UV(0.564452, 0.517397) +V 313: Pos(12.561996, -6.985966, 3.267737) Norm(0.672453, 0.278583, 0.68571) UV(0.564843, 0.519359) +V 314: Pos(12.555705, -6.974196, 3.267737) Norm(0.60522, 0.404375, 0.685704) UV(0.564843, 0.521359) +V 315: Pos(12.547239, -6.96388, 3.267737) Norm(0.514707, 0.514683, 0.685695) UV(0.564452, 0.523321) +V 316: Pos(12.536922, -6.955413, 3.267737) Norm(0.40437, 0.605221, 0.685705) UV(0.563687, 0.525169) +V 317: Pos(12.525153, -6.949122, 3.267737) Norm(0.278561, 0.672469, 0.685703) UV(0.562576, 0.526832) +V 318: Pos(12.48582, -6.945248, 3.267737) Norm(-0.142008, 0.713899, 0.685698) UV(0.981568, 0.0) +V 319: Pos(12.48582, -6.945248, 0.0) Norm(-0.142009, 0.713899, -0.685698) UV(0.981568, 0.489796) +V 320: Pos(12.499101, -6.94394, 0.0) Norm(-6e-06, 0.727881, -0.685704) UV(0.548214, 0.548557) +V 321: Pos(12.512383, -6.945248, 0.0) Norm(0.142012, 0.713899, -0.685698) UV(0.5468, 0.547142) +V 322: Pos(12.525153, -6.949122, 0.0) Norm(0.278561, 0.672469, -0.685703) UV(0.545688, 0.545479) +V 323: Pos(12.536922, -6.955413, 0.0) Norm(0.40437, 0.605221, -0.685705) UV(0.544923, 0.543631) +V 324: Pos(12.547239, -6.96388, 0.0) Norm(0.514706, 0.514683, -0.685696) UV(0.544533, 0.541669) +V 325: Pos(12.555705, -6.974196, 0.0) Norm(0.605219, 0.404375, -0.685704) UV(0.544533, 0.539669) +V 326: Pos(12.561996, -6.985966, 0.0) Norm(0.672453, 0.278583, -0.68571) UV(0.544923, 0.537707) +V 327: Pos(12.565871, -6.998736, 0.0) Norm(0.713908, 0.142006, -0.685689) UV(0.545688, 0.535859) +V 328: Pos(12.567179, -7.012018, 0.0) Norm(0.727874, -1e-06, -0.685711) UV(0.5468, 0.534196) +V 329: Pos(12.565871, -7.0253, 0.0) Norm(0.713908, -0.142004, -0.68569) UV(0.548214, 0.532781) +V 330: Pos(12.561996, -7.03807, 0.0) Norm(0.672456, -0.27858, -0.685709) UV(0.549877, 0.53167) +V 331: Pos(12.555705, -7.04984, 0.0) Norm(0.605219, -0.404375, -0.685704) UV(0.551725, 0.530904) +V 332: Pos(12.547239, -7.060157, 0.0) Norm(0.514701, -0.514692, -0.685693) UV(0.553687, 0.530514) +V 333: Pos(12.536922, -7.068623, 0.0) Norm(0.404368, -0.605215, -0.685712) UV(0.555687, 0.530514) +V 334: Pos(12.525153, -7.074914, 0.0) Norm(0.278562, -0.672476, -0.685696) UV(0.557649, 0.530904) +V 335: Pos(12.512383, -7.078788, 0.0) Norm(0.142011, -0.713892, -0.685705) UV(0.559497, 0.531669) +V 336: Pos(12.499101, -7.080096, 0.0) Norm(-6e-06, -0.727888, -0.685696) UV(0.561161, 0.532781) +V 337: Pos(12.48582, -7.078788, 0.0) Norm(-0.142008, -0.713892, -0.685705) UV(0.562575, 0.534195) +V 338: Pos(12.473049, -7.074914, 0.0) Norm(-0.278537, -0.672478, -0.685704) UV(0.563687, 0.535858) +V 339: Pos(12.461278, -7.068623, 0.0) Norm(-0.404379, -0.605222, -0.6857) UV(0.564452, 0.537707) +V 340: Pos(12.450962, -7.060157, 0.0) Norm(-0.514675, -0.514707, -0.685702) UV(0.564843, 0.539669) +V 341: Pos(12.442495, -7.04984, 0.0) Norm(-0.605231, -0.404375, -0.685695) UV(0.564843, 0.541669) +V 342: Pos(12.436205, -7.03807, 0.0) Norm(-0.67248, -0.278529, -0.685705) UV(0.564452, 0.543631) +V 343: Pos(12.432331, -7.0253, 0.0) Norm(-0.713887, -0.142032, -0.685706) UV(0.563687, 0.545479) +V 344: Pos(12.431023, -7.012018, 0.0) Norm(-0.727887, -1e-06, -0.685697) UV(0.562576, 0.547142) +V 345: Pos(12.432331, -6.998736, 0.0) Norm(-0.713888, 0.142035, -0.685704) UV(0.561161, 0.548557) +V 346: Pos(12.436205, -6.985966, 0.0) Norm(-0.672478, 0.278532, -0.685706) UV(0.559498, 0.549668) +V 347: Pos(12.442495, -6.974196, 0.0) Norm(-0.605231, 0.404375, -0.685695) UV(0.55765, 0.550434) +V 348: Pos(12.450962, -6.96388, 0.0) Norm(-0.51468, 0.514698, -0.685705) UV(0.555688, 0.550824) +V 349: Pos(12.461278, -6.955413, 0.0) Norm(-0.404381, 0.605228, -0.685693) UV(0.553688, 0.550824) +V 350: Pos(12.473049, -6.949122, 0.0) Norm(-0.278536, 0.672472, -0.685711) UV(0.551726, 0.550434) +V 351: Pos(12.48582, -6.945248, 0.0) Norm(-0.142009, 0.713899, -0.685698) UV(0.549878, 0.549668) + +===Triangles (Indices): 294 +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: 27 26 28 +Tri: 27 28 29 +Tri: 29 28 30 +Tri: 29 30 31 +Tri: 31 30 25 +Tri: 31 25 24 +Tri: 28 26 25 +Tri: 28 25 30 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 40 41 42 +Tri: 40 42 43 +Tri: 44 45 46 +Tri: 44 46 47 +Tri: 48 49 50 +Tri: 48 50 51 +Tri: 52 53 54 +Tri: 52 54 55 +Tri: 56 57 58 +Tri: 56 58 59 +Tri: 60 61 62 +Tri: 60 62 63 +Tri: 64 65 66 +Tri: 64 66 67 +Tri: 68 69 70 +Tri: 68 70 71 +Tri: 72 73 74 +Tri: 72 74 75 +Tri: 76 77 78 +Tri: 76 78 79 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 83 82 84 +Tri: 83 84 85 +Tri: 85 84 86 +Tri: 85 86 87 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 91 90 92 +Tri: 91 92 93 +Tri: 93 92 94 +Tri: 93 94 95 +Tri: 95 94 96 +Tri: 95 96 97 +Tri: 97 96 98 +Tri: 97 98 99 +Tri: 99 98 100 +Tri: 99 100 101 +Tri: 101 100 102 +Tri: 101 102 103 +Tri: 103 102 104 +Tri: 103 104 105 +Tri: 106 107 108 +Tri: 106 108 109 +Tri: 109 108 110 +Tri: 109 110 111 +Tri: 111 110 112 +Tri: 111 112 113 +Tri: 113 112 114 +Tri: 113 114 115 +Tri: 115 114 116 +Tri: 115 116 117 +Tri: 117 116 118 +Tri: 117 118 119 +Tri: 119 118 120 +Tri: 119 120 121 +Tri: 121 120 122 +Tri: 121 122 123 +Tri: 123 122 124 +Tri: 123 124 125 +Tri: 126 127 128 +Tri: 126 128 129 +Tri: 129 128 130 +Tri: 129 130 131 +Tri: 131 130 132 +Tri: 131 132 133 +Tri: 133 132 134 +Tri: 133 134 135 +Tri: 135 134 136 +Tri: 135 136 137 +Tri: 137 136 138 +Tri: 137 138 139 +Tri: 139 138 140 +Tri: 139 140 141 +Tri: 142 143 144 +Tri: 142 144 145 +Tri: 145 144 146 +Tri: 145 146 147 +Tri: 147 146 148 +Tri: 147 148 149 +Tri: 150 151 152 +Tri: 150 152 153 +Tri: 150 153 154 +Tri: 150 154 155 +Tri: 150 155 156 +Tri: 150 156 157 +Tri: 150 157 158 +Tri: 150 158 159 +Tri: 150 159 160 +Tri: 150 160 161 +Tri: 150 161 162 +Tri: 150 162 163 +Tri: 150 163 164 +Tri: 150 164 165 +Tri: 150 165 166 +Tri: 150 166 167 +Tri: 150 167 168 +Tri: 150 168 169 +Tri: 150 169 170 +Tri: 150 170 171 +Tri: 150 171 172 +Tri: 150 172 173 +Tri: 150 173 174 +Tri: 150 174 175 +Tri: 150 175 176 +Tri: 150 176 177 +Tri: 150 177 178 +Tri: 150 178 179 +Tri: 150 179 180 +Tri: 150 180 181 +Tri: 149 148 182 +Tri: 149 182 183 +Tri: 183 182 81 +Tri: 183 81 80 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 184 187 188 +Tri: 184 188 189 +Tri: 184 189 190 +Tri: 184 190 191 +Tri: 184 191 192 +Tri: 184 192 193 +Tri: 184 193 194 +Tri: 184 194 195 +Tri: 184 195 196 +Tri: 184 196 197 +Tri: 184 197 198 +Tri: 184 198 199 +Tri: 184 199 200 +Tri: 184 200 201 +Tri: 184 201 202 +Tri: 184 202 203 +Tri: 184 203 204 +Tri: 184 204 205 +Tri: 184 205 206 +Tri: 184 206 207 +Tri: 184 207 208 +Tri: 184 208 209 +Tri: 184 209 210 +Tri: 184 210 211 +Tri: 184 211 212 +Tri: 184 212 213 +Tri: 184 213 214 +Tri: 184 214 215 +Tri: 216 217 218 +Tri: 216 218 219 +Tri: 219 218 220 +Tri: 219 220 221 +Tri: 221 220 222 +Tri: 221 222 223 +Tri: 224 225 226 +Tri: 224 226 227 +Tri: 227 226 228 +Tri: 227 228 229 +Tri: 229 228 230 +Tri: 229 230 231 +Tri: 231 230 232 +Tri: 231 232 233 +Tri: 233 232 234 +Tri: 233 234 235 +Tri: 235 234 236 +Tri: 235 236 237 +Tri: 237 236 238 +Tri: 237 238 239 +Tri: 239 238 240 +Tri: 239 240 241 +Tri: 242 243 244 +Tri: 242 244 245 +Tri: 245 244 246 +Tri: 245 246 247 +Tri: 247 246 248 +Tri: 247 248 249 +Tri: 249 248 250 +Tri: 249 250 251 +Tri: 251 250 252 +Tri: 251 252 253 +Tri: 253 252 254 +Tri: 253 254 255 +Tri: 255 254 256 +Tri: 255 256 257 +Tri: 257 256 258 +Tri: 257 258 259 +Tri: 259 258 260 +Tri: 259 260 261 +Tri: 262 263 264 +Tri: 262 264 265 +Tri: 265 264 266 +Tri: 265 266 267 +Tri: 267 266 268 +Tri: 267 268 269 +Tri: 269 268 270 +Tri: 269 270 271 +Tri: 271 270 272 +Tri: 271 272 273 +Tri: 273 272 274 +Tri: 273 274 275 +Tri: 275 274 276 +Tri: 275 276 277 +Tri: 278 279 280 +Tri: 278 280 281 +Tri: 281 280 282 +Tri: 281 282 283 +Tri: 283 282 284 +Tri: 283 284 285 +Tri: 286 287 288 +Tri: 286 288 289 +Tri: 286 289 290 +Tri: 286 290 291 +Tri: 286 291 292 +Tri: 286 292 293 +Tri: 286 293 294 +Tri: 286 294 295 +Tri: 286 295 296 +Tri: 286 296 297 +Tri: 286 297 298 +Tri: 286 298 299 +Tri: 286 299 300 +Tri: 286 300 301 +Tri: 286 301 302 +Tri: 286 302 303 +Tri: 286 303 304 +Tri: 286 304 305 +Tri: 286 305 306 +Tri: 286 306 307 +Tri: 286 307 308 +Tri: 286 308 309 +Tri: 286 309 310 +Tri: 286 310 311 +Tri: 286 311 312 +Tri: 286 312 313 +Tri: 286 313 314 +Tri: 286 314 315 +Tri: 286 315 316 +Tri: 286 316 317 +Tri: 285 284 318 +Tri: 285 318 319 +Tri: 319 318 217 +Tri: 319 217 216 +Tri: 320 321 322 +Tri: 320 322 323 +Tri: 320 323 324 +Tri: 320 324 325 +Tri: 320 325 326 +Tri: 320 326 327 +Tri: 320 327 328 +Tri: 320 328 329 +Tri: 320 329 330 +Tri: 320 330 331 +Tri: 320 331 332 +Tri: 320 332 333 +Tri: 320 333 334 +Tri: 320 334 335 +Tri: 320 335 336 +Tri: 320 336 337 +Tri: 320 337 338 +Tri: 320 338 339 +Tri: 320 339 340 +Tri: 320 340 341 +Tri: 320 341 342 +Tri: 320 342 343 +Tri: 320 343 344 +Tri: 320 344 345 +Tri: 320 345 346 +Tri: 320 346 347 +Tri: 320 347 348 +Tri: 320 348 349 +Tri: 320 349 350 +Tri: 320 350 351 diff --git a/resources/w/exterior/ext_building001.txt b/resources/w/exterior/ext_building001.txt new file mode 100644 index 0000000..fb61673 --- /dev/null +++ b/resources/w/exterior/ext_building001.txt @@ -0,0 +1,37 @@ +===Vertices (Split by UV/Normal): 22 +V 0: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.18018, 1.0) +V 1: Pos(-16.1, -6.1, 8.0) Norm(-0.57735, -0.57735, 0.57735) UV(-0.0, 1.0) +V 2: Pos(-16.1, 6.1, 8.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.725225) +V 3: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.18018, 0.725225) +V 4: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.72973, 0.725225) +V 5: Pos(-16.1, 6.1, 8.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.54955, 0.725225) +V 6: Pos(16.1, 6.1, 8.0) Norm(0.57735, 0.57735, 0.57735) UV(0.54955, -0.0) +V 7: Pos(16.1, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.72973, 0.0) +V 8: Pos(16.1, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.36036, 1.0) +V 9: Pos(16.1, 6.1, 8.0) Norm(0.57735, 0.57735, 0.57735) UV(0.18018, 1.0) +V 10: Pos(16.1, -6.1, 8.0) Norm(0.57735, -0.57735, 0.57735) UV(0.18018, 0.725225) +V 11: Pos(16.1, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.36036, 0.725225) +V 12: Pos(16.1, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.90991, 0.725225) +V 13: Pos(16.1, -6.1, 8.0) Norm(0.57735, -0.57735, 0.57735) UV(0.72973, 0.725225) +V 14: Pos(-16.1, -6.1, 8.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.72973, 0.0) +V 15: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.90991, 0.0) +V 16: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.274775, 0.0) +V 17: Pos(16.1, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.274775, 0.725225) +V 18: Pos(16.1, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.0, 0.725225) +V 19: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 0.0) +V 20: Pos(-16.1, -6.1, 8.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.274775, 0.725225) +V 21: Pos(16.1, -6.1, 8.0) Norm(0.57735, -0.57735, 0.57735) UV(0.274775, -0.0) + +===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: 6 5 20 +Tri: 6 20 21 diff --git a/resources/w/exterior/ext_door001.txt b/resources/w/exterior/ext_door001.txt new file mode 100644 index 0000000..c773d3d --- /dev/null +++ b/resources/w/exterior/ext_door001.txt @@ -0,0 +1,649 @@ +===Vertices (Split by UV/Normal): 352 +V 0: Pos(-8.129881, 6.949978, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.4629, 0.662837) +V 1: Pos(-8.129881, 6.949978, 0.252539) Norm(0.57735, 0.57735, 0.57735) UV(0.422084, 0.662837) +V 2: Pos(-8.129881, 6.002956, 0.252539) Norm(0.57735, -0.57735, 0.57735) UV(0.422084, 0.510204) +V 3: Pos(-8.129881, 6.002956, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.4629, 0.510204) +V 4: Pos(-8.129881, 6.002956, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.897273, 0.397884) +V 5: Pos(-8.129881, 6.002956, 0.252539) Norm(0.57735, -0.57735, 0.57735) UV(0.856457, 0.397884) +V 6: Pos(-10.655273, 6.002956, 0.252539) Norm(-0.57735, -0.57735, 0.57735) UV(0.856457, -0.0) +V 7: Pos(-10.655273, 6.002956, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.897273, -0.0) +V 8: Pos(-10.655273, 6.002956, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.503716, 0.65941) +V 9: Pos(-10.655273, 6.002956, 0.252539) Norm(-0.57735, -0.57735, 0.57735) UV(0.4629, 0.65941) +V 10: Pos(-10.655273, 6.949978, 0.252539) Norm(-0.57735, 0.57735, 0.57735) UV(0.4629, 0.510204) +V 11: Pos(-10.655273, 6.949978, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.503716, 0.510204) +V 12: Pos(-10.655273, 6.949978, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.891791, 0.835592) +V 13: Pos(-10.655273, 6.949978, 0.252539) Norm(-0.57735, 0.57735, 0.57735) UV(0.850975, 0.835592) +V 14: Pos(-8.129881, 6.949978, 0.252539) Norm(0.57735, 0.57735, 0.57735) UV(0.850975, 0.428571) +V 15: Pos(-8.129881, 6.949978, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.891792, 0.428571) +V 16: Pos(-8.129881, 6.002956, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.153061, 0.510204) +V 17: Pos(-10.655273, 6.002956, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.153061, 0.918367) +V 18: Pos(-10.655273, 6.949978, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.0, 0.918367) +V 19: Pos(-8.129881, 6.949978, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.0, 0.510204) +V 20: Pos(-10.655273, 6.002956, 0.252539) Norm(-0.57735, -0.57735, 0.57735) UV(0.306122, 0.510204) +V 21: Pos(-8.129881, 6.002956, 0.252539) Norm(0.57735, -0.57735, 0.57735) UV(0.306122, 0.918367) +V 22: Pos(-8.129881, 6.949978, 0.252539) Norm(0.57735, 0.57735, 0.57735) UV(0.153061, 0.918367) +V 23: Pos(-10.655273, 6.949978, 0.252539) Norm(-0.57735, 0.57735, 0.57735) UV(0.153061, 0.510204) +V 24: Pos(-8.50869, 6.160793, 0.0) Norm(0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 25: Pos(-8.50869, 6.160793, 2.777932) Norm(0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 26: Pos(-8.50869, 5.845119, 2.777932) Norm(0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 27: Pos(-8.50869, 5.845119, 0.0) Norm(0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 28: Pos(-10.276464, 5.845119, 2.777932) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.0) +V 29: Pos(-10.276464, 5.845119, 0.0) Norm(-0.707107, -0.707107, 0.0) UV(0.0, 0.0) +V 30: Pos(-10.276464, 6.160793, 2.777932) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.0) +V 31: Pos(-10.276464, 6.160793, 0.0) Norm(-0.707107, 0.707107, 0.0) UV(0.0, 0.0) +V 32: Pos(-8.634958, 6.19236, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.897274, 0.937347) +V 33: Pos(-8.634958, 6.19236, 2.651663) Norm(0.57735, 0.57735, 0.57735) UV(0.897274, 0.508775) +V 34: Pos(-8.634958, 6.06609, 2.651663) Norm(0.57735, -0.57735, 0.57735) UV(0.917624, 0.508775) +V 35: Pos(-8.634958, 6.06609, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.917624, 0.937347) +V 36: Pos(-8.634958, 6.06609, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.612245, 0.857143) +V 37: Pos(-8.634958, 6.06609, 2.651663) Norm(0.57735, -0.57735, 0.57735) UV(0.612245, 0.428571) +V 38: Pos(-10.150195, 6.06609, 2.651663) Norm(-0.57735, -0.57735, 0.57735) UV(0.850975, 0.428571) +V 39: Pos(-10.150195, 6.06609, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.850975, 0.857143) +V 40: Pos(-10.150195, 6.06609, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.917624, 0.937347) +V 41: Pos(-10.150195, 6.06609, 2.651663) Norm(-0.57735, -0.57735, 0.57735) UV(0.917624, 0.508775) +V 42: Pos(-10.150195, 6.19236, 2.651663) Norm(-0.57735, 0.57735, 0.57735) UV(0.937519, 0.508775) +V 43: Pos(-10.150195, 6.19236, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.937519, 0.937347) +V 44: Pos(-10.150195, 6.19236, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.612245, 0.428571) +V 45: Pos(-10.150195, 6.19236, 2.651663) Norm(-0.57735, 0.57735, 0.57735) UV(0.612245, 0.0) +V 46: Pos(-8.634958, 6.19236, 2.651663) Norm(0.57735, 0.57735, 0.57735) UV(0.856457, 0.0) +V 47: Pos(-8.634958, 6.19236, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.856457, 0.428571) +V 48: Pos(-8.634958, 6.06609, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.524124, 0.510204) +V 49: Pos(-10.150195, 6.06609, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.524124, 0.755102) +V 50: Pos(-10.150195, 6.19236, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.503716, 0.755102) +V 51: Pos(-8.634958, 6.19236, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.503716, 0.510204) +V 52: Pos(-10.150195, 6.06609, 2.651663) Norm(-0.57735, -0.57735, 0.57735) UV(0.544533, 0.510204) +V 53: Pos(-8.634958, 6.06609, 2.651663) Norm(0.57735, -0.57735, 0.57735) UV(0.544533, 0.755102) +V 54: Pos(-8.634958, 6.19236, 2.651663) Norm(0.57735, 0.57735, 0.57735) UV(0.524124, 0.755102) +V 55: Pos(-10.150195, 6.19236, 2.651663) Norm(-0.57735, 0.57735, 0.57735) UV(0.524124, 0.510204) +V 56: Pos(-7.814206, 7.897, 2.935769) Norm(0.57735, 0.57735, -0.57735) UV(0.336735, 0.815469) +V 57: Pos(-7.814206, 7.897, 3.125174) Norm(0.57735, 0.57735, 0.57735) UV(0.306122, 0.815469) +V 58: Pos(-7.814206, 6.002956, 3.125174) Norm(0.57735, -0.57735, 0.57735) UV(0.306122, 0.510204) +V 59: Pos(-7.814206, 6.002956, 2.935769) Norm(0.57735, -0.57735, -0.57735) UV(0.336735, 0.510204) +V 60: Pos(-7.814206, 6.002956, 2.935769) Norm(0.57735, -0.57735, -0.57735) UV(0.958498, 0.497355) +V 61: Pos(-7.814206, 6.002956, 3.125174) Norm(0.57735, -0.57735, 0.57735) UV(0.927886, 0.497355) +V 62: Pos(-10.970947, 6.002956, 3.125174) Norm(-0.57735, -0.57735, 0.57735) UV(0.927886, 0.0) +V 63: Pos(-10.970947, 6.002956, 2.935769) Norm(-0.57735, -0.57735, -0.57735) UV(0.958498, 0.0) +V 64: Pos(-10.970947, 6.002956, 2.935769) Norm(-0.57735, -0.57735, -0.57735) UV(0.367347, 0.808617) +V 65: Pos(-10.970947, 6.002956, 3.125174) Norm(-0.57735, -0.57735, 0.57735) UV(0.336735, 0.808617) +V 66: Pos(-10.970947, 7.897, 3.125174) Norm(-0.57735, 0.57735, 0.57735) UV(0.336735, 0.510204) +V 67: Pos(-10.970947, 7.897, 2.935769) Norm(-0.57735, 0.57735, -0.57735) UV(0.367347, 0.510204) +V 68: Pos(-10.970947, 7.897, 2.935769) Norm(-0.57735, 0.57735, -0.57735) UV(0.927886, 0.508775) +V 69: Pos(-10.970947, 7.897, 3.125174) Norm(-0.57735, 0.57735, 0.57735) UV(0.897273, 0.508775) +V 70: Pos(-7.814206, 7.897, 3.125174) Norm(0.57735, 0.57735, 0.57735) UV(0.897273, -0.0) +V 71: Pos(-7.814206, 7.897, 2.935769) Norm(0.57735, 0.57735, -0.57735) UV(0.927886, -0.0) +V 72: Pos(-7.814206, 6.002956, 2.935769) Norm(0.57735, -0.57735, -0.57735) UV(0.306122, 0.0) +V 73: Pos(-10.970947, 6.002956, 2.935769) Norm(-0.57735, -0.57735, -0.57735) UV(0.306122, 0.510204) +V 74: Pos(-10.970947, 7.897, 2.935769) Norm(-0.57735, 0.57735, -0.57735) UV(-0.0, 0.510204) +V 75: Pos(-7.814206, 7.897, 2.935769) Norm(0.57735, 0.57735, -0.57735) UV(0.0, 0.0) +V 76: Pos(-10.970947, 6.002956, 3.125174) Norm(-0.57735, -0.57735, 0.57735) UV(0.612245, 0.0) +V 77: Pos(-7.814206, 6.002956, 3.125174) Norm(0.57735, -0.57735, 0.57735) UV(0.612245, 0.510204) +V 78: Pos(-7.814206, 7.897, 3.125174) Norm(0.57735, 0.57735, 0.57735) UV(0.306122, 0.510204) +V 79: Pos(-10.970947, 7.897, 3.125174) Norm(-0.57735, 0.57735, 0.57735) UV(0.306122, 0.0) +V 80: Pos(-8.066746, 7.707596, 0.0) Norm(-2e-06, -0.727883, -0.685701) UV(0.953355, 0.987151) +V 81: Pos(-8.066746, 7.707596, 3.030472) Norm(-1e-06, -0.727883, 0.685701) UV(0.953355, 0.497355) +V 82: Pos(-8.079062, 7.708809, 3.030472) Norm(-0.142017, -0.713896, 0.685699) UV(0.955252, 0.497355) +V 83: Pos(-8.079062, 7.708809, 0.0) Norm(-0.142018, -0.713896, -0.685699) UV(0.955252, 0.987151) +V 84: Pos(-8.090906, 7.712402, 3.030472) Norm(-0.278545, -0.672471, 0.685708) UV(0.956989, 0.497355) +V 85: Pos(-8.090906, 7.712402, 0.0) Norm(-0.278546, -0.67247, -0.685708) UV(0.956989, 0.987151) +V 86: Pos(-8.101821, 7.718236, 3.030472) Norm(-0.404355, -0.605233, 0.685704) UV(0.958498, 0.497355) +V 87: Pos(-8.101821, 7.718236, 0.0) Norm(-0.404356, -0.605233, -0.685703) UV(0.958498, 0.987151) +V 88: Pos(-8.101821, 7.718236, 0.0) Norm(-0.404356, -0.605233, -0.685703) UV(0.367347, 1.0) +V 89: Pos(-8.101821, 7.718236, 3.030472) Norm(-0.404355, -0.605233, 0.685704) UV(0.367347, 0.510204) +V 90: Pos(-8.111389, 7.726088, 3.030472) Norm(-0.514699, -0.514697, 0.685691) UV(0.368929, 0.510204) +V 91: Pos(-8.111389, 7.726088, 0.0) Norm(-0.5147, -0.514697, -0.68569) UV(0.368929, 1.0) +V 92: Pos(-8.11924, 7.735655, 3.030472) Norm(-0.605225, -0.40436, 0.685708) UV(0.370719, 0.510204) +V 93: Pos(-8.11924, 7.735655, 0.0) Norm(-0.605226, -0.40436, -0.685708) UV(0.370719, 1.0) +V 94: Pos(-8.125074, 7.746571, 3.030472) Norm(-0.672481, -0.278541, 0.6857) UV(0.372649, 0.510204) +V 95: Pos(-8.125074, 7.746571, 0.0) Norm(-0.672481, -0.278541, -0.685699) UV(0.372649, 1.0) +V 96: Pos(-8.128667, 7.758414, 3.030472) Norm(-0.713882, -0.142025, 0.685712) UV(0.374645, 0.510204) +V 97: Pos(-8.128667, 7.758414, 0.0) Norm(-0.713883, -0.142025, -0.685712) UV(0.374645, 1.0) +V 98: Pos(-8.129881, 7.770731, 3.030472) Norm(-0.727896, -3e-06, 0.685687) UV(0.376629, 0.510204) +V 99: Pos(-8.129881, 7.770731, 0.0) Norm(-0.727897, -3e-06, -0.685687) UV(0.376629, 1.0) +V 100: Pos(-8.128667, 7.783049, 3.030472) Norm(-0.713884, 0.142031, 0.685709) UV(0.378526, 0.510204) +V 101: Pos(-8.128667, 7.783049, 0.0) Norm(-0.713885, 0.142031, -0.685708) UV(0.378526, 1.0) +V 102: Pos(-8.125074, 7.794891, 3.030472) Norm(-0.672476, 0.278548, 0.685702) UV(0.380262, 0.510204) +V 103: Pos(-8.125074, 7.794891, 0.0) Norm(-0.672476, 0.278548, -0.685702) UV(0.380262, 1.0) +V 104: Pos(-8.11924, 7.805807, 3.030472) Norm(-0.605225, 0.40436, 0.685708) UV(0.381772, 0.510204) +V 105: Pos(-8.11924, 7.805807, 0.0) Norm(-0.605226, 0.40436, -0.685708) UV(0.381772, 1.0) +V 106: Pos(-8.11924, 7.805807, 0.0) Norm(-0.605226, 0.40436, -0.685708) UV(0.958498, 0.979592) +V 107: Pos(-8.11924, 7.805807, 3.030472) Norm(-0.605225, 0.40436, 0.685708) UV(0.958498, 0.489796) +V 108: Pos(-8.111389, 7.815374, 3.030472) Norm(-0.514699, 0.514697, 0.685691) UV(0.959879, 0.489796) +V 109: Pos(-8.111389, 7.815374, 0.0) Norm(-0.5147, 0.514697, -0.68569) UV(0.959879, 0.979592) +V 110: Pos(-8.101821, 7.823226, 3.030472) Norm(-0.404372, 0.605214, 0.685711) UV(0.961516, 0.489796) +V 111: Pos(-8.101821, 7.823226, 0.0) Norm(-0.404373, 0.605214, -0.68571) UV(0.961516, 0.979592) +V 112: Pos(-8.090906, 7.829061, 3.030472) Norm(-0.278549, 0.672484, 0.685694) UV(0.963346, 0.489796) +V 113: Pos(-8.090906, 7.829061, 0.0) Norm(-0.27855, 0.672484, -0.685693) UV(0.963346, 0.979592) +V 114: Pos(-8.079062, 7.832653, 3.030472) Norm(-0.141989, 0.713894, 0.685707) UV(0.965298, 0.489796) +V 115: Pos(-8.079062, 7.832653, 0.0) Norm(-0.14199, 0.713894, -0.685707) UV(0.965298, 0.979592) +V 116: Pos(-8.066746, 7.833866, 3.030472) Norm(-1e-06, 0.727883, 0.685701) UV(0.967298, 0.489796) +V 117: Pos(-8.066746, 7.833866, 0.0) Norm(-2e-06, 0.727883, -0.685701) UV(0.967298, 0.979592) +V 118: Pos(-8.054429, 7.832653, 3.030472) Norm(0.14199, 0.713895, 0.685706) UV(0.969268, 0.489796) +V 119: Pos(-8.054429, 7.832653, 0.0) Norm(0.141988, 0.713895, -0.685706) UV(0.969268, 0.979592) +V 120: Pos(-8.042584, 7.829061, 3.030472) Norm(0.278551, 0.672484, 0.685693) UV(0.971134, 0.489796) +V 121: Pos(-8.042584, 7.829061, 0.0) Norm(0.27855, 0.672484, -0.685693) UV(0.971134, 0.979592) +V 122: Pos(-8.03167, 7.823226, 3.030472) Norm(0.404396, 0.605204, 0.685705) UV(0.972823, 0.489796) +V 123: Pos(-8.03167, 7.823226, 0.0) Norm(0.404395, 0.605204, -0.685706) UV(0.972823, 0.979592) +V 124: Pos(-8.022102, 7.815374, 3.030472) Norm(0.51469, 0.514693, 0.685701) UV(0.97427, 0.489796) +V 125: Pos(-8.022102, 7.815374, 0.0) Norm(0.514689, 0.514693, -0.685701) UV(0.97427, 0.979592) +V 126: Pos(-8.022102, 7.815374, 0.0) Norm(0.514689, 0.514693, -0.685701) UV(0.40914, 1.0) +V 127: Pos(-8.022102, 7.815374, 3.030472) Norm(0.51469, 0.514693, 0.685701) UV(0.40914, 0.510204) +V 128: Pos(-8.014251, 7.805807, 3.030472) Norm(0.605215, 0.404386, 0.685702) UV(0.410777, 0.510204) +V 129: Pos(-8.014251, 7.805807, 0.0) Norm(0.605214, 0.404386, -0.685702) UV(0.410777, 1.0) +V 130: Pos(-8.008416, 7.794891, 3.030472) Norm(0.672477, 0.278548, 0.685701) UV(0.412607, 0.510204) +V 131: Pos(-8.008416, 7.794891, 0.0) Norm(0.672476, 0.278548, -0.685702) UV(0.412607, 1.0) +V 132: Pos(-8.004824, 7.783049, 3.030472) Norm(0.713899, 0.141996, 0.6857) UV(0.414559, 0.510204) +V 133: Pos(-8.004824, 7.783049, 0.0) Norm(0.713899, 0.141996, -0.685701) UV(0.414559, 1.0) +V 134: Pos(-8.003611, 7.770731, 3.030472) Norm(0.727883, -3e-06, 0.685701) UV(0.416559, 0.510204) +V 135: Pos(-8.003611, 7.770731, 0.0) Norm(0.727882, -3e-06, -0.685702) UV(0.416559, 1.0) +V 136: Pos(-8.004824, 7.758414, 3.030472) Norm(0.713898, -0.14199, 0.685703) UV(0.41853, 0.510204) +V 137: Pos(-8.004824, 7.758414, 0.0) Norm(0.713897, -0.14199, -0.685704) UV(0.41853, 1.0) +V 138: Pos(-8.008416, 7.746571, 3.030472) Norm(0.672482, -0.278541, 0.685699) UV(0.420395, 0.510204) +V 139: Pos(-8.008416, 7.746571, 0.0) Norm(0.672481, -0.278541, -0.685699) UV(0.420395, 1.0) +V 140: Pos(-8.014251, 7.735655, 3.030472) Norm(0.605215, -0.404386, 0.685702) UV(0.422084, 0.510204) +V 141: Pos(-8.014251, 7.735655, 0.0) Norm(0.605214, -0.404386, -0.685702) UV(0.422084, 1.0) +V 142: Pos(-8.014251, 7.735655, 0.0) Norm(0.605214, -0.404386, -0.685702) UV(0.944073, 0.987151) +V 143: Pos(-8.014251, 7.735655, 3.030472) Norm(0.605215, -0.404386, 0.685702) UV(0.944073, 0.497355) +V 144: Pos(-8.022102, 7.726088, 3.030472) Norm(0.51469, -0.514693, 0.685701) UV(0.945655, 0.497355) +V 145: Pos(-8.022102, 7.726088, 0.0) Norm(0.514689, -0.514693, -0.685701) UV(0.945655, 0.987151) +V 146: Pos(-8.03167, 7.718236, 3.030472) Norm(0.40438, -0.605223, 0.685698) UV(0.947445, 0.497355) +V 147: Pos(-8.03167, 7.718236, 0.0) Norm(0.404379, -0.605224, -0.685698) UV(0.947445, 0.987151) +V 148: Pos(-8.042584, 7.712402, 3.030472) Norm(0.278547, -0.67247, 0.685708) UV(0.949375, 0.497355) +V 149: Pos(-8.042584, 7.712402, 0.0) Norm(0.278546, -0.67247, -0.685708) UV(0.949375, 0.987151) +V 150: Pos(-8.079062, 7.708809, 3.030472) Norm(-0.142017, -0.713896, 0.685699) UV(0.545688, 0.565789) +V 151: Pos(-8.066746, 7.707596, 3.030472) Norm(-1e-06, -0.727883, 0.685701) UV(0.544923, 0.563941) +V 152: Pos(-8.054429, 7.708809, 3.030472) Norm(0.142017, -0.713897, 0.685698) UV(0.544533, 0.561979) +V 153: Pos(-8.042584, 7.712402, 3.030472) Norm(0.278547, -0.67247, 0.685708) UV(0.544533, 0.559978) +V 154: Pos(-8.03167, 7.718236, 3.030472) Norm(0.40438, -0.605223, 0.685698) UV(0.544923, 0.558017) +V 155: Pos(-8.022102, 7.726088, 3.030472) Norm(0.51469, -0.514693, 0.685701) UV(0.545688, 0.556169) +V 156: Pos(-8.014251, 7.735655, 3.030472) Norm(0.605215, -0.404386, 0.685702) UV(0.5468, 0.554505) +V 157: Pos(-8.008416, 7.746571, 3.030472) Norm(0.672482, -0.278541, 0.685699) UV(0.548214, 0.553091) +V 158: Pos(-8.004824, 7.758414, 3.030472) Norm(0.713898, -0.14199, 0.685703) UV(0.549878, 0.55198) +V 159: Pos(-8.003611, 7.770731, 3.030472) Norm(0.727883, -3e-06, 0.685701) UV(0.551726, 0.551214) +V 160: Pos(-8.004824, 7.783049, 3.030472) Norm(0.713899, 0.141996, 0.6857) UV(0.553688, 0.550824) +V 161: Pos(-8.008416, 7.794891, 3.030472) Norm(0.672477, 0.278548, 0.685701) UV(0.555688, 0.550824) +V 162: Pos(-8.014251, 7.805807, 3.030472) Norm(0.605215, 0.404386, 0.685702) UV(0.55765, 0.551214) +V 163: Pos(-8.022102, 7.815374, 3.030472) Norm(0.51469, 0.514693, 0.685701) UV(0.559498, 0.55198) +V 164: Pos(-8.03167, 7.823226, 3.030472) Norm(0.404396, 0.605204, 0.685705) UV(0.561161, 0.553091) +V 165: Pos(-8.042584, 7.829061, 3.030472) Norm(0.278551, 0.672484, 0.685693) UV(0.562576, 0.554506) +V 166: Pos(-8.054429, 7.832653, 3.030472) Norm(0.14199, 0.713895, 0.685706) UV(0.563687, 0.556169) +V 167: Pos(-8.066746, 7.833866, 3.030472) Norm(-1e-06, 0.727883, 0.685701) UV(0.564452, 0.558017) +V 168: Pos(-8.079062, 7.832653, 3.030472) Norm(-0.141989, 0.713894, 0.685707) UV(0.564843, 0.559979) +V 169: Pos(-8.090906, 7.829061, 3.030472) Norm(-0.278549, 0.672484, 0.685694) UV(0.564843, 0.561979) +V 170: Pos(-8.101821, 7.823226, 3.030472) Norm(-0.404372, 0.605214, 0.685711) UV(0.564452, 0.563941) +V 171: Pos(-8.111389, 7.815374, 3.030472) Norm(-0.514699, 0.514697, 0.685691) UV(0.563687, 0.565789) +V 172: Pos(-8.11924, 7.805807, 3.030472) Norm(-0.605225, 0.40436, 0.685708) UV(0.562575, 0.567452) +V 173: Pos(-8.125074, 7.794891, 3.030472) Norm(-0.672476, 0.278548, 0.685702) UV(0.561161, 0.568867) +V 174: Pos(-8.128667, 7.783049, 3.030472) Norm(-0.713884, 0.142031, 0.685709) UV(0.559498, 0.569978) +V 175: Pos(-8.129881, 7.770731, 3.030472) Norm(-0.727896, -3e-06, 0.685687) UV(0.557649, 0.570744) +V 176: Pos(-8.128667, 7.758414, 3.030472) Norm(-0.713882, -0.142025, 0.685712) UV(0.555688, 0.571134) +V 177: Pos(-8.125074, 7.746571, 3.030472) Norm(-0.672481, -0.278541, 0.6857) UV(0.553687, 0.571134) +V 178: Pos(-8.11924, 7.735655, 3.030472) Norm(-0.605225, -0.40436, 0.685708) UV(0.551725, 0.570744) +V 179: Pos(-8.111389, 7.726088, 3.030472) Norm(-0.514699, -0.514697, 0.685691) UV(0.549877, 0.569978) +V 180: Pos(-8.101821, 7.718236, 3.030472) Norm(-0.404355, -0.605233, 0.685704) UV(0.548214, 0.568867) +V 181: Pos(-8.090906, 7.712402, 3.030472) Norm(-0.278545, -0.672471, 0.685708) UV(0.5468, 0.567452) +V 182: Pos(-8.054429, 7.708809, 3.030472) Norm(0.142017, -0.713897, 0.685698) UV(0.951371, 0.497355) +V 183: Pos(-8.054429, 7.708809, 0.0) Norm(0.142016, -0.713898, -0.685698) UV(0.951371, 0.987151) +V 184: Pos(-8.066746, 7.707596, 0.0) Norm(-2e-06, -0.727883, -0.685701) UV(0.584762, 0.523321) +V 185: Pos(-8.079062, 7.708809, 0.0) Norm(-0.142018, -0.713896, -0.685699) UV(0.583997, 0.525169) +V 186: Pos(-8.090906, 7.712402, 0.0) Norm(-0.278546, -0.67247, -0.685708) UV(0.582886, 0.526832) +V 187: Pos(-8.101821, 7.718236, 0.0) Norm(-0.404356, -0.605233, -0.685703) UV(0.581471, 0.528247) +V 188: Pos(-8.111389, 7.726088, 0.0) Norm(-0.5147, -0.514697, -0.68569) UV(0.579808, 0.529358) +V 189: Pos(-8.11924, 7.735655, 0.0) Norm(-0.605226, -0.40436, -0.685708) UV(0.57796, 0.530124) +V 190: Pos(-8.125074, 7.746571, 0.0) Norm(-0.672481, -0.278541, -0.685699) UV(0.575998, 0.530514) +V 191: Pos(-8.128667, 7.758414, 0.0) Norm(-0.713883, -0.142025, -0.685712) UV(0.573998, 0.530514) +V 192: Pos(-8.129881, 7.770731, 0.0) Norm(-0.727897, -3e-06, -0.685687) UV(0.572036, 0.530124) +V 193: Pos(-8.128667, 7.783049, 0.0) Norm(-0.713885, 0.142031, -0.685708) UV(0.570188, 0.529358) +V 194: Pos(-8.125074, 7.794891, 0.0) Norm(-0.672476, 0.278548, -0.685702) UV(0.568524, 0.528247) +V 195: Pos(-8.11924, 7.805807, 0.0) Norm(-0.605226, 0.40436, -0.685708) UV(0.56711, 0.526833) +V 196: Pos(-8.111389, 7.815374, 0.0) Norm(-0.5147, 0.514697, -0.68569) UV(0.565998, 0.525169) +V 197: Pos(-8.101821, 7.823226, 0.0) Norm(-0.404373, 0.605214, -0.68571) UV(0.565233, 0.523321) +V 198: Pos(-8.090906, 7.829061, 0.0) Norm(-0.27855, 0.672484, -0.685693) UV(0.564843, 0.521359) +V 199: Pos(-8.079062, 7.832653, 0.0) Norm(-0.14199, 0.713894, -0.685707) UV(0.564843, 0.519359) +V 200: Pos(-8.066746, 7.833866, 0.0) Norm(-2e-06, 0.727883, -0.685701) UV(0.565233, 0.517397) +V 201: Pos(-8.054429, 7.832653, 0.0) Norm(0.141988, 0.713895, -0.685706) UV(0.565998, 0.515549) +V 202: Pos(-8.042584, 7.829061, 0.0) Norm(0.27855, 0.672484, -0.685693) UV(0.56711, 0.513886) +V 203: Pos(-8.03167, 7.823226, 0.0) Norm(0.404395, 0.605204, -0.685706) UV(0.568524, 0.512471) +V 204: Pos(-8.022102, 7.815374, 0.0) Norm(0.514689, 0.514693, -0.685701) UV(0.570187, 0.51136) +V 205: Pos(-8.014251, 7.805807, 0.0) Norm(0.605214, 0.404386, -0.685702) UV(0.572035, 0.510594) +V 206: Pos(-8.008416, 7.794891, 0.0) Norm(0.672476, 0.278548, -0.685702) UV(0.573997, 0.510204) +V 207: Pos(-8.004824, 7.783049, 0.0) Norm(0.713899, 0.141996, -0.685701) UV(0.575997, 0.510204) +V 208: Pos(-8.003611, 7.770731, 0.0) Norm(0.727882, -3e-06, -0.685702) UV(0.577959, 0.510594) +V 209: Pos(-8.004824, 7.758414, 0.0) Norm(0.713897, -0.14199, -0.685704) UV(0.579808, 0.51136) +V 210: Pos(-8.008416, 7.746571, 0.0) Norm(0.672481, -0.278541, -0.685699) UV(0.581471, 0.512471) +V 211: Pos(-8.014251, 7.735655, 0.0) Norm(0.605214, -0.404386, -0.685702) UV(0.582885, 0.513885) +V 212: Pos(-8.022102, 7.726088, 0.0) Norm(0.514689, -0.514693, -0.685701) UV(0.583997, 0.515549) +V 213: Pos(-8.03167, 7.718236, 0.0) Norm(0.404379, -0.605224, -0.685698) UV(0.584762, 0.517397) +V 214: Pos(-8.042584, 7.712402, 0.0) Norm(0.278546, -0.67247, -0.685708) UV(0.585153, 0.519359) +V 215: Pos(-8.054429, 7.708809, 0.0) Norm(0.142016, -0.713898, -0.685698) UV(0.585153, 0.521359) +V 216: Pos(-10.718408, 7.707595, 0.0) Norm(1.1e-05, -0.727896, -0.685687) UV(0.983552, 0.489796) +V 217: Pos(-10.718408, 7.707595, 3.030472) Norm(1.2e-05, -0.727896, 0.685687) UV(0.983552, 0.0) +V 218: Pos(-10.730726, 7.708809, 3.030472) Norm(-0.142033, -0.713887, 0.685706) UV(0.985449, 0.0) +V 219: Pos(-10.730726, 7.708809, 0.0) Norm(-0.142033, -0.713887, -0.685706) UV(0.985449, 0.489796) +V 220: Pos(-10.742568, 7.712401, 3.030472) Norm(-0.278554, -0.672471, 0.685704) UV(0.987185, 0.0) +V 221: Pos(-10.742568, 7.712401, 0.0) Norm(-0.278555, -0.672471, -0.685704) UV(0.987185, 0.489796) +V 222: Pos(-10.753484, 7.718236, 3.030472) Norm(-0.404348, -0.605226, 0.685714) UV(0.988695, 0.0) +V 223: Pos(-10.753484, 7.718236, 0.0) Norm(-0.404349, -0.605226, -0.685714) UV(0.988695, 0.489796) +V 224: Pos(-10.753484, 7.718236, 0.0) Norm(-0.404349, -0.605226, -0.685714) UV(0.381772, 1.0) +V 225: Pos(-10.753484, 7.718236, 3.030472) Norm(-0.404348, -0.605226, 0.685714) UV(0.381772, 0.510204) +V 226: Pos(-10.763052, 7.726087, 3.030472) Norm(-0.514699, -0.514705, 0.685685) UV(0.383354, 0.510204) +V 227: Pos(-10.763052, 7.726087, 0.0) Norm(-0.514699, -0.514705, -0.685685) UV(0.383354, 1.0) +V 228: Pos(-10.770904, 7.735655, 3.030472) Norm(-0.605248, -0.404347, 0.685696) UV(0.385144, 0.510204) +V 229: Pos(-10.770904, 7.735655, 0.0) Norm(-0.605248, -0.404347, -0.685695) UV(0.385144, 1.0) +V 230: Pos(-10.776736, 7.74657, 3.030472) Norm(-0.672459, -0.278549, 0.685718) UV(0.387074, 0.510204) +V 231: Pos(-10.776736, 7.74657, 0.0) Norm(-0.672459, -0.278549, -0.685718) UV(0.387074, 1.0) +V 232: Pos(-10.78033, 7.758413, 3.030472) Norm(-0.713885, -0.142043, 0.685705) UV(0.38907, 0.510204) +V 233: Pos(-10.78033, 7.758413, 0.0) Norm(-0.713885, -0.142043, -0.685705) UV(0.38907, 1.0) +V 234: Pos(-10.781544, 7.77073, 3.030472) Norm(-0.727898, -3e-06, 0.685685) UV(0.391054, 0.510204) +V 235: Pos(-10.781544, 7.77073, 0.0) Norm(-0.727899, -3e-06, -0.685685) UV(0.391054, 1.0) +V 236: Pos(-10.78033, 7.783048, 3.030472) Norm(-0.713886, 0.14204, 0.685705) UV(0.392951, 0.510204) +V 237: Pos(-10.78033, 7.783048, 0.0) Norm(-0.713887, 0.14204, -0.685704) UV(0.392951, 1.0) +V 238: Pos(-10.776736, 7.794891, 3.030472) Norm(-0.672459, 0.278549, 0.685718) UV(0.394687, 0.510204) +V 239: Pos(-10.776736, 7.794891, 0.0) Norm(-0.672459, 0.278549, -0.685718) UV(0.394687, 1.0) +V 240: Pos(-10.770904, 7.805806, 3.030472) Norm(-0.605242, 0.404365, 0.68569) UV(0.396197, 0.510204) +V 241: Pos(-10.770904, 7.805806, 0.0) Norm(-0.605243, 0.404365, -0.68569) UV(0.396197, 1.0) +V 242: Pos(-10.770904, 7.805806, 0.0) Norm(-0.605243, 0.404365, -0.68569) UV(0.958498, 0.489796) +V 243: Pos(-10.770904, 7.805806, 3.030472) Norm(-0.605242, 0.404365, 0.68569) UV(0.958498, 0.0) +V 244: Pos(-10.763052, 7.815373, 3.030472) Norm(-0.514694, 0.514695, 0.685697) UV(0.959879, 0.0) +V 245: Pos(-10.763052, 7.815373, 0.0) Norm(-0.514694, 0.514694, -0.685696) UV(0.959879, 0.489796) +V 246: Pos(-10.753484, 7.823225, 3.030472) Norm(-0.404369, 0.605219, 0.685708) UV(0.961516, 0.0) +V 247: Pos(-10.753484, 7.823225, 0.0) Norm(-0.40437, 0.605219, -0.685707) UV(0.961516, 0.489796) +V 248: Pos(-10.742568, 7.82906, 3.030472) Norm(-0.278554, 0.672471, 0.685704) UV(0.963346, 0.0) +V 249: Pos(-10.742568, 7.82906, 0.0) Norm(-0.278555, 0.672471, -0.685704) UV(0.963346, 0.489796) +V 250: Pos(-10.730726, 7.832652, 3.030472) Norm(-0.142007, 0.7139, 0.685698) UV(0.965298, 0.0) +V 251: Pos(-10.730726, 7.832652, 0.0) Norm(-0.142007, 0.7139, -0.685697) UV(0.965298, 0.489796) +V 252: Pos(-10.718408, 7.833865, 3.030472) Norm(1.2e-05, 0.727881, 0.685703) UV(0.967298, 0.0) +V 253: Pos(-10.718408, 7.833865, 0.0) Norm(1.1e-05, 0.727881, -0.685703) UV(0.967298, 0.489796) +V 254: Pos(-10.706091, 7.832652, 3.030472) Norm(0.142008, 0.713896, 0.685701) UV(0.969268, 0.0) +V 255: Pos(-10.706091, 7.832652, 0.0) Norm(0.142007, 0.713896, -0.685701) UV(0.969268, 0.489796) +V 256: Pos(-10.694248, 7.82906, 3.030472) Norm(0.278529, 0.672481, 0.685705) UV(0.971134, 0.0) +V 257: Pos(-10.694248, 7.82906, 0.0) Norm(0.278528, 0.672481, -0.685705) UV(0.971134, 0.489796) +V 258: Pos(-10.683331, 7.823225, 3.030472) Norm(0.404402, 0.605213, 0.685694) UV(0.972823, 0.0) +V 259: Pos(-10.683331, 7.823225, 0.0) Norm(0.404402, 0.605213, -0.685694) UV(0.972823, 0.489796) +V 260: Pos(-10.673765, 7.815373, 3.030472) Norm(0.514702, 0.514676, 0.685704) UV(0.97427, 0.0) +V 261: Pos(-10.673765, 7.815373, 0.0) Norm(0.514702, 0.514676, -0.685705) UV(0.97427, 0.489796) +V 262: Pos(-10.673765, 7.815373, 0.0) Norm(0.514702, 0.514676, -0.685705) UV(0.396197, 1.0) +V 263: Pos(-10.673765, 7.815373, 3.030472) Norm(0.514702, 0.514676, 0.685704) UV(0.396197, 0.510204) +V 264: Pos(-10.665914, 7.805806, 3.030472) Norm(0.605173, 0.40443, 0.685713) UV(0.397834, 0.510204) +V 265: Pos(-10.665914, 7.805806, 0.0) Norm(0.605172, 0.404431, -0.685713) UV(0.397834, 1.0) +V 266: Pos(-10.660078, 7.794891, 3.030472) Norm(0.672513, 0.278527, 0.685674) UV(0.399663, 0.510204) +V 267: Pos(-10.660078, 7.794891, 0.0) Norm(0.672513, 0.278527, -0.685674) UV(0.399663, 1.0) +V 268: Pos(-10.656487, 7.783048, 3.030472) Norm(0.713882, 0.141968, 0.685724) UV(0.401616, 0.510204) +V 269: Pos(-10.656487, 7.783048, 0.0) Norm(0.713882, 0.141968, -0.685724) UV(0.401616, 1.0) +V 270: Pos(-10.655273, 7.77073, 3.030472) Norm(0.727896, -3e-06, 0.685688) UV(0.403616, 0.510204) +V 271: Pos(-10.655273, 7.77073, 0.0) Norm(0.727895, -3e-06, -0.685688) UV(0.403616, 1.0) +V 272: Pos(-10.656487, 7.758413, 3.030472) Norm(0.713881, -0.141971, 0.685725) UV(0.405586, 0.510204) +V 273: Pos(-10.656487, 7.758413, 0.0) Norm(0.71388, -0.141971, -0.685725) UV(0.405586, 1.0) +V 274: Pos(-10.660078, 7.74657, 3.030472) Norm(0.672513, -0.278527, 0.685674) UV(0.407451, 0.510204) +V 275: Pos(-10.660078, 7.74657, 0.0) Norm(0.672513, -0.278527, -0.685674) UV(0.407451, 1.0) +V 276: Pos(-10.665914, 7.735655, 3.030472) Norm(0.605178, -0.404413, 0.685718) UV(0.40914, 0.510204) +V 277: Pos(-10.665914, 7.735655, 0.0) Norm(0.605178, -0.404413, -0.685719) UV(0.40914, 1.0) +V 278: Pos(-10.665914, 7.735655, 0.0) Norm(0.605178, -0.404413, -0.685719) UV(0.97427, 0.489796) +V 279: Pos(-10.665914, 7.735655, 3.030472) Norm(0.605178, -0.404413, 0.685718) UV(0.97427, 0.0) +V 280: Pos(-10.673765, 7.726087, 3.030472) Norm(0.514707, -0.514686, 0.685693) UV(0.975852, 0.0) +V 281: Pos(-10.673765, 7.726087, 0.0) Norm(0.514707, -0.514686, -0.685693) UV(0.975852, 0.489796) +V 282: Pos(-10.683331, 7.718236, 3.030472) Norm(0.404381, -0.60522, 0.6857) UV(0.977642, 0.0) +V 283: Pos(-10.683331, 7.718236, 0.0) Norm(0.40438, -0.60522, -0.6857) UV(0.977642, 0.489796) +V 284: Pos(-10.694248, 7.712401, 3.030472) Norm(0.278529, -0.672481, 0.685705) UV(0.979572, 0.0) +V 285: Pos(-10.694248, 7.712401, 0.0) Norm(0.278528, -0.672481, -0.685705) UV(0.979572, 0.489796) +V 286: Pos(-10.730726, 7.708809, 3.030472) Norm(-0.142033, -0.713887, 0.685706) UV(0.561161, 0.528247) +V 287: Pos(-10.718408, 7.707595, 3.030472) Norm(1.2e-05, -0.727896, 0.685687) UV(0.559498, 0.529358) +V 288: Pos(-10.706091, 7.708809, 3.030472) Norm(0.142034, -0.713883, 0.685709) UV(0.55765, 0.530124) +V 289: Pos(-10.694248, 7.712401, 3.030472) Norm(0.278529, -0.672481, 0.685705) UV(0.555688, 0.530514) +V 290: Pos(-10.683331, 7.718236, 3.030472) Norm(0.404381, -0.60522, 0.6857) UV(0.553688, 0.530514) +V 291: Pos(-10.673765, 7.726087, 3.030472) Norm(0.514707, -0.514686, 0.685693) UV(0.551726, 0.530124) +V 292: Pos(-10.665914, 7.735655, 3.030472) Norm(0.605178, -0.404413, 0.685718) UV(0.549878, 0.529358) +V 293: Pos(-10.660078, 7.74657, 3.030472) Norm(0.672513, -0.278527, 0.685674) UV(0.548214, 0.528247) +V 294: Pos(-10.656487, 7.758413, 3.030472) Norm(0.713881, -0.141971, 0.685725) UV(0.5468, 0.526833) +V 295: Pos(-10.655273, 7.77073, 3.030472) Norm(0.727896, -3e-06, 0.685688) UV(0.545689, 0.525169) +V 296: Pos(-10.656487, 7.783048, 3.030472) Norm(0.713882, 0.141968, 0.685724) UV(0.544923, 0.523321) +V 297: Pos(-10.660078, 7.794891, 3.030472) Norm(0.672513, 0.278527, 0.685674) UV(0.544533, 0.521359) +V 298: Pos(-10.665914, 7.805806, 3.030472) Norm(0.605173, 0.40443, 0.685713) UV(0.544533, 0.519359) +V 299: Pos(-10.673765, 7.815373, 3.030472) Norm(0.514702, 0.514676, 0.685704) UV(0.544923, 0.517397) +V 300: Pos(-10.683331, 7.823225, 3.030472) Norm(0.404402, 0.605213, 0.685694) UV(0.545688, 0.515549) +V 301: Pos(-10.694248, 7.82906, 3.030472) Norm(0.278529, 0.672481, 0.685705) UV(0.5468, 0.513886) +V 302: Pos(-10.706091, 7.832652, 3.030472) Norm(0.142008, 0.713896, 0.685701) UV(0.548214, 0.512471) +V 303: Pos(-10.718408, 7.833865, 3.030472) Norm(1.2e-05, 0.727881, 0.685703) UV(0.549877, 0.51136) +V 304: Pos(-10.730726, 7.832652, 3.030472) Norm(-0.142007, 0.7139, 0.685698) UV(0.551726, 0.510594) +V 305: Pos(-10.742568, 7.82906, 3.030472) Norm(-0.278554, 0.672471, 0.685704) UV(0.553687, 0.510204) +V 306: Pos(-10.753484, 7.823225, 3.030472) Norm(-0.404369, 0.605219, 0.685708) UV(0.555688, 0.510204) +V 307: Pos(-10.763052, 7.815373, 3.030472) Norm(-0.514694, 0.514695, 0.685697) UV(0.55765, 0.510594) +V 308: Pos(-10.770904, 7.805806, 3.030472) Norm(-0.605242, 0.404365, 0.68569) UV(0.559498, 0.51136) +V 309: Pos(-10.776736, 7.794891, 3.030472) Norm(-0.672459, 0.278549, 0.685718) UV(0.561161, 0.512471) +V 310: Pos(-10.78033, 7.783048, 3.030472) Norm(-0.713886, 0.14204, 0.685705) UV(0.562576, 0.513885) +V 311: Pos(-10.781544, 7.77073, 3.030472) Norm(-0.727898, -3e-06, 0.685685) UV(0.563687, 0.515549) +V 312: Pos(-10.78033, 7.758413, 3.030472) Norm(-0.713885, -0.142043, 0.685705) UV(0.564452, 0.517397) +V 313: Pos(-10.776736, 7.74657, 3.030472) Norm(-0.672459, -0.278549, 0.685718) UV(0.564843, 0.519359) +V 314: Pos(-10.770904, 7.735655, 3.030472) Norm(-0.605248, -0.404347, 0.685696) UV(0.564843, 0.521359) +V 315: Pos(-10.763052, 7.726087, 3.030472) Norm(-0.514699, -0.514705, 0.685685) UV(0.564452, 0.523321) +V 316: Pos(-10.753484, 7.718236, 3.030472) Norm(-0.404348, -0.605226, 0.685714) UV(0.563687, 0.525169) +V 317: Pos(-10.742568, 7.712401, 3.030472) Norm(-0.278554, -0.672471, 0.685704) UV(0.562576, 0.526832) +V 318: Pos(-10.706091, 7.708809, 3.030472) Norm(0.142034, -0.713883, 0.685709) UV(0.981568, 0.0) +V 319: Pos(-10.706091, 7.708809, 0.0) Norm(0.142033, -0.713883, -0.685709) UV(0.981568, 0.489796) +V 320: Pos(-10.718408, 7.707595, 0.0) Norm(1.1e-05, -0.727896, -0.685687) UV(0.548214, 0.548557) +V 321: Pos(-10.730726, 7.708809, 0.0) Norm(-0.142033, -0.713887, -0.685706) UV(0.5468, 0.547142) +V 322: Pos(-10.742568, 7.712401, 0.0) Norm(-0.278555, -0.672471, -0.685704) UV(0.545688, 0.545479) +V 323: Pos(-10.753484, 7.718236, 0.0) Norm(-0.404349, -0.605226, -0.685714) UV(0.544923, 0.543631) +V 324: Pos(-10.763052, 7.726087, 0.0) Norm(-0.514699, -0.514705, -0.685685) UV(0.544533, 0.541669) +V 325: Pos(-10.770904, 7.735655, 0.0) Norm(-0.605248, -0.404347, -0.685695) UV(0.544533, 0.539669) +V 326: Pos(-10.776736, 7.74657, 0.0) Norm(-0.672459, -0.278549, -0.685718) UV(0.544923, 0.537707) +V 327: Pos(-10.78033, 7.758413, 0.0) Norm(-0.713885, -0.142043, -0.685705) UV(0.545688, 0.535859) +V 328: Pos(-10.781544, 7.77073, 0.0) Norm(-0.727899, -3e-06, -0.685685) UV(0.5468, 0.534196) +V 329: Pos(-10.78033, 7.783048, 0.0) Norm(-0.713887, 0.14204, -0.685704) UV(0.548214, 0.532781) +V 330: Pos(-10.776736, 7.794891, 0.0) Norm(-0.672459, 0.278549, -0.685718) UV(0.549877, 0.53167) +V 331: Pos(-10.770904, 7.805806, 0.0) Norm(-0.605243, 0.404365, -0.68569) UV(0.551725, 0.530904) +V 332: Pos(-10.763052, 7.815373, 0.0) Norm(-0.514694, 0.514694, -0.685696) UV(0.553687, 0.530514) +V 333: Pos(-10.753484, 7.823225, 0.0) Norm(-0.40437, 0.605219, -0.685707) UV(0.555687, 0.530514) +V 334: Pos(-10.742568, 7.82906, 0.0) Norm(-0.278555, 0.672471, -0.685704) UV(0.557649, 0.530904) +V 335: Pos(-10.730726, 7.832652, 0.0) Norm(-0.142007, 0.7139, -0.685697) UV(0.559497, 0.531669) +V 336: Pos(-10.718408, 7.833865, 0.0) Norm(1.1e-05, 0.727881, -0.685703) UV(0.561161, 0.532781) +V 337: Pos(-10.706091, 7.832652, 0.0) Norm(0.142007, 0.713896, -0.685701) UV(0.562575, 0.534195) +V 338: Pos(-10.694248, 7.82906, 0.0) Norm(0.278528, 0.672481, -0.685705) UV(0.563687, 0.535858) +V 339: Pos(-10.683331, 7.823225, 0.0) Norm(0.404402, 0.605213, -0.685694) UV(0.564452, 0.537707) +V 340: Pos(-10.673765, 7.815373, 0.0) Norm(0.514702, 0.514676, -0.685705) UV(0.564843, 0.539669) +V 341: Pos(-10.665914, 7.805806, 0.0) Norm(0.605172, 0.404431, -0.685713) UV(0.564843, 0.541669) +V 342: Pos(-10.660078, 7.794891, 0.0) Norm(0.672513, 0.278527, -0.685674) UV(0.564452, 0.543631) +V 343: Pos(-10.656487, 7.783048, 0.0) Norm(0.713882, 0.141968, -0.685724) UV(0.563687, 0.545479) +V 344: Pos(-10.655273, 7.77073, 0.0) Norm(0.727895, -3e-06, -0.685688) UV(0.562576, 0.547142) +V 345: Pos(-10.656487, 7.758413, 0.0) Norm(0.71388, -0.141971, -0.685725) UV(0.561161, 0.548557) +V 346: Pos(-10.660078, 7.74657, 0.0) Norm(0.672513, -0.278527, -0.685674) UV(0.559498, 0.549668) +V 347: Pos(-10.665914, 7.735655, 0.0) Norm(0.605178, -0.404413, -0.685719) UV(0.55765, 0.550434) +V 348: Pos(-10.673765, 7.726087, 0.0) Norm(0.514707, -0.514686, -0.685693) UV(0.555688, 0.550824) +V 349: Pos(-10.683331, 7.718236, 0.0) Norm(0.40438, -0.60522, -0.6857) UV(0.553688, 0.550824) +V 350: Pos(-10.694248, 7.712401, 0.0) Norm(0.278528, -0.672481, -0.685705) UV(0.551726, 0.550434) +V 351: Pos(-10.706091, 7.708809, 0.0) Norm(0.142033, -0.713883, -0.685709) UV(0.549878, 0.549668) + +===Triangles (Indices): 294 +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: 27 26 28 +Tri: 27 28 29 +Tri: 29 28 30 +Tri: 29 30 31 +Tri: 31 30 25 +Tri: 31 25 24 +Tri: 28 26 25 +Tri: 28 25 30 +Tri: 32 33 34 +Tri: 32 34 35 +Tri: 36 37 38 +Tri: 36 38 39 +Tri: 40 41 42 +Tri: 40 42 43 +Tri: 44 45 46 +Tri: 44 46 47 +Tri: 48 49 50 +Tri: 48 50 51 +Tri: 52 53 54 +Tri: 52 54 55 +Tri: 56 57 58 +Tri: 56 58 59 +Tri: 60 61 62 +Tri: 60 62 63 +Tri: 64 65 66 +Tri: 64 66 67 +Tri: 68 69 70 +Tri: 68 70 71 +Tri: 72 73 74 +Tri: 72 74 75 +Tri: 76 77 78 +Tri: 76 78 79 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 83 82 84 +Tri: 83 84 85 +Tri: 85 84 86 +Tri: 85 86 87 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 91 90 92 +Tri: 91 92 93 +Tri: 93 92 94 +Tri: 93 94 95 +Tri: 95 94 96 +Tri: 95 96 97 +Tri: 97 96 98 +Tri: 97 98 99 +Tri: 99 98 100 +Tri: 99 100 101 +Tri: 101 100 102 +Tri: 101 102 103 +Tri: 103 102 104 +Tri: 103 104 105 +Tri: 106 107 108 +Tri: 106 108 109 +Tri: 109 108 110 +Tri: 109 110 111 +Tri: 111 110 112 +Tri: 111 112 113 +Tri: 113 112 114 +Tri: 113 114 115 +Tri: 115 114 116 +Tri: 115 116 117 +Tri: 117 116 118 +Tri: 117 118 119 +Tri: 119 118 120 +Tri: 119 120 121 +Tri: 121 120 122 +Tri: 121 122 123 +Tri: 123 122 124 +Tri: 123 124 125 +Tri: 126 127 128 +Tri: 126 128 129 +Tri: 129 128 130 +Tri: 129 130 131 +Tri: 131 130 132 +Tri: 131 132 133 +Tri: 133 132 134 +Tri: 133 134 135 +Tri: 135 134 136 +Tri: 135 136 137 +Tri: 137 136 138 +Tri: 137 138 139 +Tri: 139 138 140 +Tri: 139 140 141 +Tri: 142 143 144 +Tri: 142 144 145 +Tri: 145 144 146 +Tri: 145 146 147 +Tri: 147 146 148 +Tri: 147 148 149 +Tri: 150 151 152 +Tri: 150 152 153 +Tri: 150 153 154 +Tri: 150 154 155 +Tri: 150 155 156 +Tri: 150 156 157 +Tri: 150 157 158 +Tri: 150 158 159 +Tri: 150 159 160 +Tri: 150 160 161 +Tri: 150 161 162 +Tri: 150 162 163 +Tri: 150 163 164 +Tri: 150 164 165 +Tri: 150 165 166 +Tri: 150 166 167 +Tri: 150 167 168 +Tri: 150 168 169 +Tri: 150 169 170 +Tri: 150 170 171 +Tri: 150 171 172 +Tri: 150 172 173 +Tri: 150 173 174 +Tri: 150 174 175 +Tri: 150 175 176 +Tri: 150 176 177 +Tri: 150 177 178 +Tri: 150 178 179 +Tri: 150 179 180 +Tri: 150 180 181 +Tri: 149 148 182 +Tri: 149 182 183 +Tri: 183 182 81 +Tri: 183 81 80 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 184 187 188 +Tri: 184 188 189 +Tri: 184 189 190 +Tri: 184 190 191 +Tri: 184 191 192 +Tri: 184 192 193 +Tri: 184 193 194 +Tri: 184 194 195 +Tri: 184 195 196 +Tri: 184 196 197 +Tri: 184 197 198 +Tri: 184 198 199 +Tri: 184 199 200 +Tri: 184 200 201 +Tri: 184 201 202 +Tri: 184 202 203 +Tri: 184 203 204 +Tri: 184 204 205 +Tri: 184 205 206 +Tri: 184 206 207 +Tri: 184 207 208 +Tri: 184 208 209 +Tri: 184 209 210 +Tri: 184 210 211 +Tri: 184 211 212 +Tri: 184 212 213 +Tri: 184 213 214 +Tri: 184 214 215 +Tri: 216 217 218 +Tri: 216 218 219 +Tri: 219 218 220 +Tri: 219 220 221 +Tri: 221 220 222 +Tri: 221 222 223 +Tri: 224 225 226 +Tri: 224 226 227 +Tri: 227 226 228 +Tri: 227 228 229 +Tri: 229 228 230 +Tri: 229 230 231 +Tri: 231 230 232 +Tri: 231 232 233 +Tri: 233 232 234 +Tri: 233 234 235 +Tri: 235 234 236 +Tri: 235 236 237 +Tri: 237 236 238 +Tri: 237 238 239 +Tri: 239 238 240 +Tri: 239 240 241 +Tri: 242 243 244 +Tri: 242 244 245 +Tri: 245 244 246 +Tri: 245 246 247 +Tri: 247 246 248 +Tri: 247 248 249 +Tri: 249 248 250 +Tri: 249 250 251 +Tri: 251 250 252 +Tri: 251 252 253 +Tri: 253 252 254 +Tri: 253 254 255 +Tri: 255 254 256 +Tri: 255 256 257 +Tri: 257 256 258 +Tri: 257 258 259 +Tri: 259 258 260 +Tri: 259 260 261 +Tri: 262 263 264 +Tri: 262 264 265 +Tri: 265 264 266 +Tri: 265 266 267 +Tri: 267 266 268 +Tri: 267 268 269 +Tri: 269 268 270 +Tri: 269 270 271 +Tri: 271 270 272 +Tri: 271 272 273 +Tri: 273 272 274 +Tri: 273 274 275 +Tri: 275 274 276 +Tri: 275 276 277 +Tri: 278 279 280 +Tri: 278 280 281 +Tri: 281 280 282 +Tri: 281 282 283 +Tri: 283 282 284 +Tri: 283 284 285 +Tri: 286 287 288 +Tri: 286 288 289 +Tri: 286 289 290 +Tri: 286 290 291 +Tri: 286 291 292 +Tri: 286 292 293 +Tri: 286 293 294 +Tri: 286 294 295 +Tri: 286 295 296 +Tri: 286 296 297 +Tri: 286 297 298 +Tri: 286 298 299 +Tri: 286 299 300 +Tri: 286 300 301 +Tri: 286 301 302 +Tri: 286 302 303 +Tri: 286 303 304 +Tri: 286 304 305 +Tri: 286 305 306 +Tri: 286 306 307 +Tri: 286 307 308 +Tri: 286 308 309 +Tri: 286 309 310 +Tri: 286 310 311 +Tri: 286 311 312 +Tri: 286 312 313 +Tri: 286 313 314 +Tri: 286 314 315 +Tri: 286 315 316 +Tri: 286 316 317 +Tri: 285 284 318 +Tri: 285 318 319 +Tri: 319 318 217 +Tri: 319 217 216 +Tri: 320 321 322 +Tri: 320 322 323 +Tri: 320 323 324 +Tri: 320 324 325 +Tri: 320 325 326 +Tri: 320 326 327 +Tri: 320 327 328 +Tri: 320 328 329 +Tri: 320 329 330 +Tri: 320 330 331 +Tri: 320 331 332 +Tri: 320 332 333 +Tri: 320 333 334 +Tri: 320 334 335 +Tri: 320 335 336 +Tri: 320 336 337 +Tri: 320 337 338 +Tri: 320 338 339 +Tri: 320 339 340 +Tri: 320 340 341 +Tri: 320 341 342 +Tri: 320 342 343 +Tri: 320 343 344 +Tri: 320 344 345 +Tri: 320 345 346 +Tri: 320 346 347 +Tri: 320 347 348 +Tri: 320 348 349 +Tri: 320 349 350 +Tri: 320 350 351 diff --git a/resources/w/exterior/ext_plane001.txt b/resources/w/exterior/ext_plane001.txt new file mode 100644 index 0000000..d8d0f87 --- /dev/null +++ b/resources/w/exterior/ext_plane001.txt @@ -0,0 +1,37 @@ +===Vertices (Split by UV/Normal): 16 +V 0: Pos(-33.333332, -100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.333333, 0.0) +V 1: Pos(-100.0, -33.333332, 0.01) Norm(0.0, 0.0, 1.0) UV(0.0, 0.333333) +V 2: Pos(-100.0, -100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.0, 0.0) +V 3: Pos(33.333336, -100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.666667, 0.0) +V 4: Pos(-33.333332, -33.333332, 0.01) Norm(0.0, 0.0, 1.0) UV(0.333333, 0.333333) +V 5: Pos(100.0, -100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(1.0, 0.0) +V 6: Pos(33.333336, -33.333332, 0.01) Norm(0.0, 0.0, 1.0) UV(0.666667, 0.333333) +V 7: Pos(-100.0, 33.333336, 0.01) Norm(0.0, 0.0, 1.0) UV(0.0, 0.666667) +V 8: Pos(-33.333332, 33.333336, 0.01) Norm(0.0, 0.0, 1.0) UV(0.333333, 0.666667) +V 9: Pos(100.0, -33.333332, 0.01) Norm(0.0, 0.0, 1.0) UV(1.0, 0.333333) +V 10: Pos(33.333336, 33.333336, 0.01) Norm(0.0, 0.0, 1.0) UV(0.666667, 0.666667) +V 11: Pos(-100.0, 100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.0, 1.0) +V 12: Pos(-33.333332, 100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.333333, 1.0) +V 13: Pos(100.0, 33.333336, 0.01) Norm(0.0, 0.0, 1.0) UV(1.0, 0.666667) +V 14: Pos(33.333336, 100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(0.666667, 1.0) +V 15: Pos(100.0, 100.0, 0.01) Norm(0.0, 0.0, 1.0) UV(1.0, 1.0) + +===Triangles (Indices): 18 +Tri: 0 1 2 +Tri: 3 4 0 +Tri: 5 6 3 +Tri: 4 7 1 +Tri: 6 8 4 +Tri: 9 10 6 +Tri: 8 11 7 +Tri: 10 12 8 +Tri: 13 14 10 +Tri: 0 4 1 +Tri: 3 6 4 +Tri: 5 9 6 +Tri: 4 8 7 +Tri: 6 10 8 +Tri: 9 13 10 +Tri: 8 12 11 +Tri: 10 14 12 +Tri: 13 15 14 diff --git a/resources/w/exterior/int_building001.txt b/resources/w/exterior/int_building001.txt new file mode 100644 index 0000000..b63a884 --- /dev/null +++ b/resources/w/exterior/int_building001.txt @@ -0,0 +1,1820 @@ +===Vertices (Split by UV/Normal): 1063 +V 0: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.153689, 0.897541) +V 1: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.897541) +V 2: Pos(-16.1, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.647541) +V 3: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.153689, 0.647541) +V 4: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.954918, 0.805328) +V 5: Pos(-16.1, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.954918, 0.651639) +V 6: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.959017, 0.651639) +V 7: Pos(-15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.959017, 0.805328) +V 8: Pos(-15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.391394, 0.901639) +V 9: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.237705, 0.901639) +V 10: Pos(-15.9, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.237705, 0.651639) +V 11: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.391394, 0.651639) +V 12: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.959016) +V 13: Pos(-15.9, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.954918, 0.805328) +V 14: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.959017, 0.805328) +V 15: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.959017, 0.959016) +V 16: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.209016, 0.897541) +V 17: Pos(-15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.204918, 0.897541) +V 18: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.204918, 0.647541) +V 19: Pos(-16.1, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.209016, 0.647541) +V 20: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.213115, 0.897541) +V 21: Pos(-16.1, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.209016, 0.897541) +V 22: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.209016, 0.647541) +V 23: Pos(-15.9, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.213115, 0.647541) +V 24: Pos(-15.9, 5.9, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.233607, 0.801229) +V 25: Pos(-15.9, 5.9, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.233607, 0.647541) +V 26: Pos(-15.9, 6.1, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.237705, 0.647541) +V 27: Pos(-15.9, 6.1, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.237705, 0.801229) +V 28: Pos(-15.9, 6.1, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.698771, 0.651639) +V 29: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301516) UV(0.70748, 0.641906) +V 30: Pos(-15.425, 6.1, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.733607, 0.641906) +V 31: Pos(-15.9, 6.1, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.852459, 0.651639) +V 32: Pos(15.9, 6.1, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.698771, -0.0) +V 33: Pos(12.575001, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.068135) +V 34: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.098873) +V 35: Pos(9.924999, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.122439) +V 36: Pos(8.424999, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.153176) +V 37: Pos(7.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.176742) +V 38: Pos(5.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.20748) +V 39: Pos(4.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.231045) +V 40: Pos(3.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.261783) +V 41: Pos(1.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.285348) +V 42: Pos(0.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.316086) +V 43: Pos(-0.675, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.339652) +V 44: Pos(-2.175, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.370389) +V 45: Pos(-3.325, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.393955) +V 46: Pos(-4.825, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.424693) +V 47: Pos(-5.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.448258) +V 48: Pos(-7.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.478996) +V 49: Pos(-8.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.502561) +V 50: Pos(-10.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.533299) +V 51: Pos(-11.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.556865) +V 52: Pos(-12.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.70748, 0.587602) +V 53: Pos(-13.925, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.70748, 0.611168) +V 54: Pos(15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.852459, 0.0) +V 55: Pos(-13.925, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.611168) +V 56: Pos(-12.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.587602) +V 57: Pos(-11.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.556865) +V 58: Pos(-10.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.533299) +V 59: Pos(-8.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.502561) +V 60: Pos(-7.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.478996) +V 61: Pos(-5.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.448258) +V 62: Pos(-4.825, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.424693) +V 63: Pos(-3.325, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.393955) +V 64: Pos(-2.175, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.370389) +V 65: Pos(-0.675, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.339652) +V 66: Pos(0.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.316086) +V 67: Pos(1.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.285348) +V 68: Pos(3.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.261783) +V 69: Pos(4.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.231045) +V 70: Pos(5.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.20748) +V 71: Pos(7.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.733607, 0.176742) +V 72: Pos(8.424999, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.733607, 0.153176) +V 73: Pos(9.924999, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.733607, 0.122439) +V 74: Pos(11.075001, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.733607, 0.098873) +V 75: Pos(12.575001, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.733607, 0.068135) +V 76: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.70748, 0.04457) +V 77: Pos(13.725, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.733607, 0.04457) +V 78: Pos(15.225, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.733607, 0.013832) +V 79: Pos(15.225, 6.1, 7.075) Norm(-0.301511, 0.904533, -0.301513) UV(0.70748, 0.013832) +V 80: Pos(15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.233607, 0.954918) +V 81: Pos(15.9, 6.1, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.233607, 0.801229) +V 82: Pos(15.9, 5.9, 7.5) Norm(0.577349, -0.577352, 0.57735) UV(0.237705, 0.801229) +V 83: Pos(15.9, 5.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.237705, 0.954918) +V 84: Pos(-15.425, 5.9, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.246414, 0.009734) +V 85: Pos(-15.9, 5.9, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.237705, -0.0) +V 86: Pos(-15.9, 5.9, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.391394, -0.0) +V 87: Pos(-15.425, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.272541, 0.009734) +V 88: Pos(-13.925, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.040471) +V 89: Pos(15.9, 5.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.391394, 0.651639) +V 90: Pos(15.9, 5.9, 7.5) Norm(0.577349, -0.577352, 0.57735) UV(0.237705, 0.651639) +V 91: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.246414, 0.637807) +V 92: Pos(15.225, 5.9, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.272541, 0.637807) +V 93: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.60707) +V 94: Pos(12.575001, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.583504) +V 95: Pos(11.075001, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.552766) +V 96: Pos(9.924999, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.529201) +V 97: Pos(8.424999, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.498463) +V 98: Pos(7.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.474898) +V 99: Pos(5.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.44416) +V 100: Pos(4.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.420594) +V 101: Pos(3.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.389857) +V 102: Pos(1.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.366291) +V 103: Pos(0.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.335553) +V 104: Pos(-0.675, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.311988) +V 105: Pos(-2.175, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.28125) +V 106: Pos(-3.325, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.257684) +V 107: Pos(-4.825, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.226947) +V 108: Pos(-5.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.203381) +V 109: Pos(-7.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.172643) +V 110: Pos(-8.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.149078) +V 111: Pos(-10.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.11834) +V 112: Pos(-11.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.272541, 0.094775) +V 113: Pos(-12.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.272541, 0.064037) +V 114: Pos(-13.925, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.040471) +V 115: Pos(-12.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.064037) +V 116: Pos(-11.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.094775) +V 117: Pos(-10.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.11834) +V 118: Pos(-8.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.149078) +V 119: Pos(-7.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.172643) +V 120: Pos(-5.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.203381) +V 121: Pos(-4.825, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.226947) +V 122: Pos(-3.325, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.257684) +V 123: Pos(-2.175, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.28125) +V 124: Pos(-0.675, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.311988) +V 125: Pos(0.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.335553) +V 126: Pos(1.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.366291) +V 127: Pos(3.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.389857) +V 128: Pos(4.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.420594) +V 129: Pos(5.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.44416) +V 130: Pos(7.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.474898) +V 131: Pos(8.424999, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.498463) +V 132: Pos(9.924999, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.529201) +V 133: Pos(11.075001, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.246414, 0.552766) +V 134: Pos(12.575001, 5.9, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.246414, 0.583504) +V 135: Pos(13.725, 5.9, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.246414, 0.60707) +V 136: Pos(-15.9, 6.1, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.959017, 0.0) +V 137: Pos(15.9, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.959017, 0.651639) +V 138: Pos(15.9, 5.9, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.651639) +V 139: Pos(-15.9, 5.9, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.954919, 0.0) +V 140: Pos(15.9, 6.1, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.963115, 0.0) +V 141: Pos(-15.9, 6.1, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.963115, 0.651639) +V 142: Pos(-15.9, 5.9, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.959017, 0.651639) +V 143: Pos(15.9, 5.9, 7.5) Norm(0.577349, -0.577352, 0.57735) UV(0.959017, 0.0) +V 144: Pos(-15.425, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.586066, 0.978996) +V 145: Pos(-15.425, 6.1, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.581967, 0.978996) +V 146: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301516) UV(0.581967, 0.952869) +V 147: Pos(-15.425, 5.9, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.586066, 0.952869) +V 148: Pos(-13.925, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.586066, 0.952869) +V 149: Pos(-13.925, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.590164, 0.952869) +V 150: Pos(-13.925, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.590164, 0.978996) +V 151: Pos(-13.925, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.586066, 0.978996) +V 152: Pos(-13.925, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.659836, 0.932377) +V 153: Pos(-13.925, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.663935, 0.932377) +V 154: Pos(-15.425, 6.1, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.663935, 0.963115) +V 155: Pos(-15.425, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.659836, 0.963115) +V 156: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301516) UV(0.668033, 0.932377) +V 157: Pos(-13.925, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.668033, 0.963115) +V 158: Pos(-13.925, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.663935, 0.963115) +V 159: Pos(-15.425, 5.9, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.663935, 0.932377) +V 160: Pos(-12.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.594262, 0.978996) +V 161: Pos(-12.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.590164, 0.978996) +V 162: Pos(-12.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.590164, 0.952869) +V 163: Pos(-12.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.594262, 0.952869) +V 164: Pos(-11.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.594263, 0.952869) +V 165: Pos(-11.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.598361, 0.952869) +V 166: Pos(-11.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.598361, 0.978996) +V 167: Pos(-11.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.594263, 0.978996) +V 168: Pos(-11.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.668033, 0.932377) +V 169: Pos(-11.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.672132, 0.932377) +V 170: Pos(-12.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.672132, 0.963115) +V 171: Pos(-12.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.668033, 0.963115) +V 172: Pos(-12.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.67623, 0.932377) +V 173: Pos(-11.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.67623, 0.963115) +V 174: Pos(-11.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.672132, 0.963115) +V 175: Pos(-12.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.672132, 0.932377) +V 176: Pos(-10.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.237705, 0.981045) +V 177: Pos(-10.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.233607, 0.981045) +V 178: Pos(-10.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.233607, 0.954918) +V 179: Pos(-10.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.237705, 0.954918) +V 180: Pos(-8.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.954918, 0.959016) +V 181: Pos(-8.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.959017, 0.959016) +V 182: Pos(-8.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.959017, 0.985143) +V 183: Pos(-8.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.954918, 0.985143) +V 184: Pos(-8.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.22541, 0.862705) +V 185: Pos(-8.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.229508, 0.862705) +V 186: Pos(-10.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.229508, 0.893443) +V 187: Pos(-10.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.22541, 0.893443) +V 188: Pos(-10.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.659837, 0.901639) +V 189: Pos(-8.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.659837, 0.932377) +V 190: Pos(-8.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.655738, 0.932377) +V 191: Pos(-10.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.655738, 0.901639) +V 192: Pos(-7.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.963115, 0.985143) +V 193: Pos(-7.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.959017, 0.985143) +V 194: Pos(-7.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.959017, 0.959016) +V 195: Pos(-7.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.963115, 0.959016) +V 196: Pos(-5.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.975411, 0.959016) +V 197: Pos(-5.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.979509, 0.959016) +V 198: Pos(-5.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.979509, 0.985143) +V 199: Pos(-5.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.975411, 0.985143) +V 200: Pos(-5.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.67623, 0.932377) +V 201: Pos(-5.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.680328, 0.932377) +V 202: Pos(-7.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.680328, 0.963115) +V 203: Pos(-7.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.67623, 0.963115) +V 204: Pos(-7.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.684427, 0.932377) +V 205: Pos(-5.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.684427, 0.963115) +V 206: Pos(-5.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.680328, 0.963115) +V 207: Pos(-7.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.680328, 0.932377) +V 208: Pos(-4.825, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.971312, 0.987193) +V 209: Pos(-4.825, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.967214, 0.987193) +V 210: Pos(-4.825, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.967214, 0.961066) +V 211: Pos(-4.825, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.971312, 0.961066) +V 212: Pos(-3.325, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.0) +V 213: Pos(-3.325, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.0) +V 214: Pos(-3.325, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.026127) +V 215: Pos(-3.325, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.026127) +V 216: Pos(-3.325, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.684427, 0.932377) +V 217: Pos(-3.325, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.688525, 0.932377) +V 218: Pos(-4.825, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.688525, 0.963115) +V 219: Pos(-4.825, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.684427, 0.963115) +V 220: Pos(-4.825, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.692623, 0.932377) +V 221: Pos(-3.325, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.692623, 0.963115) +V 222: Pos(-3.325, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.688525, 0.963115) +V 223: Pos(-4.825, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.688525, 0.932377) +V 224: Pos(-2.175, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.052254) +V 225: Pos(-2.175, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.052254) +V 226: Pos(-2.175, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.026127) +V 227: Pos(-2.175, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.026127) +V 228: Pos(-0.675, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.052254) +V 229: Pos(-0.675, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.052254) +V 230: Pos(-0.675, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.078381) +V 231: Pos(-0.675, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.078381) +V 232: Pos(-0.675, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.692624, 0.932377) +V 233: Pos(-0.675, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.696722, 0.932377) +V 234: Pos(-2.175, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.696722, 0.963115) +V 235: Pos(-2.175, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.692624, 0.963115) +V 236: Pos(-2.175, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.971312, 0.930328) +V 237: Pos(-0.675, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.971312, 0.961065) +V 238: Pos(-0.675, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.967214, 0.961065) +V 239: Pos(-2.175, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.967214, 0.930328) +V 240: Pos(0.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.104508) +V 241: Pos(0.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.104508) +V 242: Pos(0.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.078381) +V 243: Pos(0.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.078381) +V 244: Pos(1.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.104508) +V 245: Pos(1.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.104508) +V 246: Pos(1.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.130635) +V 247: Pos(1.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.130635) +V 248: Pos(1.975, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.598361, 0.942623) +V 249: Pos(1.975, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.602459, 0.942623) +V 250: Pos(0.475, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.602459, 0.973361) +V 251: Pos(0.475, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.598361, 0.973361) +V 252: Pos(0.475, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.606558, 0.942623) +V 253: Pos(1.975, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.606558, 0.973361) +V 254: Pos(1.975, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.602459, 0.973361) +V 255: Pos(0.475, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.602459, 0.942623) +V 256: Pos(3.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.156762) +V 257: Pos(3.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.156762) +V 258: Pos(3.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.130635) +V 259: Pos(3.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.130635) +V 260: Pos(4.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.156762) +V 261: Pos(4.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.156762) +V 262: Pos(4.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.182889) +V 263: Pos(4.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.182889) +V 264: Pos(4.625, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.659837, 0.901639) +V 265: Pos(4.625, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.663935, 0.901639) +V 266: Pos(3.125, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.663935, 0.932377) +V 267: Pos(3.125, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.659837, 0.932377) +V 268: Pos(3.125, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.668033, 0.901639) +V 269: Pos(4.625, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.668033, 0.932377) +V 270: Pos(4.625, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.663935, 0.932377) +V 271: Pos(3.125, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.663935, 0.901639) +V 272: Pos(5.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.209016) +V 273: Pos(5.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.209016) +V 274: Pos(5.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.182889) +V 275: Pos(5.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.182889) +V 276: Pos(7.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.209016) +V 277: Pos(7.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.209016) +V 278: Pos(7.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.235143) +V 279: Pos(7.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.235143) +V 280: Pos(7.275, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.606558, 0.942623) +V 281: Pos(7.275, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.610656, 0.942623) +V 282: Pos(5.775, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.610656, 0.973361) +V 283: Pos(5.775, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.606558, 0.973361) +V 284: Pos(5.775, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.614754, 0.942623) +V 285: Pos(7.275, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.614754, 0.973361) +V 286: Pos(7.275, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.610656, 0.973361) +V 287: Pos(5.775, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.610656, 0.942623) +V 288: Pos(8.424999, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.26127) +V 289: Pos(8.424999, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.26127) +V 290: Pos(8.424999, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.235143) +V 291: Pos(8.424999, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.235143) +V 292: Pos(9.924999, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.26127) +V 293: Pos(9.924999, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.26127) +V 294: Pos(9.924999, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.987706, 0.287397) +V 295: Pos(9.924999, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.287397) +V 296: Pos(9.924999, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.668033, 0.901639) +V 297: Pos(9.924999, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.672132, 0.901639) +V 298: Pos(8.424999, 6.1, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.672132, 0.932377) +V 299: Pos(8.424999, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.668033, 0.932377) +V 300: Pos(8.424999, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.67623, 0.901639) +V 301: Pos(9.924999, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.67623, 0.932377) +V 302: Pos(9.924999, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.672132, 0.932377) +V 303: Pos(8.424999, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.672132, 0.901639) +V 304: Pos(11.075001, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.313524) +V 305: Pos(11.075001, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.313524) +V 306: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.983607, 0.287397) +V 307: Pos(11.075001, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.987706, 0.287397) +V 308: Pos(12.575001, 5.9, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.313525) +V 309: Pos(12.575001, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.987706, 0.313525) +V 310: Pos(12.575001, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.987706, 0.339652) +V 311: Pos(12.575001, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.339652) +V 312: Pos(12.575001, 5.9, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.614754, 0.942623) +V 313: Pos(12.575001, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.618853, 0.942623) +V 314: Pos(11.075001, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.618853, 0.973361) +V 315: Pos(11.075001, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.614754, 0.973361) +V 316: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.622951, 0.942623) +V 317: Pos(12.575001, 6.1, 7.075) Norm(-0.301511, 0.904534, -0.301512) UV(0.622951, 0.973361) +V 318: Pos(12.575001, 5.9, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.618853, 0.973361) +V 319: Pos(11.075001, 5.9, 7.075) Norm(0.301511, -0.904534, -0.301511) UV(0.618853, 0.942623) +V 320: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.365779) +V 321: Pos(13.725, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.365779) +V 322: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.983607, 0.339652) +V 323: Pos(13.725, 5.9, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.987706, 0.339652) +V 324: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.983607, 0.366803) +V 325: Pos(15.225, 6.1, 7.075) Norm(-0.301511, 0.904533, -0.301513) UV(0.987706, 0.366803) +V 326: Pos(15.225, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.987706, 0.39293) +V 327: Pos(15.225, 5.9, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.983607, 0.39293) +V 328: Pos(15.225, 5.9, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.622951, 0.942623) +V 329: Pos(15.225, 6.1, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.62705, 0.942623) +V 330: Pos(13.725, 6.1, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.62705, 0.973361) +V 331: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.622951, 0.973361) +V 332: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.631148, 0.942623) +V 333: Pos(15.225, 6.1, 7.075) Norm(-0.301511, 0.904533, -0.301513) UV(0.631148, 0.973361) +V 334: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.62705, 0.973361) +V 335: Pos(13.725, 5.9, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.62705, 0.942623) +V 336: Pos(-15.9, -6.1, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.959017, 0.805328) +V 337: Pos(-15.9, -6.1, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.959017, 0.651639) +V 338: Pos(-15.9, -5.9, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.963115, 0.651639) +V 339: Pos(-15.9, -5.9, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.963115, 0.805328) +V 340: Pos(-15.9, -5.9, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.391394, 0.651639) +V 341: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301515) UV(0.400103, 0.641906) +V 342: Pos(-15.425, -5.9, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.42623, 0.641906) +V 343: Pos(-15.9, -5.9, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.545082, 0.651639) +V 344: Pos(15.9, -5.9, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.391394, -0.0) +V 345: Pos(12.575001, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.068135) +V 346: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.098873) +V 347: Pos(9.924999, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.122439) +V 348: Pos(8.424999, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.153176) +V 349: Pos(7.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.176742) +V 350: Pos(5.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.207479) +V 351: Pos(4.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.231045) +V 352: Pos(3.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.261783) +V 353: Pos(1.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.285348) +V 354: Pos(0.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.316086) +V 355: Pos(-0.675, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.339652) +V 356: Pos(-2.175, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.370389) +V 357: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.393955) +V 358: Pos(-4.825, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.424693) +V 359: Pos(-5.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.448258) +V 360: Pos(-7.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.478996) +V 361: Pos(-8.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.502561) +V 362: Pos(-10.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.533299) +V 363: Pos(-11.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.556865) +V 364: Pos(-12.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.400103, 0.587602) +V 365: Pos(-13.925, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.400103, 0.611168) +V 366: Pos(15.9, -5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.545082, 0.0) +V 367: Pos(-13.925, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.611168) +V 368: Pos(-12.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.587602) +V 369: Pos(-11.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.556865) +V 370: Pos(-10.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.533299) +V 371: Pos(-8.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.502561) +V 372: Pos(-7.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.478996) +V 373: Pos(-5.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.448258) +V 374: Pos(-4.825, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.424693) +V 375: Pos(-3.325, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.393955) +V 376: Pos(-2.175, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.370389) +V 377: Pos(-0.675, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.339652) +V 378: Pos(0.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.316086) +V 379: Pos(1.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.285348) +V 380: Pos(3.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.261783) +V 381: Pos(4.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.231045) +V 382: Pos(5.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.207479) +V 383: Pos(7.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.42623, 0.176742) +V 384: Pos(8.424999, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.42623, 0.153176) +V 385: Pos(9.924999, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.42623, 0.122439) +V 386: Pos(11.075001, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.42623, 0.098873) +V 387: Pos(12.575001, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.42623, 0.068135) +V 388: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.400103, 0.04457) +V 389: Pos(13.725, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.42623, 0.04457) +V 390: Pos(15.225, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.42623, 0.013832) +V 391: Pos(15.225, -5.9, 7.075) Norm(-0.301512, 0.904534, -0.301512) UV(0.400103, 0.013832) +V 392: Pos(15.9, -5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.959017, 0.959016) +V 393: Pos(15.9, -5.9, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.959017, 0.805328) +V 394: Pos(15.9, -6.1, 7.5) Norm(0.57735, -0.577352, 0.57735) UV(0.963115, 0.805328) +V 395: Pos(15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.963115, 0.959016) +V 396: Pos(-15.425, -6.1, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.553791, 0.009734) +V 397: Pos(-15.9, -6.1, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.545082, -0.0) +V 398: Pos(-15.9, -6.1, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.698771, -0.0) +V 399: Pos(-15.425, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.579918, 0.009734) +V 400: Pos(-13.925, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.040471) +V 401: Pos(15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.698771, 0.651639) +V 402: Pos(15.9, -6.1, 7.5) Norm(0.57735, -0.577352, 0.57735) UV(0.545082, 0.651639) +V 403: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.553791, 0.637807) +V 404: Pos(15.225, -6.1, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.579918, 0.637807) +V 405: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.60707) +V 406: Pos(12.575001, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.583504) +V 407: Pos(11.075001, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.552766) +V 408: Pos(9.924999, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.529201) +V 409: Pos(8.424999, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.498463) +V 410: Pos(7.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.474898) +V 411: Pos(5.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.44416) +V 412: Pos(4.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.420594) +V 413: Pos(3.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.389857) +V 414: Pos(1.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.366291) +V 415: Pos(0.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.335553) +V 416: Pos(-0.675, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.311988) +V 417: Pos(-2.175, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.28125) +V 418: Pos(-3.325, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.257684) +V 419: Pos(-4.825, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.226947) +V 420: Pos(-5.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.203381) +V 421: Pos(-7.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.172643) +V 422: Pos(-8.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.149078) +V 423: Pos(-10.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.11834) +V 424: Pos(-11.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.579918, 0.094775) +V 425: Pos(-12.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.579918, 0.064037) +V 426: Pos(-13.925, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.040471) +V 427: Pos(-12.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.064037) +V 428: Pos(-11.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.094775) +V 429: Pos(-10.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.11834) +V 430: Pos(-8.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.149078) +V 431: Pos(-7.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.172643) +V 432: Pos(-5.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.203381) +V 433: Pos(-4.825, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.226947) +V 434: Pos(-3.325, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.257684) +V 435: Pos(-2.175, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.28125) +V 436: Pos(-0.675, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.311988) +V 437: Pos(0.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.335553) +V 438: Pos(1.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.366291) +V 439: Pos(3.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.389857) +V 440: Pos(4.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.420594) +V 441: Pos(5.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.44416) +V 442: Pos(7.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.474898) +V 443: Pos(8.424999, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.498463) +V 444: Pos(9.924999, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553791, 0.529201) +V 445: Pos(11.075001, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553791, 0.552766) +V 446: Pos(12.575001, -6.1, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.553791, 0.583504) +V 447: Pos(13.725, -6.1, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.553791, 0.60707) +V 448: Pos(-15.9, -5.9, 0.0) Norm(-0.577347, 0.577356, -0.577347) UV(0.967214, -0.0) +V 449: Pos(15.9, -5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.967214, 0.651639) +V 450: Pos(15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.963115, 0.651639) +V 451: Pos(-15.9, -6.1, 0.0) Norm(-0.577347, -0.577356, -0.577347) UV(0.963115, -0.0) +V 452: Pos(15.9, -5.9, 7.5) Norm(0.577358, 0.577336, 0.577357) UV(0.971312, -0.0) +V 453: Pos(-15.9, -5.9, 7.5) Norm(-0.57734, 0.577371, 0.57734) UV(0.971312, 0.651639) +V 454: Pos(-15.9, -6.1, 7.5) Norm(-0.57734, -0.577371, 0.57734) UV(0.967214, 0.651639) +V 455: Pos(15.9, -6.1, 7.5) Norm(0.57735, -0.577352, 0.57735) UV(0.967214, -0.0) +V 456: Pos(-15.425, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.987706, 0.419057) +V 457: Pos(-15.425, -5.9, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.983607, 0.419057) +V 458: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301515) UV(0.983607, 0.39293) +V 459: Pos(-15.425, -6.1, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.987706, 0.39293) +V 460: Pos(-13.925, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.419057) +V 461: Pos(-13.925, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.419057) +V 462: Pos(-13.925, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.445184) +V 463: Pos(-13.925, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.445184) +V 464: Pos(-13.925, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.631148, 0.942623) +V 465: Pos(-13.925, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.635246, 0.942623) +V 466: Pos(-15.425, -5.9, 5.8) Norm(0.301513, 0.904533, 0.301513) UV(0.635246, 0.973361) +V 467: Pos(-15.425, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.631148, 0.973361) +V 468: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301515) UV(0.639345, 0.942623) +V 469: Pos(-13.925, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.639345, 0.973361) +V 470: Pos(-13.925, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.635246, 0.973361) +V 471: Pos(-15.425, -6.1, 7.075) Norm(0.301516, -0.904531, -0.301516) UV(0.635246, 0.942623) +V 472: Pos(-12.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.471311) +V 473: Pos(-12.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.471311) +V 474: Pos(-12.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.445184) +V 475: Pos(-12.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.445184) +V 476: Pos(-11.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.471311) +V 477: Pos(-11.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.471311) +V 478: Pos(-11.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.497439) +V 479: Pos(-11.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.497439) +V 480: Pos(-11.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.639345, 0.942623) +V 481: Pos(-11.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.643443, 0.942623) +V 482: Pos(-12.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.643443, 0.973361) +V 483: Pos(-12.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.639345, 0.973361) +V 484: Pos(-12.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.647541, 0.942623) +V 485: Pos(-11.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.647541, 0.973361) +V 486: Pos(-11.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.643443, 0.973361) +V 487: Pos(-12.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.643443, 0.942623) +V 488: Pos(-10.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.523566) +V 489: Pos(-10.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.523566) +V 490: Pos(-10.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.497438) +V 491: Pos(-10.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.497438) +V 492: Pos(-8.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.523566) +V 493: Pos(-8.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.523566) +V 494: Pos(-8.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.549693) +V 495: Pos(-8.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.549693) +V 496: Pos(-8.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.67623, 0.901639) +V 497: Pos(-8.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.680328, 0.901639) +V 498: Pos(-10.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.680328, 0.932377) +V 499: Pos(-10.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.67623, 0.932377) +V 500: Pos(-10.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.684427, 0.901639) +V 501: Pos(-8.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.684427, 0.932377) +V 502: Pos(-8.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.680328, 0.932377) +V 503: Pos(-10.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.680328, 0.901639) +V 504: Pos(-7.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.57582) +V 505: Pos(-7.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.57582) +V 506: Pos(-7.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.549693) +V 507: Pos(-7.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.549693) +V 508: Pos(-5.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.57582) +V 509: Pos(-5.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.57582) +V 510: Pos(-5.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.601947) +V 511: Pos(-5.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.601947) +V 512: Pos(-5.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.647541, 0.942623) +V 513: Pos(-5.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.65164, 0.942623) +V 514: Pos(-7.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.65164, 0.973361) +V 515: Pos(-7.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.647541, 0.973361) +V 516: Pos(-7.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.655738, 0.942623) +V 517: Pos(-5.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.655738, 0.973361) +V 518: Pos(-5.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.65164, 0.973361) +V 519: Pos(-7.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.65164, 0.942623) +V 520: Pos(-4.825, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.628074) +V 521: Pos(-4.825, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.628074) +V 522: Pos(-4.825, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.601947) +V 523: Pos(-4.825, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.601947) +V 524: Pos(-3.325, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.628074) +V 525: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.628074) +V 526: Pos(-3.325, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.654201) +V 527: Pos(-3.325, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.654201) +V 528: Pos(-3.325, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.963115, 0.944672) +V 529: Pos(-3.325, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.967214, 0.944672) +V 530: Pos(-4.825, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.967214, 0.97541) +V 531: Pos(-4.825, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.963115, 0.97541) +V 532: Pos(-4.825, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.979509, 0.897541) +V 533: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.979509, 0.928279) +V 534: Pos(-3.325, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.975411, 0.928279) +V 535: Pos(-4.825, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.975411, 0.897541) +V 536: Pos(-2.175, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.680328) +V 537: Pos(-2.175, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.680328) +V 538: Pos(-2.175, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.654201) +V 539: Pos(-2.175, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.654201) +V 540: Pos(-0.675, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.680328) +V 541: Pos(-0.675, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.680328) +V 542: Pos(-0.675, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.706455) +V 543: Pos(-0.675, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.706455) +V 544: Pos(-0.675, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.975411, 0.928279) +V 545: Pos(-0.675, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.979509, 0.928279) +V 546: Pos(-2.175, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.979509, 0.959016) +V 547: Pos(-2.175, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.975411, 0.959016) +V 548: Pos(-2.175, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.54918, 0.952869) +V 549: Pos(-0.675, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.54918, 0.983607) +V 550: Pos(-0.675, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.545082, 0.983607) +V 551: Pos(-2.175, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.545082, 0.952869) +V 552: Pos(0.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.732582) +V 553: Pos(0.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.732582) +V 554: Pos(0.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.706455) +V 555: Pos(0.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.706455) +V 556: Pos(1.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.732582) +V 557: Pos(1.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.732582) +V 558: Pos(1.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.758709) +V 559: Pos(1.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.758709) +V 560: Pos(1.975, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.54918, 0.952869) +V 561: Pos(1.975, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.553279, 0.952869) +V 562: Pos(0.475, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.553279, 0.983607) +V 563: Pos(0.475, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.54918, 0.983607) +V 564: Pos(0.475, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.557377, 0.952869) +V 565: Pos(1.975, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.557377, 0.983607) +V 566: Pos(1.975, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.553279, 0.983607) +V 567: Pos(0.475, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.553279, 0.952869) +V 568: Pos(3.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.784836) +V 569: Pos(3.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.784836) +V 570: Pos(3.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.758709) +V 571: Pos(3.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.758709) +V 572: Pos(4.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.784836) +V 573: Pos(4.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.784836) +V 574: Pos(4.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.810963) +V 575: Pos(4.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.810963) +V 576: Pos(4.625, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.684427, 0.901639) +V 577: Pos(4.625, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.688525, 0.901639) +V 578: Pos(3.125, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.688525, 0.932377) +V 579: Pos(3.125, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.684427, 0.932377) +V 580: Pos(3.125, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.692623, 0.901639) +V 581: Pos(4.625, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.692623, 0.932377) +V 582: Pos(4.625, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.688525, 0.932377) +V 583: Pos(3.125, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.688525, 0.901639) +V 584: Pos(5.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.83709) +V 585: Pos(5.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.83709) +V 586: Pos(5.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.810963) +V 587: Pos(5.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.810963) +V 588: Pos(7.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.83709) +V 589: Pos(7.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.83709) +V 590: Pos(7.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.987706, 0.863217) +V 591: Pos(7.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.863217) +V 592: Pos(7.275, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.557377, 0.952869) +V 593: Pos(7.275, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301511) UV(0.561476, 0.952869) +V 594: Pos(5.775, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.561476, 0.983607) +V 595: Pos(5.775, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.557377, 0.983607) +V 596: Pos(5.775, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.565574, 0.952869) +V 597: Pos(7.275, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.565574, 0.983607) +V 598: Pos(7.275, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.561476, 0.983607) +V 599: Pos(5.775, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.561476, 0.952869) +V 600: Pos(8.424999, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.889344) +V 601: Pos(8.424999, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.983607, 0.889344) +V 602: Pos(8.424999, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.863217) +V 603: Pos(8.424999, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.863217) +V 604: Pos(9.924999, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.983607, 0.889344) +V 605: Pos(9.924999, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.889344) +V 606: Pos(9.924999, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.987706, 0.915471) +V 607: Pos(9.924999, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.915471) +V 608: Pos(9.924999, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.692624, 0.901639) +V 609: Pos(9.924999, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.696722, 0.901639) +V 610: Pos(8.424999, -5.9, 5.8) Norm(0.301511, 0.904534, 0.301511) UV(0.696722, 0.932377) +V 611: Pos(8.424999, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.692624, 0.932377) +V 612: Pos(8.424999, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.659837, 0.932377) +V 613: Pos(9.924999, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.659836, 0.963115) +V 614: Pos(9.924999, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301512) UV(0.655738, 0.963115) +V 615: Pos(8.424999, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.655738, 0.932377) +V 616: Pos(11.075001, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.987706, 0.941599) +V 617: Pos(11.075001, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.941599) +V 618: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.983607, 0.915472) +V 619: Pos(11.075001, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.987706, 0.915472) +V 620: Pos(12.575001, -6.1, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.941599) +V 621: Pos(12.575001, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.987706, 0.941599) +V 622: Pos(12.575001, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.987706, 0.967726) +V 623: Pos(12.575001, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.983607, 0.967726) +V 624: Pos(12.575001, -6.1, 5.8) Norm(-0.301511, -0.904534, 0.301511) UV(0.565574, 0.952869) +V 625: Pos(12.575001, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.569672, 0.952869) +V 626: Pos(11.075001, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.569672, 0.983607) +V 627: Pos(11.075001, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.565574, 0.983607) +V 628: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301511) UV(0.573771, 0.952869) +V 629: Pos(12.575001, -5.9, 7.075) Norm(-0.301511, 0.904534, -0.301511) UV(0.573771, 0.983607) +V 630: Pos(12.575001, -6.1, 7.075) Norm(-0.57735, -0.57735, -0.57735) UV(0.569672, 0.983607) +V 631: Pos(11.075001, -6.1, 7.075) Norm(0.301511, -0.904534, -0.301512) UV(0.569672, 0.952869) +V 632: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.659836, 0.989242) +V 633: Pos(13.725, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.655738, 0.989242) +V 634: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.655738, 0.963115) +V 635: Pos(13.725, -6.1, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.659836, 0.963115) +V 636: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.659837, 0.963115) +V 637: Pos(15.225, -5.9, 7.075) Norm(-0.301512, 0.904534, -0.301512) UV(0.663935, 0.963115) +V 638: Pos(15.225, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.663935, 0.989242) +V 639: Pos(15.225, -6.1, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.659837, 0.989242) +V 640: Pos(15.225, -6.1, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.573771, 0.952869) +V 641: Pos(15.225, -5.9, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.577869, 0.952869) +V 642: Pos(13.725, -5.9, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.577869, 0.983606) +V 643: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301511) UV(0.573771, 0.983606) +V 644: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904534, -0.301512) UV(0.581967, 0.952869) +V 645: Pos(15.225, -5.9, 7.075) Norm(-0.301512, 0.904534, -0.301512) UV(0.581967, 0.983607) +V 646: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.577869, 0.983607) +V 647: Pos(13.725, -6.1, 7.075) Norm(0.57735, -0.57735, -0.57735) UV(0.577869, 0.952869) +V 648: Pos(15.9, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.545082, 0.901639) +V 649: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.391394, 0.901639) +V 650: Pos(15.9, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.391394, 0.651639) +V 651: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.545082, 0.651639) +V 652: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.229508, 0.965164) +V 653: Pos(15.9, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.229508, 0.811475) +V 654: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.233607, 0.811475) +V 655: Pos(16.099998, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.233607, 0.965164) +V 656: Pos(16.099998, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.698771, 0.901639) +V 657: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.545082, 0.901639) +V 658: Pos(16.099998, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.545082, 0.651639) +V 659: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.698771, 0.651639) +V 660: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.963115, 0.805328) +V 661: Pos(16.099998, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.963115, 0.651639) +V 662: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.967214, 0.651639) +V 663: Pos(15.9, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.967214, 0.805328) +V 664: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.217213, 0.897541) +V 665: Pos(16.099998, 6.1, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.213115, 0.897541) +V 666: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.213115, 0.647541) +V 667: Pos(15.9, -6.1, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.217213, 0.647541) +V 668: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.221311, 0.897541) +V 669: Pos(15.9, 6.1, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.217213, 0.897541) +V 670: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.217213, 0.647541) +V 671: Pos(16.099998, -6.1, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.221311, 0.647541) +V 672: Pos(-15.9, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.581967, 0.952869) +V 673: Pos(-15.9, 1.4, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.581967, 0.901639) +V 674: Pos(-15.9, 1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.586066, 0.901639) +V 675: Pos(-15.9, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.586066, 0.952869) +V 676: Pos(-10.200001, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.370902) +V 677: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.370902) +V 678: Pos(-15.9, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.487705) +V 679: Pos(-15.9, 1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.852459, 0.487705) +V 680: Pos(7.9, 1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.852459, -0.0) +V 681: Pos(7.9, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, -0.0) +V 682: Pos(7.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.018443) +V 683: Pos(7.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.018443) +V 684: Pos(5.799999, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.043033) +V 685: Pos(5.799999, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.043033) +V 686: Pos(-1.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.182377) +V 687: Pos(-1.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.182377) +V 688: Pos(-2.2, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.206967) +V 689: Pos(-2.2, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.206967) +V 690: Pos(-9.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.346311) +V 691: Pos(-9.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.346311) +V 692: Pos(7.9, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.586066, 0.952869) +V 693: Pos(7.9, 1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.586066, 0.901639) +V 694: Pos(7.9, 1.4, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.590164, 0.901639) +V 695: Pos(7.9, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.590164, 0.952869) +V 696: Pos(7.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954918, 0.469262) +V 697: Pos(7.9, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.487705) +V 698: Pos(7.9, 1.4, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.903689, 0.487705) +V 699: Pos(-15.9, 1.4, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.903689, 0.0) +V 700: Pos(-15.9, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954918, 0.0) +V 701: Pos(-10.200001, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.116803) +V 702: Pos(-10.200001, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.116803) +V 703: Pos(-9.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.141393) +V 704: Pos(-9.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954918, 0.141393) +V 705: Pos(-2.2, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.280738) +V 706: Pos(-2.2, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.280738) +V 707: Pos(-1.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.305328) +V 708: Pos(-1.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954918, 0.305328) +V 709: Pos(5.799999, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.444672) +V 710: Pos(5.799999, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.444672) +V 711: Pos(7.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.469262) +V 712: Pos(-9.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.963115, 0.805328) +V 713: Pos(-9.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.967214, 0.805328) +V 714: Pos(-2.2, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.967214, 0.944672) +V 715: Pos(-2.2, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.963115, 0.944672) +V 716: Pos(-1.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.967214, 0.790984) +V 717: Pos(-1.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.971312, 0.790984) +V 718: Pos(5.799999, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.971312, 0.930328) +V 719: Pos(5.799999, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.967214, 0.930328) +V 720: Pos(7.9, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.696722, 0.981557) +V 721: Pos(7.9, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.692623, 0.981557) +V 722: Pos(7.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.692624, 0.963115) +V 723: Pos(7.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.696722, 0.963115) +V 724: Pos(-15.9, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.975411, 0.139344) +V 725: Pos(-15.9, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, 0.139344) +V 726: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.256148) +V 727: Pos(-10.200001, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.256148) +V 728: Pos(7.9, 1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.975411, 0.0) +V 729: Pos(-15.9, 1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.975411, 0.487705) +V 730: Pos(-15.9, 1.4, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.971312, 0.487705) +V 731: Pos(7.9, 1.4, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.971312, 0.0) +V 732: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.606558, 0.942623) +V 733: Pos(-10.200001, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.606558, 0.901639) +V 734: Pos(-10.200001, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.610656, 0.901639) +V 735: Pos(-10.200001, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.610656, 0.942623) +V 736: Pos(-9.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.610656, 0.901639) +V 737: Pos(-9.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.614754, 0.901639) +V 738: Pos(-9.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.614754, 0.942623) +V 739: Pos(-9.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.610656, 0.942623) +V 740: Pos(-10.200001, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.672132, 0.963115) +V 741: Pos(-9.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.672132, 0.987705) +V 742: Pos(-9.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.668033, 0.987705) +V 743: Pos(-10.200001, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.668033, 0.963115) +V 744: Pos(-2.2, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.618853, 0.942623) +V 745: Pos(-2.2, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.614754, 0.942623) +V 746: Pos(-2.2, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.614754, 0.901639) +V 747: Pos(-2.2, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.618853, 0.901639) +V 748: Pos(-1.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.618853, 0.901639) +V 749: Pos(-1.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.622951, 0.901639) +V 750: Pos(-1.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.622951, 0.942623) +V 751: Pos(-1.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.618853, 0.942623) +V 752: Pos(-2.2, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.688525, 0.963115) +V 753: Pos(-1.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.688525, 0.987705) +V 754: Pos(-1.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.684427, 0.987705) +V 755: Pos(-2.2, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.684427, 0.963115) +V 756: Pos(5.799999, 1.4, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.62705, 0.942623) +V 757: Pos(5.799999, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.622951, 0.942623) +V 758: Pos(5.799999, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.622951, 0.901639) +V 759: Pos(5.799999, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.62705, 0.901639) +V 760: Pos(7.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.62705, 0.901639) +V 761: Pos(7.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.631148, 0.901639) +V 762: Pos(7.0, 1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.631148, 0.942623) +V 763: Pos(7.0, 1.4, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.62705, 0.942623) +V 764: Pos(5.799999, 1.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.67623, 0.963115) +V 765: Pos(7.0, 1.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.67623, 0.987705) +V 766: Pos(7.0, 1.4, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.672132, 0.987705) +V 767: Pos(5.799999, 1.4, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.672132, 0.963115) +V 768: Pos(-15.9, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.590164, 0.952869) +V 769: Pos(-15.9, -1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.590164, 0.901639) +V 770: Pos(-15.9, -1.4, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.594263, 0.901639) +V 771: Pos(-15.9, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.594263, 0.952869) +V 772: Pos(-10.200001, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.858607) +V 773: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.858607) +V 774: Pos(-15.9, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.97541) +V 775: Pos(-15.9, -1.4, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.852459, 0.97541) +V 776: Pos(7.9, -1.4, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.852459, 0.487705) +V 777: Pos(7.9, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.487705) +V 778: Pos(7.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.506147) +V 779: Pos(7.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.506147) +V 780: Pos(5.799999, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.530738) +V 781: Pos(5.799999, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.530738) +V 782: Pos(-1.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.670082) +V 783: Pos(-1.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.670082) +V 784: Pos(-2.2, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.862705, 0.694672) +V 785: Pos(-2.2, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.694672) +V 786: Pos(-9.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.903689, 0.834016) +V 787: Pos(-9.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.862705, 0.834016) +V 788: Pos(7.9, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.594263, 0.952869) +V 789: Pos(7.9, -1.4, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.594263, 0.901639) +V 790: Pos(7.9, -1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.598361, 0.901639) +V 791: Pos(7.9, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.598361, 0.952869) +V 792: Pos(7.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954918, 0.956967) +V 793: Pos(7.9, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.97541) +V 794: Pos(7.9, -1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.903689, 0.97541) +V 795: Pos(-15.9, -1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.903689, 0.487705) +V 796: Pos(-15.9, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954919, 0.487705) +V 797: Pos(-10.200001, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954919, 0.604508) +V 798: Pos(-10.200001, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.604508) +V 799: Pos(-9.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.629098) +V 800: Pos(-9.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954919, 0.629098) +V 801: Pos(-2.2, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954919, 0.768443) +V 802: Pos(-2.2, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.768443) +V 803: Pos(-1.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.793033) +V 804: Pos(-1.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.954919, 0.793033) +V 805: Pos(5.799999, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.932377) +V 806: Pos(5.799999, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.913935, 0.932377) +V 807: Pos(7.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.913935, 0.956967) +V 808: Pos(-9.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.967214, 0.651639) +V 809: Pos(-9.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.971312, 0.651639) +V 810: Pos(-2.2, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.971312, 0.790984) +V 811: Pos(-2.2, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.967214, 0.790984) +V 812: Pos(-1.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.975411, -0.0) +V 813: Pos(-1.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, -0.0) +V 814: Pos(5.799999, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.139344) +V 815: Pos(5.799999, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.139344) +V 816: Pos(7.9, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.233607, 0.983607) +V 817: Pos(7.9, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.229508, 0.983607) +V 818: Pos(7.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.229508, 0.965164) +V 819: Pos(7.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.233607, 0.965164) +V 820: Pos(-15.9, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.975411, 0.256148) +V 821: Pos(-15.9, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, 0.256148) +V 822: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.372951) +V 823: Pos(-10.200001, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.372951) +V 824: Pos(7.9, -1.4, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.975411, 0.487705) +V 825: Pos(-15.9, -1.4, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.975411, 0.97541) +V 826: Pos(-15.9, -1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.971312, 0.97541) +V 827: Pos(7.9, -1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.971312, 0.487705) +V 828: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.631148, 0.942623) +V 829: Pos(-10.200001, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.631148, 0.901639) +V 830: Pos(-10.200001, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.635246, 0.901639) +V 831: Pos(-10.200001, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.635246, 0.942623) +V 832: Pos(-9.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.635246, 0.901639) +V 833: Pos(-9.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.639345, 0.901639) +V 834: Pos(-9.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.639345, 0.942623) +V 835: Pos(-9.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.635246, 0.942623) +V 836: Pos(-10.200001, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.680328, 0.963115) +V 837: Pos(-9.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.680328, 0.987705) +V 838: Pos(-9.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.67623, 0.987705) +V 839: Pos(-10.200001, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.67623, 0.963115) +V 840: Pos(-2.2, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.643443, 0.942623) +V 841: Pos(-2.2, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.639345, 0.942623) +V 842: Pos(-2.2, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.639345, 0.901639) +V 843: Pos(-2.2, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.643443, 0.901639) +V 844: Pos(-1.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.643443, 0.901639) +V 845: Pos(-1.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.647541, 0.901639) +V 846: Pos(-1.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.647541, 0.942623) +V 847: Pos(-1.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.643443, 0.942623) +V 848: Pos(-2.2, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.692623, 0.963115) +V 849: Pos(-1.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.692623, 0.987705) +V 850: Pos(-1.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.688525, 0.987705) +V 851: Pos(-2.2, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.688525, 0.963115) +V 852: Pos(5.799999, -1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.65164, 0.942623) +V 853: Pos(5.799999, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.647541, 0.942623) +V 854: Pos(5.799999, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.647541, 0.901639) +V 855: Pos(5.799999, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.65164, 0.901639) +V 856: Pos(7.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.65164, 0.901639) +V 857: Pos(7.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.655738, 0.901639) +V 858: Pos(7.0, -1.4, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.655738, 0.942623) +V 859: Pos(7.0, -1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.65164, 0.942623) +V 860: Pos(5.799999, -1.4, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.684427, 0.963115) +V 861: Pos(7.0, -1.4, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.684427, 0.987705) +V 862: Pos(7.0, -1.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.680328, 0.987705) +V 863: Pos(5.799999, -1.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.680328, 0.963115) +V 864: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.852459, 0.981557) +V 865: Pos(-8.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.80123, 0.981557) +V 866: Pos(-8.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.80123, 0.893443) +V 867: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.852459, 0.893443) +V 868: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.22541, 0.862705) +V 869: Pos(-8.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.22541, 0.811475) +V 870: Pos(-7.9, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.229508, 0.811475) +V 871: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.229508, 0.862705) +V 872: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.227459, 0.985656) +V 873: Pos(-7.9, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.17623, 0.985656) +V 874: Pos(-7.9, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.17623, 0.897541) +V 875: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.227459, 0.897541) +V 876: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.545082, 0.952869) +V 877: Pos(-7.9, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.545082, 0.901639) +V 878: Pos(-8.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.54918, 0.901639) +V 879: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.54918, 0.952869) +V 880: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983607, 0.190574) +V 881: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.190574) +V 882: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.979509, 0.102459) +V 883: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.102459) +V 884: Pos(-7.9, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.278689) +V 885: Pos(-8.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.278689) +V 886: Pos(-8.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.190574) +V 887: Pos(-7.9, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.190574) +V 888: Pos(-8.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.288934, 0.989754) +V 889: Pos(-8.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.237705, 0.989754) +V 890: Pos(-8.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.237705, 0.901639) +V 891: Pos(-8.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.288934, 0.901639) +V 892: Pos(-8.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.54918, 0.952869) +V 893: Pos(-8.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.54918, 0.901639) +V 894: Pos(-7.9, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.553279, 0.901639) +V 895: Pos(-7.9, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.553279, 0.952869) +V 896: Pos(-7.9, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.340164, 0.989754) +V 897: Pos(-7.9, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.288934, 0.989754) +V 898: Pos(-7.9, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.288935, 0.901639) +V 899: Pos(-7.9, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.340164, 0.901639) +V 900: Pos(-7.9, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.553279, 0.952869) +V 901: Pos(-7.9, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.553279, 0.901639) +V 902: Pos(-8.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.557377, 0.901639) +V 903: Pos(-8.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.557377, 0.952869) +V 904: Pos(-8.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983607, 0.366803) +V 905: Pos(-7.9, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.366803) +V 906: Pos(-7.9, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.979509, 0.278689) +V 907: Pos(-8.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.278689) +V 908: Pos(-7.9, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.454918) +V 909: Pos(-8.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.454918) +V 910: Pos(-8.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.366803) +V 911: Pos(-7.9, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.366803) +V 912: Pos(-0.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.391394, 0.989754) +V 913: Pos(-0.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.340164, 0.989754) +V 914: Pos(-0.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.340164, 0.901639) +V 915: Pos(-0.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.391394, 0.901639) +V 916: Pos(-0.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.557377, 0.952869) +V 917: Pos(-0.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.557377, 0.901639) +V 918: Pos(0.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.561476, 0.901639) +V 919: Pos(0.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.561476, 0.952869) +V 920: Pos(0.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.442623, 0.989754) +V 921: Pos(0.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.391394, 0.989754) +V 922: Pos(0.1, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.391394, 0.901639) +V 923: Pos(0.1, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.442623, 0.901639) +V 924: Pos(0.1, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.561476, 0.952869) +V 925: Pos(0.1, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.561476, 0.901639) +V 926: Pos(-0.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.565574, 0.901639) +V 927: Pos(-0.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.565574, 0.952869) +V 928: Pos(-0.1, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983607, 0.543033) +V 929: Pos(0.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.543033) +V 930: Pos(0.1, 1.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.979509, 0.454918) +V 931: Pos(-0.1, 1.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.454918) +V 932: Pos(0.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.631148) +V 933: Pos(-0.1, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.631148) +V 934: Pos(-0.1, 1.6, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.543033) +V 935: Pos(0.1, 1.6, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.543033) +V 936: Pos(-0.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.493853, 0.989754) +V 937: Pos(-0.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.442623, 0.989754) +V 938: Pos(-0.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.442623, 0.901639) +V 939: Pos(-0.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.493853, 0.901639) +V 940: Pos(-0.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.565574, 0.952869) +V 941: Pos(-0.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.565574, 0.901639) +V 942: Pos(0.1, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.569672, 0.901639) +V 943: Pos(0.1, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.569672, 0.952869) +V 944: Pos(0.1, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.545082, 0.989754) +V 945: Pos(0.1, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.493853, 0.989754) +V 946: Pos(0.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.493853, 0.901639) +V 947: Pos(0.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.545082, 0.901639) +V 948: Pos(0.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.569672, 0.952869) +V 949: Pos(0.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.569672, 0.901639) +V 950: Pos(-0.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.573771, 0.901639) +V 951: Pos(-0.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.573771, 0.952869) +V 952: Pos(-0.1, -1.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983607, 0.719262) +V 953: Pos(0.1, -1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.719262) +V 954: Pos(0.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.979509, 0.631148) +V 955: Pos(-0.1, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.631148) +V 956: Pos(0.1, -1.6, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.807377) +V 957: Pos(-0.1, -1.6, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.807377) +V 958: Pos(-0.1, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.719262) +V 959: Pos(0.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.719262) +V 960: Pos(7.9, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.204918, 0.889344) +V 961: Pos(7.9, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.153689, 0.889344) +V 962: Pos(7.9, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.153689, 0.647541) +V 963: Pos(7.9, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.204918, 0.647541) +V 964: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.204918, 0.756148) +V 965: Pos(7.9, 0.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.163934, 0.756148) +V 966: Pos(7.9, -0.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.163934, 0.780738) +V 967: Pos(7.9, -0.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.204918, 0.780738) +V 968: Pos(7.9, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.573771, 0.952869) +V 969: Pos(7.9, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.573771, 0.901639) +V 970: Pos(8.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.577869, 0.901639) +V 971: Pos(8.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.577869, 0.952869) +V 972: Pos(8.1, 0.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.852459, 0.784836) +V 973: Pos(8.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.852459, 0.893443) +V 974: Pos(8.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.80123, 0.893443) +V 975: Pos(8.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.80123, 0.651639) +V 976: Pos(8.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.852459, 0.651639) +V 977: Pos(8.1, -0.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.852459, 0.760246) +V 978: Pos(8.1, -0.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.811476, 0.760246) +V 979: Pos(8.1, 0.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.811476, 0.784836) +V 980: Pos(8.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.577869, 0.952869) +V 981: Pos(8.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.577869, 0.901639) +V 982: Pos(7.9, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.581967, 0.901639) +V 983: Pos(7.9, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.581967, 0.952869) +V 984: Pos(8.1, -0.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.975411, 0.481557) +V 985: Pos(8.1, -5.9, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.372951) +V 986: Pos(7.9, -5.9, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.979509, 0.372951) +V 987: Pos(7.9, -0.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, 0.481557) +V 988: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.979509, 0.481557) +V 989: Pos(7.9, 5.9, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, 0.590164) +V 990: Pos(8.1, 5.9, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.975411, 0.590164) +V 991: Pos(8.1, 0.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.481557) +V 992: Pos(8.1, 5.9, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.22541, 0.889344) +V 993: Pos(7.9, 5.9, 7.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.221311, 0.889344) +V 994: Pos(7.9, -5.9, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.221311, 0.647541) +V 995: Pos(8.1, -5.9, 7.5) Norm(0.57735, -0.57735, 0.57735) UV(0.22541, 0.647541) +V 996: Pos(8.1, 0.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.598361, 0.901639) +V 997: Pos(7.9, 0.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.602459, 0.901639) +V 998: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.602459, 0.942623) +V 999: Pos(8.1, 0.6, 5.0) Norm(0.57735, -0.57735, -0.57735) UV(0.598361, 0.942623) +V 1000: Pos(7.9, -0.6, 5.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.602459, 0.942623) +V 1001: Pos(7.9, -0.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.602459, 0.901639) +V 1002: Pos(8.1, -0.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.606558, 0.901639) +V 1003: Pos(8.1, -0.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.606558, 0.942623) +V 1004: Pos(7.9, 0.6, 7.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.668033, 0.987705) +V 1005: Pos(8.1, 0.6, 7.0) Norm(0.57735, -0.57735, -0.57735) UV(0.663935, 0.987705) +V 1006: Pos(8.1, -0.6, 7.0) Norm(0.57735, 0.57735, -0.57735) UV(0.663935, 0.963115) +V 1007: Pos(7.9, -0.6, 7.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.668033, 0.963115) +V 1008: Pos(-15.8, 1.4, 5.0) Norm(0.0, 0.0, 1.0) UV(0.147541, 0.647541) +V 1009: Pos(-15.8, -5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.647541) +V 1010: Pos(15.799999, -5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.0) +V 1011: Pos(15.799999, 5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.237705, 0.0) +V 1012: Pos(-15.8, 5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.237705, 0.647541) +V 1013: Pos(-8.000001, 5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.237705, 0.487705) +V 1014: Pos(-8.000001, 1.4, 5.0) Norm(0.0, 0.0, 1.0) UV(0.147541, 0.487705) +V 1015: Pos(-8.1, 1.6, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.0, 1.0) +V 1016: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.897541) +V 1017: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.088115, 0.897541) +V 1018: Pos(-8.1, 5.9, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.088115, 1.0) +V 1019: Pos(-8.1, 5.9, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.975411, 0.692623) +V 1020: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.975411, 0.590164) +V 1021: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.979509, 0.590164) +V 1022: Pos(-7.9, 5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.692623) +V 1023: Pos(-7.9, 5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.088115, 1.0) +V 1024: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.088115, 0.897541) +V 1025: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.17623, 0.897541) +V 1026: Pos(-7.9, 1.6, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.17623, 1.0) +V 1027: Pos(-7.9, 1.6, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.975411, 0.795082) +V 1028: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.975411, 0.692623) +V 1029: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.692623) +V 1030: Pos(-8.1, 1.6, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.979509, 0.795082) +V 1031: Pos(-8.1, 5.9, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983607, 0.895492) +V 1032: Pos(-7.9, 5.9, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.895492) +V 1033: Pos(-7.9, 1.6, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.979509, 0.807377) +V 1034: Pos(-8.1, 1.6, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983607, 0.807377) +V 1035: Pos(-7.9, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.983607, 0.983607) +V 1036: Pos(-8.1, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.983607) +V 1037: Pos(-8.1, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.979509, 0.895492) +V 1038: Pos(-7.9, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.895492) +V 1039: Pos(-16.0, 1.4, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.975411, 0.897541) +V 1040: Pos(-16.0, 1.4, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.975411, 0.795082) +V 1041: Pos(-16.0, 1.6, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.979509, 0.795082) +V 1042: Pos(-16.0, 1.6, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.979509, 0.897541) +V 1043: Pos(-16.0, 1.6, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.80123, 0.815574) +V 1044: Pos(-16.0, 1.6, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.698771, 0.815574) +V 1045: Pos(-8.0, 1.6, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.698771, 0.651639) +V 1046: Pos(-8.0, 1.6, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.80123, 0.651639) +V 1047: Pos(-8.0, 1.6, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.102459) +V 1048: Pos(-8.0, 1.6, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.979509, 0.0) +V 1049: Pos(-8.0, 1.4, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.983607, 0.0) +V 1050: Pos(-8.0, 1.4, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.983607, 0.102459) +V 1051: Pos(-8.0, 1.4, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.80123, 0.979508) +V 1052: Pos(-8.0, 1.4, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.698771, 0.979508) +V 1053: Pos(-16.0, 1.4, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.698771, 0.815574) +V 1054: Pos(-16.0, 1.4, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.80123, 0.815574) +V 1055: Pos(-16.0, 1.6, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.229508, 0.647541) +V 1056: Pos(-8.0, 1.6, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.229508, 0.811475) +V 1057: Pos(-8.0, 1.4, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.22541, 0.811475) +V 1058: Pos(-16.0, 1.4, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.22541, 0.647541) +V 1059: Pos(-8.0, 1.6, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.233607, 0.647541) +V 1060: Pos(-16.0, 1.6, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.233607, 0.811475) +V 1061: Pos(-16.0, 1.4, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.229508, 0.811475) +V 1062: Pos(-8.0, 1.4, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.229508, 0.647541) + +===Triangles (Indices): 754 +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: 28 32 33 +Tri: 28 33 34 +Tri: 28 34 35 +Tri: 28 35 36 +Tri: 28 36 37 +Tri: 28 37 38 +Tri: 28 38 39 +Tri: 28 39 40 +Tri: 28 40 41 +Tri: 28 41 42 +Tri: 28 42 43 +Tri: 28 43 44 +Tri: 28 44 45 +Tri: 28 45 46 +Tri: 28 46 47 +Tri: 28 47 48 +Tri: 28 48 49 +Tri: 28 49 50 +Tri: 28 50 51 +Tri: 28 51 52 +Tri: 28 52 53 +Tri: 28 53 29 +Tri: 32 54 31 +Tri: 32 31 30 +Tri: 32 30 55 +Tri: 32 55 56 +Tri: 32 56 57 +Tri: 32 57 58 +Tri: 32 58 59 +Tri: 32 59 60 +Tri: 32 60 61 +Tri: 32 61 62 +Tri: 32 62 63 +Tri: 32 63 64 +Tri: 32 64 65 +Tri: 32 65 66 +Tri: 32 66 67 +Tri: 32 67 68 +Tri: 32 68 69 +Tri: 32 69 70 +Tri: 32 70 71 +Tri: 32 71 72 +Tri: 32 72 73 +Tri: 32 73 35 +Tri: 32 35 34 +Tri: 32 34 74 +Tri: 32 74 75 +Tri: 32 75 33 +Tri: 32 33 76 +Tri: 32 76 77 +Tri: 32 77 78 +Tri: 32 78 79 +Tri: 33 32 79 +Tri: 33 79 76 +Tri: 72 71 37 +Tri: 72 37 36 +Tri: 70 69 39 +Tri: 70 39 38 +Tri: 68 67 41 +Tri: 68 41 40 +Tri: 66 65 43 +Tri: 66 43 42 +Tri: 64 63 45 +Tri: 64 45 44 +Tri: 62 61 47 +Tri: 62 47 46 +Tri: 60 59 49 +Tri: 60 49 48 +Tri: 58 57 51 +Tri: 58 51 50 +Tri: 56 55 53 +Tri: 56 53 52 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 84 85 86 +Tri: 84 86 87 +Tri: 88 87 86 +Tri: 88 86 89 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 88 91 92 +Tri: 88 92 93 +Tri: 88 93 94 +Tri: 88 94 95 +Tri: 88 95 96 +Tri: 88 96 97 +Tri: 88 97 98 +Tri: 88 98 99 +Tri: 88 99 100 +Tri: 88 100 101 +Tri: 88 101 102 +Tri: 88 102 103 +Tri: 88 103 104 +Tri: 88 104 105 +Tri: 88 105 106 +Tri: 88 106 107 +Tri: 88 107 108 +Tri: 88 108 109 +Tri: 88 109 110 +Tri: 88 110 111 +Tri: 88 111 112 +Tri: 88 112 113 +Tri: 91 90 85 +Tri: 91 85 84 +Tri: 91 84 114 +Tri: 91 114 115 +Tri: 91 115 116 +Tri: 91 116 117 +Tri: 91 117 118 +Tri: 91 118 119 +Tri: 91 119 120 +Tri: 91 120 121 +Tri: 91 121 122 +Tri: 91 122 123 +Tri: 91 123 124 +Tri: 91 124 125 +Tri: 91 125 126 +Tri: 91 126 127 +Tri: 91 127 128 +Tri: 91 128 129 +Tri: 91 129 130 +Tri: 91 130 131 +Tri: 91 131 132 +Tri: 91 132 133 +Tri: 91 133 134 +Tri: 91 134 94 +Tri: 91 94 93 +Tri: 91 93 135 +Tri: 133 132 96 +Tri: 133 96 95 +Tri: 131 130 98 +Tri: 131 98 97 +Tri: 129 128 100 +Tri: 129 100 99 +Tri: 127 126 102 +Tri: 127 102 101 +Tri: 125 124 104 +Tri: 125 104 103 +Tri: 123 122 106 +Tri: 123 106 105 +Tri: 121 120 108 +Tri: 121 108 107 +Tri: 119 118 110 +Tri: 119 110 109 +Tri: 117 116 112 +Tri: 117 112 111 +Tri: 115 114 88 +Tri: 115 88 113 +Tri: 136 137 138 +Tri: 136 138 139 +Tri: 140 141 142 +Tri: 140 142 143 +Tri: 144 145 146 +Tri: 144 146 147 +Tri: 148 149 150 +Tri: 148 150 151 +Tri: 152 153 154 +Tri: 152 154 155 +Tri: 156 157 158 +Tri: 156 158 159 +Tri: 160 161 162 +Tri: 160 162 163 +Tri: 164 165 166 +Tri: 164 166 167 +Tri: 168 169 170 +Tri: 168 170 171 +Tri: 172 173 174 +Tri: 172 174 175 +Tri: 176 177 178 +Tri: 176 178 179 +Tri: 180 181 182 +Tri: 180 182 183 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 188 189 190 +Tri: 188 190 191 +Tri: 192 193 194 +Tri: 192 194 195 +Tri: 196 197 198 +Tri: 196 198 199 +Tri: 200 201 202 +Tri: 200 202 203 +Tri: 204 205 206 +Tri: 204 206 207 +Tri: 208 209 210 +Tri: 208 210 211 +Tri: 212 213 214 +Tri: 212 214 215 +Tri: 216 217 218 +Tri: 216 218 219 +Tri: 220 221 222 +Tri: 220 222 223 +Tri: 224 225 226 +Tri: 224 226 227 +Tri: 228 229 230 +Tri: 228 230 231 +Tri: 232 233 234 +Tri: 232 234 235 +Tri: 236 237 238 +Tri: 236 238 239 +Tri: 240 241 242 +Tri: 240 242 243 +Tri: 244 245 246 +Tri: 244 246 247 +Tri: 248 249 250 +Tri: 248 250 251 +Tri: 252 253 254 +Tri: 252 254 255 +Tri: 256 257 258 +Tri: 256 258 259 +Tri: 260 261 262 +Tri: 260 262 263 +Tri: 264 265 266 +Tri: 264 266 267 +Tri: 268 269 270 +Tri: 268 270 271 +Tri: 272 273 274 +Tri: 272 274 275 +Tri: 276 277 278 +Tri: 276 278 279 +Tri: 280 281 282 +Tri: 280 282 283 +Tri: 284 285 286 +Tri: 284 286 287 +Tri: 288 289 290 +Tri: 288 290 291 +Tri: 292 293 294 +Tri: 292 294 295 +Tri: 296 297 298 +Tri: 296 298 299 +Tri: 300 301 302 +Tri: 300 302 303 +Tri: 304 305 306 +Tri: 304 306 307 +Tri: 308 309 310 +Tri: 308 310 311 +Tri: 312 313 314 +Tri: 312 314 315 +Tri: 316 317 318 +Tri: 316 318 319 +Tri: 320 321 322 +Tri: 320 322 323 +Tri: 324 325 326 +Tri: 324 326 327 +Tri: 328 329 330 +Tri: 328 330 331 +Tri: 332 333 334 +Tri: 332 334 335 +Tri: 336 337 338 +Tri: 336 338 339 +Tri: 340 341 342 +Tri: 340 342 343 +Tri: 340 344 345 +Tri: 340 345 346 +Tri: 340 346 347 +Tri: 340 347 348 +Tri: 340 348 349 +Tri: 340 349 350 +Tri: 340 350 351 +Tri: 340 351 352 +Tri: 340 352 353 +Tri: 340 353 354 +Tri: 340 354 355 +Tri: 340 355 356 +Tri: 340 356 357 +Tri: 340 357 358 +Tri: 340 358 359 +Tri: 340 359 360 +Tri: 340 360 361 +Tri: 340 361 362 +Tri: 340 362 363 +Tri: 340 363 364 +Tri: 340 364 365 +Tri: 340 365 341 +Tri: 344 366 343 +Tri: 344 343 342 +Tri: 344 342 367 +Tri: 344 367 368 +Tri: 344 368 369 +Tri: 344 369 370 +Tri: 344 370 371 +Tri: 344 371 372 +Tri: 344 372 373 +Tri: 344 373 374 +Tri: 344 374 375 +Tri: 344 375 376 +Tri: 344 376 377 +Tri: 344 377 378 +Tri: 344 378 379 +Tri: 344 379 380 +Tri: 344 380 381 +Tri: 344 381 382 +Tri: 344 382 383 +Tri: 344 383 384 +Tri: 344 384 385 +Tri: 344 385 347 +Tri: 344 347 346 +Tri: 344 346 386 +Tri: 344 386 387 +Tri: 344 387 345 +Tri: 344 345 388 +Tri: 344 388 389 +Tri: 344 389 390 +Tri: 344 390 391 +Tri: 345 344 391 +Tri: 345 391 388 +Tri: 384 383 349 +Tri: 384 349 348 +Tri: 382 381 351 +Tri: 382 351 350 +Tri: 380 379 353 +Tri: 380 353 352 +Tri: 378 377 355 +Tri: 378 355 354 +Tri: 376 375 357 +Tri: 376 357 356 +Tri: 374 373 359 +Tri: 374 359 358 +Tri: 372 371 361 +Tri: 372 361 360 +Tri: 370 369 363 +Tri: 370 363 362 +Tri: 368 367 365 +Tri: 368 365 364 +Tri: 392 393 394 +Tri: 392 394 395 +Tri: 396 397 398 +Tri: 396 398 399 +Tri: 400 399 398 +Tri: 400 398 401 +Tri: 400 401 402 +Tri: 400 402 403 +Tri: 400 403 404 +Tri: 400 404 405 +Tri: 400 405 406 +Tri: 400 406 407 +Tri: 400 407 408 +Tri: 400 408 409 +Tri: 400 409 410 +Tri: 400 410 411 +Tri: 400 411 412 +Tri: 400 412 413 +Tri: 400 413 414 +Tri: 400 414 415 +Tri: 400 415 416 +Tri: 400 416 417 +Tri: 400 417 418 +Tri: 400 418 419 +Tri: 400 419 420 +Tri: 400 420 421 +Tri: 400 421 422 +Tri: 400 422 423 +Tri: 400 423 424 +Tri: 400 424 425 +Tri: 403 402 397 +Tri: 403 397 396 +Tri: 403 396 426 +Tri: 403 426 427 +Tri: 403 427 428 +Tri: 403 428 429 +Tri: 403 429 430 +Tri: 403 430 431 +Tri: 403 431 432 +Tri: 403 432 433 +Tri: 403 433 434 +Tri: 403 434 435 +Tri: 403 435 436 +Tri: 403 436 437 +Tri: 403 437 438 +Tri: 403 438 439 +Tri: 403 439 440 +Tri: 403 440 441 +Tri: 403 441 442 +Tri: 403 442 443 +Tri: 403 443 444 +Tri: 403 444 445 +Tri: 403 445 446 +Tri: 403 446 406 +Tri: 403 406 405 +Tri: 403 405 447 +Tri: 445 444 408 +Tri: 445 408 407 +Tri: 443 442 410 +Tri: 443 410 409 +Tri: 441 440 412 +Tri: 441 412 411 +Tri: 439 438 414 +Tri: 439 414 413 +Tri: 437 436 416 +Tri: 437 416 415 +Tri: 435 434 418 +Tri: 435 418 417 +Tri: 433 432 420 +Tri: 433 420 419 +Tri: 431 430 422 +Tri: 431 422 421 +Tri: 429 428 424 +Tri: 429 424 423 +Tri: 427 426 400 +Tri: 427 400 425 +Tri: 448 449 450 +Tri: 448 450 451 +Tri: 452 453 454 +Tri: 452 454 455 +Tri: 456 457 458 +Tri: 456 458 459 +Tri: 460 461 462 +Tri: 460 462 463 +Tri: 464 465 466 +Tri: 464 466 467 +Tri: 468 469 470 +Tri: 468 470 471 +Tri: 472 473 474 +Tri: 472 474 475 +Tri: 476 477 478 +Tri: 476 478 479 +Tri: 480 481 482 +Tri: 480 482 483 +Tri: 484 485 486 +Tri: 484 486 487 +Tri: 488 489 490 +Tri: 488 490 491 +Tri: 492 493 494 +Tri: 492 494 495 +Tri: 496 497 498 +Tri: 496 498 499 +Tri: 500 501 502 +Tri: 500 502 503 +Tri: 504 505 506 +Tri: 504 506 507 +Tri: 508 509 510 +Tri: 508 510 511 +Tri: 512 513 514 +Tri: 512 514 515 +Tri: 516 517 518 +Tri: 516 518 519 +Tri: 520 521 522 +Tri: 520 522 523 +Tri: 524 525 526 +Tri: 524 526 527 +Tri: 528 529 530 +Tri: 528 530 531 +Tri: 532 533 534 +Tri: 532 534 535 +Tri: 536 537 538 +Tri: 536 538 539 +Tri: 540 541 542 +Tri: 540 542 543 +Tri: 544 545 546 +Tri: 544 546 547 +Tri: 548 549 550 +Tri: 548 550 551 +Tri: 552 553 554 +Tri: 552 554 555 +Tri: 556 557 558 +Tri: 556 558 559 +Tri: 560 561 562 +Tri: 560 562 563 +Tri: 564 565 566 +Tri: 564 566 567 +Tri: 568 569 570 +Tri: 568 570 571 +Tri: 572 573 574 +Tri: 572 574 575 +Tri: 576 577 578 +Tri: 576 578 579 +Tri: 580 581 582 +Tri: 580 582 583 +Tri: 584 585 586 +Tri: 584 586 587 +Tri: 588 589 590 +Tri: 588 590 591 +Tri: 592 593 594 +Tri: 592 594 595 +Tri: 596 597 598 +Tri: 596 598 599 +Tri: 600 601 602 +Tri: 600 602 603 +Tri: 604 605 606 +Tri: 604 606 607 +Tri: 608 609 610 +Tri: 608 610 611 +Tri: 612 613 614 +Tri: 612 614 615 +Tri: 616 617 618 +Tri: 616 618 619 +Tri: 620 621 622 +Tri: 620 622 623 +Tri: 624 625 626 +Tri: 624 626 627 +Tri: 628 629 630 +Tri: 628 630 631 +Tri: 632 633 634 +Tri: 632 634 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: 676 679 680 +Tri: 676 680 681 +Tri: 676 681 682 +Tri: 676 682 683 +Tri: 676 683 684 +Tri: 676 684 685 +Tri: 676 685 686 +Tri: 676 686 687 +Tri: 676 687 688 +Tri: 676 688 689 +Tri: 676 689 690 +Tri: 676 690 691 +Tri: 692 693 694 +Tri: 692 694 695 +Tri: 696 697 698 +Tri: 696 698 699 +Tri: 696 699 700 +Tri: 696 700 701 +Tri: 696 701 702 +Tri: 696 702 703 +Tri: 696 703 704 +Tri: 696 704 705 +Tri: 696 705 706 +Tri: 696 706 707 +Tri: 696 707 708 +Tri: 696 708 709 +Tri: 696 709 710 +Tri: 696 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: 772 775 776 +Tri: 772 776 777 +Tri: 772 777 778 +Tri: 772 778 779 +Tri: 772 779 780 +Tri: 772 780 781 +Tri: 772 781 782 +Tri: 772 782 783 +Tri: 772 783 784 +Tri: 772 784 785 +Tri: 772 785 786 +Tri: 772 786 787 +Tri: 788 789 790 +Tri: 788 790 791 +Tri: 792 793 794 +Tri: 792 794 795 +Tri: 792 795 796 +Tri: 792 796 797 +Tri: 792 797 798 +Tri: 792 798 799 +Tri: 792 799 800 +Tri: 792 800 801 +Tri: 792 801 802 +Tri: 792 802 803 +Tri: 792 803 804 +Tri: 792 804 805 +Tri: 792 805 806 +Tri: 792 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 905 906 +Tri: 904 906 907 +Tri: 908 909 910 +Tri: 908 910 911 +Tri: 912 913 914 +Tri: 912 914 915 +Tri: 916 917 918 +Tri: 916 918 919 +Tri: 920 921 922 +Tri: 920 922 923 +Tri: 924 925 926 +Tri: 924 926 927 +Tri: 928 929 930 +Tri: 928 930 931 +Tri: 932 933 934 +Tri: 932 934 935 +Tri: 936 937 938 +Tri: 936 938 939 +Tri: 940 941 942 +Tri: 940 942 943 +Tri: 944 945 946 +Tri: 944 946 947 +Tri: 948 949 950 +Tri: 948 950 951 +Tri: 952 953 954 +Tri: 952 954 955 +Tri: 956 957 958 +Tri: 956 958 959 +Tri: 960 961 962 +Tri: 960 962 963 +Tri: 960 963 964 +Tri: 960 964 965 +Tri: 960 965 966 +Tri: 960 966 967 +Tri: 968 969 970 +Tri: 968 970 971 +Tri: 972 973 974 +Tri: 972 974 975 +Tri: 972 975 976 +Tri: 972 976 977 +Tri: 972 977 978 +Tri: 972 978 979 +Tri: 980 981 982 +Tri: 980 982 983 +Tri: 984 985 986 +Tri: 984 986 987 +Tri: 988 989 990 +Tri: 988 990 991 +Tri: 992 993 994 +Tri: 992 994 995 +Tri: 996 997 998 +Tri: 996 998 999 +Tri: 1000 1001 1002 +Tri: 1000 1002 1003 +Tri: 1004 1005 1006 +Tri: 1004 1006 1007 +Tri: 1008 1009 1010 +Tri: 1008 1010 1011 +Tri: 1008 1011 1012 +Tri: 1008 1012 1012 +Tri: 1008 1012 1013 +Tri: 1008 1013 1014 +Tri: 1015 1016 1017 +Tri: 1015 1017 1018 +Tri: 1019 1020 1021 +Tri: 1019 1021 1022 +Tri: 1023 1024 1025 +Tri: 1023 1025 1026 +Tri: 1027 1028 1029 +Tri: 1027 1029 1030 +Tri: 1031 1032 1033 +Tri: 1031 1033 1034 +Tri: 1035 1036 1037 +Tri: 1035 1037 1038 +Tri: 1039 1040 1041 +Tri: 1039 1041 1042 +Tri: 1043 1044 1045 +Tri: 1043 1045 1046 +Tri: 1047 1048 1049 +Tri: 1047 1049 1050 +Tri: 1051 1052 1053 +Tri: 1051 1053 1054 +Tri: 1055 1056 1057 +Tri: 1055 1057 1058 +Tri: 1059 1060 1061 +Tri: 1059 1061 1062 diff --git a/resources/w/exterior/int_building002.txt b/resources/w/exterior/int_building002.txt new file mode 100644 index 0000000..f7b9886 --- /dev/null +++ b/resources/w/exterior/int_building002.txt @@ -0,0 +1,1820 @@ +===Vertices (Split by UV/Normal): 1063 +V 0: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.0, 0.897541) +V 1: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.153689, 0.647541) +V 2: Pos(-16.1, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.153689, 0.897541) +V 3: Pos(-16.1, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.954918, 0.651639) +V 4: Pos(-15.9, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.959017, 0.805328) +V 5: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.954918, 0.805328) +V 6: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.237705, 0.901639) +V 7: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.391394, 0.651639) +V 8: Pos(-15.9, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.391394, 0.901639) +V 9: Pos(-15.9, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.954918, 0.805328) +V 10: Pos(-16.1, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.959017, 0.959016) +V 11: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.954918, 0.959016) +V 12: Pos(-15.9, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.204918, 0.897541) +V 13: Pos(-16.1, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.209016, 0.647541) +V 14: Pos(-16.1, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.209016, 0.897541) +V 15: Pos(-16.1, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.209016, 0.897541) +V 16: Pos(-15.9, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.213115, 0.647541) +V 17: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.213115, 0.897541) +V 18: Pos(-15.9, 5.9, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.233607, 0.647541) +V 19: Pos(-15.9, 6.1, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.237705, 0.801229) +V 20: Pos(-15.9, 5.9, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.233607, 0.801229) +V 21: Pos(-15.9, 6.1, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.698771, 0.651639) +V 22: Pos(-15.425, 6.1, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.733607, 0.641906) +V 23: Pos(-15.9, 6.1, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.852459, 0.651639) +V 24: Pos(-2.175, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.70748, 0.370389) +V 25: Pos(-0.675, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.339652) +V 26: Pos(15.9, 6.1, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.852459, 0.0) +V 27: Pos(0.475, 6.1, 5.8) Norm(0.301516, 0.904531, 0.301518) UV(0.733607, 0.316086) +V 28: Pos(1.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.285348) +V 29: Pos(15.9, 6.1, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.698771, -0.0) +V 30: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.70748, 0.04457) +V 31: Pos(12.575001, 6.1, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.70748, 0.068135) +V 32: Pos(7.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.733607, 0.176742) +V 33: Pos(8.424999, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.70748, 0.153176) +V 34: Pos(8.424999, 6.1, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.733607, 0.153176) +V 35: Pos(4.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.231045) +V 36: Pos(5.775, 6.1, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.70748, 0.20748) +V 37: Pos(5.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.733607, 0.20748) +V 38: Pos(3.125, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.70748, 0.261783) +V 39: Pos(3.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.261783) +V 40: Pos(-0.675, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.339652) +V 41: Pos(0.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.70748, 0.316086) +V 42: Pos(-3.325, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.733607, 0.393955) +V 43: Pos(-2.175, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.370389) +V 44: Pos(-5.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.448258) +V 45: Pos(-4.825, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.70748, 0.424693) +V 46: Pos(-4.825, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.424693) +V 47: Pos(-8.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.502561) +V 48: Pos(-7.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.70748, 0.478996) +V 49: Pos(-7.475, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.478996) +V 50: Pos(-11.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.556865) +V 51: Pos(-10.125, 6.1, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.70748, 0.533299) +V 52: Pos(-10.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.533299) +V 53: Pos(-13.925, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.733607, 0.611168) +V 54: Pos(-12.775, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.70748, 0.587602) +V 55: Pos(-12.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.733607, 0.587602) +V 56: Pos(15.9, 6.1, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.233607, 0.801229) +V 57: Pos(15.9, 5.9, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.237705, 0.954918) +V 58: Pos(15.9, 6.1, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.233607, 0.954918) +V 59: Pos(-15.9, 5.9, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.237705, -0.0) +V 60: Pos(-15.425, 5.9, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.272541, 0.009734) +V 61: Pos(-15.425, 5.9, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.246414, 0.009734) +V 62: Pos(15.9, 5.9, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.391394, 0.651639) +V 63: Pos(1.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.272541, 0.366291) +V 64: Pos(0.475, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.272541, 0.335553) +V 65: Pos(15.9, 5.9, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.237705, 0.651639) +V 66: Pos(0.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.246414, 0.335553) +V 67: Pos(1.975, 5.9, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.246414, 0.366291) +V 68: Pos(9.924999, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.529201) +V 69: Pos(11.075001, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.552766) +V 70: Pos(11.075001, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.246414, 0.552766) +V 71: Pos(7.275, 5.9, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.246414, 0.474898) +V 72: Pos(8.424999, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.272541, 0.498463) +V 73: Pos(8.424999, 5.9, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.246414, 0.498463) +V 74: Pos(4.625, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.420594) +V 75: Pos(5.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.44416) +V 76: Pos(5.775, 5.9, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.246414, 0.44416) +V 77: Pos(3.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.272541, 0.389857) +V 78: Pos(3.125, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.246414, 0.389857) +V 79: Pos(-0.675, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.311988) +V 80: Pos(-3.325, 5.9, 7.075) Norm(-0.301508, -0.904541, -0.301494) UV(0.246414, 0.257684) +V 81: Pos(-2.175, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.28125) +V 82: Pos(-2.175, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.246414, 0.28125) +V 83: Pos(-5.975, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.203381) +V 84: Pos(-4.825, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.226947) +V 85: Pos(-4.825, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.246414, 0.226947) +V 86: Pos(-8.625, 5.9, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.246414, 0.149078) +V 87: Pos(-7.475, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.172643) +V 88: Pos(-7.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.246414, 0.172643) +V 89: Pos(-11.275, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.094775) +V 90: Pos(-10.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.272541, 0.11834) +V 91: Pos(-10.125, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.246414, 0.11834) +V 92: Pos(-13.925, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.246414, 0.040471) +V 93: Pos(-12.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.272541, 0.064037) +V 94: Pos(-12.775, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.246414, 0.064037) +V 95: Pos(15.9, 6.1, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.959017, 0.651639) +V 96: Pos(-15.9, 5.9, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.954919, 0.0) +V 97: Pos(-15.9, 6.1, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.959017, 0.0) +V 98: Pos(-15.9, 6.1, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.963115, 0.651639) +V 99: Pos(15.9, 5.9, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.959017, 0.0) +V 100: Pos(15.9, 6.1, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.963115, 0.0) +V 101: Pos(-15.425, 6.1, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.581967, 0.978996) +V 102: Pos(-15.425, 5.9, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.586066, 0.952869) +V 103: Pos(-15.425, 5.9, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.586066, 0.978996) +V 104: Pos(-13.925, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.590164, 0.952869) +V 105: Pos(-13.925, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.586066, 0.978996) +V 106: Pos(-13.925, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.586066, 0.952869) +V 107: Pos(-13.925, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.663935, 0.932377) +V 108: Pos(-15.425, 5.9, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.659836, 0.963115) +V 109: Pos(-13.925, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.659836, 0.932377) +V 110: Pos(-13.925, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.668033, 0.963115) +V 111: Pos(-15.425, 5.9, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.663935, 0.932377) +V 112: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.668033, 0.932377) +V 113: Pos(-12.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.590164, 0.978996) +V 114: Pos(-12.775, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.594262, 0.952869) +V 115: Pos(-12.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.594262, 0.978996) +V 116: Pos(-11.275, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.598361, 0.952869) +V 117: Pos(-11.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.594263, 0.978996) +V 118: Pos(-11.275, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.594263, 0.952869) +V 119: Pos(-11.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.672132, 0.932377) +V 120: Pos(-12.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.668033, 0.963115) +V 121: Pos(-11.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.668033, 0.932377) +V 122: Pos(-11.275, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.67623, 0.963115) +V 123: Pos(-12.775, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.672132, 0.932377) +V 124: Pos(-12.775, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.67623, 0.932377) +V 125: Pos(-10.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.233607, 0.981045) +V 126: Pos(-10.125, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.237705, 0.954918) +V 127: Pos(-10.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.237705, 0.981045) +V 128: Pos(-8.625, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.959017, 0.959016) +V 129: Pos(-8.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.954918, 0.985143) +V 130: Pos(-8.625, 5.9, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.954918, 0.959016) +V 131: Pos(-8.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.229508, 0.862705) +V 132: Pos(-10.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.22541, 0.893443) +V 133: Pos(-8.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.22541, 0.862705) +V 134: Pos(-8.625, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.659837, 0.932377) +V 135: Pos(-10.125, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.655738, 0.901639) +V 136: Pos(-10.125, 6.1, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.659837, 0.901639) +V 137: Pos(-7.475, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.959017, 0.985143) +V 138: Pos(-7.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.963115, 0.959016) +V 139: Pos(-7.475, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.963115, 0.985143) +V 140: Pos(-5.975, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.979509, 0.959016) +V 141: Pos(-5.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.975411, 0.985143) +V 142: Pos(-5.975, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.975411, 0.959016) +V 143: Pos(-5.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.680328, 0.932377) +V 144: Pos(-7.475, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.67623, 0.963115) +V 145: Pos(-5.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.67623, 0.932377) +V 146: Pos(-5.975, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.684427, 0.963115) +V 147: Pos(-7.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.680328, 0.932377) +V 148: Pos(-7.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.684427, 0.932377) +V 149: Pos(-4.825, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.967214, 0.987193) +V 150: Pos(-4.825, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.971312, 0.961066) +V 151: Pos(-4.825, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.971312, 0.987193) +V 152: Pos(-3.325, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.0) +V 153: Pos(-3.325, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.30151) UV(0.983607, 0.026127) +V 154: Pos(-3.325, 5.9, 7.075) Norm(-0.301508, -0.904541, -0.301494) UV(0.983607, 0.0) +V 155: Pos(-3.325, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.688525, 0.932377) +V 156: Pos(-4.825, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.684427, 0.963115) +V 157: Pos(-3.325, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.30151) UV(0.684427, 0.932377) +V 158: Pos(-3.325, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.692623, 0.963115) +V 159: Pos(-4.825, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.688525, 0.932377) +V 160: Pos(-4.825, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.692623, 0.932377) +V 161: Pos(-2.175, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.052254) +V 162: Pos(-2.175, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.987706, 0.026127) +V 163: Pos(-2.175, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.052254) +V 164: Pos(-0.675, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.052254) +V 165: Pos(-0.675, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.078381) +V 166: Pos(-0.675, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.052254) +V 167: Pos(-0.675, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.696722, 0.932377) +V 168: Pos(-2.175, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.692624, 0.963115) +V 169: Pos(-0.675, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.692624, 0.932377) +V 170: Pos(-0.675, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.971312, 0.961065) +V 171: Pos(-2.175, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.967214, 0.930328) +V 172: Pos(-2.175, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.971312, 0.930328) +V 173: Pos(0.475, 6.1, 5.8) Norm(0.301516, 0.904531, 0.301518) UV(0.983607, 0.104508) +V 174: Pos(0.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.987706, 0.078381) +V 175: Pos(0.475, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.987706, 0.104508) +V 176: Pos(1.975, 6.1, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.987706, 0.104508) +V 177: Pos(1.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.983607, 0.130635) +V 178: Pos(1.975, 5.9, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.983607, 0.104508) +V 179: Pos(1.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.602459, 0.942623) +V 180: Pos(0.475, 5.9, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.598361, 0.973361) +V 181: Pos(1.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.598361, 0.942623) +V 182: Pos(1.975, 6.1, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.606558, 0.973361) +V 183: Pos(0.475, 5.9, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.602459, 0.942623) +V 184: Pos(0.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.606558, 0.942623) +V 185: Pos(3.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.156762) +V 186: Pos(3.125, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.987706, 0.130635) +V 187: Pos(3.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.987706, 0.156762) +V 188: Pos(4.625, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.987706, 0.156762) +V 189: Pos(4.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.182889) +V 190: Pos(4.625, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.156762) +V 191: Pos(4.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.663935, 0.901639) +V 192: Pos(3.125, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.659837, 0.932377) +V 193: Pos(4.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.659837, 0.901639) +V 194: Pos(4.625, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.668033, 0.932377) +V 195: Pos(3.125, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.663935, 0.901639) +V 196: Pos(3.125, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.668033, 0.901639) +V 197: Pos(5.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.983607, 0.209016) +V 198: Pos(5.775, 5.9, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.987706, 0.182889) +V 199: Pos(5.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.209016) +V 200: Pos(7.275, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.987706, 0.209016) +V 201: Pos(7.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.235143) +V 202: Pos(7.275, 5.9, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.983607, 0.209016) +V 203: Pos(7.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.610656, 0.942623) +V 204: Pos(5.775, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.606558, 0.973361) +V 205: Pos(7.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.606558, 0.942623) +V 206: Pos(7.275, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.614754, 0.973361) +V 207: Pos(5.775, 5.9, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.610656, 0.942623) +V 208: Pos(5.775, 6.1, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.614754, 0.942623) +V 209: Pos(8.424999, 6.1, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.983607, 0.26127) +V 210: Pos(8.424999, 5.9, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.987706, 0.235143) +V 211: Pos(8.424999, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.987706, 0.26127) +V 212: Pos(9.924999, 6.1, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.987706, 0.26127) +V 213: Pos(9.924999, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.983607, 0.287397) +V 214: Pos(9.924999, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.26127) +V 215: Pos(9.924999, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.672132, 0.901639) +V 216: Pos(8.424999, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.668033, 0.932377) +V 217: Pos(9.924999, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.668033, 0.901639) +V 218: Pos(9.924999, 6.1, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.67623, 0.932377) +V 219: Pos(8.424999, 5.9, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.672132, 0.901639) +V 220: Pos(8.424999, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.67623, 0.901639) +V 221: Pos(11.075001, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.983607, 0.313524) +V 222: Pos(11.075001, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.987706, 0.287397) +V 223: Pos(11.075001, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.313524) +V 224: Pos(12.575001, 6.1, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.987706, 0.313525) +V 225: Pos(12.575001, 5.9, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.983607, 0.339652) +V 226: Pos(12.575001, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.313525) +V 227: Pos(12.575001, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.618853, 0.942623) +V 228: Pos(11.075001, 5.9, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.614754, 0.973361) +V 229: Pos(12.575001, 5.9, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.614754, 0.942623) +V 230: Pos(12.575001, 6.1, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.622951, 0.973361) +V 231: Pos(11.075001, 5.9, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.618853, 0.942623) +V 232: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.622951, 0.942623) +V 233: Pos(13.725, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.983607, 0.365779) +V 234: Pos(13.725, 5.9, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.987706, 0.339652) +V 235: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.987706, 0.365779) +V 236: Pos(15.225, 6.1, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.987706, 0.366803) +V 237: Pos(15.225, 5.9, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.983607, 0.39293) +V 238: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.983607, 0.366803) +V 239: Pos(15.225, 6.1, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.62705, 0.942623) +V 240: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.622951, 0.973361) +V 241: Pos(15.225, 5.9, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.622951, 0.942623) +V 242: Pos(15.225, 6.1, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.631148, 0.973361) +V 243: Pos(13.725, 5.9, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.62705, 0.942623) +V 244: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.631148, 0.942623) +V 245: Pos(-15.9, -6.1, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.959017, 0.651639) +V 246: Pos(-15.9, -5.9, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.963115, 0.805328) +V 247: Pos(-15.9, -6.1, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.959017, 0.805328) +V 248: Pos(-15.9, -5.9, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.391394, 0.651639) +V 249: Pos(-15.425, -5.9, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.42623, 0.641906) +V 250: Pos(-15.9, -5.9, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.545082, 0.651639) +V 251: Pos(-2.175, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.400103, 0.370389) +V 252: Pos(-0.675, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.400103, 0.339652) +V 253: Pos(15.9, -5.9, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.545082, 0.0) +V 254: Pos(0.475, -5.9, 5.8) Norm(0.301516, 0.90453, 0.301518) UV(0.42623, 0.316086) +V 255: Pos(1.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.285348) +V 256: Pos(15.9, -5.9, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.391394, -0.0) +V 257: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.400103, 0.04457) +V 258: Pos(12.575001, -5.9, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.400103, 0.068135) +V 259: Pos(7.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.42623, 0.176742) +V 260: Pos(8.424999, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.400103, 0.153176) +V 261: Pos(8.424999, -5.9, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.42623, 0.153176) +V 262: Pos(4.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.231045) +V 263: Pos(5.775, -5.9, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.400103, 0.207479) +V 264: Pos(5.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.42623, 0.207479) +V 265: Pos(3.125, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.400103, 0.261783) +V 266: Pos(3.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.261783) +V 267: Pos(-0.675, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.339652) +V 268: Pos(0.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.400103, 0.316086) +V 269: Pos(-3.325, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.393955) +V 270: Pos(-2.175, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.370389) +V 271: Pos(-5.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.448258) +V 272: Pos(-4.825, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.400103, 0.424693) +V 273: Pos(-4.825, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.424693) +V 274: Pos(-8.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.502561) +V 275: Pos(-7.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.400103, 0.478996) +V 276: Pos(-7.475, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.478996) +V 277: Pos(-11.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.556865) +V 278: Pos(-10.125, -5.9, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.400103, 0.533299) +V 279: Pos(-10.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.533299) +V 280: Pos(-13.925, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.42623, 0.611168) +V 281: Pos(-12.775, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.400103, 0.587602) +V 282: Pos(-12.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.42623, 0.587602) +V 283: Pos(15.9, -5.9, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.959017, 0.805328) +V 284: Pos(15.9, -6.1, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.963115, 0.959016) +V 285: Pos(15.9, -5.9, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.959017, 0.959016) +V 286: Pos(-15.9, -6.1, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.545082, -0.0) +V 287: Pos(-15.425, -6.1, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.579918, 0.009734) +V 288: Pos(-15.425, -6.1, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.553791, 0.009734) +V 289: Pos(15.9, -6.1, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.698771, 0.651639) +V 290: Pos(1.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.579918, 0.366291) +V 291: Pos(0.475, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.579918, 0.335553) +V 292: Pos(15.9, -6.1, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.545082, 0.651639) +V 293: Pos(0.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.553791, 0.335553) +V 294: Pos(1.975, -6.1, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.553791, 0.366291) +V 295: Pos(9.924999, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.553791, 0.529201) +V 296: Pos(11.075001, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.552766) +V 297: Pos(11.075001, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.553791, 0.552766) +V 298: Pos(7.275, -6.1, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.553791, 0.474898) +V 299: Pos(8.424999, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.579918, 0.498463) +V 300: Pos(8.424999, -6.1, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.553791, 0.498463) +V 301: Pos(4.625, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.553791, 0.420594) +V 302: Pos(5.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.44416) +V 303: Pos(5.775, -6.1, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.553791, 0.44416) +V 304: Pos(3.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.579918, 0.389857) +V 305: Pos(3.125, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.553791, 0.389857) +V 306: Pos(-0.675, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.553791, 0.311988) +V 307: Pos(-3.325, -6.1, 7.075) Norm(-0.301507, -0.904536, -0.301511) UV(0.553791, 0.257684) +V 308: Pos(-2.175, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.28125) +V 309: Pos(-2.175, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.553791, 0.28125) +V 310: Pos(-5.975, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.553791, 0.203381) +V 311: Pos(-4.825, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.226947) +V 312: Pos(-4.825, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.553791, 0.226947) +V 313: Pos(-8.625, -6.1, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.553791, 0.149078) +V 314: Pos(-7.475, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.172643) +V 315: Pos(-7.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.553791, 0.172643) +V 316: Pos(-11.275, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.553791, 0.094775) +V 317: Pos(-10.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.579918, 0.11834) +V 318: Pos(-10.125, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.553791, 0.11834) +V 319: Pos(-13.925, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.553791, 0.040471) +V 320: Pos(-12.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.579918, 0.064037) +V 321: Pos(-12.775, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.553791, 0.064037) +V 322: Pos(15.9, -5.9, 0.0) Norm(0.577389, 0.577273, -0.577388) UV(0.967214, 0.651639) +V 323: Pos(-15.9, -6.1, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.963115, -0.0) +V 324: Pos(-15.9, -5.9, 0.0) Norm(-0.577396, 0.577268, -0.577388) UV(0.967214, -0.0) +V 325: Pos(-15.9, -5.9, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.971312, 0.651639) +V 326: Pos(15.9, -6.1, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.967214, -0.0) +V 327: Pos(15.9, -5.9, 7.5) Norm(0.577364, 0.577331, 0.577356) UV(0.971312, -0.0) +V 328: Pos(-15.425, -5.9, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.983607, 0.419057) +V 329: Pos(-15.425, -6.1, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.987706, 0.39293) +V 330: Pos(-15.425, -6.1, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.987706, 0.419057) +V 331: Pos(-13.925, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.419057) +V 332: Pos(-13.925, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.445184) +V 333: Pos(-13.925, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.419057) +V 334: Pos(-13.925, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.635246, 0.942623) +V 335: Pos(-15.425, -6.1, 5.8) Norm(0.301514, -0.904532, 0.301514) UV(0.631148, 0.973361) +V 336: Pos(-13.925, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.631148, 0.942623) +V 337: Pos(-13.925, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.639345, 0.973361) +V 338: Pos(-15.425, -6.1, 7.075) Norm(0.301514, -0.904531, -0.301518) UV(0.635246, 0.942623) +V 339: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.639345, 0.942623) +V 340: Pos(-12.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.471311) +V 341: Pos(-12.775, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.987706, 0.445184) +V 342: Pos(-12.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.471311) +V 343: Pos(-11.275, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.471311) +V 344: Pos(-11.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.497439) +V 345: Pos(-11.275, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.471311) +V 346: Pos(-11.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.643443, 0.942623) +V 347: Pos(-12.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.639345, 0.973361) +V 348: Pos(-11.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.639345, 0.942623) +V 349: Pos(-11.275, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.647541, 0.973361) +V 350: Pos(-12.775, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.643443, 0.942623) +V 351: Pos(-12.775, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.647541, 0.942623) +V 352: Pos(-10.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.523566) +V 353: Pos(-10.125, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.987706, 0.497438) +V 354: Pos(-10.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.987706, 0.523566) +V 355: Pos(-8.625, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.523566) +V 356: Pos(-8.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.549693) +V 357: Pos(-8.625, -6.1, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.983607, 0.523566) +V 358: Pos(-8.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.680328, 0.901639) +V 359: Pos(-10.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.67623, 0.932377) +V 360: Pos(-8.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.67623, 0.901639) +V 361: Pos(-8.625, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.684427, 0.932377) +V 362: Pos(-10.125, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.680328, 0.901639) +V 363: Pos(-10.125, -5.9, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.684427, 0.901639) +V 364: Pos(-7.475, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.57582) +V 365: Pos(-7.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.987706, 0.549693) +V 366: Pos(-7.475, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.57582) +V 367: Pos(-5.975, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.57582) +V 368: Pos(-5.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.601947) +V 369: Pos(-5.975, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.983607, 0.57582) +V 370: Pos(-5.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.65164, 0.942623) +V 371: Pos(-7.475, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.647541, 0.973361) +V 372: Pos(-5.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.647541, 0.942623) +V 373: Pos(-5.975, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.655738, 0.973361) +V 374: Pos(-7.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.65164, 0.942623) +V 375: Pos(-7.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.655738, 0.942623) +V 376: Pos(-4.825, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.628074) +V 377: Pos(-4.825, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.987706, 0.601947) +V 378: Pos(-4.825, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.628074) +V 379: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.90454, -0.301495) UV(0.987706, 0.628074) +V 380: Pos(-3.325, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.654201) +V 381: Pos(-3.325, -6.1, 7.075) Norm(-0.301507, -0.904536, -0.301511) UV(0.983607, 0.628074) +V 382: Pos(-3.325, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.967214, 0.944672) +V 383: Pos(-4.825, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.963115, 0.97541) +V 384: Pos(-3.325, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.963115, 0.944672) +V 385: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.90454, -0.301495) UV(0.979509, 0.928279) +V 386: Pos(-4.825, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.975411, 0.897541) +V 387: Pos(-4.825, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.979509, 0.897541) +V 388: Pos(-2.175, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.680328) +V 389: Pos(-2.175, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.987706, 0.654201) +V 390: Pos(-2.175, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.680328) +V 391: Pos(-0.675, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.987706, 0.680328) +V 392: Pos(-0.675, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.706455) +V 393: Pos(-0.675, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.983607, 0.680328) +V 394: Pos(-0.675, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.979509, 0.928279) +V 395: Pos(-2.175, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.975411, 0.959016) +V 396: Pos(-0.675, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.975411, 0.928279) +V 397: Pos(-0.675, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.54918, 0.983607) +V 398: Pos(-2.175, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301515) UV(0.545082, 0.952869) +V 399: Pos(-2.175, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.54918, 0.952869) +V 400: Pos(0.475, -5.9, 5.8) Norm(0.301516, 0.90453, 0.301518) UV(0.983607, 0.732582) +V 401: Pos(0.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.987706, 0.706455) +V 402: Pos(0.475, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.987706, 0.732582) +V 403: Pos(1.975, -5.9, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.987706, 0.732582) +V 404: Pos(1.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.983607, 0.758709) +V 405: Pos(1.975, -6.1, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.983607, 0.732582) +V 406: Pos(1.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.553279, 0.952869) +V 407: Pos(0.475, -6.1, 5.8) Norm(0.301513, -0.904533, 0.301513) UV(0.54918, 0.983607) +V 408: Pos(1.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.54918, 0.952869) +V 409: Pos(1.975, -5.9, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.557377, 0.983607) +V 410: Pos(0.475, -6.1, 7.075) Norm(0.301509, -0.904534, -0.301512) UV(0.553279, 0.952869) +V 411: Pos(0.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.557377, 0.952869) +V 412: Pos(3.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.983607, 0.784836) +V 413: Pos(3.125, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.987706, 0.758709) +V 414: Pos(3.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.987706, 0.784836) +V 415: Pos(4.625, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.987706, 0.784836) +V 416: Pos(4.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.810963) +V 417: Pos(4.625, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.784836) +V 418: Pos(4.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.688525, 0.901639) +V 419: Pos(3.125, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.684427, 0.932377) +V 420: Pos(4.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.684427, 0.901639) +V 421: Pos(4.625, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.692623, 0.932377) +V 422: Pos(3.125, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.688525, 0.901639) +V 423: Pos(3.125, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.692623, 0.901639) +V 424: Pos(5.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.983607, 0.83709) +V 425: Pos(5.775, -6.1, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.987706, 0.810963) +V 426: Pos(5.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.83709) +V 427: Pos(7.275, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.987706, 0.83709) +V 428: Pos(7.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.983607, 0.863217) +V 429: Pos(7.275, -6.1, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.983607, 0.83709) +V 430: Pos(7.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.561476, 0.952869) +V 431: Pos(5.775, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.557377, 0.983607) +V 432: Pos(7.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.557377, 0.952869) +V 433: Pos(7.275, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.565574, 0.983607) +V 434: Pos(5.775, -6.1, 7.075) Norm(0.30151, -0.904537, -0.301504) UV(0.561476, 0.952869) +V 435: Pos(5.775, -5.9, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.565574, 0.952869) +V 436: Pos(8.424999, -5.9, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.983607, 0.889344) +V 437: Pos(8.424999, -6.1, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.987706, 0.863217) +V 438: Pos(8.424999, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.987706, 0.889344) +V 439: Pos(9.924999, -5.9, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.987706, 0.889344) +V 440: Pos(9.924999, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.983607, 0.915471) +V 441: Pos(9.924999, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.983607, 0.889344) +V 442: Pos(9.924999, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.696722, 0.901639) +V 443: Pos(8.424999, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301508) UV(0.692624, 0.932377) +V 444: Pos(9.924999, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.692624, 0.901639) +V 445: Pos(9.924999, -5.9, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.659836, 0.963115) +V 446: Pos(8.424999, -6.1, 7.075) Norm(0.301508, -0.904532, -0.30152) UV(0.655738, 0.932377) +V 447: Pos(8.424999, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.659837, 0.932377) +V 448: Pos(11.075001, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.983607, 0.941599) +V 449: Pos(11.075001, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.987706, 0.915472) +V 450: Pos(11.075001, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.987706, 0.941599) +V 451: Pos(12.575001, -5.9, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.987706, 0.941599) +V 452: Pos(12.575001, -6.1, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.983607, 0.967726) +V 453: Pos(12.575001, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.983607, 0.941599) +V 454: Pos(12.575001, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.569672, 0.952869) +V 455: Pos(11.075001, -6.1, 5.8) Norm(0.301507, -0.904537, 0.301507) UV(0.565574, 0.983607) +V 456: Pos(12.575001, -6.1, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.565574, 0.952869) +V 457: Pos(12.575001, -5.9, 7.075) Norm(-0.301505, 0.904537, -0.301508) UV(0.573771, 0.983607) +V 458: Pos(11.075001, -6.1, 7.075) Norm(0.301509, -0.904535, -0.301512) UV(0.569672, 0.952869) +V 459: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.573771, 0.952869) +V 460: Pos(13.725, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.655738, 0.989242) +V 461: Pos(13.725, -6.1, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.659836, 0.963115) +V 462: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.659836, 0.989242) +V 463: Pos(15.225, -5.9, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.663935, 0.963115) +V 464: Pos(15.225, -6.1, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.659837, 0.989242) +V 465: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.659837, 0.963115) +V 466: Pos(15.225, -5.9, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.577869, 0.952869) +V 467: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.573771, 0.983606) +V 468: Pos(15.225, -6.1, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.573771, 0.952869) +V 469: Pos(15.225, -5.9, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.581967, 0.983607) +V 470: Pos(13.725, -6.1, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.577869, 0.952869) +V 471: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.581967, 0.952869) +V 472: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.391394, 0.901639) +V 473: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.545082, 0.651639) +V 474: Pos(15.9, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.545082, 0.901639) +V 475: Pos(15.9, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.229508, 0.811475) +V 476: Pos(16.099998, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.233607, 0.965164) +V 477: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.229508, 0.965164) +V 478: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.545082, 0.901639) +V 479: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.698771, 0.651639) +V 480: Pos(16.099998, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.698771, 0.901639) +V 481: Pos(16.099998, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.963115, 0.651639) +V 482: Pos(15.9, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.967214, 0.805328) +V 483: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.963115, 0.805328) +V 484: Pos(16.099998, 6.1, 0.0) Norm(0.577346, 0.577354, -0.577351) UV(0.213115, 0.897541) +V 485: Pos(15.9, -6.1, 0.0) Norm(-0.577346, -0.577354, -0.577351) UV(0.217213, 0.647541) +V 486: Pos(15.9, 6.1, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.217213, 0.897541) +V 487: Pos(15.9, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.217213, 0.897541) +V 488: Pos(16.099998, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.221311, 0.647541) +V 489: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.221311, 0.897541) +V 490: Pos(-15.9, 1.4, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.581967, 0.901639) +V 491: Pos(-15.9, 1.6, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.586066, 0.952869) +V 492: Pos(-15.9, 1.4, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.581967, 0.952869) +V 493: Pos(7.9, 1.6, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.852459, -0.0) +V 494: Pos(-1.0, 1.6, 7.0) Norm(-0.301515, 0.904534, -0.301509) UV(0.862705, 0.182377) +V 495: Pos(-2.2, 1.6, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.862705, 0.206967) +V 496: Pos(7.9, 1.6, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.586066, 0.901639) +V 497: Pos(7.9, 1.4, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.590164, 0.952869) +V 498: Pos(7.9, 1.6, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.586066, 0.952869) +V 499: Pos(7.9, 1.4, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.903689, 0.487705) +V 500: Pos(-2.2, 1.4, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.913935, 0.280738) +V 501: Pos(-1.0, 1.4, 7.0) Norm(-0.301511, -0.904534, -0.30151) UV(0.913935, 0.305328) +V 502: Pos(-9.0, 1.6, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.967214, 0.805328) +V 503: Pos(-2.2, 1.4, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.963115, 0.944672) +V 504: Pos(-9.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.963115, 0.805328) +V 505: Pos(-1.0, 1.6, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.971312, 0.790984) +V 506: Pos(5.799999, 1.4, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.967214, 0.930328) +V 507: Pos(-1.0, 1.4, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.967214, 0.790984) +V 508: Pos(7.9, 1.4, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.692623, 0.981557) +V 509: Pos(7.0, 1.6, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.696722, 0.963115) +V 510: Pos(7.9, 1.6, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.696722, 0.981557) +V 511: Pos(-15.9, 1.6, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.979509, 0.139344) +V 512: Pos(-10.200001, 1.4, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.975411, 0.256148) +V 513: Pos(-15.9, 1.4, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.975411, 0.139344) +V 514: Pos(-15.9, 1.6, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.975411, 0.487705) +V 515: Pos(7.9, 1.4, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.971312, 0.0) +V 516: Pos(7.9, 1.6, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.975411, 0.0) +V 517: Pos(-10.200001, 1.6, 7.0) Norm(0.301517, 0.904531, -0.301515) UV(0.606558, 0.901639) +V 518: Pos(-10.200001, 1.4, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.610656, 0.942623) +V 519: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.606558, 0.942623) +V 520: Pos(-9.0, 1.6, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.614754, 0.901639) +V 521: Pos(-9.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.610656, 0.942623) +V 522: Pos(-9.0, 1.4, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.610656, 0.901639) +V 523: Pos(-9.0, 1.6, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.672132, 0.987705) +V 524: Pos(-10.200001, 1.4, 7.0) Norm(0.301514, -0.904533, -0.301511) UV(0.668033, 0.963115) +V 525: Pos(-10.200001, 1.6, 7.0) Norm(0.301517, 0.904531, -0.301515) UV(0.672132, 0.963115) +V 526: Pos(-2.2, 1.6, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.614754, 0.942623) +V 527: Pos(-2.2, 1.4, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.618853, 0.901639) +V 528: Pos(-2.2, 1.4, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.618853, 0.942623) +V 529: Pos(-1.0, 1.6, 7.0) Norm(-0.301515, 0.904534, -0.301509) UV(0.622951, 0.901639) +V 530: Pos(-1.0, 1.4, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.618853, 0.942623) +V 531: Pos(-1.0, 1.4, 7.0) Norm(-0.301511, -0.904534, -0.30151) UV(0.618853, 0.901639) +V 532: Pos(-1.0, 1.6, 7.0) Norm(-0.301515, 0.904534, -0.301509) UV(0.688525, 0.987705) +V 533: Pos(-2.2, 1.4, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.684427, 0.963115) +V 534: Pos(-2.2, 1.6, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.688525, 0.963115) +V 535: Pos(5.799999, 1.6, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.622951, 0.942623) +V 536: Pos(5.799999, 1.4, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.62705, 0.901639) +V 537: Pos(5.799999, 1.4, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.62705, 0.942623) +V 538: Pos(7.0, 1.6, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.631148, 0.901639) +V 539: Pos(7.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.62705, 0.942623) +V 540: Pos(7.0, 1.4, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.62705, 0.901639) +V 541: Pos(7.0, 1.6, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.67623, 0.987705) +V 542: Pos(5.799999, 1.4, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.672132, 0.963115) +V 543: Pos(5.799999, 1.6, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.67623, 0.963115) +V 544: Pos(-15.9, -1.6, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.590164, 0.901639) +V 545: Pos(-15.9, -1.4, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.594263, 0.952869) +V 546: Pos(-15.9, -1.6, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.590164, 0.952869) +V 547: Pos(7.9, -1.4, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.852459, 0.487705) +V 548: Pos(-1.0, -1.4, 7.0) Norm(-0.301515, 0.904534, -0.301507) UV(0.862705, 0.670082) +V 549: Pos(-2.2, -1.4, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.862705, 0.694672) +V 550: Pos(7.9, -1.4, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.594263, 0.901639) +V 551: Pos(7.9, -1.6, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.598361, 0.952869) +V 552: Pos(7.9, -1.4, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.594263, 0.952869) +V 553: Pos(7.9, -1.6, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.903689, 0.97541) +V 554: Pos(-2.2, -1.6, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.913935, 0.768443) +V 555: Pos(-1.0, -1.6, 7.0) Norm(-0.301511, -0.904534, -0.301512) UV(0.913935, 0.793033) +V 556: Pos(-9.0, -1.4, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.971312, 0.651639) +V 557: Pos(-2.2, -1.6, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.967214, 0.790984) +V 558: Pos(-9.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.967214, 0.651639) +V 559: Pos(-1.0, -1.4, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.979509, -0.0) +V 560: Pos(5.799999, -1.6, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.975411, 0.139344) +V 561: Pos(-1.0, -1.6, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.975411, -0.0) +V 562: Pos(7.9, -1.6, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.229508, 0.983607) +V 563: Pos(7.0, -1.4, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.233607, 0.965164) +V 564: Pos(7.9, -1.4, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.233607, 0.983607) +V 565: Pos(-15.9, -1.4, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.979509, 0.256148) +V 566: Pos(-10.200001, -1.6, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.975411, 0.372951) +V 567: Pos(-15.9, -1.6, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.975411, 0.256148) +V 568: Pos(-15.9, -1.4, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.975411, 0.97541) +V 569: Pos(7.9, -1.6, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.971312, 0.487705) +V 570: Pos(7.9, -1.4, 7.5) Norm(0.577373, 0.577314, 0.577364) UV(0.975411, 0.487705) +V 571: Pos(-10.200001, -1.4, 7.0) Norm(0.301517, 0.904531, -0.301514) UV(0.631148, 0.901639) +V 572: Pos(-10.200001, -1.6, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.635246, 0.942623) +V 573: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.631148, 0.942623) +V 574: Pos(-9.0, -1.4, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.639345, 0.901639) +V 575: Pos(-9.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.635246, 0.942623) +V 576: Pos(-9.0, -1.6, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.635246, 0.901639) +V 577: Pos(-9.0, -1.4, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.680328, 0.987705) +V 578: Pos(-10.200001, -1.6, 7.0) Norm(0.301514, -0.904533, -0.301512) UV(0.67623, 0.963115) +V 579: Pos(-10.200001, -1.4, 7.0) Norm(0.301517, 0.904531, -0.301514) UV(0.680328, 0.963115) +V 580: Pos(-2.2, -1.4, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.639345, 0.942623) +V 581: Pos(-2.2, -1.6, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.643443, 0.901639) +V 582: Pos(-2.2, -1.6, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.643443, 0.942623) +V 583: Pos(-1.0, -1.4, 7.0) Norm(-0.301515, 0.904534, -0.301507) UV(0.647541, 0.901639) +V 584: Pos(-1.0, -1.6, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.643443, 0.942623) +V 585: Pos(-1.0, -1.6, 7.0) Norm(-0.301511, -0.904534, -0.301512) UV(0.643443, 0.901639) +V 586: Pos(-1.0, -1.4, 7.0) Norm(-0.301515, 0.904534, -0.301507) UV(0.692623, 0.987705) +V 587: Pos(-2.2, -1.6, 7.0) Norm(0.301515, -0.904534, -0.301508) UV(0.688525, 0.963115) +V 588: Pos(-2.2, -1.4, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.692623, 0.963115) +V 589: Pos(5.799999, -1.4, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.647541, 0.942623) +V 590: Pos(5.799999, -1.6, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.65164, 0.901639) +V 591: Pos(5.799999, -1.6, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.65164, 0.942623) +V 592: Pos(7.0, -1.4, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.655738, 0.901639) +V 593: Pos(7.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.65164, 0.942623) +V 594: Pos(7.0, -1.6, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.65164, 0.901639) +V 595: Pos(7.0, -1.4, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.684427, 0.987705) +V 596: Pos(5.799999, -1.6, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.680328, 0.963115) +V 597: Pos(5.799999, -1.4, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.684427, 0.963115) +V 598: Pos(-8.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.80123, 0.981557) +V 599: Pos(-8.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.852459, 0.893443) +V 600: Pos(-8.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.852459, 0.981557) +V 601: Pos(-8.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.22541, 0.811475) +V 602: Pos(-7.9, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.229508, 0.862705) +V 603: Pos(-8.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.22541, 0.862705) +V 604: Pos(-7.9, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.17623, 0.985656) +V 605: Pos(-7.9, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.227459, 0.897541) +V 606: Pos(-7.9, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.227459, 0.985656) +V 607: Pos(-7.9, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.545082, 0.901639) +V 608: Pos(-8.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.54918, 0.952869) +V 609: Pos(-7.9, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.545082, 0.952869) +V 610: Pos(-7.9, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.190574) +V 611: Pos(-8.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.983607, 0.102459) +V 612: Pos(-8.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.983607, 0.190574) +V 613: Pos(-8.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.979509, 0.278689) +V 614: Pos(-7.9, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.983607, 0.190574) +V 615: Pos(-7.9, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.983607, 0.278689) +V 616: Pos(-8.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.237705, 0.989754) +V 617: Pos(-8.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.288934, 0.901639) +V 618: Pos(-8.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.288934, 0.989754) +V 619: Pos(-8.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.54918, 0.901639) +V 620: Pos(-7.9, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.553279, 0.952869) +V 621: Pos(-8.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.54918, 0.952869) +V 622: Pos(-7.9, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.288934, 0.989754) +V 623: Pos(-7.9, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.340164, 0.901639) +V 624: Pos(-7.9, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.340164, 0.989754) +V 625: Pos(-7.9, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.553279, 0.901639) +V 626: Pos(-8.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.557377, 0.952869) +V 627: Pos(-7.9, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.553279, 0.952869) +V 628: Pos(-7.9, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.366803) +V 629: Pos(-8.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.983607, 0.278689) +V 630: Pos(-8.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.983607, 0.366803) +V 631: Pos(-8.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.979509, 0.454918) +V 632: Pos(-7.9, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.983607, 0.366803) +V 633: Pos(-7.9, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.983607, 0.454918) +V 634: Pos(-0.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.340164, 0.989754) +V 635: Pos(-0.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.391394, 0.901639) +V 636: Pos(-0.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.391394, 0.989754) +V 637: Pos(-0.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.557377, 0.901639) +V 638: Pos(0.1, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.561476, 0.952869) +V 639: Pos(-0.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.557377, 0.952869) +V 640: Pos(0.1, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.391394, 0.989754) +V 641: Pos(0.1, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.442623, 0.901639) +V 642: Pos(0.1, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.442623, 0.989754) +V 643: Pos(0.1, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.561476, 0.901639) +V 644: Pos(-0.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.565574, 0.952869) +V 645: Pos(0.1, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.561476, 0.952869) +V 646: Pos(0.1, 5.9, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.543033) +V 647: Pos(-0.1, 1.6, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.983607, 0.454918) +V 648: Pos(-0.1, 5.9, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.983607, 0.543033) +V 649: Pos(-0.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.979509, 0.631148) +V 650: Pos(0.1, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.983607, 0.543033) +V 651: Pos(0.1, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.983607, 0.631148) +V 652: Pos(-0.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.442623, 0.989754) +V 653: Pos(-0.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.493853, 0.901639) +V 654: Pos(-0.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.493853, 0.989754) +V 655: Pos(-0.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.565574, 0.901639) +V 656: Pos(0.1, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.569672, 0.952869) +V 657: Pos(-0.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.565574, 0.952869) +V 658: Pos(0.1, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.493853, 0.989754) +V 659: Pos(0.1, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.545082, 0.901639) +V 660: Pos(0.1, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.545082, 0.989754) +V 661: Pos(0.1, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.569672, 0.901639) +V 662: Pos(-0.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.573771, 0.952869) +V 663: Pos(0.1, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.569672, 0.952869) +V 664: Pos(0.1, -1.6, 5.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.719262) +V 665: Pos(-0.1, -5.9, 5.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.983607, 0.631148) +V 666: Pos(-0.1, -1.6, 5.0) Norm(-0.577347, 0.577352, -0.577352) UV(0.983607, 0.719262) +V 667: Pos(-0.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.979509, 0.807377) +V 668: Pos(0.1, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.983607, 0.719262) +V 669: Pos(0.1, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.983607, 0.807377) +V 670: Pos(7.9, -5.9, 7.5) Norm(-0.577355, -0.577348, 0.577348) UV(0.153689, 0.889344) +V 671: Pos(7.9, 5.9, 7.5) Norm(-0.577351, 0.577352, 0.577348) UV(0.153689, 0.647541) +V 672: Pos(7.9, -0.6, 7.0) Norm(-0.904532, 0.301517, -0.30151) UV(0.163934, 0.780738) +V 673: Pos(7.9, 5.9, 7.5) Norm(-0.577351, 0.577352, 0.577348) UV(0.573771, 0.901639) +V 674: Pos(8.1, 5.9, 5.0) Norm(0.577327, 0.577366, -0.577357) UV(0.577869, 0.952869) +V 675: Pos(7.9, 5.9, 5.0) Norm(-0.577327, 0.577357, -0.577366) UV(0.573771, 0.952869) +V 676: Pos(8.1, 5.9, 7.5) Norm(0.577355, 0.577348, 0.577348) UV(0.80123, 0.893443) +V 677: Pos(8.1, -5.9, 7.5) Norm(0.577351, -0.577352, 0.577348) UV(0.80123, 0.651639) +V 678: Pos(8.1, 0.6, 7.0) Norm(0.904533, -0.301514, -0.301511) UV(0.811476, 0.784836) +V 679: Pos(8.1, -5.9, 7.5) Norm(0.577351, -0.577352, 0.577348) UV(0.577869, 0.901639) +V 680: Pos(7.9, -5.9, 5.0) Norm(-0.577327, -0.577366, -0.577357) UV(0.581967, 0.952869) +V 681: Pos(8.1, -5.9, 5.0) Norm(0.577327, -0.577357, -0.577366) UV(0.577869, 0.952869) +V 682: Pos(8.1, -5.9, 5.0) Norm(0.577327, -0.577357, -0.577366) UV(0.975411, 0.372951) +V 683: Pos(7.9, -0.6, 5.0) Norm(-0.577347, 0.577347, -0.577356) UV(0.979509, 0.481557) +V 684: Pos(8.1, -0.6, 5.0) Norm(0.577348, 0.577355, -0.577348) UV(0.975411, 0.481557) +V 685: Pos(7.9, 5.9, 5.0) Norm(-0.577327, 0.577357, -0.577366) UV(0.979509, 0.590164) +V 686: Pos(8.1, 0.6, 5.0) Norm(0.577345, -0.577352, -0.577354) UV(0.975411, 0.481557) +V 687: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.979509, 0.481557) +V 688: Pos(7.9, 5.9, 7.5) Norm(-0.577351, 0.577352, 0.577348) UV(0.221311, 0.889344) +V 689: Pos(8.1, -5.9, 7.5) Norm(0.577351, -0.577352, 0.577348) UV(0.22541, 0.647541) +V 690: Pos(8.1, 5.9, 7.5) Norm(0.577355, 0.577348, 0.577348) UV(0.22541, 0.889344) +V 691: Pos(7.9, 0.6, 7.0) Norm(-0.904532, -0.301517, -0.301513) UV(0.602459, 0.901639) +V 692: Pos(8.1, 0.6, 5.0) Norm(0.577345, -0.577352, -0.577354) UV(0.598361, 0.942623) +V 693: Pos(8.1, 0.6, 7.0) Norm(0.904533, -0.301514, -0.301511) UV(0.598361, 0.901639) +V 694: Pos(7.9, -0.6, 7.0) Norm(-0.904532, 0.301517, -0.30151) UV(0.602459, 0.901639) +V 695: Pos(8.1, -0.6, 5.0) Norm(0.577348, 0.577355, -0.577348) UV(0.606558, 0.942623) +V 696: Pos(7.9, -0.6, 5.0) Norm(-0.577347, 0.577347, -0.577356) UV(0.602459, 0.942623) +V 697: Pos(8.1, 0.6, 7.0) Norm(0.904533, -0.301514, -0.301511) UV(0.663935, 0.987705) +V 698: Pos(7.9, -0.6, 7.0) Norm(-0.904532, 0.301517, -0.30151) UV(0.668033, 0.963115) +V 699: Pos(7.9, 0.6, 7.0) Norm(-0.904532, -0.301517, -0.301513) UV(0.668033, 0.987705) +V 700: Pos(15.799999, 5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.237705, 0.0) +V 701: Pos(-8.000001, 5.8, 5.0) Norm(-0.0, 0.0, 1.0) UV(0.237705, 0.487705) +V 702: Pos(-8.000001, 1.4, 5.0) Norm(-0.0, 0.0, 1.0) UV(0.147541, 0.487705) +V 703: Pos(-8.1, 1.6, 5.0) Norm(-0.577369, -0.577341, 0.577341) UV(0.0, 0.897541) +V 704: Pos(-8.1, 5.9, 0.0) Norm(-0.577369, 0.577341, -0.577341) UV(0.088115, 1.0) +V 705: Pos(-8.1, 1.6, 0.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.0, 1.0) +V 706: Pos(-8.1, 5.9, 5.0) Norm(-0.577344, 0.577353, 0.577354) UV(0.975411, 0.590164) +V 707: Pos(-7.9, 5.9, 0.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.692623) +V 708: Pos(-8.1, 5.9, 0.0) Norm(-0.577369, 0.577341, -0.577341) UV(0.975411, 0.692623) +V 709: Pos(-7.9, 5.9, 5.0) Norm(0.577369, 0.577341, 0.577341) UV(0.088115, 0.897541) +V 710: Pos(-7.9, 1.6, 0.0) Norm(0.577369, -0.577341, -0.577341) UV(0.17623, 1.0) +V 711: Pos(-7.9, 5.9, 0.0) Norm(0.577344, 0.577353, -0.577354) UV(0.088115, 1.0) +V 712: Pos(-7.9, 1.6, 5.0) Norm(0.577344, -0.577353, 0.577354) UV(0.975411, 0.692623) +V 713: Pos(-8.1, 1.6, 0.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.979509, 0.795082) +V 714: Pos(-7.9, 1.6, 0.0) Norm(0.577369, -0.577341, -0.577341) UV(0.975411, 0.795082) +V 715: Pos(-7.9, 5.9, 0.0) Norm(0.577344, 0.577353, -0.577354) UV(0.979509, 0.895492) +V 716: Pos(-8.1, 1.6, 0.0) Norm(-0.577344, -0.577353, -0.577354) UV(0.983607, 0.807377) +V 717: Pos(-8.1, 5.9, 0.0) Norm(-0.577369, 0.577341, -0.577341) UV(0.983607, 0.895492) +V 718: Pos(-8.1, 5.9, 5.0) Norm(-0.577344, 0.577353, 0.577354) UV(0.979509, 0.983607) +V 719: Pos(-7.9, 1.6, 5.0) Norm(0.577344, -0.577353, 0.577354) UV(0.983607, 0.895492) +V 720: Pos(-7.9, 5.9, 5.0) Norm(0.577369, 0.577341, 0.577341) UV(0.983607, 0.983607) +V 721: Pos(-16.0, 1.4, 5.0) Norm(-0.577356, -0.577347, 0.577347) UV(0.975411, 0.795082) +V 722: Pos(-16.0, 1.6, 0.0) Norm(-0.577356, 0.577347, -0.577347) UV(0.979509, 0.897541) +V 723: Pos(-16.0, 1.4, 0.0) Norm(-0.577348, -0.577349, -0.577354) UV(0.975411, 0.897541) +V 724: Pos(-16.0, 1.6, 5.0) Norm(-0.577348, 0.577349, 0.577354) UV(0.698771, 0.815574) +V 725: Pos(-8.0, 1.6, 0.0) Norm(0.577348, 0.577349, -0.577354) UV(0.80123, 0.651639) +V 726: Pos(-16.0, 1.6, 0.0) Norm(-0.577356, 0.577347, -0.577347) UV(0.80123, 0.815574) +V 727: Pos(-8.0, 1.6, 5.0) Norm(0.577356, 0.577347, 0.577347) UV(0.979509, 0.0) +V 728: Pos(-8.0, 1.4, 0.0) Norm(0.577356, -0.577347, -0.577347) UV(0.983607, 0.102459) +V 729: Pos(-8.0, 1.6, 0.0) Norm(0.577348, 0.577349, -0.577354) UV(0.979509, 0.102459) +V 730: Pos(-8.0, 1.4, 5.0) Norm(0.577348, -0.577349, 0.577354) UV(0.698771, 0.979508) +V 731: Pos(-16.0, 1.4, 0.0) Norm(-0.577348, -0.577349, -0.577354) UV(0.80123, 0.815574) +V 732: Pos(-8.0, 1.4, 0.0) Norm(0.577356, -0.577347, -0.577347) UV(0.80123, 0.979508) +V 733: Pos(-8.0, 1.6, 0.0) Norm(0.577348, 0.577349, -0.577354) UV(0.229508, 0.811475) +V 734: Pos(-16.0, 1.4, 0.0) Norm(-0.577348, -0.577349, -0.577354) UV(0.22541, 0.647541) +V 735: Pos(-16.0, 1.6, 0.0) Norm(-0.577356, 0.577347, -0.577347) UV(0.229508, 0.647541) +V 736: Pos(-16.0, 1.6, 5.0) Norm(-0.577348, 0.577349, 0.577354) UV(0.233607, 0.811475) +V 737: Pos(-8.0, 1.4, 5.0) Norm(0.577348, -0.577349, 0.577354) UV(0.229508, 0.647541) +V 738: Pos(-8.0, 1.6, 5.0) Norm(0.577356, 0.577347, 0.577347) UV(0.233607, 0.647541) +V 739: Pos(-16.1, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.0, 0.647541) +V 740: Pos(-15.9, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.959017, 0.651639) +V 741: Pos(-15.9, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.237705, 0.651639) +V 742: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.959017, 0.805328) +V 743: Pos(-15.9, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.204918, 0.647541) +V 744: Pos(-16.1, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.209016, 0.647541) +V 745: Pos(-15.9, 6.1, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.237705, 0.647541) +V 746: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.70748, 0.641906) +V 747: Pos(-13.925, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.611168) +V 748: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.70748, 0.098873) +V 749: Pos(9.924999, 6.1, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.70748, 0.122439) +V 750: Pos(-11.275, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.556865) +V 751: Pos(7.275, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.70748, 0.176742) +V 752: Pos(-8.625, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.502561) +V 753: Pos(4.625, 6.1, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.70748, 0.231045) +V 754: Pos(-5.975, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.448258) +V 755: Pos(1.975, 6.1, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.70748, 0.285348) +V 756: Pos(-3.325, 6.1, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.70748, 0.393955) +V 757: Pos(15.225, 6.1, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.70748, 0.013832) +V 758: Pos(15.225, 6.1, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.733607, 0.013832) +V 759: Pos(13.725, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.733607, 0.04457) +V 760: Pos(12.575001, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.733607, 0.068135) +V 761: Pos(11.075001, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.733607, 0.098873) +V 762: Pos(9.924999, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.733607, 0.122439) +V 763: Pos(15.9, 5.9, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.237705, 0.801229) +V 764: Pos(-15.9, 5.9, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.391394, -0.0) +V 765: Pos(-13.925, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.040471) +V 766: Pos(15.225, 5.9, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.272541, 0.637807) +V 767: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.246414, 0.637807) +V 768: Pos(-11.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.094775) +V 769: Pos(13.725, 5.9, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.272541, 0.60707) +V 770: Pos(12.575001, 5.9, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.272541, 0.583504) +V 771: Pos(-8.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.149078) +V 772: Pos(9.924999, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.272541, 0.529201) +V 773: Pos(-5.975, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.203381) +V 774: Pos(7.275, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.474898) +V 775: Pos(-3.325, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.30151) UV(0.272541, 0.257684) +V 776: Pos(4.625, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.420594) +V 777: Pos(-0.675, 5.9, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.272541, 0.311988) +V 778: Pos(13.725, 5.9, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.246414, 0.60707) +V 779: Pos(12.575001, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.246414, 0.583504) +V 780: Pos(15.9, 5.9, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.954918, 0.651639) +V 781: Pos(-15.9, 5.9, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.959017, 0.651639) +V 782: Pos(-15.425, 6.1, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.581967, 0.952869) +V 783: Pos(-13.925, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.590164, 0.978996) +V 784: Pos(-15.425, 6.1, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.663935, 0.963115) +V 785: Pos(-13.925, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.663935, 0.963115) +V 786: Pos(-12.775, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.590164, 0.952869) +V 787: Pos(-11.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.598361, 0.978996) +V 788: Pos(-12.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.672132, 0.963115) +V 789: Pos(-11.275, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.672132, 0.963115) +V 790: Pos(-10.125, 6.1, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.233607, 0.954918) +V 791: Pos(-8.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.959017, 0.985143) +V 792: Pos(-10.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.229508, 0.893443) +V 793: Pos(-8.625, 5.9, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.655738, 0.932377) +V 794: Pos(-7.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.959017, 0.959016) +V 795: Pos(-5.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.979509, 0.985143) +V 796: Pos(-7.475, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.680328, 0.963115) +V 797: Pos(-5.975, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.680328, 0.963115) +V 798: Pos(-4.825, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.967214, 0.961066) +V 799: Pos(-3.325, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.987706, 0.026127) +V 800: Pos(-4.825, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.688525, 0.963115) +V 801: Pos(-3.325, 5.9, 7.075) Norm(-0.301508, -0.904541, -0.301494) UV(0.688525, 0.963115) +V 802: Pos(-2.175, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.983607, 0.026127) +V 803: Pos(-0.675, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.078381) +V 804: Pos(-2.175, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.696722, 0.963115) +V 805: Pos(-0.675, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.967214, 0.961065) +V 806: Pos(0.475, 6.1, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.983607, 0.078381) +V 807: Pos(1.975, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.130635) +V 808: Pos(0.475, 6.1, 5.8) Norm(0.301516, 0.904531, 0.301518) UV(0.602459, 0.973361) +V 809: Pos(1.975, 5.9, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.602459, 0.973361) +V 810: Pos(3.125, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.983607, 0.130635) +V 811: Pos(4.625, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.182889) +V 812: Pos(3.125, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.663935, 0.932377) +V 813: Pos(4.625, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.663935, 0.932377) +V 814: Pos(5.775, 6.1, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.983607, 0.182889) +V 815: Pos(7.275, 6.1, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.987706, 0.235143) +V 816: Pos(5.775, 6.1, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.610656, 0.973361) +V 817: Pos(7.275, 5.9, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.610656, 0.973361) +V 818: Pos(8.424999, 6.1, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.983607, 0.235143) +V 819: Pos(9.924999, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.987706, 0.287397) +V 820: Pos(8.424999, 6.1, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.672132, 0.932377) +V 821: Pos(9.924999, 5.9, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.672132, 0.932377) +V 822: Pos(11.075001, 6.1, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.983607, 0.287397) +V 823: Pos(12.575001, 6.1, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.987706, 0.339652) +V 824: Pos(11.075001, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.618853, 0.973361) +V 825: Pos(12.575001, 5.9, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.618853, 0.973361) +V 826: Pos(13.725, 6.1, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.983607, 0.339652) +V 827: Pos(15.225, 6.1, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.987706, 0.39293) +V 828: Pos(13.725, 6.1, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.62705, 0.973361) +V 829: Pos(15.225, 5.9, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.62705, 0.973361) +V 830: Pos(-15.9, -5.9, 7.5) Norm(-0.577361, 0.57733, 0.57736) UV(0.963115, 0.651639) +V 831: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.400103, 0.641906) +V 832: Pos(-13.925, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.400103, 0.611168) +V 833: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.400103, 0.098873) +V 834: Pos(9.924999, -5.9, 7.075) Norm(-0.301505, 0.904538, -0.301504) UV(0.400103, 0.122439) +V 835: Pos(-11.275, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.400103, 0.556865) +V 836: Pos(7.275, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.400103, 0.176742) +V 837: Pos(-8.625, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.400103, 0.502561) +V 838: Pos(4.625, -5.9, 7.075) Norm(-0.301509, 0.904534, -0.301515) UV(0.400103, 0.231045) +V 839: Pos(-5.975, -5.9, 7.075) Norm(-0.301509, 0.904535, -0.301512) UV(0.400103, 0.448258) +V 840: Pos(1.975, -5.9, 7.075) Norm(-0.30151, 0.904537, -0.301502) UV(0.400103, 0.285348) +V 841: Pos(-3.325, -5.9, 7.075) Norm(-0.301511, 0.90454, -0.301495) UV(0.400103, 0.393955) +V 842: Pos(15.225, -5.9, 7.075) Norm(-0.30151, 0.904534, -0.301512) UV(0.400103, 0.013832) +V 843: Pos(15.225, -5.9, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.42623, 0.013832) +V 844: Pos(13.725, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.42623, 0.04457) +V 845: Pos(12.575001, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.42623, 0.068135) +V 846: Pos(11.075001, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.42623, 0.098873) +V 847: Pos(9.924999, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.42623, 0.122439) +V 848: Pos(15.9, -6.1, 7.5) Norm(0.577359, -0.577334, 0.577358) UV(0.963115, 0.805328) +V 849: Pos(-15.9, -6.1, 0.0) Norm(-0.57739, -0.577271, -0.57739) UV(0.698771, -0.0) +V 850: Pos(-13.925, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.040471) +V 851: Pos(15.225, -6.1, 5.8) Norm(-0.301513, -0.904532, 0.301515) UV(0.579918, 0.637807) +V 852: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.553791, 0.637807) +V 853: Pos(-11.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.094775) +V 854: Pos(13.725, -6.1, 5.8) Norm(0.301511, -0.904534, 0.301512) UV(0.579918, 0.60707) +V 855: Pos(12.575001, -6.1, 5.8) Norm(-0.301505, -0.904538, 0.301507) UV(0.579918, 0.583504) +V 856: Pos(-8.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.149078) +V 857: Pos(9.924999, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301511) UV(0.579918, 0.529201) +V 858: Pos(-5.975, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.203381) +V 859: Pos(7.275, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.474898) +V 860: Pos(-3.325, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.257684) +V 861: Pos(4.625, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.420594) +V 862: Pos(-0.675, -6.1, 5.8) Norm(-0.301509, -0.904535, 0.301512) UV(0.579918, 0.311988) +V 863: Pos(13.725, -6.1, 7.075) Norm(0.301505, -0.904537, -0.30151) UV(0.553791, 0.60707) +V 864: Pos(12.575001, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.553791, 0.583504) +V 865: Pos(15.9, -6.1, 0.0) Norm(0.577394, -0.57727, -0.577386) UV(0.963115, 0.651639) +V 866: Pos(-15.9, -6.1, 7.5) Norm(-0.577366, -0.577327, 0.577358) UV(0.967214, 0.651639) +V 867: Pos(-15.425, -5.9, 7.075) Norm(0.301516, 0.904531, -0.301517) UV(0.983607, 0.39293) +V 868: Pos(-13.925, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.445184) +V 869: Pos(-15.425, -5.9, 5.8) Norm(0.301512, 0.904533, 0.301514) UV(0.635246, 0.973361) +V 870: Pos(-13.925, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.635246, 0.973361) +V 871: Pos(-12.775, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.983607, 0.445184) +V 872: Pos(-11.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.497439) +V 873: Pos(-12.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.643443, 0.973361) +V 874: Pos(-11.275, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.643443, 0.973361) +V 875: Pos(-10.125, -5.9, 7.075) Norm(0.301506, 0.904535, -0.301513) UV(0.983607, 0.497438) +V 876: Pos(-8.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.549693) +V 877: Pos(-10.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.680328, 0.932377) +V 878: Pos(-8.625, -6.1, 7.075) Norm(-0.301507, -0.904538, -0.301503) UV(0.680328, 0.932377) +V 879: Pos(-7.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.983607, 0.549693) +V 880: Pos(-5.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.601947) +V 881: Pos(-7.475, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.65164, 0.973361) +V 882: Pos(-5.975, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.65164, 0.973361) +V 883: Pos(-4.825, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.983607, 0.601947) +V 884: Pos(-3.325, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.654201) +V 885: Pos(-4.825, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.967214, 0.97541) +V 886: Pos(-3.325, -6.1, 7.075) Norm(-0.301507, -0.904536, -0.301511) UV(0.975411, 0.928279) +V 887: Pos(-2.175, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301507) UV(0.983607, 0.654201) +V 888: Pos(-0.675, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.706455) +V 889: Pos(-2.175, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.979509, 0.959016) +V 890: Pos(-0.675, -6.1, 7.075) Norm(-0.301508, -0.904539, -0.301499) UV(0.545082, 0.983607) +V 891: Pos(0.475, -5.9, 7.075) Norm(0.301507, 0.904537, -0.301508) UV(0.983607, 0.706455) +V 892: Pos(1.975, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.758709) +V 893: Pos(0.475, -5.9, 5.8) Norm(0.301516, 0.90453, 0.301518) UV(0.553279, 0.983607) +V 894: Pos(1.975, -6.1, 7.075) Norm(-0.301508, -0.90454, -0.301497) UV(0.553279, 0.983607) +V 895: Pos(3.125, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.983607, 0.758709) +V 896: Pos(4.625, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301507) UV(0.987706, 0.810963) +V 897: Pos(3.125, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301512) UV(0.688525, 0.932377) +V 898: Pos(4.625, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.688525, 0.932377) +V 899: Pos(5.775, -5.9, 7.075) Norm(0.301507, 0.904538, -0.301503) UV(0.983607, 0.810963) +V 900: Pos(7.275, -5.9, 5.8) Norm(-0.301507, 0.904537, 0.301508) UV(0.987706, 0.863217) +V 901: Pos(5.775, -5.9, 5.8) Norm(0.301509, 0.904535, 0.301511) UV(0.561476, 0.983607) +V 902: Pos(7.275, -6.1, 7.075) Norm(-0.301506, -0.904535, -0.301514) UV(0.561476, 0.983607) +V 903: Pos(8.424999, -5.9, 7.075) Norm(0.301507, 0.904536, -0.301511) UV(0.983607, 0.863217) +V 904: Pos(9.924999, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.987706, 0.915471) +V 905: Pos(8.424999, -5.9, 5.8) Norm(0.301509, 0.904534, 0.301512) UV(0.696722, 0.932377) +V 906: Pos(9.924999, -6.1, 7.075) Norm(-0.301507, -0.904537, -0.301507) UV(0.655738, 0.963115) +V 907: Pos(11.075001, -5.9, 7.075) Norm(0.301511, 0.904534, -0.30151) UV(0.983607, 0.915472) +V 908: Pos(12.575001, -5.9, 5.8) Norm(-0.301511, 0.904534, 0.301512) UV(0.987706, 0.967726) +V 909: Pos(11.075001, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.569672, 0.983607) +V 910: Pos(12.575001, -6.1, 7.075) Norm(-0.301511, -0.904534, -0.301511) UV(0.569672, 0.983607) +V 911: Pos(13.725, -5.9, 7.075) Norm(0.301511, 0.904533, -0.301513) UV(0.655738, 0.963115) +V 912: Pos(15.225, -5.9, 5.8) Norm(-0.301515, 0.904532, 0.301515) UV(0.663935, 0.989242) +V 913: Pos(13.725, -5.9, 5.8) Norm(0.301505, 0.904538, 0.301507) UV(0.577869, 0.983606) +V 914: Pos(15.225, -6.1, 7.075) Norm(-0.301512, -0.904534, -0.301512) UV(0.577869, 0.983607) +V 915: Pos(15.9, 6.1, 7.5) Norm(-0.577346, 0.577354, 0.577351) UV(0.391394, 0.651639) +V 916: Pos(16.099998, 6.1, 7.5) Norm(0.57735, 0.57735, 0.57735) UV(0.233607, 0.811475) +V 917: Pos(16.099998, -6.1, 7.5) Norm(0.577346, -0.577354, 0.577351) UV(0.545082, 0.651639) +V 918: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.967214, 0.651639) +V 919: Pos(16.099998, -6.1, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.213115, 0.647541) +V 920: Pos(15.9, -6.1, 7.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.217213, 0.647541) +V 921: Pos(-15.9, 1.6, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.586066, 0.901639) +V 922: Pos(-10.200001, 1.6, 7.0) Norm(0.301517, 0.904531, -0.301515) UV(0.862705, 0.370902) +V 923: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.370902) +V 924: Pos(-15.9, 1.6, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.903689, 0.487705) +V 925: Pos(7.9, 1.6, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.903689, -0.0) +V 926: Pos(7.0, 1.6, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.862705, 0.018443) +V 927: Pos(7.0, 1.6, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.903689, 0.018443) +V 928: Pos(-15.9, 1.6, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.852459, 0.487705) +V 929: Pos(-2.2, 1.6, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.903689, 0.206967) +V 930: Pos(-9.0, 1.6, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.903689, 0.346311) +V 931: Pos(-9.0, 1.6, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.862705, 0.346311) +V 932: Pos(5.799999, 1.6, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.862705, 0.043033) +V 933: Pos(5.799999, 1.6, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.903689, 0.043033) +V 934: Pos(-1.0, 1.6, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.903689, 0.182377) +V 935: Pos(7.9, 1.4, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.590164, 0.901639) +V 936: Pos(7.0, 1.4, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.913935, 0.469262) +V 937: Pos(7.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.954918, 0.469262) +V 938: Pos(7.9, 1.4, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.954918, 0.487705) +V 939: Pos(-15.9, 1.4, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.903689, 0.0) +V 940: Pos(-15.9, 1.4, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.954918, 0.0) +V 941: Pos(-10.200001, 1.4, 7.0) Norm(0.301514, -0.904533, -0.301511) UV(0.913935, 0.116803) +V 942: Pos(-10.200001, 1.4, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.954918, 0.116803) +V 943: Pos(-1.0, 1.4, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.954918, 0.305328) +V 944: Pos(5.799999, 1.4, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.954918, 0.444672) +V 945: Pos(5.799999, 1.4, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.913935, 0.444672) +V 946: Pos(-9.0, 1.4, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.913935, 0.141393) +V 947: Pos(-9.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.954918, 0.141393) +V 948: Pos(-2.2, 1.4, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.954918, 0.280738) +V 949: Pos(-2.2, 1.6, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.967214, 0.944672) +V 950: Pos(5.799999, 1.6, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.971312, 0.930328) +V 951: Pos(7.0, 1.4, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.692624, 0.963115) +V 952: Pos(-10.200001, 1.6, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.256148) +V 953: Pos(-15.9, 1.4, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.971312, 0.487705) +V 954: Pos(-10.200001, 1.4, 7.0) Norm(0.301514, -0.904533, -0.301511) UV(0.610656, 0.901639) +V 955: Pos(-9.0, 1.6, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.614754, 0.942623) +V 956: Pos(-9.0, 1.4, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.668033, 0.987705) +V 957: Pos(-2.2, 1.6, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.614754, 0.901639) +V 958: Pos(-1.0, 1.6, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.622951, 0.942623) +V 959: Pos(-1.0, 1.4, 7.0) Norm(-0.301511, -0.904534, -0.30151) UV(0.684427, 0.987705) +V 960: Pos(5.799999, 1.6, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.622951, 0.901639) +V 961: Pos(7.0, 1.6, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.631148, 0.942623) +V 962: Pos(7.0, 1.4, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.672132, 0.987705) +V 963: Pos(-15.9, -1.4, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.594263, 0.901639) +V 964: Pos(-10.200001, -1.4, 7.0) Norm(0.301517, 0.904531, -0.301514) UV(0.862705, 0.858607) +V 965: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.903689, 0.858607) +V 966: Pos(-15.9, -1.4, 5.0) Norm(-0.577363, 0.577324, -0.577363) UV(0.903689, 0.97541) +V 967: Pos(7.9, -1.4, 5.0) Norm(0.577358, 0.577334, -0.577358) UV(0.903689, 0.487705) +V 968: Pos(7.0, -1.4, 7.0) Norm(-0.301518, 0.904532, -0.301511) UV(0.862705, 0.506147) +V 969: Pos(7.0, -1.4, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.903689, 0.506147) +V 970: Pos(-15.9, -1.4, 7.5) Norm(-0.577347, 0.577354, 0.577349) UV(0.852459, 0.97541) +V 971: Pos(-2.2, -1.4, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.903689, 0.694672) +V 972: Pos(-9.0, -1.4, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.903689, 0.834016) +V 973: Pos(-9.0, -1.4, 7.0) Norm(-0.301519, 0.904531, -0.301512) UV(0.862705, 0.834016) +V 974: Pos(5.799999, -1.4, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.862705, 0.530738) +V 975: Pos(5.799999, -1.4, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.903689, 0.530738) +V 976: Pos(-1.0, -1.4, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.903689, 0.670082) +V 977: Pos(7.9, -1.6, 7.5) Norm(0.577366, -0.577316, 0.577368) UV(0.598361, 0.901639) +V 978: Pos(7.0, -1.6, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.913935, 0.956967) +V 979: Pos(7.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.954918, 0.956967) +V 980: Pos(7.9, -1.6, 5.0) Norm(0.57737, -0.577337, -0.577344) UV(0.954918, 0.97541) +V 981: Pos(-15.9, -1.6, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.903689, 0.487705) +V 982: Pos(-15.9, -1.6, 5.0) Norm(-0.57736, -0.57733, -0.57736) UV(0.954919, 0.487705) +V 983: Pos(-10.200001, -1.6, 7.0) Norm(0.301514, -0.904533, -0.301512) UV(0.913935, 0.604508) +V 984: Pos(-10.200001, -1.6, 5.0) Norm(0.577352, -0.577345, -0.577354) UV(0.954919, 0.604508) +V 985: Pos(-1.0, -1.6, 5.0) Norm(-0.577364, -0.577329, -0.577357) UV(0.954919, 0.793033) +V 986: Pos(5.799999, -1.6, 5.0) Norm(0.577348, -0.577348, -0.577356) UV(0.954918, 0.932377) +V 987: Pos(5.799999, -1.6, 7.0) Norm(0.301519, -0.904531, -0.301512) UV(0.913935, 0.932377) +V 988: Pos(-9.0, -1.6, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.913935, 0.629098) +V 989: Pos(-9.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.954919, 0.629098) +V 990: Pos(-2.2, -1.6, 5.0) Norm(0.577357, -0.577329, -0.577365) UV(0.954919, 0.768443) +V 991: Pos(-2.2, -1.4, 5.0) Norm(0.577364, 0.577329, -0.577357) UV(0.971312, 0.790984) +V 992: Pos(5.799999, -1.4, 5.0) Norm(0.577355, 0.577348, -0.577348) UV(0.979509, 0.139344) +V 993: Pos(7.0, -1.6, 5.0) Norm(-0.577355, -0.577348, -0.577348) UV(0.229508, 0.965164) +V 994: Pos(-10.200001, -1.4, 5.0) Norm(0.57735, 0.57735, -0.57735) UV(0.979509, 0.372951) +V 995: Pos(-15.9, -1.6, 7.5) Norm(-0.577354, -0.577352, 0.577345) UV(0.971312, 0.97541) +V 996: Pos(-10.200001, -1.6, 7.0) Norm(0.301514, -0.904533, -0.301512) UV(0.635246, 0.901639) +V 997: Pos(-9.0, -1.4, 5.0) Norm(-0.577348, 0.577348, -0.577356) UV(0.639345, 0.942623) +V 998: Pos(-9.0, -1.6, 7.0) Norm(-0.301515, -0.904531, -0.301515) UV(0.67623, 0.987705) +V 999: Pos(-2.2, -1.4, 7.0) Norm(0.301511, 0.904534, -0.301511) UV(0.639345, 0.901639) +V 1000: Pos(-1.0, -1.4, 5.0) Norm(-0.577357, 0.577329, -0.577365) UV(0.647541, 0.942623) +V 1001: Pos(-1.0, -1.6, 7.0) Norm(-0.301511, -0.904534, -0.301512) UV(0.688525, 0.987705) +V 1002: Pos(5.799999, -1.4, 7.0) Norm(0.301515, 0.904531, -0.301515) UV(0.647541, 0.901639) +V 1003: Pos(7.0, -1.4, 5.0) Norm(-0.577356, 0.577356, -0.577338) UV(0.655738, 0.942623) +V 1004: Pos(7.0, -1.6, 7.0) Norm(-0.301515, -0.904532, -0.301515) UV(0.680328, 0.987705) +V 1005: Pos(-8.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.80123, 0.893443) +V 1006: Pos(-7.9, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.229508, 0.811475) +V 1007: Pos(-7.9, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.17623, 0.897541) +V 1008: Pos(-8.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.54918, 0.901639) +V 1009: Pos(-7.9, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.979509, 0.102459) +V 1010: Pos(-8.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.979509, 0.190574) +V 1011: Pos(-8.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.237705, 0.901639) +V 1012: Pos(-7.9, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.553279, 0.901639) +V 1013: Pos(-7.9, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.288935, 0.901639) +V 1014: Pos(-8.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.557377, 0.901639) +V 1015: Pos(-7.9, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.979509, 0.278689) +V 1016: Pos(-8.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.979509, 0.366803) +V 1017: Pos(-0.1, 5.9, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.340164, 0.901639) +V 1018: Pos(0.1, 5.9, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.561476, 0.901639) +V 1019: Pos(0.1, 1.6, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.391394, 0.901639) +V 1020: Pos(-0.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.565574, 0.901639) +V 1021: Pos(0.1, 1.6, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.979509, 0.454918) +V 1022: Pos(-0.1, 1.6, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.979509, 0.543033) +V 1023: Pos(-0.1, -1.6, 7.5) Norm(-0.577344, 0.577353, 0.577354) UV(0.442623, 0.901639) +V 1024: Pos(0.1, -1.6, 7.5) Norm(0.577347, 0.577352, 0.577352) UV(0.569672, 0.901639) +V 1025: Pos(0.1, -5.9, 7.5) Norm(0.577344, -0.577353, 0.577354) UV(0.493853, 0.901639) +V 1026: Pos(-0.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.573771, 0.901639) +V 1027: Pos(0.1, -5.9, 5.0) Norm(0.577347, -0.577352, -0.577352) UV(0.979509, 0.631148) +V 1028: Pos(-0.1, -5.9, 7.5) Norm(-0.577347, -0.577352, 0.577352) UV(0.979509, 0.719262) +V 1029: Pos(7.9, -0.6, 5.0) Norm(-0.577347, 0.577347, -0.577356) UV(0.204918, 0.780738) +V 1030: Pos(7.9, -5.9, 5.0) Norm(-0.577327, -0.577366, -0.577357) UV(0.204918, 0.889344) +V 1031: Pos(7.9, 5.9, 5.0) Norm(-0.577327, 0.577357, -0.577366) UV(0.204918, 0.647541) +V 1032: Pos(7.9, 0.6, 7.0) Norm(-0.904532, -0.301517, -0.301513) UV(0.163934, 0.756148) +V 1033: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.204918, 0.756148) +V 1034: Pos(8.1, 5.9, 7.5) Norm(0.577355, 0.577348, 0.577348) UV(0.577869, 0.901639) +V 1035: Pos(8.1, 0.6, 5.0) Norm(0.577345, -0.577352, -0.577354) UV(0.852459, 0.784836) +V 1036: Pos(8.1, 5.9, 5.0) Norm(0.577327, 0.577366, -0.577357) UV(0.852459, 0.893443) +V 1037: Pos(8.1, -5.9, 5.0) Norm(0.577327, -0.577357, -0.577366) UV(0.852459, 0.651639) +V 1038: Pos(8.1, -0.6, 7.0) Norm(0.904533, 0.301513, -0.301513) UV(0.811476, 0.760246) +V 1039: Pos(8.1, -0.6, 5.0) Norm(0.577348, 0.577355, -0.577348) UV(0.852459, 0.760246) +V 1040: Pos(7.9, -5.9, 7.5) Norm(-0.577355, -0.577348, 0.577348) UV(0.581967, 0.901639) +V 1041: Pos(7.9, -5.9, 5.0) Norm(-0.577327, -0.577366, -0.577357) UV(0.979509, 0.372951) +V 1042: Pos(8.1, 5.9, 5.0) Norm(0.577327, 0.577366, -0.577357) UV(0.975411, 0.590164) +V 1043: Pos(7.9, -5.9, 7.5) Norm(-0.577355, -0.577348, 0.577348) UV(0.221311, 0.647541) +V 1044: Pos(7.9, 0.6, 5.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.602459, 0.942623) +V 1045: Pos(8.1, -0.6, 7.0) Norm(0.904533, 0.301513, -0.301513) UV(0.606558, 0.901639) +V 1046: Pos(8.1, -0.6, 7.0) Norm(0.904533, 0.301513, -0.301513) UV(0.663935, 0.963115) +V 1047: Pos(-15.8, 1.4, 5.0) Norm(0.0, 0.0, 1.0) UV(0.147541, 0.647541) +V 1048: Pos(-15.8, -5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.647541) +V 1049: Pos(15.799999, -5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.0, 0.0) +V 1050: Pos(-15.8, 5.8, 5.0) Norm(0.0, 0.0, 1.0) UV(0.237705, 0.647541) +V 1051: Pos(-8.1, 5.9, 5.0) Norm(-0.577344, 0.577353, 0.577354) UV(0.088115, 0.897541) +V 1052: Pos(-7.9, 5.9, 5.0) Norm(0.577369, 0.577341, 0.577341) UV(0.979509, 0.590164) +V 1053: Pos(-7.9, 1.6, 5.0) Norm(0.577344, -0.577353, 0.577354) UV(0.17623, 0.897541) +V 1054: Pos(-8.1, 1.6, 5.0) Norm(-0.577369, -0.577341, 0.577341) UV(0.979509, 0.692623) +V 1055: Pos(-7.9, 1.6, 0.0) Norm(0.577369, -0.577341, -0.577341) UV(0.979509, 0.807377) +V 1056: Pos(-8.1, 1.6, 5.0) Norm(-0.577369, -0.577341, 0.577341) UV(0.979509, 0.895492) +V 1057: Pos(-16.0, 1.6, 5.0) Norm(-0.577348, 0.577349, 0.577354) UV(0.979509, 0.795082) +V 1058: Pos(-8.0, 1.6, 5.0) Norm(0.577356, 0.577347, 0.577347) UV(0.698771, 0.651639) +V 1059: Pos(-8.0, 1.4, 5.0) Norm(0.577348, -0.577349, 0.577354) UV(0.983607, 0.0) +V 1060: Pos(-16.0, 1.4, 5.0) Norm(-0.577356, -0.577347, 0.577347) UV(0.698771, 0.815574) +V 1061: Pos(-8.0, 1.4, 0.0) Norm(0.577356, -0.577347, -0.577347) UV(0.22541, 0.811475) +V 1062: Pos(-16.0, 1.4, 5.0) Norm(-0.577356, -0.577347, 0.577347) UV(0.229508, 0.811475) + +===Triangles (Indices): 754 +Tri: 0 1 2 +Tri: 3 4 5 +Tri: 6 7 8 +Tri: 9 10 11 +Tri: 12 13 14 +Tri: 15 16 17 +Tri: 18 19 20 +Tri: 21 22 23 +Tri: 24 21 25 +Tri: 26 27 28 +Tri: 29 30 31 +Tri: 32 33 34 +Tri: 35 36 37 +Tri: 28 38 39 +Tri: 40 41 27 +Tri: 42 24 43 +Tri: 44 45 46 +Tri: 47 48 49 +Tri: 50 51 52 +Tri: 53 54 55 +Tri: 56 57 58 +Tri: 59 60 61 +Tri: 62 63 64 +Tri: 65 66 67 +Tri: 68 69 70 +Tri: 71 72 73 +Tri: 74 75 76 +Tri: 67 77 78 +Tri: 79 64 66 +Tri: 80 81 82 +Tri: 83 84 85 +Tri: 86 87 88 +Tri: 89 90 91 +Tri: 92 93 94 +Tri: 95 96 97 +Tri: 98 99 100 +Tri: 101 102 103 +Tri: 104 105 106 +Tri: 107 108 109 +Tri: 110 111 112 +Tri: 113 114 115 +Tri: 116 117 118 +Tri: 119 120 121 +Tri: 122 123 124 +Tri: 125 126 127 +Tri: 128 129 130 +Tri: 131 132 133 +Tri: 134 135 136 +Tri: 137 138 139 +Tri: 140 141 142 +Tri: 143 144 145 +Tri: 146 147 148 +Tri: 149 150 151 +Tri: 152 153 154 +Tri: 155 156 157 +Tri: 158 159 160 +Tri: 161 162 163 +Tri: 164 165 166 +Tri: 167 168 169 +Tri: 170 171 172 +Tri: 173 174 175 +Tri: 176 177 178 +Tri: 179 180 181 +Tri: 182 183 184 +Tri: 185 186 187 +Tri: 188 189 190 +Tri: 191 192 193 +Tri: 194 195 196 +Tri: 197 198 199 +Tri: 200 201 202 +Tri: 203 204 205 +Tri: 206 207 208 +Tri: 209 210 211 +Tri: 212 213 214 +Tri: 215 216 217 +Tri: 218 219 220 +Tri: 221 222 223 +Tri: 224 225 226 +Tri: 227 228 229 +Tri: 230 231 232 +Tri: 233 234 235 +Tri: 236 237 238 +Tri: 239 240 241 +Tri: 242 243 244 +Tri: 245 246 247 +Tri: 248 249 250 +Tri: 251 248 252 +Tri: 253 254 255 +Tri: 256 257 258 +Tri: 259 260 261 +Tri: 262 263 264 +Tri: 255 265 266 +Tri: 267 268 254 +Tri: 269 251 270 +Tri: 271 272 273 +Tri: 274 275 276 +Tri: 277 278 279 +Tri: 280 281 282 +Tri: 283 284 285 +Tri: 286 287 288 +Tri: 289 290 291 +Tri: 292 293 294 +Tri: 295 296 297 +Tri: 298 299 300 +Tri: 301 302 303 +Tri: 294 304 305 +Tri: 306 291 293 +Tri: 307 308 309 +Tri: 310 311 312 +Tri: 313 314 315 +Tri: 316 317 318 +Tri: 319 320 321 +Tri: 322 323 324 +Tri: 325 326 327 +Tri: 328 329 330 +Tri: 331 332 333 +Tri: 334 335 336 +Tri: 337 338 339 +Tri: 340 341 342 +Tri: 343 344 345 +Tri: 346 347 348 +Tri: 349 350 351 +Tri: 352 353 354 +Tri: 355 356 357 +Tri: 358 359 360 +Tri: 361 362 363 +Tri: 364 365 366 +Tri: 367 368 369 +Tri: 370 371 372 +Tri: 373 374 375 +Tri: 376 377 378 +Tri: 379 380 381 +Tri: 382 383 384 +Tri: 385 386 387 +Tri: 388 389 390 +Tri: 391 392 393 +Tri: 394 395 396 +Tri: 397 398 399 +Tri: 400 401 402 +Tri: 403 404 405 +Tri: 406 407 408 +Tri: 409 410 411 +Tri: 412 413 414 +Tri: 415 416 417 +Tri: 418 419 420 +Tri: 421 422 423 +Tri: 424 425 426 +Tri: 427 428 429 +Tri: 430 431 432 +Tri: 433 434 435 +Tri: 436 437 438 +Tri: 439 440 441 +Tri: 442 443 444 +Tri: 445 446 447 +Tri: 448 449 450 +Tri: 451 452 453 +Tri: 454 455 456 +Tri: 457 458 459 +Tri: 460 461 462 +Tri: 463 464 465 +Tri: 466 467 468 +Tri: 469 470 471 +Tri: 472 473 474 +Tri: 475 476 477 +Tri: 478 479 480 +Tri: 481 482 483 +Tri: 484 485 486 +Tri: 487 488 489 +Tri: 490 491 492 +Tri: 493 494 495 +Tri: 496 497 498 +Tri: 499 500 501 +Tri: 502 503 504 +Tri: 505 506 507 +Tri: 508 509 510 +Tri: 511 512 513 +Tri: 514 515 516 +Tri: 517 518 519 +Tri: 520 521 522 +Tri: 523 524 525 +Tri: 526 527 528 +Tri: 529 530 531 +Tri: 532 533 534 +Tri: 535 536 537 +Tri: 538 539 540 +Tri: 541 542 543 +Tri: 544 545 546 +Tri: 547 548 549 +Tri: 550 551 552 +Tri: 553 554 555 +Tri: 556 557 558 +Tri: 559 560 561 +Tri: 562 563 564 +Tri: 565 566 567 +Tri: 568 569 570 +Tri: 571 572 573 +Tri: 574 575 576 +Tri: 577 578 579 +Tri: 580 581 582 +Tri: 583 584 585 +Tri: 586 587 588 +Tri: 589 590 591 +Tri: 592 593 594 +Tri: 595 596 597 +Tri: 598 599 600 +Tri: 601 602 603 +Tri: 604 605 606 +Tri: 607 608 609 +Tri: 610 611 612 +Tri: 613 614 615 +Tri: 616 617 618 +Tri: 619 620 621 +Tri: 622 623 624 +Tri: 625 626 627 +Tri: 628 629 630 +Tri: 631 632 633 +Tri: 634 635 636 +Tri: 637 638 639 +Tri: 640 641 642 +Tri: 643 644 645 +Tri: 646 647 648 +Tri: 649 650 651 +Tri: 652 653 654 +Tri: 655 656 657 +Tri: 658 659 660 +Tri: 661 662 663 +Tri: 664 665 666 +Tri: 667 668 669 +Tri: 670 671 672 +Tri: 673 674 675 +Tri: 676 677 678 +Tri: 679 680 681 +Tri: 682 683 684 +Tri: 685 686 687 +Tri: 688 689 690 +Tri: 691 692 693 +Tri: 694 695 696 +Tri: 697 698 699 +Tri: 700 701 702 +Tri: 703 704 705 +Tri: 706 707 708 +Tri: 709 710 711 +Tri: 712 713 714 +Tri: 715 716 717 +Tri: 718 719 720 +Tri: 721 722 723 +Tri: 724 725 726 +Tri: 727 728 729 +Tri: 730 731 732 +Tri: 733 734 735 +Tri: 736 737 738 +Tri: 0 739 1 +Tri: 3 740 4 +Tri: 6 741 7 +Tri: 9 742 10 +Tri: 12 743 13 +Tri: 15 744 16 +Tri: 18 745 19 +Tri: 21 746 22 +Tri: 746 21 747 +Tri: 21 29 41 +Tri: 747 21 54 +Tri: 29 31 748 +Tri: 29 748 749 +Tri: 54 21 750 +Tri: 750 21 51 +Tri: 29 749 33 +Tri: 29 33 751 +Tri: 51 21 752 +Tri: 752 21 48 +Tri: 29 751 36 +Tri: 29 36 753 +Tri: 48 21 754 +Tri: 754 21 45 +Tri: 29 753 38 +Tri: 29 38 755 +Tri: 45 21 756 +Tri: 756 21 24 +Tri: 29 755 41 +Tri: 41 25 21 +Tri: 757 29 758 +Tri: 29 26 758 +Tri: 26 23 27 +Tri: 23 22 53 +Tri: 23 53 55 +Tri: 31 30 759 +Tri: 759 758 26 +Tri: 23 55 50 +Tri: 23 50 52 +Tri: 31 759 760 +Tri: 759 26 760 +Tri: 23 52 47 +Tri: 23 47 49 +Tri: 761 760 26 +Tri: 749 748 761 +Tri: 762 749 761 +Tri: 23 49 44 +Tri: 23 44 46 +Tri: 762 761 26 +Tri: 34 762 26 +Tri: 23 46 42 +Tri: 23 42 43 +Tri: 32 34 26 +Tri: 37 32 26 +Tri: 23 43 40 +Tri: 23 40 27 +Tri: 35 37 26 +Tri: 39 35 26 +Tri: 28 39 26 +Tri: 29 757 30 +Tri: 32 751 33 +Tri: 35 753 36 +Tri: 28 755 38 +Tri: 40 25 41 +Tri: 42 756 24 +Tri: 44 754 45 +Tri: 47 752 48 +Tri: 50 750 51 +Tri: 53 747 54 +Tri: 56 763 57 +Tri: 59 764 60 +Tri: 765 60 764 +Tri: 62 65 766 +Tri: 65 767 766 +Tri: 765 764 93 +Tri: 764 62 64 +Tri: 93 764 768 +Tri: 768 764 90 +Tri: 62 766 769 +Tri: 62 769 770 +Tri: 90 764 771 +Tri: 771 764 87 +Tri: 62 770 69 +Tri: 62 69 772 +Tri: 87 764 773 +Tri: 773 764 84 +Tri: 62 772 72 +Tri: 62 72 774 +Tri: 84 764 775 +Tri: 775 764 81 +Tri: 62 774 75 +Tri: 62 75 776 +Tri: 81 764 777 +Tri: 777 764 64 +Tri: 62 776 77 +Tri: 62 77 63 +Tri: 778 767 65 +Tri: 65 59 66 +Tri: 59 61 92 +Tri: 59 92 94 +Tri: 770 769 778 +Tri: 59 94 89 +Tri: 59 89 91 +Tri: 779 770 778 +Tri: 59 91 86 +Tri: 59 86 88 +Tri: 779 778 65 +Tri: 70 779 65 +Tri: 59 88 83 +Tri: 59 83 85 +Tri: 68 70 65 +Tri: 73 68 65 +Tri: 59 85 80 +Tri: 59 80 82 +Tri: 71 73 65 +Tri: 76 71 65 +Tri: 59 82 79 +Tri: 59 79 66 +Tri: 74 76 65 +Tri: 78 74 65 +Tri: 67 78 65 +Tri: 68 772 69 +Tri: 71 774 72 +Tri: 74 776 75 +Tri: 67 63 77 +Tri: 79 777 64 +Tri: 80 775 81 +Tri: 83 773 84 +Tri: 86 771 87 +Tri: 89 768 90 +Tri: 92 765 93 +Tri: 95 780 96 +Tri: 98 781 99 +Tri: 101 782 102 +Tri: 104 783 105 +Tri: 107 784 108 +Tri: 110 785 111 +Tri: 113 786 114 +Tri: 116 787 117 +Tri: 119 788 120 +Tri: 122 789 123 +Tri: 125 790 126 +Tri: 128 791 129 +Tri: 131 792 132 +Tri: 134 793 135 +Tri: 137 794 138 +Tri: 140 795 141 +Tri: 143 796 144 +Tri: 146 797 147 +Tri: 149 798 150 +Tri: 152 799 153 +Tri: 155 800 156 +Tri: 158 801 159 +Tri: 161 802 162 +Tri: 164 803 165 +Tri: 167 804 168 +Tri: 170 805 171 +Tri: 173 806 174 +Tri: 176 807 177 +Tri: 179 808 180 +Tri: 182 809 183 +Tri: 185 810 186 +Tri: 188 811 189 +Tri: 191 812 192 +Tri: 194 813 195 +Tri: 197 814 198 +Tri: 200 815 201 +Tri: 203 816 204 +Tri: 206 817 207 +Tri: 209 818 210 +Tri: 212 819 213 +Tri: 215 820 216 +Tri: 218 821 219 +Tri: 221 822 222 +Tri: 224 823 225 +Tri: 227 824 228 +Tri: 230 825 231 +Tri: 233 826 234 +Tri: 236 827 237 +Tri: 239 828 240 +Tri: 242 829 243 +Tri: 245 830 246 +Tri: 248 831 249 +Tri: 831 248 832 +Tri: 248 256 268 +Tri: 832 248 281 +Tri: 256 258 833 +Tri: 256 833 834 +Tri: 281 248 835 +Tri: 835 248 278 +Tri: 256 834 260 +Tri: 256 260 836 +Tri: 278 248 837 +Tri: 837 248 275 +Tri: 256 836 263 +Tri: 256 263 838 +Tri: 275 248 839 +Tri: 839 248 272 +Tri: 256 838 265 +Tri: 256 265 840 +Tri: 272 248 841 +Tri: 841 248 251 +Tri: 256 840 268 +Tri: 268 252 248 +Tri: 842 256 843 +Tri: 256 253 843 +Tri: 253 250 254 +Tri: 250 249 280 +Tri: 250 280 282 +Tri: 258 257 844 +Tri: 844 843 253 +Tri: 250 282 277 +Tri: 250 277 279 +Tri: 258 844 845 +Tri: 844 253 845 +Tri: 250 279 274 +Tri: 250 274 276 +Tri: 846 845 253 +Tri: 834 833 846 +Tri: 847 834 846 +Tri: 250 276 271 +Tri: 250 271 273 +Tri: 847 846 253 +Tri: 261 847 253 +Tri: 250 273 269 +Tri: 250 269 270 +Tri: 259 261 253 +Tri: 264 259 253 +Tri: 250 270 267 +Tri: 250 267 254 +Tri: 262 264 253 +Tri: 266 262 253 +Tri: 255 266 253 +Tri: 256 842 257 +Tri: 259 836 260 +Tri: 262 838 263 +Tri: 255 840 265 +Tri: 267 252 268 +Tri: 269 841 251 +Tri: 271 839 272 +Tri: 274 837 275 +Tri: 277 835 278 +Tri: 280 832 281 +Tri: 283 848 284 +Tri: 286 849 287 +Tri: 850 287 849 +Tri: 289 292 851 +Tri: 292 852 851 +Tri: 850 849 320 +Tri: 849 289 291 +Tri: 320 849 853 +Tri: 853 849 317 +Tri: 289 851 854 +Tri: 289 854 855 +Tri: 317 849 856 +Tri: 856 849 314 +Tri: 289 855 296 +Tri: 289 296 857 +Tri: 314 849 858 +Tri: 858 849 311 +Tri: 289 857 299 +Tri: 289 299 859 +Tri: 311 849 860 +Tri: 860 849 308 +Tri: 289 859 302 +Tri: 289 302 861 +Tri: 308 849 862 +Tri: 862 849 291 +Tri: 289 861 304 +Tri: 289 304 290 +Tri: 863 852 292 +Tri: 292 286 293 +Tri: 286 288 319 +Tri: 286 319 321 +Tri: 855 854 863 +Tri: 286 321 316 +Tri: 286 316 318 +Tri: 864 855 863 +Tri: 286 318 313 +Tri: 286 313 315 +Tri: 864 863 292 +Tri: 297 864 292 +Tri: 286 315 310 +Tri: 286 310 312 +Tri: 295 297 292 +Tri: 300 295 292 +Tri: 286 312 307 +Tri: 286 307 309 +Tri: 298 300 292 +Tri: 303 298 292 +Tri: 286 309 306 +Tri: 286 306 293 +Tri: 301 303 292 +Tri: 305 301 292 +Tri: 294 305 292 +Tri: 295 857 296 +Tri: 298 859 299 +Tri: 301 861 302 +Tri: 294 290 304 +Tri: 306 862 291 +Tri: 307 860 308 +Tri: 310 858 311 +Tri: 313 856 314 +Tri: 316 853 317 +Tri: 319 850 320 +Tri: 322 865 323 +Tri: 325 866 326 +Tri: 328 867 329 +Tri: 331 868 332 +Tri: 334 869 335 +Tri: 337 870 338 +Tri: 340 871 341 +Tri: 343 872 344 +Tri: 346 873 347 +Tri: 349 874 350 +Tri: 352 875 353 +Tri: 355 876 356 +Tri: 358 877 359 +Tri: 361 878 362 +Tri: 364 879 365 +Tri: 367 880 368 +Tri: 370 881 371 +Tri: 373 882 374 +Tri: 376 883 377 +Tri: 379 884 380 +Tri: 382 885 383 +Tri: 385 886 386 +Tri: 388 887 389 +Tri: 391 888 392 +Tri: 394 889 395 +Tri: 397 890 398 +Tri: 400 891 401 +Tri: 403 892 404 +Tri: 406 893 407 +Tri: 409 894 410 +Tri: 412 895 413 +Tri: 415 896 416 +Tri: 418 897 419 +Tri: 421 898 422 +Tri: 424 899 425 +Tri: 427 900 428 +Tri: 430 901 431 +Tri: 433 902 434 +Tri: 436 903 437 +Tri: 439 904 440 +Tri: 442 905 443 +Tri: 445 906 446 +Tri: 448 907 449 +Tri: 451 908 452 +Tri: 454 909 455 +Tri: 457 910 458 +Tri: 460 911 461 +Tri: 463 912 464 +Tri: 466 913 467 +Tri: 469 914 470 +Tri: 472 915 473 +Tri: 475 916 476 +Tri: 478 917 479 +Tri: 481 918 482 +Tri: 484 919 485 +Tri: 487 920 488 +Tri: 490 921 491 +Tri: 922 923 924 +Tri: 493 925 926 +Tri: 925 927 926 +Tri: 922 924 928 +Tri: 929 930 931 +Tri: 931 922 928 +Tri: 928 493 495 +Tri: 493 926 932 +Tri: 932 933 934 +Tri: 493 932 494 +Tri: 495 929 931 +Tri: 932 934 494 +Tri: 495 931 928 +Tri: 496 935 497 +Tri: 936 937 938 +Tri: 939 940 941 +Tri: 940 942 941 +Tri: 936 938 499 +Tri: 943 944 945 +Tri: 945 936 499 +Tri: 499 939 500 +Tri: 939 941 946 +Tri: 946 947 948 +Tri: 939 946 500 +Tri: 501 943 945 +Tri: 946 948 500 +Tri: 501 945 499 +Tri: 502 949 503 +Tri: 505 950 506 +Tri: 508 951 509 +Tri: 511 952 512 +Tri: 514 953 515 +Tri: 517 954 518 +Tri: 520 955 521 +Tri: 523 956 524 +Tri: 526 957 527 +Tri: 529 958 530 +Tri: 532 959 533 +Tri: 535 960 536 +Tri: 538 961 539 +Tri: 541 962 542 +Tri: 544 963 545 +Tri: 964 965 966 +Tri: 547 967 968 +Tri: 967 969 968 +Tri: 964 966 970 +Tri: 971 972 973 +Tri: 973 964 970 +Tri: 970 547 549 +Tri: 547 968 974 +Tri: 974 975 976 +Tri: 547 974 548 +Tri: 549 971 973 +Tri: 974 976 548 +Tri: 549 973 970 +Tri: 550 977 551 +Tri: 978 979 980 +Tri: 981 982 983 +Tri: 982 984 983 +Tri: 978 980 553 +Tri: 985 986 987 +Tri: 987 978 553 +Tri: 553 981 554 +Tri: 981 983 988 +Tri: 988 989 990 +Tri: 981 988 554 +Tri: 555 985 987 +Tri: 988 990 554 +Tri: 555 987 553 +Tri: 556 991 557 +Tri: 559 992 560 +Tri: 562 993 563 +Tri: 565 994 566 +Tri: 568 995 569 +Tri: 571 996 572 +Tri: 574 997 575 +Tri: 577 998 578 +Tri: 580 999 581 +Tri: 583 1000 584 +Tri: 586 1001 587 +Tri: 589 1002 590 +Tri: 592 1003 593 +Tri: 595 1004 596 +Tri: 598 1005 599 +Tri: 601 1006 602 +Tri: 604 1007 605 +Tri: 607 1008 608 +Tri: 610 1009 611 +Tri: 613 1010 614 +Tri: 616 1011 617 +Tri: 619 1012 620 +Tri: 622 1013 623 +Tri: 625 1014 626 +Tri: 628 1015 629 +Tri: 631 1016 632 +Tri: 634 1017 635 +Tri: 637 1018 638 +Tri: 640 1019 641 +Tri: 643 1020 644 +Tri: 646 1021 647 +Tri: 649 1022 650 +Tri: 652 1023 653 +Tri: 655 1024 656 +Tri: 658 1025 659 +Tri: 661 1026 662 +Tri: 664 1027 665 +Tri: 667 1028 668 +Tri: 1029 1030 672 +Tri: 1030 670 672 +Tri: 671 1031 1032 +Tri: 1031 1033 1032 +Tri: 671 1032 672 +Tri: 673 1034 674 +Tri: 678 1035 1036 +Tri: 677 1037 1038 +Tri: 1037 1039 1038 +Tri: 678 1036 676 +Tri: 677 1038 678 +Tri: 679 1040 680 +Tri: 682 1041 683 +Tri: 685 1042 686 +Tri: 688 1043 689 +Tri: 691 1044 692 +Tri: 694 1045 695 +Tri: 697 1046 698 +Tri: 702 1047 1048 +Tri: 1048 1049 702 +Tri: 1049 700 702 +Tri: 700 1050 701 +Tri: 1050 1050 701 +Tri: 703 1051 704 +Tri: 706 1052 707 +Tri: 709 1053 710 +Tri: 712 1054 713 +Tri: 715 1055 716 +Tri: 718 1056 719 +Tri: 721 1057 722 +Tri: 724 1058 725 +Tri: 727 1059 728 +Tri: 730 1060 731 +Tri: 733 1061 734 +Tri: 736 1062 737 diff --git a/resources/w/exterior/int_stairs001.txt b/resources/w/exterior/int_stairs001.txt new file mode 100644 index 0000000..0f55889 --- /dev/null +++ b/resources/w/exterior/int_stairs001.txt @@ -0,0 +1,4858 @@ +===Vertices (Split by UV/Normal): 3211 +V 0: Pos(-8.0, 5.9, -0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.657895, 0.0) +V 1: Pos(-8.0, 5.9, 0.0) Norm(0.57735, 0.57735, 0.57735) UV(0.680845, 0.0) +V 2: Pos(-8.0, 1.6, 0.0) Norm(0.57735, -0.57735, 0.57735) UV(0.680845, 0.263158) +V 3: Pos(-8.0, 1.6, -0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.657895, 0.263158) +V 4: Pos(-8.0, 1.6, -0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.830784, 0.648715) +V 5: Pos(-8.0, 1.6, 0.0) Norm(0.57735, -0.57735, 0.57735) UV(0.807834, 0.648715) +V 6: Pos(-10.0, 1.6, 0.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.807834, 0.526316) +V 7: Pos(-10.0, 1.6, -0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.830784, 0.526316) +V 8: Pos(-10.0, 1.6, -0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.680845, 0.526316) +V 9: Pos(-10.0, 1.6, 0.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.657895, 0.526316) +V 10: Pos(-10.0, 5.9, 0.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.657895, 0.263158) +V 11: Pos(-10.0, 5.9, -0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.680845, 0.263158) +V 12: Pos(-10.0, 5.9, -0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.830784, 0.771114) +V 13: Pos(-10.0, 5.9, 0.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.807835, 0.771114) +V 14: Pos(-8.0, 5.9, 0.0) Norm(0.57735, 0.57735, 0.57735) UV(0.807835, 0.648715) +V 15: Pos(-8.0, 5.9, -0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.830784, 0.648715) +V 16: Pos(-8.0, 1.6, -0.375) Norm(0.57735, -0.57735, -0.57735) UV(-0.0, 0.0) +V 17: Pos(-10.0, 1.6, -0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.122399, 0.0) +V 18: Pos(-10.0, 5.9, -0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.122399, 0.263158) +V 19: Pos(-8.0, 5.9, -0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.0, 0.263158) +V 20: Pos(-10.0, 1.6, 0.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.122399, 0.0) +V 21: Pos(-8.0, 1.6, 0.0) Norm(0.57735, -0.57735, 0.57735) UV(0.244798, 0.0) +V 22: Pos(-8.0, 5.9, 0.0) Norm(0.57735, 0.57735, 0.57735) UV(0.244798, 0.263158) +V 23: Pos(-10.0, 5.9, 0.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.122399, 0.263158) +V 24: Pos(-9.775, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.321298, 0.985618) +V 25: Pos(-9.775, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.321298, 0.930538) +V 26: Pos(-9.775, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.324358, 0.930538) +V 27: Pos(-9.775, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.324358, 0.985618) +V 28: Pos(-9.775, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.962364, 0.936658) +V 29: Pos(-9.775, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.962364, 0.881579) +V 30: Pos(-9.825, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.965424, 0.881579) +V 31: Pos(-9.825, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.965424, 0.936658) +V 32: Pos(-9.825, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.965423, 0.173501) +V 33: Pos(-9.825, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.965423, 0.118421) +V 34: Pos(-9.825, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.968483, 0.118421) +V 35: Pos(-9.825, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.968483, 0.173501) +V 36: Pos(-9.825, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.965423, 0.22858) +V 37: Pos(-9.825, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.965423, 0.173501) +V 38: Pos(-9.775, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.968483, 0.173501) +V 39: Pos(-9.775, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.968483, 0.22858) +V 40: Pos(-9.775, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.807834, 0.4847) +V 41: Pos(-9.825, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.807834, 0.48164) +V 42: Pos(-9.825, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.810894, 0.48164) +V 43: Pos(-9.775, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.810894, 0.4847) +V 44: Pos(-9.825, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.810894, 0.4847) +V 45: Pos(-9.775, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.810894, 0.48164) +V 46: Pos(-9.775, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.813954, 0.48164) +V 47: Pos(-9.825, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.813954, 0.4847) +V 48: Pos(-10.0, 6.0, -0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.780295, 0.881579) +V 49: Pos(-10.0, 6.0, 0.125) Norm(0.57735, 0.57735, 0.57735) UV(0.757345, 0.881579) +V 50: Pos(-10.0, 4.065, 0.125) Norm(0.577351, -0.57735, 0.57735) UV(0.757345, 0.763158) +V 51: Pos(-10.0, 4.065, -0.25) Norm(0.577351, -0.57735, -0.57735) UV(0.780295, 0.763158) +V 52: Pos(-10.0, 4.065, -0.25) Norm(0.577351, -0.57735, -0.57735) UV(0.422277, 0.906059) +V 53: Pos(-10.0, 4.065, 0.125) Norm(0.577351, -0.57735, 0.57735) UV(0.399327, 0.906059) +V 54: Pos(-10.4, 4.065, 0.125) Norm(-0.57735, -0.577351, 0.57735) UV(0.399327, 0.881579) +V 55: Pos(-10.4, 4.065, -0.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.422277, 0.881579) +V 56: Pos(-10.4, 4.065, -0.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.376377, 0.881579) +V 57: Pos(-10.4, 4.065, 0.125) Norm(-0.57735, -0.577351, 0.57735) UV(0.353427, 0.881579) +V 58: Pos(-10.4, 6.0, 0.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.353427, 0.763158) +V 59: Pos(-10.4, 6.0, -0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.376377, 0.763158) +V 60: Pos(-10.4, 6.0, -0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.537026, 0.906059) +V 61: Pos(-10.4, 6.0, 0.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.514076, 0.906059) +V 62: Pos(-10.0, 6.0, 0.125) Norm(0.57735, 0.57735, 0.57735) UV(0.514076, 0.881579) +V 63: Pos(-10.0, 6.0, -0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.537026, 0.881579) +V 64: Pos(-10.0, 4.065, -0.25) Norm(0.577351, -0.57735, -0.57735) UV(0.726744, 0.236842) +V 65: Pos(-10.4, 4.065, -0.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.751224, 0.236842) +V 66: Pos(-10.4, 6.0, -0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.751224, 0.355263) +V 67: Pos(-10.0, 6.0, -0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.726744, 0.355263) +V 68: Pos(-10.4, 4.065, 0.125) Norm(-0.57735, -0.577351, 0.57735) UV(0.726744, 0.355263) +V 69: Pos(-10.0, 4.065, 0.125) Norm(0.577351, -0.57735, 0.57735) UV(0.751224, 0.355263) +V 70: Pos(-10.0, 6.0, 0.125) Norm(0.57735, 0.57735, 0.57735) UV(0.751224, 0.473684) +V 71: Pos(-10.4, 6.0, 0.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.726744, 0.473684) +V 72: Pos(-10.174999, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.324358, 0.985618) +V 73: Pos(-10.174999, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.324358, 0.930538) +V 74: Pos(-10.174999, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.327418, 0.930538) +V 75: Pos(-10.174999, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.327418, 0.985618) +V 76: Pos(-10.174999, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.117809, 0.928397) +V 77: Pos(-10.174999, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.117809, 0.873317) +V 78: Pos(-10.225, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.120869, 0.873317) +V 79: Pos(-10.225, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.120869, 0.928397) +V 80: Pos(-10.225, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.965424, 0.936658) +V 81: Pos(-10.225, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.965424, 0.881579) +V 82: Pos(-10.225, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.968484, 0.881579) +V 83: Pos(-10.225, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.968484, 0.936658) +V 84: Pos(-10.225, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.925643, 0.173501) +V 85: Pos(-10.225, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.925643, 0.118421) +V 86: Pos(-10.174999, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.928703, 0.118421) +V 87: Pos(-10.174999, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.928703, 0.173501) +V 88: Pos(-10.174999, 3.95, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.745104, 0.525704) +V 89: Pos(-10.225, 3.95, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.745104, 0.522644) +V 90: Pos(-10.225, 4.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.748164, 0.522644) +V 91: Pos(-10.174999, 4.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.748164, 0.525704) +V 92: Pos(-10.225, 3.95, 0.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.748164, 0.525704) +V 93: Pos(-10.174999, 3.95, 0.9) Norm(0.57735, -0.57735, 0.57735) UV(0.748164, 0.522644) +V 94: Pos(-10.174999, 4.0, 0.9) Norm(0.57735, 0.57735, 0.57735) UV(0.751224, 0.522644) +V 95: Pos(-10.225, 4.0, 0.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.751224, 0.525704) +V 96: Pos(-10.4, 6.0, -0.125) Norm(0.57735, 0.577351, -0.57735) UV(0.700735, 0.881579) +V 97: Pos(-10.4, 6.0, 0.25) Norm(0.57735, 0.577351, 0.57735) UV(0.677785, 0.881579) +V 98: Pos(-10.4, 4.065, 0.25) Norm(0.57735, -0.57735, 0.57735) UV(0.677785, 0.763158) +V 99: Pos(-10.4, 4.065, -0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.700735, 0.763158) +V 100: Pos(-10.4, 4.065, -0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.445227, 0.906059) +V 101: Pos(-10.4, 4.065, 0.25) Norm(0.57735, -0.57735, 0.57735) UV(0.422277, 0.906059) +V 102: Pos(-10.799999, 4.065, 0.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.422277, 0.881579) +V 103: Pos(-10.799999, 4.065, -0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.445227, 0.881579) +V 104: Pos(-10.799999, 4.065, -0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.916463, 0.118421) +V 105: Pos(-10.799999, 4.065, 0.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.893513, 0.118421) +V 106: Pos(-10.8, 6.0, 0.25) Norm(-0.577351, 0.57735, 0.57735) UV(0.893513, 0.0) +V 107: Pos(-10.8, 6.0, -0.125) Norm(-0.577351, 0.57735, -0.57735) UV(0.916463, 0.0) +V 108: Pos(-10.8, 6.0, -0.125) Norm(-0.577351, 0.57735, -0.57735) UV(0.847613, 0.146879) +V 109: Pos(-10.8, 6.0, 0.25) Norm(-0.577351, 0.57735, 0.57735) UV(0.824663, 0.146879) +V 110: Pos(-10.4, 6.0, 0.25) Norm(0.57735, 0.577351, 0.57735) UV(0.824663, 0.122399) +V 111: Pos(-10.4, 6.0, -0.125) Norm(0.57735, 0.577351, -0.57735) UV(0.847613, 0.122399) +V 112: Pos(-10.4, 4.065, -0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.0, 0.526316) +V 113: Pos(-10.799999, 4.065, -0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.02448, 0.526316) +V 114: Pos(-10.8, 6.0, -0.125) Norm(-0.577351, 0.57735, -0.57735) UV(0.02448, 0.644737) +V 115: Pos(-10.4, 6.0, -0.125) Norm(0.57735, 0.577351, -0.57735) UV(0.0, 0.644737) +V 116: Pos(-10.799999, 4.065, 0.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.02448, 0.526316) +V 117: Pos(-10.4, 4.065, 0.25) Norm(0.57735, -0.57735, 0.57735) UV(0.04896, 0.526316) +V 118: Pos(-10.4, 6.0, 0.25) Norm(0.57735, 0.577351, 0.57735) UV(0.04896, 0.644737) +V 119: Pos(-10.8, 6.0, 0.25) Norm(-0.577351, 0.57735, 0.57735) UV(0.02448, 0.644737) +V 120: Pos(-10.575, 4.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.330478, 0.985618) +V 121: Pos(-10.575, 4.0, 1.025) Norm(0.57735, 0.57735, 0.57735) UV(0.330478, 0.930538) +V 122: Pos(-10.575, 3.95, 1.025) Norm(0.57735, -0.57735, 0.57735) UV(0.333538, 0.930538) +V 123: Pos(-10.575, 3.95, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.333538, 0.985618) +V 124: Pos(-10.575, 3.95, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.807834, 0.969094) +V 125: Pos(-10.575, 3.95, 1.025) Norm(0.57735, -0.57735, 0.57735) UV(0.807834, 0.914015) +V 126: Pos(-10.625, 3.95, 1.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.810894, 0.914015) +V 127: Pos(-10.625, 3.95, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.810894, 0.969094) +V 128: Pos(-10.625, 3.95, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.841494, 0.969094) +V 129: Pos(-10.625, 3.95, 1.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.841494, 0.914015) +V 130: Pos(-10.625, 4.0, 1.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.844554, 0.914015) +V 131: Pos(-10.625, 4.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.844554, 0.969094) +V 132: Pos(-10.625, 4.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.810895, 0.969094) +V 133: Pos(-10.625, 4.0, 1.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.810895, 0.914015) +V 134: Pos(-10.575, 4.0, 1.025) Norm(0.57735, 0.57735, 0.57735) UV(0.813955, 0.914015) +V 135: Pos(-10.575, 4.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.813955, 0.969094) +V 136: Pos(-10.575, 3.95, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.813954, 0.4847) +V 137: Pos(-10.625, 3.95, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.813954, 0.48164) +V 138: Pos(-10.625, 4.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.817014, 0.48164) +V 139: Pos(-10.575, 4.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.817014, 0.4847) +V 140: Pos(-10.625, 3.95, 1.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.815484, 0.525704) +V 141: Pos(-10.575, 3.95, 1.025) Norm(0.57735, -0.57735, 0.57735) UV(0.815484, 0.522644) +V 142: Pos(-10.575, 4.0, 1.025) Norm(0.57735, 0.57735, 0.57735) UV(0.818544, 0.522644) +V 143: Pos(-10.625, 4.0, 1.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.818544, 0.525704) +V 144: Pos(-10.8, 6.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.893513, 0.118421) +V 145: Pos(-10.8, 6.0, 0.375) Norm(0.57735, 0.57735, 0.57735) UV(0.870563, 0.118421) +V 146: Pos(-10.799999, 4.065, 0.375) Norm(0.57735, -0.57735, 0.57735) UV(0.870563, -0.0) +V 147: Pos(-10.799999, 4.065, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.893513, -0.0) +V 148: Pos(-10.799999, 4.065, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.847613, 0.171359) +V 149: Pos(-10.799999, 4.065, 0.375) Norm(0.57735, -0.57735, 0.57735) UV(0.824663, 0.171359) +V 150: Pos(-11.2, 4.065, 0.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.824663, 0.146879) +V 151: Pos(-11.2, 4.065, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.847613, 0.146879) +V 152: Pos(-11.2, 4.065, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.899634, 0.644737) +V 153: Pos(-11.2, 4.065, 0.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.876684, 0.644737) +V 154: Pos(-11.2, 6.0, 0.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.876684, 0.526316) +V 155: Pos(-11.2, 6.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.899634, 0.526316) +V 156: Pos(-11.2, 6.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.468177, 0.906059) +V 157: Pos(-11.2, 6.0, 0.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.445227, 0.906059) +V 158: Pos(-10.8, 6.0, 0.375) Norm(0.57735, 0.57735, 0.57735) UV(0.445227, 0.881579) +V 159: Pos(-10.8, 6.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.468177, 0.881579) +V 160: Pos(-10.799999, 4.065, 0.0) Norm(0.57735, -0.57735, -0.57735) UV(0.097919, 0.526316) +V 161: Pos(-11.2, 4.065, 0.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.122399, 0.526316) +V 162: Pos(-11.2, 6.0, 0.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.122399, 0.644737) +V 163: Pos(-10.8, 6.0, 0.0) Norm(0.57735, 0.57735, -0.57735) UV(0.097919, 0.644737) +V 164: Pos(-11.2, 4.065, 0.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.122399, 0.526316) +V 165: Pos(-10.799999, 4.065, 0.375) Norm(0.57735, -0.57735, 0.57735) UV(0.146879, 0.526316) +V 166: Pos(-10.8, 6.0, 0.375) Norm(0.57735, 0.57735, 0.57735) UV(0.146879, 0.644737) +V 167: Pos(-11.2, 6.0, 0.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.122399, 0.644737) +V 168: Pos(-10.974999, 4.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.333538, 0.985618) +V 169: Pos(-10.974999, 4.0, 1.15) Norm(0.57735, 0.57735, 0.57735) UV(0.333538, 0.930538) +V 170: Pos(-10.974999, 3.95, 1.15) Norm(0.57735, -0.57735, 0.57735) UV(0.336598, 0.930538) +V 171: Pos(-10.974999, 3.95, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.336598, 0.985618) +V 172: Pos(-10.974999, 3.95, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.813954, 0.969094) +V 173: Pos(-10.974999, 3.95, 1.15) Norm(0.57735, -0.57735, 0.57735) UV(0.813954, 0.914015) +V 174: Pos(-11.025, 3.95, 1.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.817014, 0.914015) +V 175: Pos(-11.025, 3.95, 0.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.817014, 0.969094) +V 176: Pos(-11.025, 4.0, 1.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.820074, 0.914015) +V 177: Pos(-11.025, 4.0, 0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.820074, 0.969094) +V 178: Pos(-10.974999, 4.0, 1.15) Norm(0.57735, 0.57735, 0.57735) UV(0.823134, 0.914015) +V 179: Pos(-10.974999, 4.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.823134, 0.969094) +V 180: Pos(-10.974999, 3.95, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.817014, 0.48164) +V 181: Pos(-11.025, 3.95, 0.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.820074, 0.48164) +V 182: Pos(-11.025, 4.0, 0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.820074, 0.4847) +V 183: Pos(-10.974999, 4.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.817014, 0.4847) +V 184: Pos(-11.025, 3.95, 1.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.818544, 0.525704) +V 185: Pos(-10.974999, 3.95, 1.15) Norm(0.57735, -0.57735, 0.57735) UV(0.818544, 0.522644) +V 186: Pos(-10.974999, 4.0, 1.15) Norm(0.57735, 0.57735, 0.57735) UV(0.821604, 0.522644) +V 187: Pos(-11.025, 4.0, 1.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.821604, 0.525704) +V 188: Pos(-11.2, 6.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.922584, 0.644737) +V 189: Pos(-11.2, 6.0, 0.5) Norm(0.57735, 0.57735, 0.57735) UV(0.899634, 0.644737) +V 190: Pos(-11.2, 4.065, 0.5) Norm(0.57735, -0.57735, 0.57735) UV(0.899634, 0.526316) +V 191: Pos(-11.2, 4.065, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.922584, 0.526316) +V 192: Pos(-11.2, 4.065, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.818544, 0.522644) +V 193: Pos(-11.2, 4.065, 0.5) Norm(0.57735, -0.57735, 0.57735) UV(0.795594, 0.522644) +V 194: Pos(-11.6, 4.065, 0.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.795594, 0.498164) +V 195: Pos(-11.6, 4.065, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.818544, 0.498164) +V 196: Pos(-11.6, 4.065, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.899634, 0.763158) +V 197: Pos(-11.6, 4.065, 0.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.876684, 0.763158) +V 198: Pos(-11.6, 6.0, 0.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.876684, 0.644737) +V 199: Pos(-11.6, 6.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.899634, 0.644737) +V 200: Pos(-11.6, 6.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.841493, 0.522644) +V 201: Pos(-11.6, 6.0, 0.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.818544, 0.522644) +V 202: Pos(-11.2, 6.0, 0.5) Norm(0.57735, 0.57735, 0.57735) UV(0.818544, 0.498164) +V 203: Pos(-11.2, 6.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.841493, 0.498164) +V 204: Pos(-11.2, 4.065, 0.125) Norm(0.57735, -0.57735, -0.57735) UV(0.146879, 0.526316) +V 205: Pos(-11.6, 4.065, 0.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.171359, 0.526316) +V 206: Pos(-11.6, 6.0, 0.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.171359, 0.644737) +V 207: Pos(-11.2, 6.0, 0.125) Norm(0.57735, 0.57735, -0.57735) UV(0.146879, 0.644737) +V 208: Pos(-11.6, 4.065, 0.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.171359, 0.526316) +V 209: Pos(-11.2, 4.065, 0.5) Norm(0.57735, -0.57735, 0.57735) UV(0.195839, 0.526316) +V 210: Pos(-11.2, 6.0, 0.5) Norm(0.57735, 0.57735, 0.57735) UV(0.195839, 0.644737) +V 211: Pos(-11.6, 6.0, 0.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.171359, 0.644737) +V 212: Pos(-11.375, 4.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.339658, 0.985618) +V 213: Pos(-11.375, 4.0, 1.275) Norm(0.57735, 0.57735, 0.57735) UV(0.339658, 0.930538) +V 214: Pos(-11.375, 3.95, 1.275) Norm(0.57735, -0.57735, 0.57735) UV(0.342718, 0.930538) +V 215: Pos(-11.375, 3.95, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.342718, 0.985618) +V 216: Pos(-11.375, 3.95, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.823134, 0.969094) +V 217: Pos(-11.375, 3.95, 1.275) Norm(0.57735, -0.57735, 0.57735) UV(0.823134, 0.914015) +V 218: Pos(-11.425, 3.95, 1.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.826194, 0.914015) +V 219: Pos(-11.425, 3.95, 0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.826194, 0.969094) +V 220: Pos(-11.425, 4.0, 1.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.829254, 0.914015) +V 221: Pos(-11.425, 4.0, 0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.829254, 0.969094) +V 222: Pos(-11.375, 4.0, 1.275) Norm(0.57735, 0.57735, 0.57735) UV(0.832314, 0.914015) +V 223: Pos(-11.375, 4.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.832314, 0.969094) +V 224: Pos(-11.375, 3.95, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.820074, 0.48164) +V 225: Pos(-11.425, 3.95, 0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.823134, 0.48164) +V 226: Pos(-11.425, 4.0, 0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.823134, 0.4847) +V 227: Pos(-11.375, 4.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.820074, 0.4847) +V 228: Pos(-11.425, 3.95, 1.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.821604, 0.525704) +V 229: Pos(-11.375, 3.95, 1.275) Norm(0.57735, -0.57735, 0.57735) UV(0.821604, 0.522644) +V 230: Pos(-11.375, 4.0, 1.275) Norm(0.57735, 0.57735, 0.57735) UV(0.824664, 0.522644) +V 231: Pos(-11.425, 4.0, 1.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.824664, 0.525704) +V 232: Pos(-11.6, 6.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.806305, 0.881579) +V 233: Pos(-11.6, 6.0, 0.625) Norm(0.57735, 0.57735, 0.57735) UV(0.783355, 0.881579) +V 234: Pos(-11.599999, 4.065, 0.625) Norm(0.57735, -0.57735, 0.57735) UV(0.783355, 0.763158) +V 235: Pos(-11.599999, 4.065, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.806305, 0.763158) +V 236: Pos(-11.599999, 4.065, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.847613, 0.195839) +V 237: Pos(-11.599999, 4.065, 0.625) Norm(0.57735, -0.57735, 0.57735) UV(0.824663, 0.195839) +V 238: Pos(-12.0, 4.065, 0.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.824663, 0.171359) +V 239: Pos(-12.0, 4.065, 0.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.847613, 0.171359) +V 240: Pos(-12.0, 4.065, 0.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.899634, 0.881579) +V 241: Pos(-12.0, 4.065, 0.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.876684, 0.881579) +V 242: Pos(-12.0, 6.0, 0.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.876684, 0.763158) +V 243: Pos(-12.0, 6.0, 0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.899634, 0.763158) +V 244: Pos(-12.0, 6.0, 0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.491126, 0.906059) +V 245: Pos(-12.0, 6.0, 0.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.468177, 0.906059) +V 246: Pos(-11.6, 6.0, 0.625) Norm(0.57735, 0.57735, 0.57735) UV(0.468177, 0.881579) +V 247: Pos(-11.6, 6.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.491126, 0.881579) +V 248: Pos(-11.599999, 4.065, 0.25) Norm(0.57735, -0.57735, -0.57735) UV(0.195839, 0.526316) +V 249: Pos(-12.0, 4.065, 0.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.220319, 0.526316) +V 250: Pos(-12.0, 6.0, 0.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.220319, 0.644737) +V 251: Pos(-11.6, 6.0, 0.25) Norm(0.57735, 0.57735, -0.57735) UV(0.195839, 0.644737) +V 252: Pos(-12.0, 4.065, 0.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.220318, 0.526316) +V 253: Pos(-11.599999, 4.065, 0.625) Norm(0.57735, -0.57735, 0.57735) UV(0.244798, 0.526316) +V 254: Pos(-11.6, 6.0, 0.625) Norm(0.57735, 0.57735, 0.57735) UV(0.244798, 0.644737) +V 255: Pos(-12.0, 6.0, 0.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.220318, 0.644737) +V 256: Pos(-11.775, 4.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.336598, 0.985618) +V 257: Pos(-11.775, 4.0, 1.4) Norm(0.57735, 0.57735, 0.57735) UV(0.336598, 0.930538) +V 258: Pos(-11.775, 3.95, 1.4) Norm(0.57735, -0.57735, 0.57735) UV(0.339658, 0.930538) +V 259: Pos(-11.775, 3.95, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.339658, 0.985618) +V 260: Pos(-11.775, 3.95, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.832314, 0.969094) +V 261: Pos(-11.775, 3.95, 1.4) Norm(0.57735, -0.57735, 0.57735) UV(0.832314, 0.914015) +V 262: Pos(-11.825, 3.95, 1.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.835374, 0.914015) +V 263: Pos(-11.825, 3.95, 0.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.835374, 0.969094) +V 264: Pos(-11.825, 4.0, 1.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.838434, 0.914015) +V 265: Pos(-11.825, 4.0, 0.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.838434, 0.969094) +V 266: Pos(-11.775, 4.0, 1.4) Norm(0.57735, 0.57735, 0.57735) UV(0.841494, 0.914015) +V 267: Pos(-11.775, 4.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.841494, 0.969094) +V 268: Pos(-11.775, 3.95, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.823134, 0.48164) +V 269: Pos(-11.825, 3.95, 0.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.826194, 0.48164) +V 270: Pos(-11.825, 4.0, 0.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.826194, 0.4847) +V 271: Pos(-11.775, 4.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.823134, 0.4847) +V 272: Pos(-11.825, 3.95, 1.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.824664, 0.525704) +V 273: Pos(-11.775, 3.95, 1.4) Norm(0.57735, -0.57735, 0.57735) UV(0.824664, 0.522644) +V 274: Pos(-11.775, 4.0, 1.4) Norm(0.57735, 0.57735, 0.57735) UV(0.827724, 0.522644) +V 275: Pos(-11.825, 4.0, 1.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.827724, 0.525704) +V 276: Pos(-12.0, 6.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.914933, 0.355263) +V 277: Pos(-12.0, 6.0, 0.75) Norm(0.57735, 0.57735, 0.57735) UV(0.891983, 0.355263) +V 278: Pos(-12.0, 4.065, 0.75) Norm(0.57735, -0.57735, 0.57735) UV(0.891983, 0.236842) +V 279: Pos(-12.0, 4.065, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.914933, 0.236842) +V 280: Pos(-12.0, 4.065, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.514076, 0.906059) +V 281: Pos(-12.0, 4.065, 0.75) Norm(0.57735, -0.57735, 0.57735) UV(0.491126, 0.906059) +V 282: Pos(-12.4, 4.065, 0.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.491126, 0.881579) +V 283: Pos(-12.4, 4.065, 0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.514076, 0.881579) +V 284: Pos(-12.4, 4.065, 0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.876684, 0.881579) +V 285: Pos(-12.4, 4.065, 0.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.853734, 0.881579) +V 286: Pos(-12.4, 6.0, 0.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.853734, 0.763158) +V 287: Pos(-12.4, 6.0, 0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.876684, 0.763158) +V 288: Pos(-12.4, 6.0, 0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.307528, 0.906059) +V 289: Pos(-12.4, 6.0, 0.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.284578, 0.906059) +V 290: Pos(-12.0, 6.0, 0.75) Norm(0.57735, 0.57735, 0.57735) UV(0.284578, 0.881579) +V 291: Pos(-12.0, 6.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.307528, 0.881579) +V 292: Pos(-12.0, 4.065, 0.375) Norm(0.57735, -0.57735, -0.57735) UV(0.02448, 0.644737) +V 293: Pos(-12.4, 4.065, 0.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.04896, 0.644737) +V 294: Pos(-12.4, 6.0, 0.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.04896, 0.763158) +V 295: Pos(-12.0, 6.0, 0.375) Norm(0.57735, 0.57735, -0.57735) UV(0.02448, 0.763158) +V 296: Pos(-12.4, 4.065, 0.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.04896, 0.644737) +V 297: Pos(-12.0, 4.065, 0.75) Norm(0.57735, -0.57735, 0.57735) UV(0.073439, 0.644737) +V 298: Pos(-12.0, 6.0, 0.75) Norm(0.57735, 0.57735, 0.57735) UV(0.073439, 0.763158) +V 299: Pos(-12.4, 6.0, 0.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.04896, 0.763158) +V 300: Pos(-12.174999, 4.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.913404, 0.961138) +V 301: Pos(-12.174999, 4.0, 1.525) Norm(0.57735, 0.57735, 0.57735) UV(0.913404, 0.906059) +V 302: Pos(-12.174999, 3.949999, 1.525) Norm(0.57735, -0.57735, 0.57735) UV(0.916464, 0.906059) +V 303: Pos(-12.174999, 3.949999, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.916464, 0.961138) +V 304: Pos(-12.174999, 3.949999, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.925643, 0.22858) +V 305: Pos(-12.174999, 3.949999, 1.525) Norm(0.57735, -0.57735, 0.57735) UV(0.925643, 0.173501) +V 306: Pos(-12.225, 3.949999, 1.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.928703, 0.173501) +V 307: Pos(-12.225, 3.949999, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.928703, 0.22858) +V 308: Pos(-12.225, 3.949999, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.916464, 0.961138) +V 309: Pos(-12.225, 3.949999, 1.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.916464, 0.906059) +V 310: Pos(-12.225, 4.0, 1.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.919524, 0.906059) +V 311: Pos(-12.225, 4.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.919524, 0.961138) +V 312: Pos(-12.225, 4.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.928703, 0.173501) +V 313: Pos(-12.225, 4.0, 1.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.928703, 0.118421) +V 314: Pos(-12.174999, 4.0, 1.525) Norm(0.57735, 0.57735, 0.57735) UV(0.931763, 0.118421) +V 315: Pos(-12.174999, 4.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.931763, 0.173501) +V 316: Pos(-12.174999, 3.949999, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.751224, 0.525704) +V 317: Pos(-12.225, 3.949999, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.751224, 0.522644) +V 318: Pos(-12.225, 4.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.754284, 0.522644) +V 319: Pos(-12.174999, 4.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.754284, 0.525704) +V 320: Pos(-12.225, 3.949999, 1.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.754284, 0.525704) +V 321: Pos(-12.174999, 3.949999, 1.525) Norm(0.57735, -0.57735, 0.57735) UV(0.754284, 0.522644) +V 322: Pos(-12.174999, 4.0, 1.525) Norm(0.57735, 0.57735, 0.57735) UV(0.757344, 0.522644) +V 323: Pos(-12.225, 4.0, 1.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.757344, 0.525704) +V 324: Pos(-12.4, 6.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.830784, 0.889535) +V 325: Pos(-12.4, 6.0, 0.875) Norm(0.57735, 0.57735, 0.57735) UV(0.807835, 0.889535) +V 326: Pos(-12.4, 4.065, 0.875) Norm(0.57735, -0.57735, 0.57735) UV(0.807835, 0.771114) +V 327: Pos(-12.4, 4.065, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.830784, 0.771114) +V 328: Pos(-12.4, 4.065, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.559976, 0.906059) +V 329: Pos(-12.4, 4.065, 0.875) Norm(0.57735, -0.57735, 0.57735) UV(0.537026, 0.906059) +V 330: Pos(-12.799999, 4.065, 0.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.537026, 0.881579) +V 331: Pos(-12.799999, 4.065, 0.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.559976, 0.881579) +V 332: Pos(-12.799999, 4.065, 0.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.922584, 0.763158) +V 333: Pos(-12.799999, 4.065, 0.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.899634, 0.763158) +V 334: Pos(-12.799999, 6.0, 0.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.899634, 0.644737) +V 335: Pos(-12.799999, 6.0, 0.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.922584, 0.644737) +V 336: Pos(-12.799999, 6.0, 0.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.582926, 0.906059) +V 337: Pos(-12.799999, 6.0, 0.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.559976, 0.906059) +V 338: Pos(-12.4, 6.0, 0.875) Norm(0.57735, 0.57735, 0.57735) UV(0.559976, 0.881579) +V 339: Pos(-12.4, 6.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.582926, 0.881579) +V 340: Pos(-12.4, 4.065, 0.5) Norm(0.57735, -0.57735, -0.57735) UV(0.07344, 0.644737) +V 341: Pos(-12.799999, 4.065, 0.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.097919, 0.644737) +V 342: Pos(-12.799999, 6.0, 0.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.097919, 0.763158) +V 343: Pos(-12.4, 6.0, 0.5) Norm(0.57735, 0.57735, -0.57735) UV(0.07344, 0.763158) +V 344: Pos(-12.799999, 4.065, 0.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.097919, 0.644737) +V 345: Pos(-12.4, 4.065, 0.875) Norm(0.57735, -0.57735, 0.57735) UV(0.122399, 0.644737) +V 346: Pos(-12.4, 6.0, 0.875) Norm(0.57735, 0.57735, 0.57735) UV(0.122399, 0.763158) +V 347: Pos(-12.799999, 6.0, 0.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.097919, 0.763158) +V 348: Pos(-12.575, 4.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.959303, 0.173501) +V 349: Pos(-12.575, 4.0, 1.65) Norm(0.57735, 0.57735, 0.57735) UV(0.959303, 0.118421) +V 350: Pos(-12.575, 3.949999, 1.65) Norm(0.57735, -0.57735, 0.57735) UV(0.962363, 0.118421) +V 351: Pos(-12.575, 3.949999, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.962363, 0.173501) +V 352: Pos(-12.575, 3.949999, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.959303, 0.22858) +V 353: Pos(-12.575, 3.949999, 1.65) Norm(0.57735, -0.57735, 0.57735) UV(0.959303, 0.173501) +V 354: Pos(-12.625, 3.949999, 1.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.962363, 0.173501) +V 355: Pos(-12.625, 3.949999, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.962363, 0.22858) +V 356: Pos(-12.625, 3.949999, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.947063, 0.173501) +V 357: Pos(-12.625, 3.949999, 1.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.947063, 0.118421) +V 358: Pos(-12.625, 4.0, 1.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.950123, 0.118421) +V 359: Pos(-12.625, 4.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.950123, 0.173501) +V 360: Pos(-12.625, 4.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.959304, 0.936658) +V 361: Pos(-12.625, 4.0, 1.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.959304, 0.881579) +V 362: Pos(-12.575, 4.0, 1.65) Norm(0.57735, 0.57735, 0.57735) UV(0.962364, 0.881579) +V 363: Pos(-12.575, 4.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.962364, 0.936658) +V 364: Pos(-12.575, 3.949999, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.826194, 0.4847) +V 365: Pos(-12.625, 3.949999, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.826194, 0.48164) +V 366: Pos(-12.625, 4.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.829254, 0.48164) +V 367: Pos(-12.575, 4.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.829254, 0.4847) +V 368: Pos(-12.625, 3.949999, 1.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.827724, 0.525704) +V 369: Pos(-12.575, 3.949999, 1.65) Norm(0.57735, -0.57735, 0.57735) UV(0.827724, 0.522644) +V 370: Pos(-12.575, 4.0, 1.65) Norm(0.57735, 0.57735, 0.57735) UV(0.830784, 0.522644) +V 371: Pos(-12.625, 4.0, 1.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.830784, 0.525704) +V 372: Pos(-12.8, 6.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.853734, 0.889535) +V 373: Pos(-12.8, 6.0, 1.0) Norm(0.57735, 0.57735, 0.57735) UV(0.830784, 0.889535) +V 374: Pos(-12.8, 4.065, 1.0) Norm(0.57735, -0.57735, 0.57735) UV(0.830784, 0.771114) +V 375: Pos(-12.8, 4.065, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.853734, 0.771114) +V 376: Pos(-12.8, 4.065, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.330478, 0.906059) +V 377: Pos(-12.8, 4.065, 1.0) Norm(0.57735, -0.57735, 0.57735) UV(0.307528, 0.906059) +V 378: Pos(-13.2, 4.065, 1.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.307528, 0.881579) +V 379: Pos(-13.2, 4.065, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.330478, 0.881579) +V 380: Pos(-13.2, 4.065, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.891983, 0.355263) +V 381: Pos(-13.2, 4.065, 1.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.869033, 0.355263) +V 382: Pos(-13.2, 6.0, 1.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.869033, 0.236842) +V 383: Pos(-13.2, 6.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.891983, 0.236842) +V 384: Pos(-13.2, 6.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.605875, 0.906059) +V 385: Pos(-13.2, 6.0, 1.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.582926, 0.906059) +V 386: Pos(-12.8, 6.0, 1.0) Norm(0.57735, 0.57735, 0.57735) UV(0.582926, 0.881579) +V 387: Pos(-12.8, 6.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.605875, 0.881579) +V 388: Pos(-12.8, 4.065, 0.625) Norm(0.57735, -0.57735, -0.57735) UV(0.122399, 0.644737) +V 389: Pos(-13.2, 4.065, 0.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.146879, 0.644737) +V 390: Pos(-13.2, 6.0, 0.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.146879, 0.763158) +V 391: Pos(-12.8, 6.0, 0.625) Norm(0.57735, 0.57735, -0.57735) UV(0.122399, 0.763158) +V 392: Pos(-13.2, 4.065, 1.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.146879, 0.644737) +V 393: Pos(-12.8, 4.065, 1.0) Norm(0.57735, -0.57735, 0.57735) UV(0.171359, 0.644737) +V 394: Pos(-12.8, 6.0, 1.0) Norm(0.57735, 0.57735, 0.57735) UV(0.171359, 0.763158) +V 395: Pos(-13.2, 6.0, 1.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.146879, 0.763158) +V 396: Pos(-12.975, 4.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.947063, 0.22858) +V 397: Pos(-12.975, 4.0, 1.775) Norm(0.57735, 0.57735, 0.57735) UV(0.947063, 0.173501) +V 398: Pos(-12.975, 3.949999, 1.775) Norm(0.57735, -0.57735, 0.57735) UV(0.950123, 0.173501) +V 399: Pos(-12.975, 3.949999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.950123, 0.22858) +V 400: Pos(-12.975, 3.949999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.780295, 0.818237) +V 401: Pos(-12.975, 3.949999, 1.775) Norm(0.57735, -0.57735, 0.57735) UV(0.780295, 0.763158) +V 402: Pos(-13.025, 3.949999, 1.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.783355, 0.763158) +V 403: Pos(-13.025, 3.949999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.783355, 0.818237) +V 404: Pos(-13.025, 3.949999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.947064, 0.936658) +V 405: Pos(-13.025, 3.949999, 1.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.947064, 0.881579) +V 406: Pos(-13.025, 4.0, 1.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.950124, 0.881579) +V 407: Pos(-13.025, 4.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.950124, 0.936658) +V 408: Pos(-13.025, 4.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.780295, 0.873317) +V 409: Pos(-13.025, 4.0, 1.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.780295, 0.818237) +V 410: Pos(-12.975, 4.0, 1.775) Norm(0.57735, 0.57735, 0.57735) UV(0.783355, 0.818237) +V 411: Pos(-12.975, 4.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.783355, 0.873317) +V 412: Pos(-12.975, 3.949999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.854149, 0.226438) +V 413: Pos(-13.025, 3.949999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.857209, 0.226438) +V 414: Pos(-13.025, 4.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.857209, 0.229498) +V 415: Pos(-12.975, 4.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.854149, 0.229498) +V 416: Pos(-13.025, 3.949999, 1.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.854149, 0.23011) +V 417: Pos(-12.975, 3.949999, 1.775) Norm(0.57735, -0.57735, 0.57735) UV(0.857209, 0.23011) +V 418: Pos(-12.975, 4.0, 1.775) Norm(0.57735, 0.57735, 0.57735) UV(0.857209, 0.23317) +V 419: Pos(-13.025, 4.0, 1.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.854149, 0.23317) +V 420: Pos(-13.200001, 6.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.399327, 0.881579) +V 421: Pos(-13.200001, 6.0, 1.125) Norm(0.57735, 0.57735, 0.57735) UV(0.376377, 0.881579) +V 422: Pos(-13.200001, 4.065, 1.125) Norm(0.57735, -0.57735, 0.57735) UV(0.376377, 0.763158) +V 423: Pos(-13.200001, 4.065, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.399327, 0.763158) +V 424: Pos(-13.200001, 4.065, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.353427, 0.906059) +V 425: Pos(-13.200001, 4.065, 1.125) Norm(0.57735, -0.57735, 0.57735) UV(0.330478, 0.906059) +V 426: Pos(-13.6, 4.065, 1.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.330478, 0.881579) +V 427: Pos(-13.6, 4.065, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.353427, 0.881579) +V 428: Pos(-13.6, 4.065, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.962362, 0.118421) +V 429: Pos(-13.6, 4.065, 1.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.939413, 0.118421) +V 430: Pos(-13.6, 6.0, 1.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.939413, -0.0) +V 431: Pos(-13.6, 6.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.962362, -0.0) +V 432: Pos(-13.6, 6.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.376377, 0.906059) +V 433: Pos(-13.6, 6.0, 1.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.353427, 0.906059) +V 434: Pos(-13.200001, 6.0, 1.125) Norm(0.57735, 0.57735, 0.57735) UV(0.353427, 0.881579) +V 435: Pos(-13.200001, 6.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.376377, 0.881579) +V 436: Pos(-13.200001, 4.065, 0.75) Norm(0.57735, -0.57735, -0.57735) UV(0.171359, 0.644737) +V 437: Pos(-13.6, 4.065, 0.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.195839, 0.644737) +V 438: Pos(-13.6, 6.0, 0.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.195839, 0.763158) +V 439: Pos(-13.200001, 6.0, 0.75) Norm(0.57735, 0.57735, -0.57735) UV(0.171359, 0.763158) +V 440: Pos(-13.6, 4.065, 1.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.195839, 0.644737) +V 441: Pos(-13.200001, 4.065, 1.125) Norm(0.57735, -0.57735, 0.57735) UV(0.220318, 0.644737) +V 442: Pos(-13.200001, 6.0, 1.125) Norm(0.57735, 0.57735, 0.57735) UV(0.220318, 0.763158) +V 443: Pos(-13.6, 6.0, 1.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.195839, 0.763158) +V 444: Pos(-13.375, 4.0, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.962363, 0.173501) +V 445: Pos(-13.375, 4.0, 1.9) Norm(0.57735, 0.57735, 0.57735) UV(0.962363, 0.118421) +V 446: Pos(-13.375, 3.949999, 1.9) Norm(0.57735, -0.57735, 0.57735) UV(0.965423, 0.118421) +V 447: Pos(-13.375, 3.949999, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.965423, 0.173501) +V 448: Pos(-13.375, 3.949999, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.950123, 0.173501) +V 449: Pos(-13.375, 3.949999, 1.9) Norm(0.57735, -0.57735, 0.57735) UV(0.950123, 0.118421) +V 450: Pos(-13.425, 3.949999, 1.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.953183, 0.118421) +V 451: Pos(-13.425, 3.949999, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.953183, 0.173501) +V 452: Pos(-13.425, 3.949999, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.962363, 0.22858) +V 453: Pos(-13.425, 3.949999, 1.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.962363, 0.173501) +V 454: Pos(-13.425, 4.0, 1.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.965423, 0.173501) +V 455: Pos(-13.425, 4.0, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.965423, 0.22858) +V 456: Pos(-13.425, 4.0, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.950123, 0.22858) +V 457: Pos(-13.425, 4.0, 1.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.950123, 0.173501) +V 458: Pos(-13.375, 4.0, 1.9) Norm(0.57735, 0.57735, 0.57735) UV(0.953183, 0.173501) +V 459: Pos(-13.375, 4.0, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.953183, 0.22858) +V 460: Pos(-13.375, 3.949999, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.829254, 0.4847) +V 461: Pos(-13.425, 3.949999, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.829254, 0.48164) +V 462: Pos(-13.425, 4.0, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.832314, 0.48164) +V 463: Pos(-13.375, 4.0, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.832314, 0.4847) +V 464: Pos(-13.425, 3.949999, 1.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.830784, 0.525704) +V 465: Pos(-13.375, 3.949999, 1.9) Norm(0.57735, -0.57735, 0.57735) UV(0.830784, 0.522644) +V 466: Pos(-13.375, 4.0, 1.9) Norm(0.57735, 0.57735, 0.57735) UV(0.833844, 0.522644) +V 467: Pos(-13.425, 4.0, 1.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.833844, 0.525704) +V 468: Pos(-13.6, 6.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.922584, 0.881579) +V 469: Pos(-13.6, 6.0, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.899634, 0.881579) +V 470: Pos(-13.6, 4.065, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.899634, 0.763158) +V 471: Pos(-13.6, 4.065, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.922584, 0.763158) +V 472: Pos(-13.6, 4.065, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.631886, 0.906059) +V 473: Pos(-13.6, 4.065, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.608936, 0.906059) +V 474: Pos(-14.0, 4.065, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.608936, 0.881579) +V 475: Pos(-14.0, 4.065, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.631886, 0.881579) +V 476: Pos(-14.0, 4.065, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.968483, 0.644737) +V 477: Pos(-14.0, 4.065, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.945534, 0.644737) +V 478: Pos(-14.0, 6.0, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.945534, 0.526316) +V 479: Pos(-14.0, 6.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.968483, 0.526316) +V 480: Pos(-14.0, 6.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.399327, 0.906059) +V 481: Pos(-14.0, 6.0, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.376377, 0.906059) +V 482: Pos(-13.6, 6.0, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.376377, 0.881579) +V 483: Pos(-13.6, 6.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.399327, 0.881579) +V 484: Pos(-13.6, 4.065, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.220318, 0.644737) +V 485: Pos(-14.0, 4.065, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.244798, 0.644737) +V 486: Pos(-14.0, 6.0, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.244798, 0.763158) +V 487: Pos(-13.6, 6.0, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.220318, 0.763158) +V 488: Pos(-14.0, 4.065, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.244798, 0.644737) +V 489: Pos(-13.6, 4.065, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.269278, 0.644737) +V 490: Pos(-13.6, 6.0, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.269278, 0.763158) +V 491: Pos(-14.0, 6.0, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.244798, 0.763158) +V 492: Pos(-13.775, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.934824, 0.936658) +V 493: Pos(-13.775, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.934824, 0.881579) +V 494: Pos(-13.775, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.937884, 0.881579) +V 495: Pos(-13.775, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.937884, 0.936658) +V 496: Pos(-13.775, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.117809, 0.818237) +V 497: Pos(-13.775, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.117809, 0.763158) +V 498: Pos(-13.825001, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.120869, 0.763158) +V 499: Pos(-13.825001, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.120869, 0.818237) +V 500: Pos(-13.825001, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.937883, 0.173501) +V 501: Pos(-13.825001, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.937883, 0.118421) +V 502: Pos(-13.825001, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.940943, 0.118421) +V 503: Pos(-13.825001, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.940943, 0.173501) +V 504: Pos(-13.825001, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.559976, 0.818237) +V 505: Pos(-13.825001, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.559976, 0.763158) +V 506: Pos(-13.775, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.563036, 0.763158) +V 507: Pos(-13.775, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.563036, 0.818237) +V 508: Pos(-13.775, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.757344, 0.525704) +V 509: Pos(-13.825001, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.757344, 0.522644) +V 510: Pos(-13.825001, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.760404, 0.522644) +V 511: Pos(-13.775, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.760404, 0.525704) +V 512: Pos(-13.825001, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.760404, 0.525704) +V 513: Pos(-13.775, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.760404, 0.522644) +V 514: Pos(-13.775, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.763464, 0.522644) +V 515: Pos(-13.825001, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.763464, 0.525704) +V 516: Pos(-14.174999, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.937884, 0.936658) +V 517: Pos(-14.174999, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.937884, 0.881579) +V 518: Pos(-14.174999, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.940944, 0.881579) +V 519: Pos(-14.174999, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.940944, 0.936658) +V 520: Pos(-14.174999, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.723685, 0.818237) +V 521: Pos(-14.174999, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.723685, 0.763158) +V 522: Pos(-14.225, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.726745, 0.763158) +V 523: Pos(-14.225, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.726745, 0.818237) +V 524: Pos(-14.225, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.940943, 0.173501) +V 525: Pos(-14.225, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.940943, 0.118421) +V 526: Pos(-14.225, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.944003, 0.118421) +V 527: Pos(-14.225, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.944003, 0.173501) +V 528: Pos(-14.225, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.726745, 0.818237) +V 529: Pos(-14.225, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.726745, 0.763158) +V 530: Pos(-14.174999, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.729805, 0.763158) +V 531: Pos(-14.174999, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.729805, 0.818237) +V 532: Pos(-14.174999, 3.949999, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.763464, 0.525704) +V 533: Pos(-14.225, 3.949999, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.763464, 0.522644) +V 534: Pos(-14.225, 4.0, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.766524, 0.522644) +V 535: Pos(-14.174999, 4.0, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.766524, 0.525704) +V 536: Pos(-14.225, 3.949999, 2.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.726744, 0.525704) +V 537: Pos(-14.174999, 3.949999, 2.025) Norm(0.57735, -0.57735, 0.57735) UV(0.726744, 0.522644) +V 538: Pos(-14.174999, 4.0, 2.025) Norm(0.57735, 0.57735, 0.57735) UV(0.729804, 0.522644) +V 539: Pos(-14.225, 4.0, 2.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.729804, 0.525704) +V 540: Pos(-9.77075, 4.005, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.807834, 0.495716) +V 541: Pos(-9.77075, 4.005, 0.925) Norm(0.57735, 0.57735, 0.57735) UV(0.804774, 0.495716) +V 542: Pos(-9.77075, 3.945, 0.925) Norm(0.57735, -0.57735, 0.57735) UV(0.804774, 0.492044) +V 543: Pos(-9.77075, 3.945, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.807834, 0.492044) +V 544: Pos(-9.77075, 3.945, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.699205, 0.957068) +V 545: Pos(-9.77075, 3.945, 0.925) Norm(0.57735, -0.57735, 0.57735) UV(0.696145, 0.957068) +V 546: Pos(-10.20425, 3.945, 0.925) Norm(-0.57735, -0.57735, 0.57735) UV(0.696145, 0.930538) +V 547: Pos(-10.20425, 3.945, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.699205, 0.930538) +V 548: Pos(-10.20425, 3.945, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.804774, 0.495716) +V 549: Pos(-10.20425, 3.945, 0.925) Norm(-0.57735, -0.57735, 0.57735) UV(0.801714, 0.495716) +V 550: Pos(-10.20425, 4.005, 0.925) Norm(-0.57735, 0.57735, 0.57735) UV(0.801714, 0.492044) +V 551: Pos(-10.20425, 4.005, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.804774, 0.492044) +V 552: Pos(-10.20425, 4.005, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.957466, 0.524694) +V 553: Pos(-10.20425, 4.005, 0.925) Norm(-0.57735, 0.57735, 0.57735) UV(0.954406, 0.524694) +V 554: Pos(-9.77075, 4.005, 0.925) Norm(0.57735, 0.57735, 0.57735) UV(0.954406, 0.498164) +V 555: Pos(-9.77075, 4.005, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.957466, 0.498164) +V 556: Pos(-9.77075, 3.945, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.910343, 0.524694) +V 557: Pos(-10.20425, 3.945, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.910343, 0.498164) +V 558: Pos(-10.20425, 4.005, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.914015, 0.498164) +V 559: Pos(-9.77075, 4.005, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.914015, 0.524694) +V 560: Pos(-10.20425, 3.945, 0.925) Norm(-0.57735, -0.57735, 0.57735) UV(0.362607, 0.957069) +V 561: Pos(-9.77075, 3.945, 0.925) Norm(0.57735, -0.57735, 0.57735) UV(0.362607, 0.930538) +V 562: Pos(-9.77075, 4.005, 0.925) Norm(0.57735, 0.57735, 0.57735) UV(0.366279, 0.930538) +V 563: Pos(-10.20425, 4.005, 0.925) Norm(-0.57735, 0.57735, 0.57735) UV(0.366279, 0.957069) +V 564: Pos(-10.203457, 4.005, 0.874888) Norm(0.378862, 0.577351, -0.723277) UV(0.83704, 0.495716) +V 565: Pos(-10.188543, 4.005, 0.922612) Norm(0.723278, 0.57735, 0.378862) UV(0.83412, 0.495716) +V 566: Pos(-10.188543, 3.945, 0.922612) Norm(0.723278, -0.57735, 0.378861) UV(0.83412, 0.492044) +V 567: Pos(-10.203457, 3.945, 0.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.83704, 0.492044) +V 568: Pos(-10.203457, 3.945, 0.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.980724, 0.962819) +V 569: Pos(-10.188543, 3.945, 0.922612) Norm(0.723278, -0.57735, 0.378861) UV(0.977664, 0.962819) +V 570: Pos(-10.596542, 3.945, 1.050112) Norm(-0.378855, -0.577352, 0.72328) UV(0.977664, 0.936658) +V 571: Pos(-10.611457, 3.945, 1.002388) Norm(-0.723281, -0.577349, -0.378856) UV(0.980724, 0.936658) +V 572: Pos(-10.611457, 3.945, 1.002388) Norm(-0.723281, -0.577349, -0.378856) UV(0.819516, 0.495716) +V 573: Pos(-10.596542, 3.945, 1.050112) Norm(-0.378855, -0.577352, 0.72328) UV(0.816596, 0.495716) +V 574: Pos(-10.596542, 4.005, 1.050112) Norm(-0.378854, 0.577351, 0.723281) UV(0.816596, 0.492044) +V 575: Pos(-10.611457, 4.005, 1.002388) Norm(-0.723282, 0.57735, -0.378854) UV(0.819516, 0.492044) +V 576: Pos(-10.611457, 4.005, 1.002388) Norm(-0.723282, 0.57735, -0.378854) UV(0.377295, 0.955508) +V 577: Pos(-10.596542, 4.005, 1.050112) Norm(-0.378854, 0.577351, 0.723281) UV(0.380355, 0.955508) +V 578: Pos(-10.188543, 4.005, 0.922612) Norm(0.723278, 0.57735, 0.378862) UV(0.380355, 0.981668) +V 579: Pos(-10.203457, 4.005, 0.874888) Norm(0.378862, 0.577351, -0.723277) UV(0.377295, 0.981668) +V 580: Pos(-10.203457, 3.945, 0.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.414015, 0.955508) +V 581: Pos(-10.611457, 3.945, 1.002388) Norm(-0.723281, -0.577349, -0.378856) UV(0.414015, 0.930538) +V 582: Pos(-10.611457, 4.005, 1.002388) Norm(-0.723282, 0.57735, -0.378854) UV(0.417687, 0.930538) +V 583: Pos(-10.203457, 4.005, 0.874888) Norm(0.378862, 0.577351, -0.723277) UV(0.417687, 0.955508) +V 584: Pos(-10.596542, 3.945, 1.050112) Norm(-0.378855, -0.577352, 0.72328) UV(0.626071, 0.955508) +V 585: Pos(-10.188543, 3.945, 0.922612) Norm(0.723278, -0.57735, 0.378861) UV(0.626071, 0.930538) +V 586: Pos(-10.188543, 4.005, 0.922612) Norm(0.723278, 0.57735, 0.378862) UV(0.629743, 0.930538) +V 587: Pos(-10.596542, 4.005, 1.050112) Norm(-0.378854, 0.577351, 0.723281) UV(0.629743, 0.955508) +V 588: Pos(-10.603456, 4.005, 0.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.83704, 0.488372) +V 589: Pos(-10.588543, 4.005, 1.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.83412, 0.488372) +V 590: Pos(-10.588543, 3.945, 1.047612) Norm(0.723277, -0.57735, 0.378862) UV(0.83412, 0.4847) +V 591: Pos(-10.603456, 3.945, 0.999888) Norm(0.378862, -0.577351, -0.723277) UV(0.83704, 0.4847) +V 592: Pos(-10.603456, 3.945, 0.999888) Norm(0.378862, -0.577351, -0.723277) UV(0.485924, 0.981668) +V 593: Pos(-10.588543, 3.945, 1.047612) Norm(0.723277, -0.57735, 0.378862) UV(0.482864, 0.981668) +V 594: Pos(-10.996543, 3.945, 1.175112) Norm(-0.378861, -0.57735, 0.723278) UV(0.482864, 0.955508) +V 595: Pos(-11.011456, 3.945, 1.127388) Norm(-0.723278, -0.577351, -0.378861) UV(0.485924, 0.955508) +V 596: Pos(-11.011456, 3.945, 1.127388) Norm(-0.723278, -0.577351, -0.378861) UV(0.819656, 0.492044) +V 597: Pos(-10.996543, 3.945, 1.175112) Norm(-0.378861, -0.57735, 0.723278) UV(0.816735, 0.492044) +V 598: Pos(-10.996543, 4.005, 1.175112) Norm(-0.378861, 0.577349, 0.723278) UV(0.816735, 0.488372) +V 599: Pos(-11.011456, 4.005, 1.127388) Norm(-0.723278, 0.577351, -0.37886) UV(0.819656, 0.488372) +V 600: Pos(-11.011456, 4.005, 1.127388) Norm(-0.723278, 0.577351, -0.37886) UV(0.486536, 0.955508) +V 601: Pos(-10.996543, 4.005, 1.175112) Norm(-0.378861, 0.577349, 0.723278) UV(0.489596, 0.955508) +V 602: Pos(-10.588543, 4.005, 1.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.489596, 0.981668) +V 603: Pos(-10.603456, 4.005, 0.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.486536, 0.981668) +V 604: Pos(-10.603456, 3.945, 0.999888) Norm(0.378862, -0.577351, -0.723277) UV(0.417687, 0.955508) +V 605: Pos(-11.011456, 3.945, 1.127388) Norm(-0.723278, -0.577351, -0.378861) UV(0.417687, 0.930538) +V 606: Pos(-11.011456, 4.005, 1.127388) Norm(-0.723278, 0.577351, -0.37886) UV(0.421359, 0.930538) +V 607: Pos(-10.603456, 4.005, 0.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.421359, 0.955508) +V 608: Pos(-10.996543, 3.945, 1.175112) Norm(-0.378861, -0.57735, 0.723278) UV(0.618727, 0.955508) +V 609: Pos(-10.588543, 3.945, 1.047612) Norm(0.723277, -0.57735, 0.378862) UV(0.618727, 0.930538) +V 610: Pos(-10.588543, 4.005, 1.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.622399, 0.930538) +V 611: Pos(-10.996543, 4.005, 1.175112) Norm(-0.378861, 0.577349, 0.723278) UV(0.622399, 0.955508) +V 612: Pos(-11.003456, 4.005, 1.124888) Norm(0.378863, 0.577351, -0.723277) UV(0.83412, 0.495716) +V 613: Pos(-10.988543, 4.005, 1.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.831199, 0.495716) +V 614: Pos(-10.988543, 3.945, 1.172612) Norm(0.723277, -0.57735, 0.378863) UV(0.831199, 0.492044) +V 615: Pos(-11.003456, 3.945, 1.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.83412, 0.492044) +V 616: Pos(-11.003456, 3.945, 1.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.409731, 0.981668) +V 617: Pos(-10.988543, 3.945, 1.172612) Norm(0.723277, -0.57735, 0.378863) UV(0.406671, 0.981668) +V 618: Pos(-11.396544, 3.945, 1.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.406671, 0.955508) +V 619: Pos(-11.411457, 3.945, 1.252388) Norm(-0.723277, -0.577351, -0.378861) UV(0.409731, 0.955508) +V 620: Pos(-11.411457, 3.945, 1.252388) Norm(-0.723277, -0.577351, -0.378861) UV(0.822437, 0.488372) +V 621: Pos(-11.396544, 3.945, 1.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.819516, 0.488372) +V 622: Pos(-11.396544, 4.005, 1.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.819516, 0.4847) +V 623: Pos(-11.411457, 4.005, 1.252388) Norm(-0.723278, 0.577351, -0.378861) UV(0.822437, 0.4847) +V 624: Pos(-11.411457, 4.005, 1.252388) Norm(-0.723278, 0.577351, -0.378861) UV(0.410343, 0.955508) +V 625: Pos(-11.396544, 4.005, 1.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.413403, 0.955508) +V 626: Pos(-10.988543, 4.005, 1.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.413403, 0.981668) +V 627: Pos(-11.003456, 4.005, 1.124888) Norm(0.378863, 0.577351, -0.723277) UV(0.410343, 0.981668) +V 628: Pos(-11.003456, 3.945, 1.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.377295, 0.955508) +V 629: Pos(-11.411457, 3.945, 1.252388) Norm(-0.723277, -0.577351, -0.378861) UV(0.377295, 0.930538) +V 630: Pos(-11.411457, 4.005, 1.252388) Norm(-0.723278, 0.577351, -0.378861) UV(0.380967, 0.930538) +V 631: Pos(-11.003456, 4.005, 1.124888) Norm(0.378863, 0.577351, -0.723277) UV(0.380967, 0.955508) +V 632: Pos(-11.396544, 3.945, 1.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.436965, 0.955508) +V 633: Pos(-10.988543, 3.945, 1.172612) Norm(0.723277, -0.57735, 0.378863) UV(0.436965, 0.930538) +V 634: Pos(-10.988543, 4.005, 1.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.440637, 0.930538) +V 635: Pos(-11.396544, 4.005, 1.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.440637, 0.955508) +V 636: Pos(-11.403457, 4.005, 1.249888) Norm(0.378862, 0.577351, -0.723277) UV(0.834259, 0.492044) +V 637: Pos(-11.388543, 4.005, 1.297612) Norm(0.723277, 0.57735, 0.378863) UV(0.831338, 0.492044) +V 638: Pos(-11.388543, 3.945, 1.297612) Norm(0.723277, -0.57735, 0.378862) UV(0.831338, 0.488372) +V 639: Pos(-11.403457, 3.945, 1.249888) Norm(0.378862, -0.57735, -0.723277) UV(0.834259, 0.488372) +V 640: Pos(-11.403457, 3.945, 1.249888) Norm(0.378862, -0.57735, -0.723277) UV(0.492656, 0.981668) +V 641: Pos(-11.388543, 3.945, 1.297612) Norm(0.723277, -0.57735, 0.378862) UV(0.489596, 0.981668) +V 642: Pos(-11.796543, 3.945, 1.425112) Norm(-0.378861, -0.57735, 0.723278) UV(0.489596, 0.955508) +V 643: Pos(-11.811457, 3.945, 1.377388) Norm(-0.723278, -0.577351, -0.378861) UV(0.492656, 0.955508) +V 644: Pos(-11.811457, 3.945, 1.377388) Norm(-0.723278, -0.577351, -0.378861) UV(0.822437, 0.495716) +V 645: Pos(-11.796543, 3.945, 1.425112) Norm(-0.378861, -0.57735, 0.723278) UV(0.819516, 0.495716) +V 646: Pos(-11.796543, 4.005, 1.425112) Norm(-0.378861, 0.577349, 0.723278) UV(0.819516, 0.492044) +V 647: Pos(-11.811457, 4.005, 1.377388) Norm(-0.723278, 0.577351, -0.37886) UV(0.822437, 0.492044) +V 648: Pos(-11.811457, 4.005, 1.377388) Norm(-0.723278, 0.577351, -0.37886) UV(0.492656, 0.955508) +V 649: Pos(-11.796543, 4.005, 1.425112) Norm(-0.378861, 0.577349, 0.723278) UV(0.495716, 0.955508) +V 650: Pos(-11.388543, 4.005, 1.297612) Norm(0.723277, 0.57735, 0.378863) UV(0.495716, 0.981668) +V 651: Pos(-11.403457, 4.005, 1.249888) Norm(0.378862, 0.577351, -0.723277) UV(0.492656, 0.981668) +V 652: Pos(-11.403457, 3.945, 1.249888) Norm(0.378862, -0.57735, -0.723277) UV(0.49847, 0.955508) +V 653: Pos(-11.811457, 3.945, 1.377388) Norm(-0.723278, -0.577351, -0.378861) UV(0.49847, 0.930538) +V 654: Pos(-11.811457, 4.005, 1.377388) Norm(-0.723278, 0.577351, -0.37886) UV(0.502142, 0.930538) +V 655: Pos(-11.403457, 4.005, 1.249888) Norm(0.378862, 0.577351, -0.723277) UV(0.502142, 0.955508) +V 656: Pos(-11.796543, 3.945, 1.425112) Norm(-0.378861, -0.57735, 0.723278) UV(0.502142, 0.955508) +V 657: Pos(-11.388543, 3.945, 1.297612) Norm(0.723277, -0.57735, 0.378862) UV(0.502142, 0.930538) +V 658: Pos(-11.388543, 4.005, 1.297612) Norm(0.723277, 0.57735, 0.378863) UV(0.505814, 0.930538) +V 659: Pos(-11.796543, 4.005, 1.425112) Norm(-0.378861, 0.577349, 0.723278) UV(0.505814, 0.955508) +V 660: Pos(-11.803457, 4.005, 1.374888) Norm(0.378854, 0.577351, -0.723281) UV(0.836346, 0.22399) +V 661: Pos(-11.788543, 4.005, 1.422612) Norm(0.723282, 0.57735, 0.378854) UV(0.833426, 0.22399) +V 662: Pos(-11.788543, 3.945, 1.422612) Norm(0.723282, -0.577349, 0.378856) UV(0.833426, 0.220318) +V 663: Pos(-11.803457, 3.945, 1.374888) Norm(0.378855, -0.577352, -0.72328) UV(0.836346, 0.220318) +V 664: Pos(-11.803457, 3.945, 1.374888) Norm(0.378855, -0.577352, -0.72328) UV(0.965424, 0.962819) +V 665: Pos(-11.788543, 3.945, 1.422612) Norm(0.723282, -0.577349, 0.378856) UV(0.962364, 0.962819) +V 666: Pos(-12.196543, 3.944999, 1.550112) Norm(-0.378861, -0.57735, 0.723278) UV(0.962364, 0.936658) +V 667: Pos(-12.211456, 3.944999, 1.502388) Norm(-0.723278, -0.577351, -0.37886) UV(0.965424, 0.936658) +V 668: Pos(-12.211456, 3.944999, 1.502388) Norm(-0.723278, -0.577351, -0.37886) UV(0.813675, 0.488372) +V 669: Pos(-12.196543, 3.944999, 1.550112) Norm(-0.378861, -0.57735, 0.723278) UV(0.810754, 0.488372) +V 670: Pos(-12.196543, 4.005, 1.550112) Norm(-0.378862, 0.577351, 0.723277) UV(0.810754, 0.4847) +V 671: Pos(-12.211456, 4.005, 1.502388) Norm(-0.723278, 0.57735, -0.378862) UV(0.813675, 0.4847) +V 672: Pos(-12.211456, 4.005, 1.502388) Norm(-0.723278, 0.57735, -0.378862) UV(0.963586, 0.498164) +V 673: Pos(-12.196543, 4.005, 1.550112) Norm(-0.378862, 0.577351, 0.723277) UV(0.966646, 0.498164) +V 674: Pos(-11.788543, 4.005, 1.422612) Norm(0.723282, 0.57735, 0.378854) UV(0.966646, 0.524324) +V 675: Pos(-11.803457, 4.005, 1.374888) Norm(0.378854, 0.577351, -0.723281) UV(0.963586, 0.524324) +V 676: Pos(-11.803457, 3.945, 1.374888) Norm(0.378855, -0.577352, -0.72328) UV(0.479192, 0.930538) +V 677: Pos(-12.211456, 3.944999, 1.502388) Norm(-0.723278, -0.577351, -0.37886) UV(0.479192, 0.955508) +V 678: Pos(-12.211456, 4.005, 1.502388) Norm(-0.723278, 0.57735, -0.378862) UV(0.47552, 0.955508) +V 679: Pos(-11.803457, 4.005, 1.374888) Norm(0.378854, 0.577351, -0.723281) UV(0.47552, 0.930538) +V 680: Pos(-12.196543, 3.944999, 1.550112) Norm(-0.378861, -0.57735, 0.723278) UV(0.425949, 0.930538) +V 681: Pos(-11.788543, 3.945, 1.422612) Norm(0.723282, -0.577349, 0.378856) UV(0.425949, 0.955508) +V 682: Pos(-11.788543, 4.005, 1.422612) Norm(0.723282, 0.57735, 0.378854) UV(0.422277, 0.955508) +V 683: Pos(-12.196543, 4.005, 1.550112) Norm(-0.378862, 0.577351, 0.723277) UV(0.422277, 0.930538) +V 684: Pos(-12.203457, 4.005, 1.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.822576, 0.492044) +V 685: Pos(-12.188543, 4.005, 1.547612) Norm(0.723277, 0.57735, 0.378862) UV(0.819656, 0.492044) +V 686: Pos(-12.188543, 3.944999, 1.547612) Norm(0.723278, -0.57735, 0.378862) UV(0.819656, 0.488372) +V 687: Pos(-12.203457, 3.944999, 1.499888) Norm(0.378861, -0.57735, -0.723278) UV(0.822576, 0.488372) +V 688: Pos(-12.203457, 3.944999, 1.499888) Norm(0.378861, -0.57735, -0.723278) UV(0.528152, 0.981668) +V 689: Pos(-12.188543, 3.944999, 1.547612) Norm(0.723278, -0.57735, 0.378862) UV(0.525092, 0.981668) +V 690: Pos(-12.596542, 3.944999, 1.675112) Norm(-0.378861, -0.57735, 0.723278) UV(0.525092, 0.955508) +V 691: Pos(-12.611456, 3.944999, 1.627388) Norm(-0.723278, -0.577351, -0.37886) UV(0.528152, 0.955508) +V 692: Pos(-12.611456, 3.944999, 1.627388) Norm(-0.723278, -0.577351, -0.37886) UV(0.836346, 0.227662) +V 693: Pos(-12.596542, 3.944999, 1.675112) Norm(-0.378861, -0.57735, 0.723278) UV(0.833426, 0.227662) +V 694: Pos(-12.596542, 4.005, 1.675112) Norm(-0.378861, 0.577349, 0.723279) UV(0.833426, 0.22399) +V 695: Pos(-12.611456, 4.005, 1.627388) Norm(-0.723278, 0.577351, -0.37886) UV(0.836346, 0.22399) +V 696: Pos(-12.611456, 4.005, 1.627388) Norm(-0.723278, 0.577351, -0.37886) UV(0.52142, 0.955508) +V 697: Pos(-12.596542, 4.005, 1.675112) Norm(-0.378861, 0.577349, 0.723279) UV(0.52448, 0.955508) +V 698: Pos(-12.188543, 4.005, 1.547612) Norm(0.723277, 0.57735, 0.378862) UV(0.52448, 0.981668) +V 699: Pos(-12.203457, 4.005, 1.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.52142, 0.981668) +V 700: Pos(-12.203457, 3.944999, 1.499888) Norm(0.378861, -0.57735, -0.723278) UV(0.479192, 0.955508) +V 701: Pos(-12.611456, 3.944999, 1.627388) Norm(-0.723278, -0.577351, -0.37886) UV(0.479192, 0.930538) +V 702: Pos(-12.611456, 4.005, 1.627388) Norm(-0.723278, 0.577351, -0.37886) UV(0.482864, 0.930538) +V 703: Pos(-12.203457, 4.005, 1.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.482864, 0.955508) +V 704: Pos(-12.596542, 3.944999, 1.675112) Norm(-0.378861, -0.57735, 0.723278) UV(0.482864, 0.955508) +V 705: Pos(-12.188543, 3.944999, 1.547612) Norm(0.723278, -0.57735, 0.378862) UV(0.482864, 0.930538) +V 706: Pos(-12.188543, 4.005, 1.547612) Norm(0.723277, 0.57735, 0.378862) UV(0.486536, 0.930538) +V 707: Pos(-12.596542, 4.005, 1.675112) Norm(-0.378861, 0.577349, 0.723279) UV(0.486536, 0.955508) +V 708: Pos(-12.603456, 4.005, 1.624888) Norm(0.378862, 0.577351, -0.723277) UV(0.813675, 0.495716) +V 709: Pos(-12.588543, 4.005, 1.672612) Norm(0.723277, 0.57735, 0.378863) UV(0.810754, 0.495716) +V 710: Pos(-12.588543, 3.944999, 1.672612) Norm(0.723278, -0.57735, 0.378862) UV(0.810754, 0.492044) +V 711: Pos(-12.603456, 3.944999, 1.624888) Norm(0.378862, -0.57735, -0.723277) UV(0.813675, 0.492044) +V 712: Pos(-12.603456, 3.944999, 1.624888) Norm(0.378862, -0.57735, -0.723277) UV(0.968484, 0.962819) +V 713: Pos(-12.588543, 3.944999, 1.672612) Norm(0.723278, -0.57735, 0.378862) UV(0.965424, 0.962819) +V 714: Pos(-12.996544, 3.944999, 1.800112) Norm(-0.378861, -0.57735, 0.723278) UV(0.965424, 0.936659) +V 715: Pos(-13.011457, 3.944999, 1.752388) Norm(-0.723278, -0.57735, -0.378861) UV(0.968484, 0.936659) +V 716: Pos(-13.011457, 3.944999, 1.752388) Norm(-0.723278, -0.57735, -0.378861) UV(0.848029, 0.235006) +V 717: Pos(-12.996544, 3.944999, 1.800112) Norm(-0.378861, -0.57735, 0.723278) UV(0.845108, 0.235006) +V 718: Pos(-12.996544, 4.004999, 1.800112) Norm(-0.378861, 0.577349, 0.723279) UV(0.845108, 0.231334) +V 719: Pos(-13.011457, 4.004999, 1.752388) Norm(-0.723278, 0.57735, -0.37886) UV(0.848029, 0.231334) +V 720: Pos(-13.011457, 4.004999, 1.752388) Norm(-0.723278, 0.57735, -0.37886) UV(0.966647, 0.498164) +V 721: Pos(-12.996544, 4.004999, 1.800112) Norm(-0.378861, 0.577349, 0.723279) UV(0.969706, 0.498164) +V 722: Pos(-12.588543, 4.005, 1.672612) Norm(0.723277, 0.57735, 0.378863) UV(0.969706, 0.524325) +V 723: Pos(-12.603456, 4.005, 1.624888) Norm(0.378862, 0.577351, -0.723277) UV(0.966647, 0.524325) +V 724: Pos(-12.603456, 3.944999, 1.624888) Norm(0.378862, -0.57735, -0.723277) UV(0.380967, 0.955508) +V 725: Pos(-13.011457, 3.944999, 1.752388) Norm(-0.723278, -0.57735, -0.378861) UV(0.380967, 0.930539) +V 726: Pos(-13.011457, 4.004999, 1.752388) Norm(-0.723278, 0.57735, -0.37886) UV(0.384639, 0.930539) +V 727: Pos(-12.603456, 4.005, 1.624888) Norm(0.378862, 0.577351, -0.723277) UV(0.384639, 0.955508) +V 728: Pos(-12.996544, 3.944999, 1.800112) Norm(-0.378861, -0.57735, 0.723278) UV(0.384639, 0.955508) +V 729: Pos(-12.588543, 3.944999, 1.672612) Norm(0.723278, -0.57735, 0.378862) UV(0.384639, 0.930538) +V 730: Pos(-12.588543, 4.005, 1.672612) Norm(0.723277, 0.57735, 0.378863) UV(0.388311, 0.930538) +V 731: Pos(-12.996544, 4.004999, 1.800112) Norm(-0.378861, 0.577349, 0.723279) UV(0.388311, 0.955508) +V 732: Pos(-13.003456, 4.004999, 1.749888) Norm(0.378862, 0.57735, -0.723277) UV(0.836346, 0.231334) +V 733: Pos(-12.988543, 4.004999, 1.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.833426, 0.231334) +V 734: Pos(-12.988543, 3.944999, 1.797612) Norm(0.723277, -0.57735, 0.378862) UV(0.833426, 0.227662) +V 735: Pos(-13.003456, 3.944999, 1.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.836346, 0.227662) +V 736: Pos(-13.003456, 3.944999, 1.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.417075, 0.981668) +V 737: Pos(-12.988543, 3.944999, 1.797612) Norm(0.723277, -0.57735, 0.378862) UV(0.414015, 0.981668) +V 738: Pos(-13.396544, 3.944999, 1.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.414015, 0.955508) +V 739: Pos(-13.411457, 3.944999, 1.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.417075, 0.955508) +V 740: Pos(-13.411457, 3.944999, 1.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.848723, 0.488372) +V 741: Pos(-13.396544, 3.944999, 1.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.845802, 0.488372) +V 742: Pos(-13.396544, 4.004999, 1.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.845802, 0.4847) +V 743: Pos(-13.411457, 4.004999, 1.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.848723, 0.4847) +V 744: Pos(-13.411457, 4.004999, 1.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.422277, 0.955508) +V 745: Pos(-13.396544, 4.004999, 1.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.425337, 0.955508) +V 746: Pos(-12.988543, 4.004999, 1.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.425337, 0.981668) +V 747: Pos(-13.003456, 4.004999, 1.749888) Norm(0.378862, 0.57735, -0.723277) UV(0.422277, 0.981668) +V 748: Pos(-13.003456, 3.944999, 1.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.559976, 0.955508) +V 749: Pos(-13.411457, 3.944999, 1.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.559976, 0.930538) +V 750: Pos(-13.411457, 4.004999, 1.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.563648, 0.930538) +V 751: Pos(-13.003456, 4.004999, 1.749888) Norm(0.378862, 0.57735, -0.723277) UV(0.563648, 0.955508) +V 752: Pos(-13.396544, 3.944999, 1.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.563648, 0.955508) +V 753: Pos(-12.988543, 3.944999, 1.797612) Norm(0.723277, -0.57735, 0.378862) UV(0.563648, 0.930538) +V 754: Pos(-12.988543, 4.004999, 1.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.56732, 0.930538) +V 755: Pos(-13.396544, 4.004999, 1.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.56732, 0.955508) +V 756: Pos(-13.403458, 4.004999, 1.874888) Norm(0.378862, 0.57735, -0.723277) UV(0.836346, 0.235006) +V 757: Pos(-13.388544, 4.004999, 1.922612) Norm(0.723277, 0.57735, 0.378862) UV(0.833426, 0.235006) +V 758: Pos(-13.388544, 3.944999, 1.922612) Norm(0.723277, -0.57735, 0.378862) UV(0.833426, 0.231334) +V 759: Pos(-13.403458, 3.944999, 1.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.836346, 0.231334) +V 760: Pos(-13.403458, 3.944999, 1.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.420747, 0.981668) +V 761: Pos(-13.388544, 3.944999, 1.922612) Norm(0.723277, -0.57735, 0.378862) UV(0.417687, 0.981668) +V 762: Pos(-13.796543, 3.944999, 2.050112) Norm(-0.378861, -0.57735, 0.723278) UV(0.417687, 0.955508) +V 763: Pos(-13.811457, 3.944999, 2.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.420747, 0.955508) +V 764: Pos(-13.811457, 3.944999, 2.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.848723, 0.495716) +V 765: Pos(-13.796543, 3.944999, 2.050112) Norm(-0.378861, -0.57735, 0.723278) UV(0.845802, 0.495716) +V 766: Pos(-13.796543, 4.004999, 2.050112) Norm(-0.378861, 0.577349, 0.723279) UV(0.845802, 0.492044) +V 767: Pos(-13.811457, 4.004999, 2.002388) Norm(-0.723278, 0.577351, -0.37886) UV(0.848723, 0.492044) +V 768: Pos(-13.811457, 4.004999, 2.002388) Norm(-0.723278, 0.577351, -0.37886) UV(0.425337, 0.955508) +V 769: Pos(-13.796543, 4.004999, 2.050112) Norm(-0.378861, 0.577349, 0.723279) UV(0.428397, 0.955508) +V 770: Pos(-13.388544, 4.004999, 1.922612) Norm(0.723277, 0.57735, 0.378862) UV(0.428397, 0.981668) +V 771: Pos(-13.403458, 4.004999, 1.874888) Norm(0.378862, 0.57735, -0.723277) UV(0.425337, 0.981668) +V 772: Pos(-13.403458, 3.944999, 1.874888) Norm(0.378862, -0.57735, -0.723278) UV(0.629743, 0.955508) +V 773: Pos(-13.811457, 3.944999, 2.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.629743, 0.930538) +V 774: Pos(-13.811457, 4.004999, 2.002388) Norm(-0.723278, 0.577351, -0.37886) UV(0.633415, 0.930538) +V 775: Pos(-13.403458, 4.004999, 1.874888) Norm(0.378862, 0.57735, -0.723277) UV(0.633415, 0.955508) +V 776: Pos(-13.796543, 3.944999, 2.050112) Norm(-0.378861, -0.57735, 0.723278) UV(0.633415, 0.955508) +V 777: Pos(-13.388544, 3.944999, 1.922612) Norm(0.723277, -0.57735, 0.378862) UV(0.633415, 0.930538) +V 778: Pos(-13.388544, 4.004999, 1.922612) Norm(0.723277, 0.57735, 0.378862) UV(0.637087, 0.930538) +V 779: Pos(-13.796543, 4.004999, 2.050112) Norm(-0.378861, 0.577349, 0.723279) UV(0.637087, 0.955508) +V 780: Pos(-13.79575, 4.004999, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.798654, 0.481028) +V 781: Pos(-13.79575, 4.004999, 2.05) Norm(0.57735, 0.57735, 0.57735) UV(0.795594, 0.481028) +V 782: Pos(-13.79575, 3.944999, 2.05) Norm(0.57735, -0.57735, 0.57735) UV(0.795594, 0.477356) +V 783: Pos(-13.79575, 3.944999, 2.0) Norm(0.57735, -0.57735, -0.57735) UV(0.798654, 0.477356) +V 784: Pos(-13.79575, 3.944999, 2.0) Norm(0.57735, -0.57735, -0.57735) UV(0.660955, 0.957068) +V 785: Pos(-13.79575, 3.944999, 2.05) Norm(0.57735, -0.57735, 0.57735) UV(0.657895, 0.957068) +V 786: Pos(-14.22925, 3.944999, 2.05) Norm(-0.57735, -0.57735, 0.57735) UV(0.657895, 0.930538) +V 787: Pos(-14.22925, 3.944999, 2.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.660955, 0.930538) +V 788: Pos(-14.22925, 3.944999, 2.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.807834, 0.488372) +V 789: Pos(-14.22925, 3.944999, 2.05) Norm(-0.57735, -0.57735, 0.57735) UV(0.804774, 0.488372) +V 790: Pos(-14.22925, 4.004999, 2.05) Norm(-0.57735, 0.57735, 0.57735) UV(0.804774, 0.4847) +V 791: Pos(-14.22925, 4.004999, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.807834, 0.4847) +V 792: Pos(-14.22925, 4.004999, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.651162, 0.957068) +V 793: Pos(-14.22925, 4.004999, 2.05) Norm(-0.57735, 0.57735, 0.57735) UV(0.648102, 0.957068) +V 794: Pos(-13.79575, 4.004999, 2.05) Norm(0.57735, 0.57735, 0.57735) UV(0.648102, 0.930538) +V 795: Pos(-13.79575, 4.004999, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.651162, 0.930538) +V 796: Pos(-13.79575, 3.944999, 2.0) Norm(0.57735, -0.57735, -0.57735) UV(0.366279, 0.957069) +V 797: Pos(-14.22925, 3.944999, 2.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.366279, 0.930539) +V 798: Pos(-14.22925, 4.004999, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.369951, 0.930539) +V 799: Pos(-13.79575, 4.004999, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.369951, 0.957069) +V 800: Pos(-14.22925, 3.944999, 2.05) Norm(-0.57735, -0.57735, 0.57735) UV(0.932375, 0.524694) +V 801: Pos(-13.79575, 3.944999, 2.05) Norm(0.57735, -0.57735, 0.57735) UV(0.932375, 0.498164) +V 802: Pos(-13.79575, 4.004999, 2.05) Norm(0.57735, 0.57735, 0.57735) UV(0.936047, 0.498164) +V 803: Pos(-14.22925, 4.004999, 2.05) Norm(-0.57735, 0.57735, 0.57735) UV(0.936047, 0.524694) +V 804: Pos(-14.174999, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.940943, 0.22858) +V 805: Pos(-14.174999, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.940943, 0.173501) +V 806: Pos(-14.174999, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.944003, 0.173501) +V 807: Pos(-14.174999, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.944003, 0.22858) +V 808: Pos(-14.174999, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.729805, 0.818237) +V 809: Pos(-14.174999, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.729805, 0.763158) +V 810: Pos(-14.225, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.732865, 0.763158) +V 811: Pos(-14.225, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.732865, 0.818237) +V 812: Pos(-14.225, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.937883, 0.22858) +V 813: Pos(-14.225, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.937883, 0.173501) +V 814: Pos(-14.225, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.940943, 0.173501) +V 815: Pos(-14.225, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.940943, 0.22858) +V 816: Pos(-14.225, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.117809, 0.873317) +V 817: Pos(-14.225, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.117809, 0.818237) +V 818: Pos(-14.174999, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.120869, 0.818237) +V 819: Pos(-14.174999, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.120869, 0.873317) +V 820: Pos(-14.174999, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.729804, 0.525704) +V 821: Pos(-14.225, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.729804, 0.522644) +V 822: Pos(-14.225, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.732864, 0.522644) +V 823: Pos(-14.174999, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.732864, 0.525704) +V 824: Pos(-14.225, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.732864, 0.525704) +V 825: Pos(-14.174999, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.732864, 0.522644) +V 826: Pos(-14.174999, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.735924, 0.522644) +V 827: Pos(-14.225, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.735924, 0.525704) +V 828: Pos(-13.6, 3.524999, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.968483, 0.881579) +V 829: Pos(-13.6, 3.524999, 1.375) Norm(0.57735, 0.57735, 0.57735) UV(0.945533, 0.881579) +V 830: Pos(-13.6, 1.59, 1.375) Norm(0.57735, -0.57735, 0.57735) UV(0.945533, 0.763158) +V 831: Pos(-13.6, 1.59, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.968483, 0.763158) +V 832: Pos(-13.6, 1.59, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.654835, 0.906059) +V 833: Pos(-13.6, 1.59, 1.375) Norm(0.57735, -0.57735, 0.57735) UV(0.631886, 0.906059) +V 834: Pos(-14.0, 1.59, 1.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.631886, 0.881579) +V 835: Pos(-14.0, 1.59, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.654835, 0.881579) +V 836: Pos(-14.0, 1.59, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.983782, 0.355263) +V 837: Pos(-14.0, 1.59, 1.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.960832, 0.355263) +V 838: Pos(-14.0, 3.524999, 1.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.960832, 0.236842) +V 839: Pos(-14.0, 3.524999, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.983782, 0.236842) +V 840: Pos(-14.0, 3.524999, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.677785, 0.906059) +V 841: Pos(-14.0, 3.524999, 1.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.654835, 0.906059) +V 842: Pos(-13.6, 3.524999, 1.375) Norm(0.57735, 0.57735, 0.57735) UV(0.654835, 0.881579) +V 843: Pos(-13.6, 3.524999, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.677785, 0.881579) +V 844: Pos(-13.6, 1.59, 1.0) Norm(0.57735, -0.57735, -0.57735) UV(0.751224, 0.355263) +V 845: Pos(-14.0, 1.59, 1.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.775704, 0.355263) +V 846: Pos(-14.0, 3.524999, 1.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.775704, 0.473684) +V 847: Pos(-13.6, 3.524999, 1.0) Norm(0.57735, 0.57735, -0.57735) UV(0.751224, 0.473684) +V 848: Pos(-14.0, 1.59, 1.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.758875, 0.526316) +V 849: Pos(-13.6, 1.59, 1.375) Norm(0.57735, -0.57735, 0.57735) UV(0.783355, 0.526316) +V 850: Pos(-13.6, 3.524999, 1.375) Norm(0.57735, 0.57735, 0.57735) UV(0.783355, 0.644737) +V 851: Pos(-14.0, 3.524999, 1.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.758875, 0.644737) +V 852: Pos(-13.775, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.940944, 0.936658) +V 853: Pos(-13.775, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.940944, 0.881579) +V 854: Pos(-13.775, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.944004, 0.881579) +V 855: Pos(-13.775, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.944004, 0.936658) +V 856: Pos(-13.775, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.559976, 0.873317) +V 857: Pos(-13.775, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.559976, 0.818237) +V 858: Pos(-13.825001, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.563036, 0.818237) +V 859: Pos(-13.825001, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.563036, 0.873317) +V 860: Pos(-13.825001, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.944003, 0.173501) +V 861: Pos(-13.825001, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.944003, 0.118421) +V 862: Pos(-13.825001, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.947063, 0.118421) +V 863: Pos(-13.825001, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.947063, 0.173501) +V 864: Pos(-13.825001, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.723685, 0.873317) +V 865: Pos(-13.825001, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.723685, 0.818237) +V 866: Pos(-13.775, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.726745, 0.818237) +V 867: Pos(-13.775, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.726745, 0.873317) +V 868: Pos(-13.775, 3.5, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.766524, 0.525704) +V 869: Pos(-13.825001, 3.5, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.766524, 0.522644) +V 870: Pos(-13.825001, 3.55, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.769584, 0.522644) +V 871: Pos(-13.775, 3.55, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.769584, 0.525704) +V 872: Pos(-13.825001, 3.5, 2.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.769584, 0.525704) +V 873: Pos(-13.775, 3.5, 2.15) Norm(0.57735, -0.57735, 0.57735) UV(0.769584, 0.522644) +V 874: Pos(-13.775, 3.55, 2.15) Norm(0.57735, 0.57735, 0.57735) UV(0.772644, 0.522644) +V 875: Pos(-13.825001, 3.55, 2.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.772644, 0.525704) +V 876: Pos(-13.200001, 3.524999, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.945533, 0.763158) +V 877: Pos(-13.200001, 3.524999, 1.5) Norm(0.57735, 0.57735, 0.57735) UV(0.922584, 0.763158) +V 878: Pos(-13.2, 1.59, 1.5) Norm(0.57735, -0.57735, 0.57735) UV(0.922584, 0.644737) +V 879: Pos(-13.2, 1.59, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.945533, 0.644737) +V 880: Pos(-13.2, 1.59, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.238678, 0.906059) +V 881: Pos(-13.2, 1.59, 1.5) Norm(0.57735, -0.57735, 0.57735) UV(0.215728, 0.906059) +V 882: Pos(-13.599999, 1.59, 1.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.215728, 0.881579) +V 883: Pos(-13.599999, 1.59, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.238678, 0.881579) +V 884: Pos(-13.599999, 1.59, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.968483, 0.763158) +V 885: Pos(-13.599999, 1.59, 1.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.945533, 0.763158) +V 886: Pos(-13.6, 3.524999, 1.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.945534, 0.644737) +V 887: Pos(-13.6, 3.524999, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.968483, 0.644737) +V 888: Pos(-13.6, 3.524999, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.261628, 0.906059) +V 889: Pos(-13.6, 3.524999, 1.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.238678, 0.906059) +V 890: Pos(-13.200001, 3.524999, 1.5) Norm(0.57735, 0.57735, 0.57735) UV(0.238678, 0.881579) +V 891: Pos(-13.200001, 3.524999, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.261628, 0.881579) +V 892: Pos(-13.2, 1.59, 1.125) Norm(0.57735, -0.57735, -0.57735) UV(0.269278, 0.644737) +V 893: Pos(-13.599999, 1.59, 1.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.293758, 0.644737) +V 894: Pos(-13.6, 3.524999, 1.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.293758, 0.763158) +V 895: Pos(-13.200001, 3.524999, 1.125) Norm(0.57735, 0.57735, -0.57735) UV(0.269278, 0.763158) +V 896: Pos(-13.599999, 1.59, 1.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.293758, 0.644737) +V 897: Pos(-13.2, 1.59, 1.5) Norm(0.57735, -0.57735, 0.57735) UV(0.318238, 0.644737) +V 898: Pos(-13.200001, 3.524999, 1.5) Norm(0.57735, 0.57735, 0.57735) UV(0.318238, 0.763158) +V 899: Pos(-13.6, 3.524999, 1.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.293758, 0.763158) +V 900: Pos(-13.375, 3.55, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.944003, 0.22858) +V 901: Pos(-13.375, 3.55, 2.275) Norm(0.57735, 0.57735, 0.57735) UV(0.944003, 0.173501) +V 902: Pos(-13.375, 3.5, 2.275) Norm(0.57735, -0.57735, 0.57735) UV(0.947063, 0.173501) +V 903: Pos(-13.375, 3.5, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.947063, 0.22858) +V 904: Pos(-13.375, 3.5, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.950124, 0.936658) +V 905: Pos(-13.375, 3.5, 2.275) Norm(0.57735, -0.57735, 0.57735) UV(0.950124, 0.881579) +V 906: Pos(-13.425, 3.5, 2.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.953184, 0.881579) +V 907: Pos(-13.425, 3.5, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.953184, 0.936658) +V 908: Pos(-13.425, 3.5, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.944004, 0.936658) +V 909: Pos(-13.425, 3.5, 2.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.944004, 0.881579) +V 910: Pos(-13.425, 3.55, 2.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.947064, 0.881579) +V 911: Pos(-13.425, 3.55, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.947064, 0.936658) +V 912: Pos(-13.425, 3.55, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.953183, 0.173501) +V 913: Pos(-13.425, 3.55, 2.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.953183, 0.118421) +V 914: Pos(-13.375, 3.55, 2.275) Norm(0.57735, 0.57735, 0.57735) UV(0.956243, 0.118421) +V 915: Pos(-13.375, 3.55, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.956243, 0.173501) +V 916: Pos(-13.375, 3.5, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.832314, 0.4847) +V 917: Pos(-13.425, 3.5, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.832314, 0.48164) +V 918: Pos(-13.425, 3.55, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.835374, 0.48164) +V 919: Pos(-13.375, 3.55, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.835374, 0.4847) +V 920: Pos(-13.425, 3.5, 2.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.833844, 0.525704) +V 921: Pos(-13.375, 3.5, 2.275) Norm(0.57735, -0.57735, 0.57735) UV(0.833844, 0.522644) +V 922: Pos(-13.375, 3.55, 2.275) Norm(0.57735, 0.57735, 0.57735) UV(0.836904, 0.522644) +V 923: Pos(-13.425, 3.55, 2.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.836904, 0.525704) +V 924: Pos(-12.8, 3.524999, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.945533, 0.881579) +V 925: Pos(-12.8, 3.524999, 1.625) Norm(0.57735, 0.57735, 0.57735) UV(0.922584, 0.881579) +V 926: Pos(-12.799999, 1.59, 1.625) Norm(0.57735, -0.57735, 0.57735) UV(0.922584, 0.763158) +V 927: Pos(-12.799999, 1.59, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.945533, 0.763158) +V 928: Pos(-12.799999, 1.59, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.723685, 0.906059) +V 929: Pos(-12.799999, 1.59, 1.625) Norm(0.57735, -0.57735, 0.57735) UV(0.700735, 0.906059) +V 930: Pos(-13.199999, 1.59, 1.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.700735, 0.881579) +V 931: Pos(-13.199999, 1.59, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.723685, 0.881579) +V 932: Pos(-13.199999, 1.59, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.937883, 0.355263) +V 933: Pos(-13.199999, 1.59, 1.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.914933, 0.355263) +V 934: Pos(-13.2, 3.524999, 1.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.914933, 0.236842) +V 935: Pos(-13.2, 3.524999, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.937883, 0.236842) +V 936: Pos(-13.2, 3.524999, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.700735, 0.906059) +V 937: Pos(-13.2, 3.524999, 1.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.677785, 0.906059) +V 938: Pos(-12.8, 3.524999, 1.625) Norm(0.57735, 0.57735, 0.57735) UV(0.677785, 0.881579) +V 939: Pos(-12.8, 3.524999, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.700735, 0.881579) +V 940: Pos(-12.799999, 1.59, 1.25) Norm(0.57735, -0.57735, -0.57735) UV(0.318238, 0.644737) +V 941: Pos(-13.199999, 1.59, 1.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.342718, 0.644737) +V 942: Pos(-13.2, 3.524999, 1.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.342718, 0.763158) +V 943: Pos(-12.8, 3.524999, 1.25) Norm(0.57735, 0.57735, -0.57735) UV(0.318238, 0.763158) +V 944: Pos(-13.199999, 1.59, 1.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.342718, 0.644737) +V 945: Pos(-12.799999, 1.59, 1.625) Norm(0.57735, -0.57735, 0.57735) UV(0.367198, 0.644737) +V 946: Pos(-12.8, 3.524999, 1.625) Norm(0.57735, 0.57735, 0.57735) UV(0.367198, 0.763158) +V 947: Pos(-13.2, 3.524999, 1.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.342718, 0.763158) +V 948: Pos(-12.975, 3.55, 1.5) Norm(0.57735, 0.57735, -0.57735) UV(0.953183, 0.22858) +V 949: Pos(-12.975, 3.55, 2.4) Norm(0.57735, 0.57735, 0.57735) UV(0.953183, 0.173501) +V 950: Pos(-12.975, 3.5, 2.4) Norm(0.57735, -0.57735, 0.57735) UV(0.956243, 0.173501) +V 951: Pos(-12.975, 3.5, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.956243, 0.22858) +V 952: Pos(-12.975, 3.5, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.342718, 0.985618) +V 953: Pos(-12.975, 3.5, 2.4) Norm(0.57735, -0.57735, 0.57735) UV(0.342718, 0.930538) +V 954: Pos(-13.025, 3.5, 2.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.345777, 0.930538) +V 955: Pos(-13.025, 3.5, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.345777, 0.985618) +V 956: Pos(-13.025, 3.5, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.953184, 0.936658) +V 957: Pos(-13.025, 3.5, 2.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.953184, 0.881579) +V 958: Pos(-13.025, 3.55, 2.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.956244, 0.881579) +V 959: Pos(-13.025, 3.55, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.956244, 0.936658) +V 960: Pos(-13.025, 3.55, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.345777, 0.985618) +V 961: Pos(-13.025, 3.55, 2.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.345777, 0.930538) +V 962: Pos(-12.975, 3.55, 2.4) Norm(0.57735, 0.57735, 0.57735) UV(0.348837, 0.930538) +V 963: Pos(-12.975, 3.55, 1.5) Norm(0.57735, 0.57735, -0.57735) UV(0.348837, 0.985618) +V 964: Pos(-12.975, 3.5, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.854149, 0.23317) +V 965: Pos(-13.025, 3.5, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.857209, 0.23317) +V 966: Pos(-13.025, 3.55, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.857209, 0.23623) +V 967: Pos(-12.975, 3.55, 1.5) Norm(0.57735, 0.57735, -0.57735) UV(0.854149, 0.23623) +V 968: Pos(-13.025, 3.5, 2.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.854843, 0.4847) +V 969: Pos(-12.975, 3.5, 2.4) Norm(0.57735, -0.57735, 0.57735) UV(0.857903, 0.4847) +V 970: Pos(-12.975, 3.55, 2.4) Norm(0.57735, 0.57735, 0.57735) UV(0.857903, 0.48776) +V 971: Pos(-13.025, 3.55, 2.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.854843, 0.48776) +V 972: Pos(-12.4, 3.524999, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.960832, 0.355263) +V 973: Pos(-12.4, 3.524999, 1.75) Norm(0.57735, 0.57735, 0.57735) UV(0.937883, 0.355263) +V 974: Pos(-12.4, 1.59, 1.75) Norm(0.57735, -0.57735, 0.57735) UV(0.937883, 0.236842) +V 975: Pos(-12.4, 1.59, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.960832, 0.236842) +V 976: Pos(-12.4, 1.59, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.746635, 0.906059) +V 977: Pos(-12.4, 1.59, 1.75) Norm(0.57735, -0.57735, 0.57735) UV(0.723685, 0.906059) +V 978: Pos(-12.799999, 1.59, 1.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.723685, 0.881579) +V 979: Pos(-12.799999, 1.59, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.746635, 0.881579) +V 980: Pos(-12.799999, 1.59, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.937883, 0.473684) +V 981: Pos(-12.799999, 1.59, 1.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.914933, 0.473684) +V 982: Pos(-12.799999, 3.524999, 1.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.914933, 0.355263) +V 983: Pos(-12.799999, 3.524999, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.937883, 0.355263) +V 984: Pos(-12.799999, 3.524999, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.806305, 0.906059) +V 985: Pos(-12.799999, 3.524999, 1.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.783355, 0.906059) +V 986: Pos(-12.4, 3.524999, 1.75) Norm(0.57735, 0.57735, 0.57735) UV(0.783355, 0.881579) +V 987: Pos(-12.4, 3.524999, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.806305, 0.881579) +V 988: Pos(-12.4, 1.59, 1.375) Norm(0.57735, -0.57735, -0.57735) UV(0.758875, 0.644737) +V 989: Pos(-12.799999, 1.59, 1.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.783355, 0.644737) +V 990: Pos(-12.799999, 3.524999, 1.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.783355, 0.763158) +V 991: Pos(-12.4, 3.524999, 1.375) Norm(0.57735, 0.57735, -0.57735) UV(0.758875, 0.763158) +V 992: Pos(-12.799999, 1.59, 1.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.734395, 0.644737) +V 993: Pos(-12.4, 1.59, 1.75) Norm(0.57735, -0.57735, 0.57735) UV(0.758875, 0.644737) +V 994: Pos(-12.4, 3.524999, 1.75) Norm(0.57735, 0.57735, 0.57735) UV(0.758875, 0.763158) +V 995: Pos(-12.799999, 3.524999, 1.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.734395, 0.763158) +V 996: Pos(-12.575, 3.55, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.956243, 0.173501) +V 997: Pos(-12.575, 3.55, 2.525) Norm(0.57735, 0.57735, 0.57735) UV(0.956243, 0.118421) +V 998: Pos(-12.575, 3.5, 2.525) Norm(0.57735, -0.57735, 0.57735) UV(0.959303, 0.118421) +V 999: Pos(-12.575, 3.5, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.959303, 0.173501) +V 1000: Pos(-12.575, 3.5, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.956243, 0.22858) +V 1001: Pos(-12.575, 3.5, 2.525) Norm(0.57735, -0.57735, 0.57735) UV(0.956243, 0.173501) +V 1002: Pos(-12.625, 3.5, 2.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.959303, 0.173501) +V 1003: Pos(-12.625, 3.5, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.959303, 0.22858) +V 1004: Pos(-12.625, 3.5, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.956244, 0.936658) +V 1005: Pos(-12.625, 3.5, 2.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.956244, 0.881579) +V 1006: Pos(-12.625, 3.55, 2.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.959304, 0.881579) +V 1007: Pos(-12.625, 3.55, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.959304, 0.936658) +V 1008: Pos(-12.625, 3.55, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.674725, 0.961138) +V 1009: Pos(-12.625, 3.55, 2.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.674725, 0.906059) +V 1010: Pos(-12.575, 3.55, 2.525) Norm(0.57735, 0.57735, 0.57735) UV(0.677785, 0.906059) +V 1011: Pos(-12.575, 3.55, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.677785, 0.961138) +V 1012: Pos(-12.575, 3.5, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.835374, 0.4847) +V 1013: Pos(-12.625, 3.5, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.835374, 0.48164) +V 1014: Pos(-12.625, 3.55, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.838434, 0.48164) +V 1015: Pos(-12.575, 3.55, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.838434, 0.4847) +V 1016: Pos(-12.625, 3.5, 2.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.836904, 0.525704) +V 1017: Pos(-12.575, 3.5, 2.525) Norm(0.57735, -0.57735, 0.57735) UV(0.836904, 0.522644) +V 1018: Pos(-12.575, 3.55, 2.525) Norm(0.57735, 0.57735, 0.57735) UV(0.839964, 0.522644) +V 1019: Pos(-12.625, 3.55, 2.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.839964, 0.525704) +V 1020: Pos(-12.0, 3.525, 1.5) Norm(0.57735, 0.577351, -0.57735) UV(0.914933, 0.473684) +V 1021: Pos(-12.0, 3.525, 1.875) Norm(0.57735, 0.577351, 0.57735) UV(0.891983, 0.473684) +V 1022: Pos(-11.999999, 1.59, 1.875) Norm(0.57735, -0.57735, 0.57735) UV(0.891983, 0.355263) +V 1023: Pos(-11.999999, 1.59, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.914933, 0.355263) +V 1024: Pos(-11.999999, 1.59, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.847613, 0.220318) +V 1025: Pos(-11.999999, 1.59, 1.875) Norm(0.57735, -0.57735, 0.57735) UV(0.824663, 0.220318) +V 1026: Pos(-12.4, 1.59, 1.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.824663, 0.195838) +V 1027: Pos(-12.4, 1.59, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.847613, 0.195838) +V 1028: Pos(-12.4, 1.59, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.939413, 0.118421) +V 1029: Pos(-12.4, 1.59, 1.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.916463, 0.118421) +V 1030: Pos(-12.4, 3.524999, 1.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.916463, 0.0) +V 1031: Pos(-12.4, 3.524999, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.939413, 0.0) +V 1032: Pos(-12.4, 3.524999, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.780295, 0.906059) +V 1033: Pos(-12.4, 3.524999, 1.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.757345, 0.906059) +V 1034: Pos(-12.0, 3.525, 1.875) Norm(0.57735, 0.577351, 0.57735) UV(0.757345, 0.881579) +V 1035: Pos(-12.0, 3.525, 1.5) Norm(0.57735, 0.577351, -0.57735) UV(0.780295, 0.881579) +V 1036: Pos(-11.999999, 1.59, 1.5) Norm(0.57735, -0.57735, -0.57735) UV(0.244798, 0.526316) +V 1037: Pos(-12.4, 1.59, 1.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.269278, 0.526316) +V 1038: Pos(-12.4, 3.524999, 1.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.269278, 0.644737) +V 1039: Pos(-12.0, 3.525, 1.5) Norm(0.57735, 0.577351, -0.57735) UV(0.244798, 0.644737) +V 1040: Pos(-12.4, 1.59, 1.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.269278, 0.526316) +V 1041: Pos(-11.999999, 1.59, 1.875) Norm(0.57735, -0.57735, 0.57735) UV(0.293758, 0.526316) +V 1042: Pos(-12.0, 3.525, 1.875) Norm(0.57735, 0.577351, 0.57735) UV(0.293758, 0.644737) +V 1043: Pos(-12.4, 3.524999, 1.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.269278, 0.644737) +V 1044: Pos(-12.174999, 3.55, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.700735, 0.961138) +V 1045: Pos(-12.174999, 3.55, 2.65) Norm(0.57735, 0.57735, 0.57735) UV(0.700735, 0.906059) +V 1046: Pos(-12.174999, 3.5, 2.65) Norm(0.57735, -0.57735, 0.57735) UV(0.703795, 0.906059) +V 1047: Pos(-12.174999, 3.5, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.703795, 0.961138) +V 1048: Pos(-12.174999, 3.5, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.726745, 0.873317) +V 1049: Pos(-12.174999, 3.5, 2.65) Norm(0.57735, -0.57735, 0.57735) UV(0.726745, 0.818237) +V 1050: Pos(-12.225, 3.5, 2.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.729805, 0.818237) +V 1051: Pos(-12.225, 3.5, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.729805, 0.873317) +V 1052: Pos(-12.225, 3.5, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.703795, 0.961138) +V 1053: Pos(-12.225, 3.5, 2.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.703795, 0.906059) +V 1054: Pos(-12.225, 3.55, 2.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.706855, 0.906059) +V 1055: Pos(-12.225, 3.55, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.706855, 0.961138) +V 1056: Pos(-12.225, 3.55, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.729805, 0.873317) +V 1057: Pos(-12.225, 3.55, 2.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.729805, 0.818237) +V 1058: Pos(-12.174999, 3.55, 2.65) Norm(0.57735, 0.57735, 0.57735) UV(0.732865, 0.818237) +V 1059: Pos(-12.174999, 3.55, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.732865, 0.873317) +V 1060: Pos(-12.174999, 3.5, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.772644, 0.525704) +V 1061: Pos(-12.225, 3.5, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.772644, 0.522644) +V 1062: Pos(-12.225, 3.55, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.775704, 0.522644) +V 1063: Pos(-12.174999, 3.55, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.775704, 0.525704) +V 1064: Pos(-12.225, 3.5, 2.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.775704, 0.525704) +V 1065: Pos(-12.174999, 3.5, 2.65) Norm(0.57735, -0.57735, 0.57735) UV(0.775704, 0.522644) +V 1066: Pos(-12.174999, 3.55, 2.65) Norm(0.57735, 0.57735, 0.57735) UV(0.778764, 0.522644) +V 1067: Pos(-12.225, 3.55, 2.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.778764, 0.525704) +V 1068: Pos(-11.599999, 3.525, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.960832, 0.473684) +V 1069: Pos(-11.599999, 3.525, 2.0) Norm(0.57735, 0.57735, 0.57735) UV(0.937883, 0.473684) +V 1070: Pos(-11.599999, 1.59, 2.0) Norm(0.57735, -0.57735, 0.57735) UV(0.937883, 0.355263) +V 1071: Pos(-11.599999, 1.59, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.960832, 0.355263) +V 1072: Pos(-11.599999, 1.59, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.749694, 0.522644) +V 1073: Pos(-11.599999, 1.59, 2.0) Norm(0.57735, -0.57735, 0.57735) UV(0.726744, 0.522644) +V 1074: Pos(-12.0, 1.59, 2.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.726744, 0.498164) +V 1075: Pos(-12.0, 1.59, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.749694, 0.498164) +V 1076: Pos(-12.0, 1.59, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.945533, 0.644737) +V 1077: Pos(-12.0, 1.59, 2.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.922584, 0.644737) +V 1078: Pos(-12.0, 3.525, 2.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.922584, 0.526316) +V 1079: Pos(-12.0, 3.525, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.945533, 0.526316) +V 1080: Pos(-12.0, 3.525, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.772644, 0.498164) +V 1081: Pos(-12.0, 3.525, 2.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.749694, 0.498164) +V 1082: Pos(-11.599999, 3.525, 2.0) Norm(0.57735, 0.57735, 0.57735) UV(0.749694, 0.473684) +V 1083: Pos(-11.599999, 3.525, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.772644, 0.473684) +V 1084: Pos(-11.599999, 1.59, 1.625) Norm(0.57735, -0.57735, -0.57735) UV(0.293758, 0.526316) +V 1085: Pos(-12.0, 1.59, 1.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.318238, 0.526316) +V 1086: Pos(-12.0, 3.525, 1.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.318238, 0.644737) +V 1087: Pos(-11.599999, 3.525, 1.625) Norm(0.57735, 0.57735, -0.57735) UV(0.293758, 0.644737) +V 1088: Pos(-12.0, 1.59, 2.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.318238, 0.526316) +V 1089: Pos(-11.599999, 1.59, 2.0) Norm(0.57735, -0.57735, 0.57735) UV(0.342718, 0.526316) +V 1090: Pos(-11.599999, 3.525, 2.0) Norm(0.57735, 0.57735, 0.57735) UV(0.342718, 0.644737) +V 1091: Pos(-12.0, 3.525, 2.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.318238, 0.644737) +V 1092: Pos(-11.775, 3.55, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.706855, 0.961138) +V 1093: Pos(-11.775, 3.55, 2.775) Norm(0.57735, 0.57735, 0.57735) UV(0.706855, 0.906059) +V 1094: Pos(-11.775, 3.5, 2.775) Norm(0.57735, -0.57735, 0.57735) UV(0.709915, 0.906059) +V 1095: Pos(-11.775, 3.5, 1.875) Norm(0.57735, -0.57735, -0.57735) UV(0.709915, 0.961138) +V 1096: Pos(-11.825, 3.5, 2.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.712975, 0.906059) +V 1097: Pos(-11.825, 3.5, 1.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.712975, 0.961138) +V 1098: Pos(-11.825, 3.55, 2.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.716035, 0.906059) +V 1099: Pos(-11.825, 3.55, 1.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.716035, 0.961138) +V 1100: Pos(-11.775, 3.55, 2.775) Norm(0.57735, 0.57735, 0.57735) UV(0.719095, 0.906059) +V 1101: Pos(-11.775, 3.55, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.719095, 0.961138) +V 1102: Pos(-11.775, 3.5, 1.875) Norm(0.57735, -0.57735, -0.57735) UV(0.838434, 0.4847) +V 1103: Pos(-11.825, 3.5, 1.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.838434, 0.48164) +V 1104: Pos(-11.825, 3.55, 1.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.841494, 0.48164) +V 1105: Pos(-11.775, 3.55, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.841494, 0.4847) +V 1106: Pos(-11.825, 3.5, 2.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.839964, 0.525704) +V 1107: Pos(-11.775, 3.5, 2.775) Norm(0.57735, -0.57735, 0.57735) UV(0.839964, 0.522644) +V 1108: Pos(-11.775, 3.55, 2.775) Norm(0.57735, 0.57735, 0.57735) UV(0.843024, 0.522644) +V 1109: Pos(-11.825, 3.55, 2.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.843024, 0.525704) +V 1110: Pos(-11.2, 3.525, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.991433, 0.763158) +V 1111: Pos(-11.2, 3.525, 2.125) Norm(0.57735, 0.57735, 0.57735) UV(0.968483, 0.763158) +V 1112: Pos(-11.2, 1.59, 2.125) Norm(0.57735, -0.57735, 0.57735) UV(0.968483, 0.644737) +V 1113: Pos(-11.2, 1.59, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.991433, 0.644737) +V 1114: Pos(-11.2, 1.59, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.700735, 0.930538) +V 1115: Pos(-11.2, 1.59, 2.125) Norm(0.57735, -0.57735, 0.57735) UV(0.677785, 0.930538) +V 1116: Pos(-11.599999, 1.59, 2.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.677785, 0.906059) +V 1117: Pos(-11.599999, 1.59, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.700735, 0.906059) +V 1118: Pos(-11.599999, 1.59, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.983782, 0.473684) +V 1119: Pos(-11.599999, 1.59, 2.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.960832, 0.473684) +V 1120: Pos(-11.6, 3.525, 2.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.960832, 0.355263) +V 1121: Pos(-11.6, 3.525, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.983782, 0.355263) +V 1122: Pos(-11.6, 3.525, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.772644, 0.522644) +V 1123: Pos(-11.6, 3.525, 2.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.749694, 0.522644) +V 1124: Pos(-11.2, 3.525, 2.125) Norm(0.57735, 0.57735, 0.57735) UV(0.749694, 0.498164) +V 1125: Pos(-11.2, 3.525, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.772644, 0.498164) +V 1126: Pos(-11.2, 1.59, 1.75) Norm(0.57735, -0.57735, -0.57735) UV(0.342718, 0.526316) +V 1127: Pos(-11.599999, 1.59, 1.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.367198, 0.526316) +V 1128: Pos(-11.6, 3.525, 1.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.367198, 0.644737) +V 1129: Pos(-11.2, 3.525, 1.75) Norm(0.57735, 0.57735, -0.57735) UV(0.342718, 0.644737) +V 1130: Pos(-11.599999, 1.59, 2.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.367198, 0.526316) +V 1131: Pos(-11.2, 1.59, 2.125) Norm(0.57735, -0.57735, 0.57735) UV(0.391677, 0.526316) +V 1132: Pos(-11.2, 3.525, 2.125) Norm(0.57735, 0.57735, 0.57735) UV(0.391677, 0.644737) +V 1133: Pos(-11.6, 3.525, 2.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.367198, 0.644737) +V 1134: Pos(-11.375, 3.55, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.719095, 0.961138) +V 1135: Pos(-11.375, 3.55, 2.9) Norm(0.57735, 0.57735, 0.57735) UV(0.719095, 0.906059) +V 1136: Pos(-11.375, 3.5, 2.9) Norm(0.57735, -0.57735, 0.57735) UV(0.722155, 0.906059) +V 1137: Pos(-11.375, 3.5, 2.0) Norm(0.57735, -0.57735, -0.57735) UV(0.722155, 0.961138) +V 1138: Pos(-11.425, 3.5, 2.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.725215, 0.906059) +V 1139: Pos(-11.425, 3.5, 2.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.725215, 0.961138) +V 1140: Pos(-11.425, 3.55, 2.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.728275, 0.906059) +V 1141: Pos(-11.425, 3.55, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.728275, 0.961138) +V 1142: Pos(-11.375, 3.55, 2.9) Norm(0.57735, 0.57735, 0.57735) UV(0.731335, 0.906059) +V 1143: Pos(-11.375, 3.55, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.731335, 0.961138) +V 1144: Pos(-11.375, 3.5, 2.0) Norm(0.57735, -0.57735, -0.57735) UV(0.841494, 0.4847) +V 1145: Pos(-11.425, 3.5, 2.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.841494, 0.48164) +V 1146: Pos(-11.425, 3.55, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.844554, 0.48164) +V 1147: Pos(-11.375, 3.55, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.844554, 0.4847) +V 1148: Pos(-11.425, 3.5, 2.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.843024, 0.525704) +V 1149: Pos(-11.375, 3.5, 2.9) Norm(0.57735, -0.57735, 0.57735) UV(0.843024, 0.522644) +V 1150: Pos(-11.375, 3.55, 2.9) Norm(0.57735, 0.57735, 0.57735) UV(0.846084, 0.522644) +V 1151: Pos(-11.425, 3.55, 2.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.846084, 0.525704) +V 1152: Pos(-10.799999, 3.525, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.991433, 0.881579) +V 1153: Pos(-10.799999, 3.525, 2.25) Norm(0.57735, 0.57735, 0.57735) UV(0.968483, 0.881579) +V 1154: Pos(-10.799999, 1.59, 2.25) Norm(0.57735, -0.57735, 0.57735) UV(0.968483, 0.763158) +V 1155: Pos(-10.799999, 1.59, 1.875) Norm(0.57735, -0.57735, -0.57735) UV(0.991433, 0.763158) +V 1156: Pos(-10.799999, 1.59, 1.875) Norm(0.57735, -0.57735, -0.57735) UV(0.795594, 0.498164) +V 1157: Pos(-10.799999, 1.59, 2.25) Norm(0.57735, -0.57735, 0.57735) UV(0.772644, 0.498164) +V 1158: Pos(-11.2, 1.59, 2.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.772644, 0.473684) +V 1159: Pos(-11.2, 1.59, 1.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.795594, 0.473684) +V 1160: Pos(-11.2, 1.59, 1.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.985312, 0.118421) +V 1161: Pos(-11.2, 1.59, 2.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.962362, 0.118421) +V 1162: Pos(-11.2, 3.525, 2.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.962362, -0.0) +V 1163: Pos(-11.2, 3.525, 1.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.985312, 0.0) +V 1164: Pos(-11.2, 3.525, 1.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.795594, 0.522644) +V 1165: Pos(-11.2, 3.525, 2.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.772644, 0.522644) +V 1166: Pos(-10.799999, 3.525, 2.25) Norm(0.57735, 0.57735, 0.57735) UV(0.772644, 0.498164) +V 1167: Pos(-10.799999, 3.525, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.795594, 0.498164) +V 1168: Pos(-10.799999, 1.59, 1.875) Norm(0.57735, -0.57735, -0.57735) UV(0.391677, 0.526316) +V 1169: Pos(-11.2, 1.59, 1.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.416157, 0.526316) +V 1170: Pos(-11.2, 3.525, 1.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.416157, 0.644737) +V 1171: Pos(-10.799999, 3.525, 1.875) Norm(0.57735, 0.57735, -0.57735) UV(0.391677, 0.644737) +V 1172: Pos(-11.2, 1.59, 2.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.416157, 0.526316) +V 1173: Pos(-10.799999, 1.59, 2.25) Norm(0.57735, -0.57735, 0.57735) UV(0.440637, 0.526316) +V 1174: Pos(-10.799999, 3.525, 2.25) Norm(0.57735, 0.57735, 0.57735) UV(0.440637, 0.644737) +V 1175: Pos(-11.2, 3.525, 2.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.416157, 0.644737) +V 1176: Pos(-10.974999, 3.55, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.731335, 0.961138) +V 1177: Pos(-10.974999, 3.55, 3.025) Norm(0.57735, 0.57735, 0.57735) UV(0.731335, 0.906059) +V 1178: Pos(-10.974999, 3.5, 3.025) Norm(0.57735, -0.57735, 0.57735) UV(0.734395, 0.906059) +V 1179: Pos(-10.974999, 3.5, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.734395, 0.961138) +V 1180: Pos(-11.025, 3.5, 3.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.737455, 0.906059) +V 1181: Pos(-11.025, 3.5, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.737455, 0.961138) +V 1182: Pos(-11.025, 3.55, 3.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.740515, 0.906059) +V 1183: Pos(-11.025, 3.55, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.740515, 0.961138) +V 1184: Pos(-10.974999, 3.55, 3.025) Norm(0.57735, 0.57735, 0.57735) UV(0.743575, 0.906059) +V 1185: Pos(-10.974999, 3.55, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.743575, 0.961138) +V 1186: Pos(-10.974999, 3.5, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.844553, 0.4847) +V 1187: Pos(-11.025, 3.5, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.844553, 0.48164) +V 1188: Pos(-11.025, 3.55, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.847613, 0.48164) +V 1189: Pos(-10.974999, 3.55, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.847613, 0.4847) +V 1190: Pos(-11.025, 3.5, 3.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.845942, 0.491432) +V 1191: Pos(-10.974999, 3.5, 3.025) Norm(0.57735, -0.57735, 0.57735) UV(0.845942, 0.488372) +V 1192: Pos(-10.974999, 3.55, 3.025) Norm(0.57735, 0.57735, 0.57735) UV(0.849002, 0.488372) +V 1193: Pos(-11.025, 3.55, 3.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.849002, 0.491432) +V 1194: Pos(-10.4, 3.525, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.169829, 1.0) +V 1195: Pos(-10.4, 3.525, 2.375) Norm(0.57735, 0.57735, 0.57735) UV(0.146879, 1.0) +V 1196: Pos(-10.4, 1.59, 2.375) Norm(0.577351, -0.57735, 0.57735) UV(0.146879, 0.881579) +V 1197: Pos(-10.4, 1.59, 2.0) Norm(0.577351, -0.57735, -0.57735) UV(0.169829, 0.881579) +V 1198: Pos(-10.4, 1.59, 2.0) Norm(0.577351, -0.57735, -0.57735) UV(0.284578, 0.906059) +V 1199: Pos(-10.4, 1.59, 2.375) Norm(0.577351, -0.57735, 0.57735) UV(0.261628, 0.906059) +V 1200: Pos(-10.799999, 1.59, 2.375) Norm(-0.57735, -0.577351, 0.57735) UV(0.261628, 0.881579) +V 1201: Pos(-10.799999, 1.59, 2.0) Norm(-0.57735, -0.577351, -0.57735) UV(0.284578, 0.881579) +V 1202: Pos(-10.799999, 1.59, 2.0) Norm(-0.57735, -0.577351, -0.57735) UV(0.991433, 0.644737) +V 1203: Pos(-10.799999, 1.59, 2.375) Norm(-0.57735, -0.577351, 0.57735) UV(0.968483, 0.644737) +V 1204: Pos(-10.799999, 3.525, 2.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.968483, 0.526316) +V 1205: Pos(-10.799999, 3.525, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.991433, 0.526316) +V 1206: Pos(-10.799999, 3.525, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.876684, 0.906059) +V 1207: Pos(-10.799999, 3.525, 2.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.853734, 0.906059) +V 1208: Pos(-10.4, 3.525, 2.375) Norm(0.57735, 0.57735, 0.57735) UV(0.853734, 0.881579) +V 1209: Pos(-10.4, 3.525, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.876684, 0.881579) +V 1210: Pos(-10.4, 1.59, 2.0) Norm(0.577351, -0.57735, -0.57735) UV(0.367198, 0.644737) +V 1211: Pos(-10.799999, 1.59, 2.0) Norm(-0.57735, -0.577351, -0.57735) UV(0.391677, 0.644737) +V 1212: Pos(-10.799999, 3.525, 2.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.391677, 0.763158) +V 1213: Pos(-10.4, 3.525, 2.0) Norm(0.57735, 0.57735, -0.57735) UV(0.367198, 0.763158) +V 1214: Pos(-10.799999, 1.59, 2.375) Norm(-0.57735, -0.577351, 0.57735) UV(0.391677, 0.644737) +V 1215: Pos(-10.4, 1.59, 2.375) Norm(0.577351, -0.57735, 0.57735) UV(0.416157, 0.644737) +V 1216: Pos(-10.4, 3.525, 2.375) Norm(0.57735, 0.57735, 0.57735) UV(0.416157, 0.763158) +V 1217: Pos(-10.799999, 3.525, 2.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.391677, 0.763158) +V 1218: Pos(-10.575, 3.55, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.757345, 0.961138) +V 1219: Pos(-10.575, 3.55, 3.15) Norm(0.57735, 0.57735, 0.57735) UV(0.757345, 0.906059) +V 1220: Pos(-10.575, 3.5, 3.15) Norm(0.57735, -0.57735, 0.57735) UV(0.760405, 0.906059) +V 1221: Pos(-10.575, 3.5, 2.25) Norm(0.57735, -0.57735, -0.57735) UV(0.760405, 0.961138) +V 1222: Pos(-10.625, 3.5, 3.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.763465, 0.906059) +V 1223: Pos(-10.625, 3.5, 2.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.763465, 0.961138) +V 1224: Pos(-10.625, 3.55, 3.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.766525, 0.906059) +V 1225: Pos(-10.625, 3.55, 2.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.766525, 0.961138) +V 1226: Pos(-10.575, 3.55, 3.15) Norm(0.57735, 0.57735, 0.57735) UV(0.769585, 0.906059) +V 1227: Pos(-10.575, 3.55, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.769585, 0.961138) +V 1228: Pos(-10.575, 3.5, 2.25) Norm(0.57735, -0.57735, -0.57735) UV(0.846083, 0.480722) +V 1229: Pos(-10.625, 3.5, 2.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.846083, 0.477662) +V 1230: Pos(-10.625, 3.55, 2.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.849143, 0.477662) +V 1231: Pos(-10.575, 3.55, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.849143, 0.480722) +V 1232: Pos(-10.625, 3.5, 3.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.846084, 0.525704) +V 1233: Pos(-10.575, 3.5, 3.15) Norm(0.57735, -0.57735, 0.57735) UV(0.846084, 0.522644) +V 1234: Pos(-10.575, 3.55, 3.15) Norm(0.57735, 0.57735, 0.57735) UV(0.849144, 0.522644) +V 1235: Pos(-10.625, 3.55, 3.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.849144, 0.525704) +V 1236: Pos(-10.0, 3.525, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.215728, 1.0) +V 1237: Pos(-10.0, 3.525, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.192779, 1.0) +V 1238: Pos(-10.0, 1.59, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.192779, 0.881579) +V 1239: Pos(-10.0, 1.59, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.215728, 0.881579) +V 1240: Pos(-10.0, 1.59, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.899634, 0.906059) +V 1241: Pos(-10.0, 1.59, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.876684, 0.906059) +V 1242: Pos(-10.4, 1.59, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.876684, 0.881579) +V 1243: Pos(-10.4, 1.59, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.899634, 0.881579) +V 1244: Pos(-10.4, 1.59, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.192779, 1.0) +V 1245: Pos(-10.4, 1.59, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.169829, 1.0) +V 1246: Pos(-10.4, 3.525, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.169829, 0.881579) +V 1247: Pos(-10.4, 3.525, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.192779, 0.881579) +V 1248: Pos(-10.4, 3.525, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.910343, 0.522644) +V 1249: Pos(-10.4, 3.525, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.887393, 0.522644) +V 1250: Pos(-10.0, 3.525, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.887393, 0.498164) +V 1251: Pos(-10.0, 3.525, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.910343, 0.498164) +V 1252: Pos(-10.0, 1.59, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.783355, 0.526316) +V 1253: Pos(-10.4, 1.59, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.807835, 0.526316) +V 1254: Pos(-10.4, 3.525, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.807835, 0.644737) +V 1255: Pos(-10.0, 3.525, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.783355, 0.644737) +V 1256: Pos(-10.4, 1.59, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.783355, 0.644737) +V 1257: Pos(-10.0, 1.59, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.807835, 0.644737) +V 1258: Pos(-10.0, 3.525, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.807835, 0.763158) +V 1259: Pos(-10.4, 3.525, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.783355, 0.763158) +V 1260: Pos(-10.174999, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.769585, 0.961138) +V 1261: Pos(-10.174999, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.769585, 0.906059) +V 1262: Pos(-10.174999, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.772645, 0.906059) +V 1263: Pos(-10.174999, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.772645, 0.961138) +V 1264: Pos(-10.174999, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.916463, 0.173501) +V 1265: Pos(-10.174999, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.916463, 0.118421) +V 1266: Pos(-10.225, 3.5, 3.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.919523, 0.118421) +V 1267: Pos(-10.225, 3.5, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.919523, 0.173501) +V 1268: Pos(-10.225, 3.5, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.772645, 0.961138) +V 1269: Pos(-10.225, 3.5, 3.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.772645, 0.906059) +V 1270: Pos(-10.225, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.775705, 0.906059) +V 1271: Pos(-10.225, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.775705, 0.961138) +V 1272: Pos(-10.225, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.916463, 0.22858) +V 1273: Pos(-10.225, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.916463, 0.173501) +V 1274: Pos(-10.174999, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.919523, 0.173501) +V 1275: Pos(-10.174999, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.919523, 0.22858) +V 1276: Pos(-10.174999, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.778764, 0.525704) +V 1277: Pos(-10.225, 3.5, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.778764, 0.522644) +V 1278: Pos(-10.225, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.781824, 0.522644) +V 1279: Pos(-10.174999, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.781824, 0.525704) +V 1280: Pos(-10.225, 3.5, 3.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.781824, 0.525704) +V 1281: Pos(-10.174999, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.781824, 0.522644) +V 1282: Pos(-10.174999, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.784884, 0.522644) +V 1283: Pos(-10.225, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.784884, 0.525704) +V 1284: Pos(-9.775, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.775705, 0.961138) +V 1285: Pos(-9.775, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.775705, 0.906059) +V 1286: Pos(-9.775, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.778765, 0.906059) +V 1287: Pos(-9.775, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.778765, 0.961138) +V 1288: Pos(-9.775, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.783355, 0.961138) +V 1289: Pos(-9.775, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.783355, 0.906059) +V 1290: Pos(-9.825, 3.5, 3.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.786415, 0.906059) +V 1291: Pos(-9.825, 3.5, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.786415, 0.961138) +V 1292: Pos(-9.825, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.789475, 0.906059) +V 1293: Pos(-9.825, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.789475, 0.961138) +V 1294: Pos(-9.825, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.778765, 0.961138) +V 1295: Pos(-9.825, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.778765, 0.906059) +V 1296: Pos(-9.775, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.781825, 0.906059) +V 1297: Pos(-9.775, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.781825, 0.961138) +V 1298: Pos(-9.775, 3.5, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.847613, 0.2194) +V 1299: Pos(-9.825, 3.5, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.847613, 0.21634) +V 1300: Pos(-9.825, 3.55, 2.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.850673, 0.21634) +V 1301: Pos(-9.775, 3.55, 2.375) Norm(0.57735, 0.57735, -0.57735) UV(0.850673, 0.2194) +V 1302: Pos(-9.825, 3.5, 3.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.847614, 0.4847) +V 1303: Pos(-9.775, 3.5, 3.275) Norm(0.57735, -0.57735, 0.57735) UV(0.847614, 0.48164) +V 1304: Pos(-9.775, 3.55, 3.275) Norm(0.57735, 0.57735, 0.57735) UV(0.850673, 0.48164) +V 1305: Pos(-9.825, 3.55, 3.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.850673, 0.4847) +V 1306: Pos(-13.79575, 3.555, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.798654, 0.4847) +V 1307: Pos(-13.79575, 3.555, 2.175) Norm(0.57735, 0.57735, 0.57735) UV(0.795594, 0.4847) +V 1308: Pos(-13.79575, 3.495, 2.175) Norm(0.57735, -0.57735, 0.57735) UV(0.795594, 0.481028) +V 1309: Pos(-13.79575, 3.495, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.798654, 0.481028) +V 1310: Pos(-13.79575, 3.495, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.654835, 0.957068) +V 1311: Pos(-13.79575, 3.495, 2.175) Norm(0.57735, -0.57735, 0.57735) UV(0.651775, 0.957068) +V 1312: Pos(-14.22925, 3.495, 2.175) Norm(-0.57735, -0.57735, 0.57735) UV(0.651775, 0.930538) +V 1313: Pos(-14.22925, 3.495, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.654835, 0.930538) +V 1314: Pos(-14.22925, 3.495, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.798654, 0.488372) +V 1315: Pos(-14.22925, 3.495, 2.175) Norm(-0.57735, -0.57735, 0.57735) UV(0.795594, 0.488372) +V 1316: Pos(-14.22925, 3.555, 2.175) Norm(-0.57735, 0.57735, 0.57735) UV(0.795594, 0.4847) +V 1317: Pos(-14.22925, 3.555, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.798654, 0.4847) +V 1318: Pos(-14.22925, 3.555, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.657895, 0.957068) +V 1319: Pos(-14.22925, 3.555, 2.175) Norm(-0.57735, 0.57735, 0.57735) UV(0.654835, 0.957068) +V 1320: Pos(-13.79575, 3.555, 2.175) Norm(0.57735, 0.57735, 0.57735) UV(0.654835, 0.930538) +V 1321: Pos(-13.79575, 3.555, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.657895, 0.930538) +V 1322: Pos(-13.79575, 3.495, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.914015, 0.524694) +V 1323: Pos(-14.22925, 3.495, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.914015, 0.498164) +V 1324: Pos(-14.22925, 3.555, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.917687, 0.498164) +V 1325: Pos(-13.79575, 3.555, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.917687, 0.524694) +V 1326: Pos(-14.22925, 3.495, 2.175) Norm(-0.57735, -0.57735, 0.57735) UV(0.917687, 0.524694) +V 1327: Pos(-13.79575, 3.495, 2.175) Norm(0.57735, -0.57735, 0.57735) UV(0.917687, 0.498164) +V 1328: Pos(-13.79575, 3.555, 2.175) Norm(0.57735, 0.57735, 0.57735) UV(0.921359, 0.498164) +V 1329: Pos(-14.22925, 3.555, 2.175) Norm(-0.57735, 0.57735, 0.57735) UV(0.921359, 0.524694) +V 1330: Pos(-13.811457, 3.555, 2.172612) Norm(-0.723278, 0.577351, 0.378861) UV(0.834259, 0.488372) +V 1331: Pos(-13.796543, 3.555, 2.124888) Norm(-0.378862, 0.577349, -0.723278) UV(0.83718, 0.488372) +V 1332: Pos(-13.796543, 3.495, 2.124888) Norm(-0.378862, -0.57735, -0.723277) UV(0.83718, 0.492044) +V 1333: Pos(-13.811457, 3.495, 2.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.834259, 0.492044) +V 1334: Pos(-13.811457, 3.495, 2.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.387699, 0.981668) +V 1335: Pos(-13.796543, 3.495, 2.124888) Norm(-0.378862, -0.57735, -0.723277) UV(0.384639, 0.981668) +V 1336: Pos(-13.388544, 3.495, 2.252388) Norm(0.723278, -0.577351, -0.378861) UV(0.384639, 0.955508) +V 1337: Pos(-13.403458, 3.495, 2.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.387699, 0.955508) +V 1338: Pos(-13.403458, 3.495, 2.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.836346, 0.220318) +V 1339: Pos(-13.388544, 3.495, 2.252388) Norm(0.723278, -0.577351, -0.378861) UV(0.839267, 0.220318) +V 1340: Pos(-13.388544, 3.555, 2.252388) Norm(0.723277, 0.57735, -0.378863) UV(0.839267, 0.22399) +V 1341: Pos(-13.403458, 3.555, 2.300112) Norm(0.378862, 0.57735, 0.723277) UV(0.836346, 0.22399) +V 1342: Pos(-13.403458, 3.555, 2.300112) Norm(0.378862, 0.57735, 0.723277) UV(0.381579, 0.955508) +V 1343: Pos(-13.388544, 3.555, 2.252388) Norm(0.723277, 0.57735, -0.378863) UV(0.384639, 0.955508) +V 1344: Pos(-13.796543, 3.555, 2.124888) Norm(-0.378862, 0.577349, -0.723278) UV(0.384639, 0.981668) +V 1345: Pos(-13.811457, 3.555, 2.172612) Norm(-0.723278, 0.577351, 0.378861) UV(0.381579, 0.981668) +V 1346: Pos(-13.811457, 3.495, 2.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.574664, 0.955508) +V 1347: Pos(-13.403458, 3.495, 2.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.574664, 0.930538) +V 1348: Pos(-13.403458, 3.555, 2.300112) Norm(0.378862, 0.57735, 0.723277) UV(0.578335, 0.930538) +V 1349: Pos(-13.811457, 3.555, 2.172612) Norm(-0.723278, 0.577351, 0.378861) UV(0.578335, 0.955508) +V 1350: Pos(-13.388544, 3.495, 2.252388) Norm(0.723278, -0.577351, -0.378861) UV(0.578336, 0.955508) +V 1351: Pos(-13.796543, 3.495, 2.124888) Norm(-0.378862, -0.57735, -0.723277) UV(0.578336, 0.930538) +V 1352: Pos(-13.796543, 3.555, 2.124888) Norm(-0.378862, 0.577349, -0.723278) UV(0.582007, 0.930538) +V 1353: Pos(-13.388544, 3.555, 2.252388) Norm(0.723277, 0.57735, -0.378863) UV(0.582007, 0.955508) +V 1354: Pos(-13.411457, 3.555, 2.297612) Norm(-0.723278, 0.577351, 0.378861) UV(0.836346, 0.22399) +V 1355: Pos(-13.396544, 3.555, 2.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.839267, 0.22399) +V 1356: Pos(-13.396544, 3.495, 2.249888) Norm(-0.378862, -0.577351, -0.723277) UV(0.839267, 0.227662) +V 1357: Pos(-13.411457, 3.495, 2.297612) Norm(-0.723277, -0.57735, 0.378863) UV(0.836346, 0.227662) +V 1358: Pos(-13.411457, 3.495, 2.297612) Norm(-0.723277, -0.57735, 0.378863) UV(0.971544, 0.962819) +V 1359: Pos(-13.396544, 3.495, 2.249888) Norm(-0.378862, -0.577351, -0.723277) UV(0.968484, 0.962819) +V 1360: Pos(-12.988543, 3.495, 2.377388) Norm(0.723278, -0.577351, -0.378861) UV(0.968484, 0.936658) +V 1361: Pos(-13.003456, 3.495, 2.425112) Norm(0.378862, -0.57735, 0.723278) UV(0.971544, 0.936658) +V 1362: Pos(-13.003456, 3.495, 2.425112) Norm(0.378862, -0.57735, 0.723278) UV(0.836346, 0.227662) +V 1363: Pos(-12.988543, 3.495, 2.377388) Norm(0.723278, -0.577351, -0.378861) UV(0.839267, 0.227662) +V 1364: Pos(-12.988543, 3.555, 2.377388) Norm(0.723277, 0.57735, -0.378863) UV(0.839267, 0.231334) +V 1365: Pos(-13.003456, 3.555, 2.425112) Norm(0.378862, 0.577351, 0.723277) UV(0.836346, 0.231334) +V 1366: Pos(-13.003456, 3.555, 2.425112) Norm(0.378862, 0.577351, 0.723277) UV(0.969706, 0.498164) +V 1367: Pos(-12.988543, 3.555, 2.377388) Norm(0.723277, 0.57735, -0.378863) UV(0.972766, 0.498164) +V 1368: Pos(-13.396544, 3.555, 2.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.972766, 0.524324) +V 1369: Pos(-13.411457, 3.555, 2.297612) Norm(-0.723278, 0.577351, 0.378861) UV(0.969706, 0.524324) +V 1370: Pos(-13.411457, 3.495, 2.297612) Norm(-0.723277, -0.57735, 0.378863) UV(0.440637, 0.955508) +V 1371: Pos(-13.003456, 3.495, 2.425112) Norm(0.378862, -0.57735, 0.723278) UV(0.440637, 0.930538) +V 1372: Pos(-13.003456, 3.555, 2.425112) Norm(0.378862, 0.577351, 0.723277) UV(0.444309, 0.930538) +V 1373: Pos(-13.411457, 3.555, 2.297612) Norm(-0.723278, 0.577351, 0.378861) UV(0.444309, 0.955508) +V 1374: Pos(-12.988543, 3.495, 2.377388) Norm(0.723278, -0.577351, -0.378861) UV(0.445227, 0.955508) +V 1375: Pos(-13.396544, 3.495, 2.249888) Norm(-0.378862, -0.577351, -0.723277) UV(0.445227, 0.930538) +V 1376: Pos(-13.396544, 3.555, 2.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.448899, 0.930538) +V 1377: Pos(-12.988543, 3.555, 2.377388) Norm(0.723277, 0.57735, -0.378863) UV(0.448899, 0.955508) +V 1378: Pos(-13.011457, 3.555, 2.422612) Norm(-0.723278, 0.577351, 0.378861) UV(0.836346, 0.231334) +V 1379: Pos(-12.996544, 3.555, 2.374888) Norm(-0.378862, 0.57735, -0.723278) UV(0.839267, 0.231334) +V 1380: Pos(-12.996544, 3.495, 2.374888) Norm(-0.378862, -0.577351, -0.723277) UV(0.839267, 0.235006) +V 1381: Pos(-13.011457, 3.495, 2.422612) Norm(-0.723277, -0.57735, 0.378863) UV(0.836346, 0.235006) +V 1382: Pos(-13.011457, 3.495, 2.422612) Norm(-0.723277, -0.57735, 0.378863) UV(0.783355, 0.899477) +V 1383: Pos(-12.996544, 3.495, 2.374888) Norm(-0.378862, -0.577351, -0.723277) UV(0.780295, 0.899477) +V 1384: Pos(-12.588543, 3.495, 2.502388) Norm(0.723278, -0.577351, -0.378861) UV(0.780295, 0.873317) +V 1385: Pos(-12.603456, 3.495, 2.550112) Norm(0.378862, -0.57735, 0.723278) UV(0.783355, 0.873317) +V 1386: Pos(-12.603456, 3.495, 2.550112) Norm(0.378862, -0.57735, 0.723278) UV(0.83704, 0.4847) +V 1387: Pos(-12.588543, 3.495, 2.502388) Norm(0.723278, -0.577351, -0.378861) UV(0.839961, 0.4847) +V 1388: Pos(-12.588543, 3.555, 2.502388) Norm(0.723277, 0.57735, -0.378863) UV(0.839961, 0.488372) +V 1389: Pos(-12.603456, 3.555, 2.550112) Norm(0.378862, 0.577351, 0.723277) UV(0.83704, 0.488372) +V 1390: Pos(-12.603456, 3.555, 2.550112) Norm(0.378862, 0.577351, 0.723277) UV(0.496022, 0.955508) +V 1391: Pos(-12.588543, 3.555, 2.502388) Norm(0.723277, 0.57735, -0.378863) UV(0.499082, 0.955508) +V 1392: Pos(-12.996544, 3.555, 2.374888) Norm(-0.378862, 0.57735, -0.723278) UV(0.499082, 0.981668) +V 1393: Pos(-13.011457, 3.555, 2.422612) Norm(-0.723278, 0.577351, 0.378861) UV(0.496022, 0.981668) +V 1394: Pos(-13.011457, 3.495, 2.422612) Norm(-0.723277, -0.57735, 0.378863) UV(0.448899, 0.955508) +V 1395: Pos(-12.603456, 3.495, 2.550112) Norm(0.378862, -0.57735, 0.723278) UV(0.448899, 0.930538) +V 1396: Pos(-12.603456, 3.555, 2.550112) Norm(0.378862, 0.577351, 0.723277) UV(0.452571, 0.930538) +V 1397: Pos(-13.011457, 3.555, 2.422612) Norm(-0.723278, 0.577351, 0.378861) UV(0.452571, 0.955508) +V 1398: Pos(-12.588543, 3.495, 2.502388) Norm(0.723278, -0.577351, -0.378861) UV(0.452571, 0.955508) +V 1399: Pos(-12.996544, 3.495, 2.374888) Norm(-0.378862, -0.577351, -0.723277) UV(0.452571, 0.930538) +V 1400: Pos(-12.996544, 3.555, 2.374888) Norm(-0.378862, 0.57735, -0.723278) UV(0.456243, 0.930538) +V 1401: Pos(-12.588543, 3.555, 2.502388) Norm(0.723277, 0.57735, -0.378863) UV(0.456243, 0.955508) +V 1402: Pos(-12.611456, 3.555, 2.547612) Norm(-0.723278, 0.577351, 0.378861) UV(0.83704, 0.492044) +V 1403: Pos(-12.596542, 3.555, 2.499888) Norm(-0.378862, 0.577349, -0.723278) UV(0.839961, 0.492044) +V 1404: Pos(-12.596542, 3.495, 2.499888) Norm(-0.378862, -0.577351, -0.723277) UV(0.839961, 0.495716) +V 1405: Pos(-12.611456, 3.495, 2.547612) Norm(-0.723277, -0.57735, 0.378863) UV(0.83704, 0.495716) +V 1406: Pos(-12.611456, 3.495, 2.547612) Norm(-0.723277, -0.57735, 0.378863) UV(0.432681, 0.981668) +V 1407: Pos(-12.596542, 3.495, 2.499888) Norm(-0.378862, -0.577351, -0.723277) UV(0.429621, 0.981668) +V 1408: Pos(-12.188543, 3.495, 2.627388) Norm(0.723278, -0.577351, -0.378861) UV(0.429621, 0.955508) +V 1409: Pos(-12.203457, 3.495, 2.675112) Norm(0.378862, -0.577349, 0.723278) UV(0.432681, 0.955508) +V 1410: Pos(-12.203457, 3.495, 2.675112) Norm(0.378862, -0.577349, 0.723278) UV(0.83718, 0.488372) +V 1411: Pos(-12.188543, 3.495, 2.627388) Norm(0.723278, -0.577351, -0.378861) UV(0.8401, 0.488372) +V 1412: Pos(-12.188543, 3.555, 2.627388) Norm(0.723277, 0.57735, -0.378863) UV(0.8401, 0.492044) +V 1413: Pos(-12.203457, 3.555, 2.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.83718, 0.492044) +V 1414: Pos(-12.203457, 3.555, 2.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.433293, 0.955508) +V 1415: Pos(-12.188543, 3.555, 2.627388) Norm(0.723277, 0.57735, -0.378863) UV(0.436353, 0.955508) +V 1416: Pos(-12.596542, 3.555, 2.499888) Norm(-0.378862, 0.577349, -0.723278) UV(0.436353, 0.981668) +V 1417: Pos(-12.611456, 3.555, 2.547612) Norm(-0.723278, 0.577351, 0.378861) UV(0.433293, 0.981668) +V 1418: Pos(-12.611456, 3.495, 2.547612) Norm(-0.723277, -0.57735, 0.378863) UV(0.582007, 0.955508) +V 1419: Pos(-12.203457, 3.495, 2.675112) Norm(0.378862, -0.577349, 0.723278) UV(0.582007, 0.930538) +V 1420: Pos(-12.203457, 3.555, 2.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.585679, 0.930538) +V 1421: Pos(-12.611456, 3.555, 2.547612) Norm(-0.723278, 0.577351, 0.378861) UV(0.585679, 0.955508) +V 1422: Pos(-12.188543, 3.495, 2.627388) Norm(0.723278, -0.577351, -0.378861) UV(0.585679, 0.955508) +V 1423: Pos(-12.596542, 3.495, 2.499888) Norm(-0.378862, -0.577351, -0.723277) UV(0.585679, 0.930538) +V 1424: Pos(-12.596542, 3.555, 2.499888) Norm(-0.378862, 0.577349, -0.723278) UV(0.589351, 0.930538) +V 1425: Pos(-12.188543, 3.555, 2.627388) Norm(0.723277, 0.57735, -0.378863) UV(0.589351, 0.955508) +V 1426: Pos(-12.211456, 3.555, 2.672612) Norm(-0.723277, 0.57735, 0.378863) UV(0.839267, 0.220318) +V 1427: Pos(-12.196543, 3.555, 2.624888) Norm(-0.378863, 0.577351, -0.723277) UV(0.842188, 0.220318) +V 1428: Pos(-12.196543, 3.495, 2.624888) Norm(-0.378862, -0.577351, -0.723277) UV(0.842188, 0.22399) +V 1429: Pos(-12.211456, 3.495, 2.672612) Norm(-0.723277, -0.57735, 0.378863) UV(0.839267, 0.22399) +V 1430: Pos(-12.211456, 3.495, 2.672612) Norm(-0.723277, -0.57735, 0.378863) UV(0.443697, 0.981668) +V 1431: Pos(-12.196543, 3.495, 2.624888) Norm(-0.378862, -0.577351, -0.723277) UV(0.440637, 0.981668) +V 1432: Pos(-11.788543, 3.495, 2.752388) Norm(0.723282, -0.577349, -0.378855) UV(0.440637, 0.955508) +V 1433: Pos(-11.803457, 3.495, 2.800112) Norm(0.378854, -0.57735, 0.723281) UV(0.443697, 0.955508) +V 1434: Pos(-11.803457, 3.495, 2.800112) Norm(0.378854, -0.57735, 0.723281) UV(0.839267, 0.22399) +V 1435: Pos(-11.788543, 3.495, 2.752388) Norm(0.723282, -0.577349, -0.378855) UV(0.842188, 0.22399) +V 1436: Pos(-11.788543, 3.555, 2.752388) Norm(0.723282, 0.57735, -0.378854) UV(0.842188, 0.227662) +V 1437: Pos(-11.803457, 3.555, 2.800112) Norm(0.378854, 0.57735, 0.723281) UV(0.839267, 0.227662) +V 1438: Pos(-11.803457, 3.555, 2.800112) Norm(0.378854, 0.57735, 0.723281) UV(0.443697, 0.955508) +V 1439: Pos(-11.788543, 3.555, 2.752388) Norm(0.723282, 0.57735, -0.378854) UV(0.446757, 0.955508) +V 1440: Pos(-12.196543, 3.555, 2.624888) Norm(-0.378863, 0.577351, -0.723277) UV(0.446757, 0.981668) +V 1441: Pos(-12.211456, 3.555, 2.672612) Norm(-0.723277, 0.57735, 0.378863) UV(0.443697, 0.981668) +V 1442: Pos(-12.211456, 3.495, 2.672612) Norm(-0.723277, -0.57735, 0.378863) UV(0.593023, 0.930538) +V 1443: Pos(-11.803457, 3.495, 2.800112) Norm(0.378854, -0.57735, 0.723281) UV(0.593023, 0.955508) +V 1444: Pos(-11.803457, 3.555, 2.800112) Norm(0.378854, 0.57735, 0.723281) UV(0.589351, 0.955508) +V 1445: Pos(-12.211456, 3.555, 2.672612) Norm(-0.723277, 0.57735, 0.378863) UV(0.589351, 0.930538) +V 1446: Pos(-11.788543, 3.495, 2.752388) Norm(0.723282, -0.577349, -0.378855) UV(0.505814, 0.955508) +V 1447: Pos(-12.196543, 3.495, 2.624888) Norm(-0.378862, -0.577351, -0.723277) UV(0.505814, 0.930538) +V 1448: Pos(-12.196543, 3.555, 2.624888) Norm(-0.378863, 0.577351, -0.723277) UV(0.509486, 0.930538) +V 1449: Pos(-11.788543, 3.555, 2.752388) Norm(0.723282, 0.57735, -0.378854) UV(0.509486, 0.955508) +V 1450: Pos(-11.811457, 3.555, 2.797612) Norm(-0.723278, 0.577351, 0.378861) UV(0.839267, 0.227662) +V 1451: Pos(-11.796543, 3.555, 2.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.842188, 0.227662) +V 1452: Pos(-11.796543, 3.495, 2.749888) Norm(-0.378862, -0.577351, -0.723277) UV(0.842188, 0.231334) +V 1453: Pos(-11.811457, 3.495, 2.797612) Norm(-0.723277, -0.57735, 0.378863) UV(0.839267, 0.231334) +V 1454: Pos(-11.811457, 3.495, 2.797612) Norm(-0.723277, -0.57735, 0.378863) UV(0.508874, 0.981668) +V 1455: Pos(-11.796543, 3.495, 2.749888) Norm(-0.378862, -0.577351, -0.723277) UV(0.505814, 0.981668) +V 1456: Pos(-11.388543, 3.495, 2.877388) Norm(0.723278, -0.577351, -0.378861) UV(0.505814, 0.955508) +V 1457: Pos(-11.403457, 3.495, 2.925112) Norm(0.378862, -0.577349, 0.723278) UV(0.508874, 0.955508) +V 1458: Pos(-11.403457, 3.495, 2.925112) Norm(0.378862, -0.577349, 0.723278) UV(0.839267, 0.231334) +V 1459: Pos(-11.388543, 3.495, 2.877388) Norm(0.723278, -0.577351, -0.378861) UV(0.842188, 0.231334) +V 1460: Pos(-11.388543, 3.555, 2.877388) Norm(0.723277, 0.57735, -0.378863) UV(0.842188, 0.235006) +V 1461: Pos(-11.403457, 3.555, 2.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.839267, 0.235006) +V 1462: Pos(-11.403457, 3.555, 2.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.508874, 0.955508) +V 1463: Pos(-11.388543, 3.555, 2.877388) Norm(0.723277, 0.57735, -0.378863) UV(0.511934, 0.955508) +V 1464: Pos(-11.796543, 3.555, 2.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.511934, 0.981668) +V 1465: Pos(-11.811457, 3.555, 2.797612) Norm(-0.723278, 0.577351, 0.378861) UV(0.508874, 0.981668) +V 1466: Pos(-11.811457, 3.495, 2.797612) Norm(-0.723277, -0.57735, 0.378863) UV(0.509486, 0.955508) +V 1467: Pos(-11.403457, 3.495, 2.925112) Norm(0.378862, -0.577349, 0.723278) UV(0.509486, 0.930538) +V 1468: Pos(-11.403457, 3.555, 2.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.513158, 0.930538) +V 1469: Pos(-11.811457, 3.555, 2.797612) Norm(-0.723278, 0.577351, 0.378861) UV(0.513158, 0.955508) +V 1470: Pos(-11.388543, 3.495, 2.877388) Norm(0.723278, -0.577351, -0.378861) UV(0.514076, 0.955508) +V 1471: Pos(-11.796543, 3.495, 2.749888) Norm(-0.378862, -0.577351, -0.723277) UV(0.514076, 0.930538) +V 1472: Pos(-11.796543, 3.555, 2.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.517748, 0.930538) +V 1473: Pos(-11.388543, 3.555, 2.877388) Norm(0.723277, 0.57735, -0.378863) UV(0.517748, 0.955508) +V 1474: Pos(-11.411457, 3.555, 2.922612) Norm(-0.723278, 0.577351, 0.378861) UV(0.839961, 0.4847) +V 1475: Pos(-11.396544, 3.555, 2.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.842882, 0.4847) +V 1476: Pos(-11.396544, 3.495, 2.874888) Norm(-0.378862, -0.577351, -0.723277) UV(0.842882, 0.488372) +V 1477: Pos(-11.411457, 3.495, 2.922612) Norm(-0.723277, -0.57735, 0.378863) UV(0.839961, 0.488372) +V 1478: Pos(-11.411457, 3.495, 2.922612) Norm(-0.723277, -0.57735, 0.378863) UV(0.974604, 0.962819) +V 1479: Pos(-11.396544, 3.495, 2.874888) Norm(-0.378862, -0.577351, -0.723277) UV(0.971544, 0.962819) +V 1480: Pos(-10.988543, 3.495, 3.002388) Norm(0.723278, -0.577351, -0.378861) UV(0.971544, 0.936659) +V 1481: Pos(-11.003456, 3.495, 3.050112) Norm(0.378862, -0.57735, 0.723278) UV(0.974604, 0.936659) +V 1482: Pos(-11.003456, 3.495, 3.050112) Norm(0.378862, -0.57735, 0.723278) UV(0.839961, 0.492044) +V 1483: Pos(-10.988543, 3.495, 3.002388) Norm(0.723278, -0.577351, -0.378861) UV(0.842882, 0.492044) +V 1484: Pos(-10.988543, 3.555, 3.002388) Norm(0.723277, 0.57735, -0.378863) UV(0.842882, 0.495716) +V 1485: Pos(-11.003456, 3.555, 3.050112) Norm(0.378862, 0.577351, 0.723277) UV(0.839961, 0.495716) +V 1486: Pos(-11.003456, 3.555, 3.050112) Norm(0.378862, 0.577351, 0.723277) UV(0.972766, 0.498164) +V 1487: Pos(-10.988543, 3.555, 3.002388) Norm(0.723277, 0.57735, -0.378863) UV(0.975826, 0.498164) +V 1488: Pos(-11.396544, 3.555, 2.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.975826, 0.524324) +V 1489: Pos(-11.411457, 3.555, 2.922612) Norm(-0.723278, 0.577351, 0.378861) UV(0.972766, 0.524324) +V 1490: Pos(-11.411457, 3.495, 2.922612) Norm(-0.723277, -0.57735, 0.378863) UV(0.388311, 0.955508) +V 1491: Pos(-11.003456, 3.495, 3.050112) Norm(0.378862, -0.57735, 0.723278) UV(0.388311, 0.930538) +V 1492: Pos(-11.003456, 3.555, 3.050112) Norm(0.378862, 0.577351, 0.723277) UV(0.391983, 0.930538) +V 1493: Pos(-11.411457, 3.555, 2.922612) Norm(-0.723278, 0.577351, 0.378861) UV(0.391983, 0.955508) +V 1494: Pos(-10.988543, 3.495, 3.002388) Norm(0.723278, -0.577351, -0.378861) UV(0.391983, 0.955508) +V 1495: Pos(-11.396544, 3.495, 2.874888) Norm(-0.378862, -0.577351, -0.723277) UV(0.391983, 0.930539) +V 1496: Pos(-11.396544, 3.555, 2.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.395655, 0.930539) +V 1497: Pos(-10.988543, 3.555, 3.002388) Norm(0.723277, 0.57735, -0.378863) UV(0.395655, 0.955508) +V 1498: Pos(-11.011456, 3.555, 3.047612) Norm(-0.723278, 0.577351, 0.378861) UV(0.8401, 0.488372) +V 1499: Pos(-10.996543, 3.555, 2.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.843021, 0.488372) +V 1500: Pos(-10.996543, 3.495, 2.999888) Norm(-0.378862, -0.577351, -0.723277) UV(0.843021, 0.492044) +V 1501: Pos(-11.011456, 3.495, 3.047612) Norm(-0.723277, -0.57735, 0.378863) UV(0.8401, 0.492044) +V 1502: Pos(-11.011456, 3.495, 3.047612) Norm(-0.723277, -0.57735, 0.378863) UV(0.514994, 0.981668) +V 1503: Pos(-10.996543, 3.495, 2.999888) Norm(-0.378862, -0.577351, -0.723277) UV(0.511934, 0.981668) +V 1504: Pos(-10.588543, 3.495, 3.127388) Norm(0.723278, -0.577351, -0.378861) UV(0.511934, 0.955508) +V 1505: Pos(-10.603456, 3.495, 3.175112) Norm(0.378862, -0.577349, 0.723278) UV(0.514994, 0.955508) +V 1506: Pos(-10.603456, 3.495, 3.175112) Norm(0.378862, -0.577349, 0.723278) UV(0.842188, 0.220318) +V 1507: Pos(-10.588543, 3.495, 3.127388) Norm(0.723278, -0.577351, -0.378861) UV(0.845108, 0.220318) +V 1508: Pos(-10.588543, 3.555, 3.127388) Norm(0.723277, 0.57735, -0.378863) UV(0.845108, 0.22399) +V 1509: Pos(-10.603456, 3.555, 3.175112) Norm(0.378862, 0.57735, 0.723277) UV(0.842188, 0.22399) +V 1510: Pos(-10.603456, 3.555, 3.175112) Norm(0.378862, 0.57735, 0.723277) UV(0.517748, 0.955508) +V 1511: Pos(-10.588543, 3.555, 3.127388) Norm(0.723277, 0.57735, -0.378863) UV(0.520808, 0.955508) +V 1512: Pos(-10.996543, 3.555, 2.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.520808, 0.981668) +V 1513: Pos(-11.011456, 3.555, 3.047612) Norm(-0.723278, 0.577351, 0.378861) UV(0.517748, 0.981668) +V 1514: Pos(-11.011456, 3.495, 3.047612) Norm(-0.723277, -0.57735, 0.378863) UV(0.517748, 0.955508) +V 1515: Pos(-10.603456, 3.495, 3.175112) Norm(0.378862, -0.577349, 0.723278) UV(0.517748, 0.930538) +V 1516: Pos(-10.603456, 3.555, 3.175112) Norm(0.378862, 0.57735, 0.723277) UV(0.52142, 0.930538) +V 1517: Pos(-11.011456, 3.555, 3.047612) Norm(-0.723278, 0.577351, 0.378861) UV(0.52142, 0.955508) +V 1518: Pos(-10.588543, 3.495, 3.127388) Norm(0.723278, -0.577351, -0.378861) UV(0.52142, 0.955508) +V 1519: Pos(-10.996543, 3.495, 2.999888) Norm(-0.378862, -0.577351, -0.723277) UV(0.52142, 0.930538) +V 1520: Pos(-10.996543, 3.555, 2.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.525092, 0.930538) +V 1521: Pos(-10.588543, 3.555, 3.127388) Norm(0.723277, 0.57735, -0.378863) UV(0.525092, 0.955508) +V 1522: Pos(-10.611457, 3.555, 3.172612) Norm(-0.723282, 0.57735, 0.378853) UV(0.842188, 0.22399) +V 1523: Pos(-10.596542, 3.555, 3.124888) Norm(-0.378854, 0.57735, -0.723282) UV(0.845108, 0.22399) +V 1524: Pos(-10.596542, 3.495, 3.124888) Norm(-0.378855, -0.577352, -0.72328) UV(0.845108, 0.227662) +V 1525: Pos(-10.611457, 3.495, 3.172612) Norm(-0.723281, -0.577349, 0.378857) UV(0.842188, 0.227662) +V 1526: Pos(-10.611457, 3.495, 3.172612) Norm(-0.723281, -0.577349, 0.378857) UV(0.04896, 0.962819) +V 1527: Pos(-10.596542, 3.495, 3.124888) Norm(-0.378855, -0.577352, -0.72328) UV(0.0459, 0.962819) +V 1528: Pos(-10.188543, 3.495, 3.252388) Norm(0.723278, -0.577351, -0.37886) UV(0.0459, 0.936659) +V 1529: Pos(-10.203457, 3.495, 3.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.04896, 0.936659) +V 1530: Pos(-10.203457, 3.495, 3.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.842188, 0.227662) +V 1531: Pos(-10.188543, 3.495, 3.252388) Norm(0.723278, -0.577351, -0.37886) UV(0.845108, 0.227662) +V 1532: Pos(-10.188543, 3.555, 3.252388) Norm(0.723277, 0.57735, -0.378864) UV(0.845108, 0.231334) +V 1533: Pos(-10.203457, 3.555, 3.300112) Norm(0.378863, 0.577351, 0.723276) UV(0.842188, 0.231334) +V 1534: Pos(-10.203457, 3.555, 3.300112) Norm(0.378863, 0.577351, 0.723276) UV(0.391983, 0.955508) +V 1535: Pos(-10.188543, 3.555, 3.252388) Norm(0.723277, 0.57735, -0.378864) UV(0.395043, 0.955508) +V 1536: Pos(-10.596542, 3.555, 3.124888) Norm(-0.378854, 0.57735, -0.723282) UV(0.395043, 0.981668) +V 1537: Pos(-10.611457, 3.555, 3.172612) Norm(-0.723282, 0.57735, 0.378853) UV(0.391983, 0.981668) +V 1538: Pos(-10.611457, 3.495, 3.172612) Norm(-0.723281, -0.577349, 0.378857) UV(0.525092, 0.955508) +V 1539: Pos(-10.203457, 3.495, 3.300112) Norm(0.378862, -0.577349, 0.723278) UV(0.525092, 0.930538) +V 1540: Pos(-10.203457, 3.555, 3.300112) Norm(0.378863, 0.577351, 0.723276) UV(0.528764, 0.930538) +V 1541: Pos(-10.611457, 3.555, 3.172612) Norm(-0.723282, 0.57735, 0.378853) UV(0.528764, 0.955508) +V 1542: Pos(-10.188543, 3.495, 3.252388) Norm(0.723278, -0.577351, -0.37886) UV(0.593023, 0.955508) +V 1543: Pos(-10.596542, 3.495, 3.124888) Norm(-0.378855, -0.577352, -0.72328) UV(0.593023, 0.930538) +V 1544: Pos(-10.596542, 3.555, 3.124888) Norm(-0.378854, 0.57735, -0.723282) UV(0.596695, 0.930538) +V 1545: Pos(-10.188543, 3.555, 3.252388) Norm(0.723277, 0.57735, -0.378864) UV(0.596695, 0.955508) +V 1546: Pos(-9.77075, 3.555, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.798654, 0.492044) +V 1547: Pos(-9.77075, 3.555, 3.3) Norm(0.57735, 0.57735, 0.57735) UV(0.795594, 0.492044) +V 1548: Pos(-9.77075, 3.495, 3.3) Norm(0.57735, -0.57735, 0.57735) UV(0.795594, 0.488372) +V 1549: Pos(-9.77075, 3.495, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.798654, 0.488372) +V 1550: Pos(-9.77075, 3.495, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.664015, 0.957068) +V 1551: Pos(-9.77075, 3.495, 3.3) Norm(0.57735, -0.57735, 0.57735) UV(0.660955, 0.957068) +V 1552: Pos(-10.20425, 3.495, 3.3) Norm(-0.57735, -0.57735, 0.57735) UV(0.660955, 0.930538) +V 1553: Pos(-10.20425, 3.495, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.664015, 0.930538) +V 1554: Pos(-10.20425, 3.495, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.798654, 0.495716) +V 1555: Pos(-10.20425, 3.495, 3.3) Norm(-0.57735, -0.57735, 0.57735) UV(0.795594, 0.495716) +V 1556: Pos(-10.20425, 3.555, 3.3) Norm(-0.57735, 0.57735, 0.57735) UV(0.795594, 0.492044) +V 1557: Pos(-10.20425, 3.555, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.798654, 0.492044) +V 1558: Pos(-10.20425, 3.555, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.667075, 0.957068) +V 1559: Pos(-10.20425, 3.555, 3.3) Norm(-0.57735, 0.57735, 0.57735) UV(0.664015, 0.957068) +V 1560: Pos(-9.77075, 3.555, 3.3) Norm(0.57735, 0.57735, 0.57735) UV(0.664015, 0.930538) +V 1561: Pos(-9.77075, 3.555, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.667075, 0.930538) +V 1562: Pos(-9.77075, 3.495, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.936047, 0.524694) +V 1563: Pos(-10.20425, 3.495, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.936047, 0.498164) +V 1564: Pos(-10.20425, 3.555, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.939719, 0.498164) +V 1565: Pos(-9.77075, 3.555, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.939719, 0.524694) +V 1566: Pos(-10.20425, 3.495, 3.3) Norm(-0.57735, -0.57735, 0.57735) UV(0.939719, 0.524694) +V 1567: Pos(-9.77075, 3.495, 3.3) Norm(0.57735, -0.57735, 0.57735) UV(0.939719, 0.498164) +V 1568: Pos(-9.77075, 3.555, 3.3) Norm(0.57735, 0.57735, 0.57735) UV(0.943391, 0.498164) +V 1569: Pos(-10.20425, 3.555, 3.3) Norm(-0.57735, 0.57735, 0.57735) UV(0.943391, 0.524694) +V 1570: Pos(-8.0, 5.9, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.703794, 0.263158) +V 1571: Pos(-8.0, 5.9, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.680845, 0.263158) +V 1572: Pos(-8.0, 1.6, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.680845, 0.0) +V 1573: Pos(-8.0, 1.6, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.703794, 0.0) +V 1574: Pos(-8.0, 1.6, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.853734, 0.771114) +V 1575: Pos(-8.0, 1.6, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.830784, 0.771114) +V 1576: Pos(-10.0, 1.6, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.830784, 0.648715) +V 1577: Pos(-10.0, 1.6, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.853734, 0.648715) +V 1578: Pos(-10.0, 1.6, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.726744, 0.263158) +V 1579: Pos(-10.0, 1.6, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.703794, 0.263158) +V 1580: Pos(-10.0, 5.9, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.703794, -0.0) +V 1581: Pos(-10.0, 5.9, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.726744, -0.0) +V 1582: Pos(-10.0, 5.9, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.869033, 0.359241) +V 1583: Pos(-10.0, 5.9, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.846083, 0.359241) +V 1584: Pos(-8.0, 5.9, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.846083, 0.236842) +V 1585: Pos(-8.0, 5.9, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.869033, 0.236842) +V 1586: Pos(-8.0, 1.6, 2.125) Norm(0.57735, -0.57735, -0.57735) UV(0.244798, 0.0) +V 1587: Pos(-10.0, 1.6, 2.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.367197, 0.0) +V 1588: Pos(-10.0, 5.9, 2.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.367197, 0.263158) +V 1589: Pos(-8.0, 5.9, 2.125) Norm(0.57735, 0.57735, -0.57735) UV(0.244798, 0.263158) +V 1590: Pos(-10.0, 1.6, 2.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.367197, 0.0) +V 1591: Pos(-8.0, 1.6, 2.5) Norm(0.57735, -0.57735, 0.57735) UV(0.489596, 0.0) +V 1592: Pos(-8.0, 5.9, 2.5) Norm(0.57735, 0.57735, 0.57735) UV(0.489596, 0.263158) +V 1593: Pos(-10.0, 5.9, 2.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.367197, 0.263158) +V 1594: Pos(-14.0, 5.9, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.657895, 0.526316) +V 1595: Pos(-14.0, 5.9, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.634945, 0.526316) +V 1596: Pos(-14.0, 1.599999, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.634945, 0.263158) +V 1597: Pos(-14.0, 1.599999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.657895, 0.263158) +V 1598: Pos(-14.0, 1.599999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.847613, 0.122399) +V 1599: Pos(-14.0, 1.599999, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.824663, 0.122399) +V 1600: Pos(-16.0, 1.599999, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.824663, 0.0) +V 1601: Pos(-16.0, 1.599999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.847613, 0.0) +V 1602: Pos(-16.0, 1.599999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.634945, 0.526316) +V 1603: Pos(-16.0, 1.599999, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.611995, 0.526316) +V 1604: Pos(-16.0, 5.9, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.611995, 0.263158) +V 1605: Pos(-16.0, 5.9, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.634945, 0.263158) +V 1606: Pos(-16.0, 5.9, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.853734, 0.648715) +V 1607: Pos(-16.0, 5.9, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.830784, 0.648715) +V 1608: Pos(-14.0, 5.9, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.830784, 0.526316) +V 1609: Pos(-14.0, 5.9, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.853734, 0.526316) +V 1610: Pos(-14.0, 1.599999, 0.875) Norm(0.57735, -0.57735, -0.57735) UV(0.244798, 0.263158) +V 1611: Pos(-16.0, 1.599999, 0.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.367197, 0.263158) +V 1612: Pos(-16.0, 5.9, 0.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.367197, 0.526316) +V 1613: Pos(-14.0, 5.9, 0.875) Norm(0.57735, 0.57735, -0.57735) UV(0.244798, 0.526316) +V 1614: Pos(-16.0, 1.599999, 1.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.367197, 0.263158) +V 1615: Pos(-14.0, 1.599999, 1.25) Norm(0.57735, -0.57735, 0.57735) UV(0.489596, 0.263158) +V 1616: Pos(-14.0, 5.9, 1.25) Norm(0.57735, 0.57735, 0.57735) UV(0.489596, 0.526316) +V 1617: Pos(-16.0, 5.9, 1.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.367197, 0.526316) +V 1618: Pos(-9.775, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.302938, 0.985618) +V 1619: Pos(-9.775, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.302938, 0.930538) +V 1620: Pos(-9.775, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.305998, 0.930538) +V 1621: Pos(-9.775, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.305998, 0.985618) +V 1622: Pos(-9.775, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.789475, 0.961138) +V 1623: Pos(-9.775, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.789475, 0.906059) +V 1624: Pos(-9.825, 3.95, 3.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.792535, 0.906059) +V 1625: Pos(-9.825, 3.95, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.792535, 0.961138) +V 1626: Pos(-9.825, 4.0, 3.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.795595, 0.906059) +V 1627: Pos(-9.825, 4.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.795595, 0.961138) +V 1628: Pos(-9.775, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.798655, 0.906059) +V 1629: Pos(-9.775, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.798655, 0.961138) +V 1630: Pos(-9.775, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.848029, 0.223378) +V 1631: Pos(-9.825, 3.95, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.848029, 0.220318) +V 1632: Pos(-9.825, 4.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.851089, 0.220318) +V 1633: Pos(-9.775, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.851089, 0.223378) +V 1634: Pos(-9.825, 3.95, 3.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.848029, 0.22705) +V 1635: Pos(-9.775, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.848029, 0.22399) +V 1636: Pos(-9.775, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.851089, 0.22399) +V 1637: Pos(-9.825, 4.0, 3.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.851089, 0.22705) +V 1638: Pos(-10.0, 6.0, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.422277, 0.881579) +V 1639: Pos(-10.0, 6.0, 2.625) Norm(0.57735, 0.57735, 0.57735) UV(0.399327, 0.881579) +V 1640: Pos(-10.0, 4.065, 2.625) Norm(0.577351, -0.57735, 0.57735) UV(0.399327, 0.763158) +V 1641: Pos(-10.0, 4.065, 2.25) Norm(0.57735, -0.57735, -0.57735) UV(0.422277, 0.763158) +V 1642: Pos(-10.0, 4.065, 2.25) Norm(0.57735, -0.57735, -0.57735) UV(0.830784, 0.914015) +V 1643: Pos(-10.0, 4.065, 2.625) Norm(0.577351, -0.57735, 0.57735) UV(0.807835, 0.914015) +V 1644: Pos(-10.4, 4.065, 2.625) Norm(-0.57735, -0.577351, 0.57735) UV(0.807835, 0.889535) +V 1645: Pos(-10.4, 4.065, 2.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.830784, 0.889535) +V 1646: Pos(-10.4, 4.065, 2.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.192779, 0.881579) +V 1647: Pos(-10.4, 4.065, 2.625) Norm(-0.57735, -0.577351, 0.57735) UV(0.169829, 0.881579) +V 1648: Pos(-10.4, 6.0, 2.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.169829, 0.763158) +V 1649: Pos(-10.4, 6.0, 2.25) Norm(-0.577351, 0.57735, -0.57735) UV(0.192779, 0.763158) +V 1650: Pos(-10.4, 6.0, 2.25) Norm(-0.577351, 0.57735, -0.57735) UV(0.853734, 0.914015) +V 1651: Pos(-10.4, 6.0, 2.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.830784, 0.914015) +V 1652: Pos(-10.0, 6.0, 2.625) Norm(0.57735, 0.57735, 0.57735) UV(0.830784, 0.889535) +V 1653: Pos(-10.0, 6.0, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.853734, 0.889535) +V 1654: Pos(-10.0, 4.065, 2.25) Norm(0.57735, -0.57735, -0.57735) UV(0.734395, 0.526316) +V 1655: Pos(-10.4, 4.065, 2.25) Norm(-0.57735, -0.577351, -0.57735) UV(0.758875, 0.526316) +V 1656: Pos(-10.4, 6.0, 2.25) Norm(-0.577351, 0.57735, -0.57735) UV(0.758875, 0.644737) +V 1657: Pos(-10.0, 6.0, 2.25) Norm(0.57735, 0.57735, -0.57735) UV(0.734395, 0.644737) +V 1658: Pos(-10.4, 4.065, 2.625) Norm(-0.57735, -0.577351, 0.57735) UV(0.0, 0.644737) +V 1659: Pos(-10.0, 4.065, 2.625) Norm(0.577351, -0.57735, 0.57735) UV(0.02448, 0.644737) +V 1660: Pos(-10.0, 6.0, 2.625) Norm(0.57735, 0.57735, 0.57735) UV(0.02448, 0.763158) +V 1661: Pos(-10.4, 6.0, 2.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.763158) +V 1662: Pos(-10.174999, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.305998, 0.985618) +V 1663: Pos(-10.174999, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.305998, 0.930538) +V 1664: Pos(-10.174999, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.309058, 0.930538) +V 1665: Pos(-10.174999, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.309058, 0.985618) +V 1666: Pos(-10.174999, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.919523, 0.173501) +V 1667: Pos(-10.174999, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.919523, 0.118421) +V 1668: Pos(-10.225, 3.95, 3.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.922583, 0.118421) +V 1669: Pos(-10.225, 3.95, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.922583, 0.173501) +V 1670: Pos(-10.225, 3.95, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.798655, 0.961138) +V 1671: Pos(-10.225, 3.95, 3.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.798655, 0.906059) +V 1672: Pos(-10.225, 4.0, 3.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.801715, 0.906059) +V 1673: Pos(-10.225, 4.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.801715, 0.961138) +V 1674: Pos(-10.225, 4.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.919523, 0.22858) +V 1675: Pos(-10.225, 4.0, 3.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.919523, 0.173501) +V 1676: Pos(-10.174999, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.922583, 0.173501) +V 1677: Pos(-10.174999, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.922583, 0.22858) +V 1678: Pos(-10.174999, 3.95, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.784884, 0.525704) +V 1679: Pos(-10.225, 3.95, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.784884, 0.522644) +V 1680: Pos(-10.225, 4.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.787944, 0.522644) +V 1681: Pos(-10.174999, 4.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.787944, 0.525704) +V 1682: Pos(-10.225, 3.95, 3.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.787944, 0.525704) +V 1683: Pos(-10.174999, 3.95, 3.4) Norm(0.57735, -0.57735, 0.57735) UV(0.787944, 0.522644) +V 1684: Pos(-10.174999, 4.0, 3.4) Norm(0.57735, 0.57735, 0.57735) UV(0.791004, 0.522644) +V 1685: Pos(-10.225, 4.0, 3.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.791004, 0.525704) +V 1686: Pos(-10.4, 6.0, 2.375) Norm(0.57735, 0.577351, -0.57735) UV(0.215728, 0.881579) +V 1687: Pos(-10.4, 6.0, 2.75) Norm(0.57735, 0.577351, 0.57735) UV(0.192779, 0.881579) +V 1688: Pos(-10.4, 4.065, 2.75) Norm(0.57735, -0.57735, 0.57735) UV(0.192779, 0.763158) +V 1689: Pos(-10.4, 4.065, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.215728, 0.763158) +V 1690: Pos(-10.4, 4.065, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.914933, 0.498164) +V 1691: Pos(-10.4, 4.065, 2.75) Norm(0.57735, -0.57735, 0.57735) UV(0.891983, 0.498164) +V 1692: Pos(-10.799999, 4.065, 2.75) Norm(-0.57735, -0.577351, 0.57735) UV(0.891983, 0.473684) +V 1693: Pos(-10.799999, 4.065, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.914933, 0.473684) +V 1694: Pos(-10.799999, 4.065, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.445227, 0.881579) +V 1695: Pos(-10.799999, 4.065, 2.75) Norm(-0.57735, -0.577351, 0.57735) UV(0.422277, 0.881579) +V 1696: Pos(-10.8, 6.0, 2.75) Norm(-0.577351, 0.57735, 0.57735) UV(0.422277, 0.763158) +V 1697: Pos(-10.8, 6.0, 2.375) Norm(-0.577351, 0.57735, -0.57735) UV(0.445227, 0.763158) +V 1698: Pos(-10.8, 6.0, 2.375) Norm(-0.577351, 0.57735, -0.57735) UV(0.864443, 0.522644) +V 1699: Pos(-10.8, 6.0, 2.75) Norm(-0.577351, 0.57735, 0.57735) UV(0.841493, 0.522644) +V 1700: Pos(-10.4, 6.0, 2.75) Norm(0.57735, 0.577351, 0.57735) UV(0.841493, 0.498164) +V 1701: Pos(-10.4, 6.0, 2.375) Norm(0.57735, 0.577351, -0.57735) UV(0.864443, 0.498164) +V 1702: Pos(-10.4, 4.065, 2.375) Norm(0.57735, -0.57735, -0.57735) UV(0.04896, 0.526316) +V 1703: Pos(-10.799999, 4.065, 2.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.073439, 0.526316) +V 1704: Pos(-10.8, 6.0, 2.375) Norm(-0.577351, 0.57735, -0.57735) UV(0.07344, 0.644737) +V 1705: Pos(-10.4, 6.0, 2.375) Norm(0.57735, 0.577351, -0.57735) UV(0.04896, 0.644737) +V 1706: Pos(-10.799999, 4.065, 2.75) Norm(-0.57735, -0.577351, 0.57735) UV(0.07344, 0.526316) +V 1707: Pos(-10.4, 4.065, 2.75) Norm(0.57735, -0.57735, 0.57735) UV(0.097919, 0.526316) +V 1708: Pos(-10.4, 6.0, 2.75) Norm(0.57735, 0.577351, 0.57735) UV(0.097919, 0.644737) +V 1709: Pos(-10.8, 6.0, 2.75) Norm(-0.577351, 0.57735, 0.57735) UV(0.07344, 0.644737) +V 1710: Pos(-10.575, 4.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.309058, 0.985618) +V 1711: Pos(-10.575, 4.0, 3.525) Norm(0.57735, 0.57735, 0.57735) UV(0.309058, 0.930538) +V 1712: Pos(-10.575, 3.95, 3.525) Norm(0.57735, -0.57735, 0.57735) UV(0.312118, 0.930538) +V 1713: Pos(-10.575, 3.95, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.312118, 0.985618) +V 1714: Pos(-10.575, 3.95, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.801715, 0.961138) +V 1715: Pos(-10.575, 3.95, 3.525) Norm(0.57735, -0.57735, 0.57735) UV(0.801715, 0.906059) +V 1716: Pos(-10.625, 3.95, 3.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.804775, 0.906059) +V 1717: Pos(-10.625, 3.95, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.804775, 0.961138) +V 1718: Pos(-10.625, 3.95, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.853734, 0.961138) +V 1719: Pos(-10.625, 3.95, 3.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.853734, 0.906059) +V 1720: Pos(-10.625, 4.0, 3.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.856794, 0.906059) +V 1721: Pos(-10.625, 4.0, 2.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.856794, 0.961138) +V 1722: Pos(-10.575, 4.0, 3.525) Norm(0.57735, 0.57735, 0.57735) UV(0.859854, 0.906059) +V 1723: Pos(-10.575, 4.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.859854, 0.961138) +V 1724: Pos(-10.575, 3.95, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.848029, 0.23011) +V 1725: Pos(-10.625, 3.95, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.848029, 0.22705) +V 1726: Pos(-10.625, 4.0, 2.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.851089, 0.22705) +V 1727: Pos(-10.575, 4.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.851089, 0.23011) +V 1728: Pos(-10.625, 3.95, 3.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.848029, 0.23317) +V 1729: Pos(-10.575, 3.95, 3.525) Norm(0.57735, -0.57735, 0.57735) UV(0.848029, 0.23011) +V 1730: Pos(-10.575, 4.0, 3.525) Norm(0.57735, 0.57735, 0.57735) UV(0.851089, 0.23011) +V 1731: Pos(-10.625, 4.0, 3.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.851089, 0.23317) +V 1732: Pos(-10.8, 6.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.468176, 0.881579) +V 1733: Pos(-10.8, 6.0, 2.875) Norm(0.57735, 0.57735, 0.57735) UV(0.445227, 0.881579) +V 1734: Pos(-10.799999, 4.065, 2.875) Norm(0.57735, -0.57735, 0.57735) UV(0.445227, 0.763158) +V 1735: Pos(-10.799999, 4.065, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.468176, 0.763158) +V 1736: Pos(-10.799999, 4.065, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.749694, 0.498164) +V 1737: Pos(-10.799999, 4.065, 2.875) Norm(0.57735, -0.57735, 0.57735) UV(0.726744, 0.498164) +V 1738: Pos(-11.2, 4.065, 2.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.726744, 0.473684) +V 1739: Pos(-11.2, 4.065, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.749694, 0.473684) +V 1740: Pos(-11.2, 4.065, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.491126, 0.881579) +V 1741: Pos(-11.2, 4.065, 2.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.468176, 0.881579) +V 1742: Pos(-11.2, 6.0, 2.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.468176, 0.763158) +V 1743: Pos(-11.2, 6.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.491126, 0.763158) +V 1744: Pos(-11.2, 6.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.893513, 0.21634) +V 1745: Pos(-11.2, 6.0, 2.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.870563, 0.21634) +V 1746: Pos(-10.8, 6.0, 2.875) Norm(0.57735, 0.57735, 0.57735) UV(0.870563, 0.191861) +V 1747: Pos(-10.8, 6.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.893513, 0.191861) +V 1748: Pos(-10.799999, 4.065, 2.5) Norm(0.57735, -0.57735, -0.57735) UV(0.440637, 0.526316) +V 1749: Pos(-11.2, 4.065, 2.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.465117, 0.526316) +V 1750: Pos(-11.2, 6.0, 2.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.465117, 0.644737) +V 1751: Pos(-10.8, 6.0, 2.5) Norm(0.57735, 0.57735, -0.57735) UV(0.440637, 0.644737) +V 1752: Pos(-11.2, 4.065, 2.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.465117, 0.526316) +V 1753: Pos(-10.799999, 4.065, 2.875) Norm(0.57735, -0.57735, 0.57735) UV(0.489597, 0.526316) +V 1754: Pos(-10.8, 6.0, 2.875) Norm(0.57735, 0.57735, 0.57735) UV(0.489597, 0.644737) +V 1755: Pos(-11.2, 6.0, 2.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.465117, 0.644737) +V 1756: Pos(-10.974999, 4.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.312118, 0.985618) +V 1757: Pos(-10.974999, 4.0, 3.65) Norm(0.57735, 0.57735, 0.57735) UV(0.312118, 0.930538) +V 1758: Pos(-10.974999, 3.95, 3.65) Norm(0.57735, -0.57735, 0.57735) UV(0.315178, 0.930538) +V 1759: Pos(-10.974999, 3.95, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.315178, 0.985618) +V 1760: Pos(-10.974999, 3.95, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.859854, 0.961138) +V 1761: Pos(-10.974999, 3.95, 3.65) Norm(0.57735, -0.57735, 0.57735) UV(0.859854, 0.906059) +V 1762: Pos(-11.025, 3.95, 3.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.862914, 0.906059) +V 1763: Pos(-11.025, 3.95, 2.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.862914, 0.961138) +V 1764: Pos(-11.025, 4.0, 3.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.865974, 0.906059) +V 1765: Pos(-11.025, 4.0, 2.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.865974, 0.961138) +V 1766: Pos(-10.974999, 4.0, 3.65) Norm(0.57735, 0.57735, 0.57735) UV(0.869034, 0.906059) +V 1767: Pos(-10.974999, 4.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.869034, 0.961138) +V 1768: Pos(-10.974999, 3.95, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.848029, 0.23317) +V 1769: Pos(-11.025, 3.95, 2.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.851089, 0.23317) +V 1770: Pos(-11.025, 4.0, 2.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.851089, 0.23623) +V 1771: Pos(-10.974999, 4.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.848029, 0.23623) +V 1772: Pos(-11.025, 3.95, 3.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.848723, 0.48776) +V 1773: Pos(-10.974999, 3.95, 3.65) Norm(0.57735, -0.57735, 0.57735) UV(0.848723, 0.4847) +V 1774: Pos(-10.974999, 4.0, 3.65) Norm(0.57735, 0.57735, 0.57735) UV(0.851783, 0.4847) +V 1775: Pos(-11.025, 4.0, 3.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.851783, 0.48776) +V 1776: Pos(-11.2, 6.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.514076, 0.881579) +V 1777: Pos(-11.2, 6.0, 3.0) Norm(0.57735, 0.57735, 0.57735) UV(0.491126, 0.881579) +V 1778: Pos(-11.2, 4.065, 3.0) Norm(0.57735, -0.57735, 0.57735) UV(0.491126, 0.763158) +V 1779: Pos(-11.2, 4.065, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.514076, 0.763158) +V 1780: Pos(-11.2, 4.065, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.870563, 0.142901) +V 1781: Pos(-11.2, 4.065, 3.0) Norm(0.57735, -0.57735, 0.57735) UV(0.847613, 0.142901) +V 1782: Pos(-11.6, 4.065, 3.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.847613, 0.118421) +V 1783: Pos(-11.6, 4.065, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.870563, 0.118421) +V 1784: Pos(-11.6, 4.065, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.537026, 0.881579) +V 1785: Pos(-11.6, 4.065, 3.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.514076, 0.881579) +V 1786: Pos(-11.6, 6.0, 3.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.514076, 0.763158) +V 1787: Pos(-11.6, 6.0, 2.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.537026, 0.763158) +V 1788: Pos(-11.6, 6.0, 2.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.870563, 0.167381) +V 1789: Pos(-11.6, 6.0, 3.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.847613, 0.167381) +V 1790: Pos(-11.2, 6.0, 3.0) Norm(0.57735, 0.57735, 0.57735) UV(0.847613, 0.142901) +V 1791: Pos(-11.2, 6.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.870563, 0.142901) +V 1792: Pos(-11.2, 4.065, 2.625) Norm(0.57735, -0.57735, -0.57735) UV(0.489597, 0.526316) +V 1793: Pos(-11.6, 4.065, 2.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.514077, 0.526316) +V 1794: Pos(-11.6, 6.0, 2.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.514077, 0.644737) +V 1795: Pos(-11.2, 6.0, 2.625) Norm(0.57735, 0.57735, -0.57735) UV(0.489597, 0.644737) +V 1796: Pos(-11.6, 4.065, 3.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.514077, 0.526316) +V 1797: Pos(-11.2, 4.065, 3.0) Norm(0.57735, -0.57735, 0.57735) UV(0.538556, 0.526316) +V 1798: Pos(-11.2, 6.0, 3.0) Norm(0.57735, 0.57735, 0.57735) UV(0.538556, 0.644737) +V 1799: Pos(-11.6, 6.0, 3.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.514077, 0.644737) +V 1800: Pos(-11.375, 4.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.315178, 0.985618) +V 1801: Pos(-11.375, 4.0, 3.775) Norm(0.57735, 0.57735, 0.57735) UV(0.315178, 0.930538) +V 1802: Pos(-11.375, 3.95, 3.775) Norm(0.57735, -0.57735, 0.57735) UV(0.318238, 0.930538) +V 1803: Pos(-11.375, 3.95, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.318238, 0.985618) +V 1804: Pos(-11.375, 3.95, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.869034, 0.961138) +V 1805: Pos(-11.375, 3.95, 3.775) Norm(0.57735, -0.57735, 0.57735) UV(0.869034, 0.906059) +V 1806: Pos(-11.425, 3.95, 3.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.872094, 0.906059) +V 1807: Pos(-11.425, 3.95, 2.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.872094, 0.961138) +V 1808: Pos(-11.425, 4.0, 3.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.875154, 0.906059) +V 1809: Pos(-11.425, 4.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.875154, 0.961138) +V 1810: Pos(-11.425, 4.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.876684, 0.961138) +V 1811: Pos(-11.425, 4.0, 3.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.876684, 0.906059) +V 1812: Pos(-11.375, 4.0, 3.775) Norm(0.57735, 0.57735, 0.57735) UV(0.879744, 0.906059) +V 1813: Pos(-11.375, 4.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.879744, 0.961138) +V 1814: Pos(-11.375, 3.95, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.848723, 0.492044) +V 1815: Pos(-11.425, 3.95, 2.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.851783, 0.492044) +V 1816: Pos(-11.425, 4.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.851783, 0.495104) +V 1817: Pos(-11.375, 4.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.848723, 0.495104) +V 1818: Pos(-11.425, 3.95, 3.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.848723, 0.498164) +V 1819: Pos(-11.375, 3.95, 3.775) Norm(0.57735, -0.57735, 0.57735) UV(0.848723, 0.495104) +V 1820: Pos(-11.375, 4.0, 3.775) Norm(0.57735, 0.57735, 0.57735) UV(0.851783, 0.495104) +V 1821: Pos(-11.425, 4.0, 3.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.851783, 0.498164) +V 1822: Pos(-11.6, 6.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.559976, 0.881579) +V 1823: Pos(-11.6, 6.0, 3.125) Norm(0.57735, 0.57735, 0.57735) UV(0.537026, 0.881579) +V 1824: Pos(-11.599999, 4.065, 3.125) Norm(0.57735, -0.57735, 0.57735) UV(0.537026, 0.763158) +V 1825: Pos(-11.599999, 4.065, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.559976, 0.763158) +V 1826: Pos(-11.599999, 4.065, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.870563, 0.191861) +V 1827: Pos(-11.599999, 4.065, 3.125) Norm(0.57735, -0.57735, 0.57735) UV(0.847613, 0.191861) +V 1828: Pos(-12.0, 4.065, 3.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.847613, 0.167381) +V 1829: Pos(-12.0, 4.065, 2.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.870563, 0.167381) +V 1830: Pos(-12.0, 4.065, 2.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.585986, 0.881579) +V 1831: Pos(-12.0, 4.065, 3.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.563036, 0.881579) +V 1832: Pos(-12.0, 6.0, 3.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.563036, 0.763158) +V 1833: Pos(-12.0, 6.0, 2.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.585986, 0.763158) +V 1834: Pos(-12.0, 6.0, 2.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.916463, 0.142901) +V 1835: Pos(-12.0, 6.0, 3.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.893513, 0.142901) +V 1836: Pos(-11.6, 6.0, 3.125) Norm(0.57735, 0.57735, 0.57735) UV(0.893513, 0.118421) +V 1837: Pos(-11.6, 6.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.916463, 0.118421) +V 1838: Pos(-11.599999, 4.065, 2.75) Norm(0.57735, -0.57735, -0.57735) UV(0.538557, 0.526316) +V 1839: Pos(-12.0, 4.065, 2.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.563036, 0.526316) +V 1840: Pos(-12.0, 6.0, 2.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.563036, 0.644737) +V 1841: Pos(-11.6, 6.0, 2.75) Norm(0.57735, 0.57735, -0.57735) UV(0.538557, 0.644737) +V 1842: Pos(-12.0, 4.065, 3.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.563036, 0.526316) +V 1843: Pos(-11.599999, 4.065, 3.125) Norm(0.57735, -0.57735, 0.57735) UV(0.587516, 0.526316) +V 1844: Pos(-11.6, 6.0, 3.125) Norm(0.57735, 0.57735, 0.57735) UV(0.587516, 0.644737) +V 1845: Pos(-12.0, 6.0, 3.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.563036, 0.644737) +V 1846: Pos(-11.775, 4.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.318238, 0.985618) +V 1847: Pos(-11.775, 4.0, 3.9) Norm(0.57735, 0.57735, 0.57735) UV(0.318238, 0.930538) +V 1848: Pos(-11.775, 3.95, 3.9) Norm(0.57735, -0.57735, 0.57735) UV(0.321298, 0.930538) +V 1849: Pos(-11.775, 3.95, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.321298, 0.985618) +V 1850: Pos(-11.775, 3.95, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.879744, 0.961138) +V 1851: Pos(-11.775, 3.95, 3.9) Norm(0.57735, -0.57735, 0.57735) UV(0.879744, 0.906059) +V 1852: Pos(-11.825, 3.95, 3.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.882804, 0.906059) +V 1853: Pos(-11.825, 3.95, 3.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.882804, 0.961138) +V 1854: Pos(-11.825, 4.0, 3.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.885864, 0.906059) +V 1855: Pos(-11.825, 4.0, 3.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.885864, 0.961138) +V 1856: Pos(-11.775, 4.0, 3.9) Norm(0.57735, 0.57735, 0.57735) UV(0.888924, 0.906059) +V 1857: Pos(-11.775, 4.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.888924, 0.961138) +V 1858: Pos(-11.775, 3.95, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.849002, 0.488372) +V 1859: Pos(-11.825, 3.95, 3.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.852062, 0.488372) +V 1860: Pos(-11.825, 4.0, 3.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.852062, 0.491432) +V 1861: Pos(-11.775, 4.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.849002, 0.491432) +V 1862: Pos(-11.825, 3.95, 3.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.849143, 0.480722) +V 1863: Pos(-11.775, 3.95, 3.9) Norm(0.57735, -0.57735, 0.57735) UV(0.849143, 0.477662) +V 1864: Pos(-11.775, 4.0, 3.9) Norm(0.57735, 0.57735, 0.57735) UV(0.852203, 0.477662) +V 1865: Pos(-11.825, 4.0, 3.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.852203, 0.480722) +V 1866: Pos(-12.0, 6.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.238678, 0.881579) +V 1867: Pos(-12.0, 6.0, 3.25) Norm(0.57735, 0.57735, 0.57735) UV(0.215728, 0.881579) +V 1868: Pos(-12.0, 4.065, 3.25) Norm(0.57735, -0.57735, 0.57735) UV(0.215728, 0.763158) +V 1869: Pos(-12.0, 4.065, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.238678, 0.763158) +V 1870: Pos(-12.0, 4.065, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.916463, 0.167381) +V 1871: Pos(-12.0, 4.065, 3.25) Norm(0.57735, -0.57735, 0.57735) UV(0.893513, 0.167381) +V 1872: Pos(-12.4, 4.065, 3.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.893513, 0.142901) +V 1873: Pos(-12.4, 4.065, 2.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.916463, 0.142901) +V 1874: Pos(-12.4, 4.065, 2.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.261628, 0.881579) +V 1875: Pos(-12.4, 4.065, 3.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.238678, 0.881579) +V 1876: Pos(-12.4, 6.0, 3.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.238678, 0.763158) +V 1877: Pos(-12.4, 6.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.261628, 0.763158) +V 1878: Pos(-12.4, 6.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.916463, 0.19186) +V 1879: Pos(-12.4, 6.0, 3.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.893513, 0.19186) +V 1880: Pos(-12.0, 6.0, 3.25) Norm(0.57735, 0.57735, 0.57735) UV(0.893513, 0.167381) +V 1881: Pos(-12.0, 6.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.916463, 0.167381) +V 1882: Pos(-12.0, 4.065, 2.875) Norm(0.57735, -0.57735, -0.57735) UV(0.416157, 0.644737) +V 1883: Pos(-12.4, 4.065, 2.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.440637, 0.644737) +V 1884: Pos(-12.4, 6.0, 2.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.440637, 0.763158) +V 1885: Pos(-12.0, 6.0, 2.875) Norm(0.57735, 0.57735, -0.57735) UV(0.416157, 0.763158) +V 1886: Pos(-12.4, 4.065, 3.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.440637, 0.644737) +V 1887: Pos(-12.0, 4.065, 3.25) Norm(0.57735, -0.57735, 0.57735) UV(0.465117, 0.644737) +V 1888: Pos(-12.0, 6.0, 3.25) Norm(0.57735, 0.57735, 0.57735) UV(0.465117, 0.763158) +V 1889: Pos(-12.4, 6.0, 3.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.440637, 0.763158) +V 1890: Pos(-12.174999, 4.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.0459, 0.936659) +V 1891: Pos(-12.174999, 4.0, 4.025) Norm(0.57735, 0.57735, 0.57735) UV(0.0459, 0.881579) +V 1892: Pos(-12.174999, 3.949999, 4.025) Norm(0.57735, -0.57735, 0.57735) UV(0.04896, 0.881579) +V 1893: Pos(-12.174999, 3.949999, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.04896, 0.936659) +V 1894: Pos(-12.174999, 3.949999, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.922583, 0.173501) +V 1895: Pos(-12.174999, 3.949999, 4.025) Norm(0.57735, -0.57735, 0.57735) UV(0.922583, 0.118421) +V 1896: Pos(-12.225, 3.949999, 4.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.925643, 0.118421) +V 1897: Pos(-12.225, 3.949999, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.925643, 0.173501) +V 1898: Pos(-12.225, 3.949999, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.888924, 0.961138) +V 1899: Pos(-12.225, 3.949999, 4.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.888924, 0.906059) +V 1900: Pos(-12.225, 4.0, 4.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.891984, 0.906059) +V 1901: Pos(-12.225, 4.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.891984, 0.961138) +V 1902: Pos(-12.225, 4.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.922583, 0.22858) +V 1903: Pos(-12.225, 4.0, 4.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.922583, 0.173501) +V 1904: Pos(-12.174999, 4.0, 4.025) Norm(0.57735, 0.57735, 0.57735) UV(0.925643, 0.173501) +V 1905: Pos(-12.174999, 4.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.925643, 0.22858) +V 1906: Pos(-12.174999, 3.949999, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.791004, 0.525704) +V 1907: Pos(-12.225, 3.949999, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.791004, 0.522644) +V 1908: Pos(-12.225, 4.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.794064, 0.522644) +V 1909: Pos(-12.174999, 4.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.794064, 0.525704) +V 1910: Pos(-12.225, 3.949999, 4.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.794064, 0.525704) +V 1911: Pos(-12.174999, 3.949999, 4.025) Norm(0.57735, -0.57735, 0.57735) UV(0.794064, 0.522644) +V 1912: Pos(-12.174999, 4.0, 4.025) Norm(0.57735, 0.57735, 0.57735) UV(0.797124, 0.522644) +V 1913: Pos(-12.225, 4.0, 4.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.797124, 0.525704) +V 1914: Pos(-12.4, 6.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.284578, 0.881579) +V 1915: Pos(-12.4, 6.0, 3.375) Norm(0.57735, 0.57735, 0.57735) UV(0.261628, 0.881579) +V 1916: Pos(-12.4, 4.065, 3.375) Norm(0.57735, -0.57735, 0.57735) UV(0.261628, 0.763158) +V 1917: Pos(-12.4, 4.065, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.284578, 0.763158) +V 1918: Pos(-12.4, 4.065, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.916463, 0.21634) +V 1919: Pos(-12.4, 4.065, 3.375) Norm(0.57735, -0.57735, 0.57735) UV(0.893513, 0.21634) +V 1920: Pos(-12.799999, 4.065, 3.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.893513, 0.191861) +V 1921: Pos(-12.799999, 4.065, 3.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.916463, 0.191861) +V 1922: Pos(-12.799999, 4.065, 3.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.307528, 0.881579) +V 1923: Pos(-12.799999, 4.065, 3.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.284578, 0.881579) +V 1924: Pos(-12.799999, 6.0, 3.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.284578, 0.763158) +V 1925: Pos(-12.799999, 6.0, 3.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.307528, 0.763158) +V 1926: Pos(-12.799999, 6.0, 3.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.922584, 0.906059) +V 1927: Pos(-12.799999, 6.0, 3.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.899634, 0.906059) +V 1928: Pos(-12.4, 6.0, 3.375) Norm(0.57735, 0.57735, 0.57735) UV(0.899634, 0.881579) +V 1929: Pos(-12.4, 6.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.922584, 0.881579) +V 1930: Pos(-12.4, 4.065, 3.0) Norm(0.57735, -0.57735, -0.57735) UV(0.465117, 0.644737) +V 1931: Pos(-12.799999, 4.065, 3.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.489597, 0.644737) +V 1932: Pos(-12.799999, 6.0, 3.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.489597, 0.763158) +V 1933: Pos(-12.4, 6.0, 3.0) Norm(0.57735, 0.57735, -0.57735) UV(0.465117, 0.763158) +V 1934: Pos(-12.799999, 4.065, 3.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.489597, 0.644737) +V 1935: Pos(-12.4, 4.065, 3.375) Norm(0.57735, -0.57735, 0.57735) UV(0.514077, 0.644737) +V 1936: Pos(-12.4, 6.0, 3.375) Norm(0.57735, 0.57735, 0.57735) UV(0.514077, 0.763158) +V 1937: Pos(-12.799999, 6.0, 3.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.489597, 0.763158) +V 1938: Pos(-12.575, 4.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.844554, 0.969094) +V 1939: Pos(-12.575, 4.0, 4.15) Norm(0.57735, 0.57735, 0.57735) UV(0.844554, 0.914015) +V 1940: Pos(-12.575, 3.949999, 4.15) Norm(0.57735, -0.57735, 0.57735) UV(0.847614, 0.914015) +V 1941: Pos(-12.575, 3.949999, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.847614, 0.969094) +V 1942: Pos(-12.575, 3.949999, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.891984, 0.961138) +V 1943: Pos(-12.575, 3.949999, 4.15) Norm(0.57735, -0.57735, 0.57735) UV(0.891984, 0.906059) +V 1944: Pos(-12.625, 3.949999, 4.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.895044, 0.906059) +V 1945: Pos(-12.625, 3.949999, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.895044, 0.961138) +V 1946: Pos(-12.625, 4.0, 4.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.898104, 0.906059) +V 1947: Pos(-12.625, 4.0, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.898104, 0.961138) +V 1948: Pos(-12.575, 4.0, 4.15) Norm(0.57735, 0.57735, 0.57735) UV(0.901164, 0.906059) +V 1949: Pos(-12.575, 4.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.901164, 0.961138) +V 1950: Pos(-12.575, 3.949999, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.849144, 0.525704) +V 1951: Pos(-12.625, 3.949999, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.849144, 0.522644) +V 1952: Pos(-12.625, 4.0, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.852204, 0.522644) +V 1953: Pos(-12.575, 4.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.852204, 0.525704) +V 1954: Pos(-12.625, 3.949999, 4.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.850673, 0.2194) +V 1955: Pos(-12.575, 3.949999, 4.15) Norm(0.57735, -0.57735, 0.57735) UV(0.850673, 0.21634) +V 1956: Pos(-12.575, 4.0, 4.15) Norm(0.57735, 0.57735, 0.57735) UV(0.853733, 0.21634) +V 1957: Pos(-12.625, 4.0, 4.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.853733, 0.2194) +V 1958: Pos(-12.8, 6.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.330478, 0.881579) +V 1959: Pos(-12.8, 6.0, 3.5) Norm(0.57735, 0.57735, 0.57735) UV(0.307528, 0.881579) +V 1960: Pos(-12.8, 4.065, 3.5) Norm(0.57735, -0.57735, 0.57735) UV(0.307528, 0.763158) +V 1961: Pos(-12.8, 4.065, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.330478, 0.763158) +V 1962: Pos(-12.8, 4.065, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.238678, 0.930538) +V 1963: Pos(-12.8, 4.065, 3.5) Norm(0.57735, -0.57735, 0.57735) UV(0.215728, 0.930538) +V 1964: Pos(-13.2, 4.065, 3.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.215728, 0.906059) +V 1965: Pos(-13.2, 4.065, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.238678, 0.906059) +V 1966: Pos(-13.2, 4.065, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.353427, 0.881579) +V 1967: Pos(-13.2, 4.065, 3.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.330478, 0.881579) +V 1968: Pos(-13.2, 6.0, 3.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.330478, 0.763158) +V 1969: Pos(-13.2, 6.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.353427, 0.763158) +V 1970: Pos(-13.2, 6.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.261628, 0.930538) +V 1971: Pos(-13.2, 6.0, 3.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.238678, 0.930538) +V 1972: Pos(-12.8, 6.0, 3.5) Norm(0.57735, 0.57735, 0.57735) UV(0.238678, 0.906059) +V 1973: Pos(-12.8, 6.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.261628, 0.906059) +V 1974: Pos(-12.8, 4.065, 3.125) Norm(0.57735, -0.57735, -0.57735) UV(0.514077, 0.644737) +V 1975: Pos(-13.2, 4.065, 3.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.538556, 0.644737) +V 1976: Pos(-13.2, 6.0, 3.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.538556, 0.763158) +V 1977: Pos(-12.8, 6.0, 3.125) Norm(0.57735, 0.57735, -0.57735) UV(0.514077, 0.763158) +V 1978: Pos(-13.2, 4.065, 3.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.538556, 0.644737) +V 1979: Pos(-12.8, 4.065, 3.5) Norm(0.57735, -0.57735, 0.57735) UV(0.563036, 0.644737) +V 1980: Pos(-12.8, 6.0, 3.5) Norm(0.57735, 0.57735, 0.57735) UV(0.563036, 0.763158) +V 1981: Pos(-13.2, 6.0, 3.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.538556, 0.763158) +V 1982: Pos(-12.975, 4.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.847614, 0.969094) +V 1983: Pos(-12.975, 4.0, 4.275) Norm(0.57735, 0.57735, 0.57735) UV(0.847614, 0.914015) +V 1984: Pos(-12.975, 3.949999, 4.275) Norm(0.57735, -0.57735, 0.57735) UV(0.850674, 0.914015) +V 1985: Pos(-12.975, 3.949999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.850674, 0.969094) +V 1986: Pos(-12.975, 3.949999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.348837, 0.985618) +V 1987: Pos(-12.975, 3.949999, 4.275) Norm(0.57735, -0.57735, 0.57735) UV(0.348837, 0.930538) +V 1988: Pos(-13.025, 3.949999, 4.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.351897, 0.930538) +V 1989: Pos(-13.025, 3.949999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.351897, 0.985618) +V 1990: Pos(-13.025, 3.949999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.901164, 0.961138) +V 1991: Pos(-13.025, 3.949999, 4.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.901164, 0.906059) +V 1992: Pos(-13.025, 4.0, 4.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.904224, 0.906059) +V 1993: Pos(-13.025, 4.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.904224, 0.961138) +V 1994: Pos(-13.025, 4.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.353427, 0.985618) +V 1995: Pos(-13.025, 4.0, 4.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.353427, 0.930538) +V 1996: Pos(-12.975, 4.0, 4.275) Norm(0.57735, 0.57735, 0.57735) UV(0.356487, 0.930538) +V 1997: Pos(-12.975, 4.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.356487, 0.985618) +V 1998: Pos(-12.975, 3.949999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.854843, 0.492044) +V 1999: Pos(-13.025, 3.949999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.857903, 0.492044) +V 2000: Pos(-13.025, 4.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.857903, 0.495104) +V 2001: Pos(-12.975, 4.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.854843, 0.495104) +V 2002: Pos(-13.025, 3.949999, 4.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.854843, 0.495104) +V 2003: Pos(-12.975, 3.949999, 4.275) Norm(0.57735, -0.57735, 0.57735) UV(0.857903, 0.495104) +V 2004: Pos(-12.975, 4.0, 4.275) Norm(0.57735, 0.57735, 0.57735) UV(0.857903, 0.498164) +V 2005: Pos(-13.025, 4.0, 4.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.854843, 0.498164) +V 2006: Pos(-13.200001, 6.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.608936, 0.881579) +V 2007: Pos(-13.200001, 6.0, 3.625) Norm(0.57735, 0.57735, 0.57735) UV(0.585986, 0.881579) +V 2008: Pos(-13.200001, 4.065, 3.625) Norm(0.57735, -0.57735, 0.57735) UV(0.585986, 0.763158) +V 2009: Pos(-13.200001, 4.065, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.608936, 0.763158) +V 2010: Pos(-13.200001, 4.065, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.284578, 0.930538) +V 2011: Pos(-13.200001, 4.065, 3.625) Norm(0.57735, -0.57735, 0.57735) UV(0.261628, 0.930538) +V 2012: Pos(-13.6, 4.065, 3.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.261628, 0.906059) +V 2013: Pos(-13.6, 4.065, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.284578, 0.906059) +V 2014: Pos(-13.6, 4.065, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.631886, 0.881579) +V 2015: Pos(-13.6, 4.065, 3.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.608936, 0.881579) +V 2016: Pos(-13.6, 6.0, 3.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.608936, 0.763158) +V 2017: Pos(-13.6, 6.0, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.631886, 0.763158) +V 2018: Pos(-13.6, 6.0, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.307528, 0.930538) +V 2019: Pos(-13.6, 6.0, 3.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.284578, 0.930538) +V 2020: Pos(-13.200001, 6.0, 3.625) Norm(0.57735, 0.57735, 0.57735) UV(0.284578, 0.906059) +V 2021: Pos(-13.200001, 6.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.307528, 0.906059) +V 2022: Pos(-13.200001, 4.065, 3.25) Norm(0.57735, -0.57735, -0.57735) UV(0.563036, 0.644737) +V 2023: Pos(-13.6, 4.065, 3.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.587516, 0.644737) +V 2024: Pos(-13.6, 6.0, 3.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.587516, 0.763158) +V 2025: Pos(-13.200001, 6.0, 3.25) Norm(0.57735, 0.57735, -0.57735) UV(0.563036, 0.763158) +V 2026: Pos(-13.6, 4.065, 3.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.587516, 0.644737) +V 2027: Pos(-13.200001, 4.065, 3.625) Norm(0.57735, -0.57735, 0.57735) UV(0.611996, 0.644737) +V 2028: Pos(-13.200001, 6.0, 3.625) Norm(0.57735, 0.57735, 0.57735) UV(0.611996, 0.763158) +V 2029: Pos(-13.6, 6.0, 3.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.587516, 0.763158) +V 2030: Pos(-13.375, 4.0, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.968483, 0.173501) +V 2031: Pos(-13.375, 4.0, 4.4) Norm(0.57735, 0.57735, 0.57735) UV(0.968483, 0.118421) +V 2032: Pos(-13.375, 3.949999, 4.4) Norm(0.57735, -0.57735, 0.57735) UV(0.971543, 0.118421) +V 2033: Pos(-13.375, 3.949999, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.971543, 0.173501) +V 2034: Pos(-13.375, 3.949999, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.904224, 0.961138) +V 2035: Pos(-13.375, 3.949999, 4.4) Norm(0.57735, -0.57735, 0.57735) UV(0.904224, 0.906059) +V 2036: Pos(-13.425, 3.949999, 4.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.907284, 0.906059) +V 2037: Pos(-13.425, 3.949999, 3.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.907284, 0.961138) +V 2038: Pos(-13.425, 4.0, 4.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.910344, 0.906059) +V 2039: Pos(-13.425, 4.0, 3.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.910344, 0.961138) +V 2040: Pos(-13.375, 4.0, 4.4) Norm(0.57735, 0.57735, 0.57735) UV(0.913404, 0.906059) +V 2041: Pos(-13.375, 4.0, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.913404, 0.961138) +V 2042: Pos(-13.375, 3.949999, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.850673, 0.4847) +V 2043: Pos(-13.425, 3.949999, 3.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.850673, 0.48164) +V 2044: Pos(-13.425, 4.0, 3.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.853733, 0.48164) +V 2045: Pos(-13.375, 4.0, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.853733, 0.4847) +V 2046: Pos(-13.425, 3.949999, 4.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.851089, 0.223378) +V 2047: Pos(-13.375, 3.949999, 4.4) Norm(0.57735, -0.57735, 0.57735) UV(0.851089, 0.220318) +V 2048: Pos(-13.375, 4.0, 4.4) Norm(0.57735, 0.57735, 0.57735) UV(0.854149, 0.220318) +V 2049: Pos(-13.425, 4.0, 4.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.854149, 0.223378) +V 2050: Pos(-13.6, 6.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.654835, 0.881579) +V 2051: Pos(-13.6, 6.0, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.631886, 0.881579) +V 2052: Pos(-13.6, 4.065, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.631886, 0.763158) +V 2053: Pos(-13.6, 4.065, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.654835, 0.763158) +V 2054: Pos(-13.6, 4.065, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.330478, 0.930539) +V 2055: Pos(-13.6, 4.065, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.307528, 0.930539) +V 2056: Pos(-14.0, 4.065, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.307528, 0.906059) +V 2057: Pos(-14.0, 4.065, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.330478, 0.906059) +V 2058: Pos(-14.0, 4.065, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.677785, 0.881579) +V 2059: Pos(-14.0, 4.065, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.654835, 0.881579) +V 2060: Pos(-14.0, 6.0, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.654835, 0.763158) +V 2061: Pos(-14.0, 6.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.677785, 0.763158) +V 2062: Pos(-14.0, 6.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.353427, 0.930538) +V 2063: Pos(-14.0, 6.0, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.330478, 0.930538) +V 2064: Pos(-13.6, 6.0, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.330478, 0.906059) +V 2065: Pos(-13.6, 6.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.353427, 0.906059) +V 2066: Pos(-13.6, 4.065, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.611996, 0.644737) +V 2067: Pos(-14.0, 4.065, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.636476, 0.644737) +V 2068: Pos(-14.0, 6.0, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.636476, 0.763158) +V 2069: Pos(-13.6, 6.0, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.611996, 0.763158) +V 2070: Pos(-14.0, 4.065, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.636476, 0.644737) +V 2071: Pos(-13.6, 4.065, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.660955, 0.644737) +V 2072: Pos(-13.6, 6.0, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.660955, 0.763158) +V 2073: Pos(-14.0, 6.0, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.636476, 0.763158) +V 2074: Pos(-13.775, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.977663, 0.173501) +V 2075: Pos(-13.775, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.977663, 0.118421) +V 2076: Pos(-13.775, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.980723, 0.118421) +V 2077: Pos(-13.775, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.980723, 0.173501) +V 2078: Pos(-13.775, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.928703, 0.22858) +V 2079: Pos(-13.775, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.928703, 0.173501) +V 2080: Pos(-13.825001, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.931763, 0.173501) +V 2081: Pos(-13.825001, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.931763, 0.22858) +V 2082: Pos(-13.825001, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.968483, 0.22858) +V 2083: Pos(-13.825001, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.968483, 0.173501) +V 2084: Pos(-13.825001, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.971543, 0.173501) +V 2085: Pos(-13.825001, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.971543, 0.22858) +V 2086: Pos(-13.825001, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.931763, 0.173501) +V 2087: Pos(-13.825001, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.931763, 0.118421) +V 2088: Pos(-13.775, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.934823, 0.118421) +V 2089: Pos(-13.775, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.934823, 0.173501) +V 2090: Pos(-13.775, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.797124, 0.525704) +V 2091: Pos(-13.825001, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.797124, 0.522644) +V 2092: Pos(-13.825001, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.800184, 0.522644) +V 2093: Pos(-13.775, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.800184, 0.525704) +V 2094: Pos(-13.825001, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.798654, 0.4847) +V 2095: Pos(-13.775, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.798654, 0.48164) +V 2096: Pos(-13.775, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.801714, 0.48164) +V 2097: Pos(-13.825001, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.801714, 0.4847) +V 2098: Pos(-14.174999, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.977663, 0.22858) +V 2099: Pos(-14.174999, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.977663, 0.173501) +V 2100: Pos(-14.174999, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.980723, 0.173501) +V 2101: Pos(-14.174999, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.980723, 0.22858) +V 2102: Pos(-14.174999, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.931763, 0.22858) +V 2103: Pos(-14.174999, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.931763, 0.173501) +V 2104: Pos(-14.225, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.934823, 0.173501) +V 2105: Pos(-14.225, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.934823, 0.22858) +V 2106: Pos(-14.225, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.968484, 0.936658) +V 2107: Pos(-14.225, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.968484, 0.881579) +V 2108: Pos(-14.225, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.971544, 0.881579) +V 2109: Pos(-14.225, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.971544, 0.936658) +V 2110: Pos(-14.225, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.746635, 0.936659) +V 2111: Pos(-14.225, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.746635, 0.881579) +V 2112: Pos(-14.174999, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.749695, 0.881579) +V 2113: Pos(-14.174999, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.749695, 0.936659) +V 2114: Pos(-14.174999, 3.949999, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.800184, 0.525704) +V 2115: Pos(-14.225, 3.949999, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.800184, 0.522644) +V 2116: Pos(-14.225, 4.0, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.803244, 0.522644) +V 2117: Pos(-14.174999, 4.0, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.803244, 0.525704) +V 2118: Pos(-14.225, 3.949999, 4.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.735924, 0.525704) +V 2119: Pos(-14.174999, 3.949999, 4.525) Norm(0.57735, -0.57735, 0.57735) UV(0.735924, 0.522644) +V 2120: Pos(-14.174999, 4.0, 4.525) Norm(0.57735, 0.57735, 0.57735) UV(0.738984, 0.522644) +V 2121: Pos(-14.225, 4.0, 4.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.738984, 0.525704) +V 2122: Pos(-9.77075, 4.005, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.807834, 0.492044) +V 2123: Pos(-9.77075, 4.005, 3.425) Norm(0.57735, 0.57735, 0.57735) UV(0.804774, 0.492044) +V 2124: Pos(-9.77075, 3.945, 3.425) Norm(0.57735, -0.57735, 0.57735) UV(0.804774, 0.488372) +V 2125: Pos(-9.77075, 3.945, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.807834, 0.488372) +V 2126: Pos(-9.77075, 3.945, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.670135, 0.957068) +V 2127: Pos(-9.77075, 3.945, 3.425) Norm(0.57735, -0.57735, 0.57735) UV(0.667075, 0.957068) +V 2128: Pos(-10.20425, 3.945, 3.425) Norm(-0.57735, -0.57735, 0.57735) UV(0.667075, 0.930538) +V 2129: Pos(-10.20425, 3.945, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.670135, 0.930538) +V 2130: Pos(-10.20425, 3.945, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.798654, 0.477356) +V 2131: Pos(-10.20425, 3.945, 3.425) Norm(-0.57735, -0.57735, 0.57735) UV(0.795594, 0.477356) +V 2132: Pos(-10.20425, 4.005, 3.425) Norm(-0.57735, 0.57735, 0.57735) UV(0.795594, 0.473684) +V 2133: Pos(-10.20425, 4.005, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.798654, 0.473684) +V 2134: Pos(-10.20425, 4.005, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.673195, 0.957068) +V 2135: Pos(-10.20425, 4.005, 3.425) Norm(-0.57735, 0.57735, 0.57735) UV(0.670135, 0.957068) +V 2136: Pos(-9.77075, 4.005, 3.425) Norm(0.57735, 0.57735, 0.57735) UV(0.670135, 0.930538) +V 2137: Pos(-9.77075, 4.005, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.673195, 0.930538) +V 2138: Pos(-9.77075, 3.945, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.921359, 0.524694) +V 2139: Pos(-10.20425, 3.945, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.921359, 0.498164) +V 2140: Pos(-10.20425, 4.005, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.925031, 0.498164) +V 2141: Pos(-9.77075, 4.005, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.925031, 0.524694) +V 2142: Pos(-10.20425, 3.945, 3.425) Norm(-0.57735, -0.57735, 0.57735) UV(0.369951, 0.957069) +V 2143: Pos(-9.77075, 3.945, 3.425) Norm(0.57735, -0.57735, 0.57735) UV(0.369951, 0.930538) +V 2144: Pos(-9.77075, 4.005, 3.425) Norm(0.57735, 0.57735, 0.57735) UV(0.373623, 0.930538) +V 2145: Pos(-10.20425, 4.005, 3.425) Norm(-0.57735, 0.57735, 0.57735) UV(0.373623, 0.957069) +V 2146: Pos(-10.203457, 4.005, 3.374888) Norm(0.378862, 0.577351, -0.723277) UV(0.845802, 0.495716) +V 2147: Pos(-10.188543, 4.005, 3.422612) Norm(0.723277, 0.57735, 0.378863) UV(0.842882, 0.495716) +V 2148: Pos(-10.188543, 3.945, 3.422612) Norm(0.723278, -0.57735, 0.378861) UV(0.842882, 0.492044) +V 2149: Pos(-10.203457, 3.945, 3.374888) Norm(0.378862, -0.57735, -0.723278) UV(0.845802, 0.492044) +V 2150: Pos(-10.203457, 3.945, 3.374888) Norm(0.378862, -0.57735, -0.723278) UV(0.391983, 0.981668) +V 2151: Pos(-10.188543, 3.945, 3.422612) Norm(0.723278, -0.57735, 0.378861) UV(0.388923, 0.981668) +V 2152: Pos(-10.596542, 3.945, 3.550112) Norm(-0.378855, -0.577352, 0.72328) UV(0.388923, 0.955508) +V 2153: Pos(-10.611457, 3.945, 3.502388) Norm(-0.723281, -0.577349, -0.378856) UV(0.391983, 0.955508) +V 2154: Pos(-10.611457, 3.945, 3.502388) Norm(-0.723281, -0.577349, -0.378856) UV(0.816596, 0.488372) +V 2155: Pos(-10.596542, 3.945, 3.550112) Norm(-0.378855, -0.577352, 0.72328) UV(0.813675, 0.488372) +V 2156: Pos(-10.596542, 4.005, 3.550112) Norm(-0.378854, 0.577351, 0.723281) UV(0.813675, 0.4847) +V 2157: Pos(-10.611457, 4.005, 3.502388) Norm(-0.723282, 0.57735, -0.378854) UV(0.816596, 0.4847) +V 2158: Pos(-10.611457, 4.005, 3.502388) Norm(-0.723282, 0.57735, -0.378854) UV(0.399327, 0.955508) +V 2159: Pos(-10.596542, 4.005, 3.550112) Norm(-0.378854, 0.577351, 0.723281) UV(0.402387, 0.955508) +V 2160: Pos(-10.188543, 4.005, 3.422612) Norm(0.723277, 0.57735, 0.378863) UV(0.402387, 0.981668) +V 2161: Pos(-10.203457, 4.005, 3.374888) Norm(0.378862, 0.577351, -0.723277) UV(0.399327, 0.981668) +V 2162: Pos(-10.203457, 3.945, 3.374888) Norm(0.378862, -0.57735, -0.723278) UV(0.425949, 0.955508) +V 2163: Pos(-10.611457, 3.945, 3.502388) Norm(-0.723281, -0.577349, -0.378856) UV(0.425949, 0.930538) +V 2164: Pos(-10.611457, 4.005, 3.502388) Norm(-0.723282, 0.57735, -0.378854) UV(0.429621, 0.930538) +V 2165: Pos(-10.203457, 4.005, 3.374888) Norm(0.378862, 0.577351, -0.723277) UV(0.429621, 0.955508) +V 2166: Pos(-10.596542, 3.945, 3.550112) Norm(-0.378855, -0.577352, 0.72328) UV(0.637087, 0.955508) +V 2167: Pos(-10.188543, 3.945, 3.422612) Norm(0.723278, -0.57735, 0.378861) UV(0.637087, 0.930538) +V 2168: Pos(-10.188543, 4.005, 3.422612) Norm(0.723277, 0.57735, 0.378863) UV(0.640758, 0.930538) +V 2169: Pos(-10.596542, 4.005, 3.550112) Norm(-0.378854, 0.577351, 0.723281) UV(0.640758, 0.955508) +V 2170: Pos(-10.603456, 4.005, 3.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.845942, 0.492044) +V 2171: Pos(-10.588543, 4.005, 3.547612) Norm(0.723277, 0.57735, 0.378863) UV(0.843021, 0.492044) +V 2172: Pos(-10.588543, 3.945, 3.547612) Norm(0.723277, -0.57735, 0.378863) UV(0.843021, 0.488372) +V 2173: Pos(-10.603456, 3.945, 3.499888) Norm(0.378862, -0.57735, -0.723277) UV(0.845942, 0.488372) +V 2174: Pos(-10.603456, 3.945, 3.499888) Norm(0.378862, -0.57735, -0.723277) UV(0.470318, 0.981668) +V 2175: Pos(-10.588543, 3.945, 3.547612) Norm(0.723277, -0.57735, 0.378863) UV(0.467259, 0.981668) +V 2176: Pos(-10.996543, 3.945, 3.675112) Norm(-0.378862, -0.57735, 0.723278) UV(0.467259, 0.955508) +V 2177: Pos(-11.011456, 3.945, 3.627388) Norm(-0.723278, -0.577351, -0.378861) UV(0.470318, 0.955508) +V 2178: Pos(-11.011456, 3.945, 3.627388) Norm(-0.723278, -0.577351, -0.378861) UV(0.816596, 0.495716) +V 2179: Pos(-10.996543, 3.945, 3.675112) Norm(-0.378862, -0.57735, 0.723278) UV(0.813675, 0.495716) +V 2180: Pos(-10.996543, 4.005, 3.675112) Norm(-0.378862, 0.577349, 0.723278) UV(0.813675, 0.492044) +V 2181: Pos(-11.011456, 4.005, 3.627388) Norm(-0.723278, 0.577351, -0.378861) UV(0.816596, 0.492044) +V 2182: Pos(-11.011456, 4.005, 3.627388) Norm(-0.723278, 0.577351, -0.378861) UV(0.479192, 0.955508) +V 2183: Pos(-10.996543, 4.005, 3.675112) Norm(-0.378862, 0.577349, 0.723278) UV(0.482252, 0.955508) +V 2184: Pos(-10.588543, 4.005, 3.547612) Norm(0.723277, 0.57735, 0.378863) UV(0.482252, 0.981668) +V 2185: Pos(-10.603456, 4.005, 3.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.479192, 0.981668) +V 2186: Pos(-10.603456, 3.945, 3.499888) Norm(0.378862, -0.57735, -0.723277) UV(0.429621, 0.955508) +V 2187: Pos(-11.011456, 3.945, 3.627388) Norm(-0.723278, -0.577351, -0.378861) UV(0.429621, 0.930538) +V 2188: Pos(-11.011456, 4.005, 3.627388) Norm(-0.723278, 0.577351, -0.378861) UV(0.433293, 0.930538) +V 2189: Pos(-10.603456, 4.005, 3.499888) Norm(0.378862, 0.577351, -0.723277) UV(0.433293, 0.955508) +V 2190: Pos(-10.996543, 3.945, 3.675112) Norm(-0.378862, -0.57735, 0.723278) UV(0.622399, 0.955508) +V 2191: Pos(-10.588543, 3.945, 3.547612) Norm(0.723277, -0.57735, 0.378863) UV(0.622399, 0.930538) +V 2192: Pos(-10.588543, 4.005, 3.547612) Norm(0.723277, 0.57735, 0.378863) UV(0.626071, 0.930538) +V 2193: Pos(-10.996543, 4.005, 3.675112) Norm(-0.378862, 0.577349, 0.723278) UV(0.626071, 0.955508) +V 2194: Pos(-11.003456, 4.005, 3.624888) Norm(0.378863, 0.577351, -0.723277) UV(0.848029, 0.22399) +V 2195: Pos(-10.988543, 4.005, 3.672612) Norm(0.723277, 0.57735, 0.378864) UV(0.845108, 0.22399) +V 2196: Pos(-10.988543, 3.945, 3.672612) Norm(0.723277, -0.57735, 0.378863) UV(0.845108, 0.220318) +V 2197: Pos(-11.003456, 3.945, 3.624888) Norm(0.378863, -0.57735, -0.723277) UV(0.848029, 0.220318) +V 2198: Pos(-11.003456, 3.945, 3.624888) Norm(0.378863, -0.57735, -0.723277) UV(0.479192, 0.981668) +V 2199: Pos(-10.988543, 3.945, 3.672612) Norm(0.723277, -0.57735, 0.378863) UV(0.476132, 0.981668) +V 2200: Pos(-11.396544, 3.945, 3.800112) Norm(-0.378862, -0.57735, 0.723278) UV(0.476132, 0.955508) +V 2201: Pos(-11.411457, 3.945, 3.752388) Norm(-0.723277, -0.577351, -0.378862) UV(0.479192, 0.955508) +V 2202: Pos(-11.411457, 3.945, 3.752388) Norm(-0.723277, -0.577351, -0.378862) UV(0.816735, 0.492044) +V 2203: Pos(-11.396544, 3.945, 3.800112) Norm(-0.378862, -0.57735, 0.723278) UV(0.813814, 0.492044) +V 2204: Pos(-11.396544, 4.005, 3.800112) Norm(-0.378862, 0.577349, 0.723278) UV(0.813814, 0.488372) +V 2205: Pos(-11.411457, 4.005, 3.752388) Norm(-0.723278, 0.577351, -0.378861) UV(0.816735, 0.488372) +V 2206: Pos(-11.411457, 4.005, 3.752388) Norm(-0.723278, 0.577351, -0.378861) UV(0.471848, 0.955508) +V 2207: Pos(-11.396544, 4.005, 3.800112) Norm(-0.378862, 0.577349, 0.723278) UV(0.474908, 0.955508) +V 2208: Pos(-10.988543, 4.005, 3.672612) Norm(0.723277, 0.57735, 0.378864) UV(0.474908, 0.981668) +V 2209: Pos(-11.003456, 4.005, 3.624888) Norm(0.378863, 0.577351, -0.723277) UV(0.471848, 0.981668) +V 2210: Pos(-11.003456, 3.945, 3.624888) Norm(0.378863, -0.57735, -0.723277) UV(0.399327, 0.955508) +V 2211: Pos(-11.411457, 3.945, 3.752388) Norm(-0.723277, -0.577351, -0.378862) UV(0.399327, 0.930538) +V 2212: Pos(-11.411457, 4.005, 3.752388) Norm(-0.723278, 0.577351, -0.378861) UV(0.402999, 0.930538) +V 2213: Pos(-11.003456, 4.005, 3.624888) Norm(0.378863, 0.577351, -0.723277) UV(0.402999, 0.955508) +V 2214: Pos(-11.396544, 3.945, 3.800112) Norm(-0.378862, -0.57735, 0.723278) UV(0.456243, 0.955508) +V 2215: Pos(-10.988543, 3.945, 3.672612) Norm(0.723277, -0.57735, 0.378863) UV(0.456243, 0.930538) +V 2216: Pos(-10.988543, 4.005, 3.672612) Norm(0.723277, 0.57735, 0.378864) UV(0.459915, 0.930538) +V 2217: Pos(-11.396544, 4.005, 3.800112) Norm(-0.378862, 0.577349, 0.723278) UV(0.459915, 0.955508) +V 2218: Pos(-11.403457, 4.005, 3.749888) Norm(0.378862, 0.577351, -0.723277) UV(0.848029, 0.227662) +V 2219: Pos(-11.388543, 4.005, 3.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.845108, 0.227662) +V 2220: Pos(-11.388543, 3.945, 3.797612) Norm(0.723277, -0.57735, 0.378863) UV(0.845108, 0.22399) +V 2221: Pos(-11.403457, 3.945, 3.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.848029, 0.22399) +V 2222: Pos(-11.403457, 3.945, 3.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.505202, 0.981668) +V 2223: Pos(-11.388543, 3.945, 3.797612) Norm(0.723277, -0.57735, 0.378863) UV(0.502142, 0.981668) +V 2224: Pos(-11.796543, 3.945, 3.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.502142, 0.955508) +V 2225: Pos(-11.811457, 3.945, 3.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.505202, 0.955508) +V 2226: Pos(-11.811457, 3.945, 3.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.819516, 0.488372) +V 2227: Pos(-11.796543, 3.945, 3.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.816596, 0.488372) +V 2228: Pos(-11.796543, 4.005, 3.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.816596, 0.4847) +V 2229: Pos(-11.811457, 4.005, 3.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.819516, 0.4847) +V 2230: Pos(-11.811457, 4.005, 3.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.499082, 0.955508) +V 2231: Pos(-11.796543, 4.005, 3.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.502142, 0.955508) +V 2232: Pos(-11.388543, 4.005, 3.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.502142, 0.981668) +V 2233: Pos(-11.403457, 4.005, 3.749888) Norm(0.378862, 0.577351, -0.723277) UV(0.499082, 0.981668) +V 2234: Pos(-11.403457, 3.945, 3.749888) Norm(0.378862, -0.57735, -0.723277) UV(0.528764, 0.955508) +V 2235: Pos(-11.811457, 3.945, 3.877388) Norm(-0.723278, -0.577351, -0.378861) UV(0.528764, 0.930538) +V 2236: Pos(-11.811457, 4.005, 3.877388) Norm(-0.723278, 0.577351, -0.378861) UV(0.532436, 0.930538) +V 2237: Pos(-11.403457, 4.005, 3.749888) Norm(0.378862, 0.577351, -0.723277) UV(0.532436, 0.955508) +V 2238: Pos(-11.796543, 3.945, 3.925112) Norm(-0.378862, -0.57735, 0.723278) UV(0.532436, 0.955508) +V 2239: Pos(-11.388543, 3.945, 3.797612) Norm(0.723277, -0.57735, 0.378863) UV(0.532436, 0.930538) +V 2240: Pos(-11.388543, 4.005, 3.797612) Norm(0.723277, 0.57735, 0.378863) UV(0.536108, 0.930538) +V 2241: Pos(-11.796543, 4.005, 3.925112) Norm(-0.378862, 0.577349, 0.723278) UV(0.536108, 0.955508) +V 2242: Pos(-11.803457, 4.005, 3.874888) Norm(0.378854, 0.577351, -0.723281) UV(0.848029, 0.231334) +V 2243: Pos(-11.788543, 4.005, 3.922612) Norm(0.723282, 0.57735, 0.378854) UV(0.845108, 0.231334) +V 2244: Pos(-11.788543, 3.945, 3.922612) Norm(0.723282, -0.577349, 0.378856) UV(0.845108, 0.227662) +V 2245: Pos(-11.803457, 3.945, 3.874888) Norm(0.378855, -0.577352, -0.72328) UV(0.848029, 0.227662) +V 2246: Pos(-11.803457, 3.945, 3.874888) Norm(0.378855, -0.577352, -0.72328) UV(0.399327, 0.981668) +V 2247: Pos(-11.788543, 3.945, 3.922612) Norm(0.723282, -0.577349, 0.378856) UV(0.396267, 0.981668) +V 2248: Pos(-12.196543, 3.944999, 4.050112) Norm(-0.378862, -0.57735, 0.723278) UV(0.396267, 0.955508) +V 2249: Pos(-12.211456, 3.944999, 4.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.399327, 0.955508) +V 2250: Pos(-12.211456, 3.944999, 4.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.810754, 0.488372) +V 2251: Pos(-12.196543, 3.944999, 4.050112) Norm(-0.378862, -0.57735, 0.723278) UV(0.807834, 0.488372) +V 2252: Pos(-12.196543, 4.005, 4.050112) Norm(-0.378863, 0.577351, 0.723277) UV(0.807834, 0.4847) +V 2253: Pos(-12.211456, 4.005, 4.002388) Norm(-0.723277, 0.57735, -0.378863) UV(0.810754, 0.4847) +V 2254: Pos(-12.211456, 4.005, 4.002388) Norm(-0.723277, 0.57735, -0.378863) UV(0.402999, 0.955508) +V 2255: Pos(-12.196543, 4.005, 4.050112) Norm(-0.378863, 0.577351, 0.723277) UV(0.406059, 0.955508) +V 2256: Pos(-11.788543, 4.005, 3.922612) Norm(0.723282, 0.57735, 0.378854) UV(0.406059, 0.981668) +V 2257: Pos(-11.803457, 4.005, 3.874888) Norm(0.378854, 0.577351, -0.723281) UV(0.402999, 0.981668) +V 2258: Pos(-11.803457, 3.945, 3.874888) Norm(0.378855, -0.577352, -0.72328) UV(0.490208, 0.930538) +V 2259: Pos(-12.211456, 3.944999, 4.002388) Norm(-0.723278, -0.577351, -0.378861) UV(0.490208, 0.955508) +V 2260: Pos(-12.211456, 4.005, 4.002388) Norm(-0.723277, 0.57735, -0.378863) UV(0.486536, 0.955508) +V 2261: Pos(-11.803457, 4.005, 3.874888) Norm(0.378854, 0.577351, -0.723281) UV(0.486536, 0.930538) +V 2262: Pos(-12.196543, 3.944999, 4.050112) Norm(-0.378862, -0.57735, 0.723278) UV(0.436965, 0.930538) +V 2263: Pos(-11.788543, 3.945, 3.922612) Norm(0.723282, -0.577349, 0.378856) UV(0.436965, 0.955508) +V 2264: Pos(-11.788543, 4.005, 3.922612) Norm(0.723282, 0.57735, 0.378854) UV(0.433293, 0.955508) +V 2265: Pos(-12.196543, 4.005, 4.050112) Norm(-0.378863, 0.577351, 0.723277) UV(0.433293, 0.930538) +V 2266: Pos(-12.203457, 4.005, 3.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.813814, 0.492044) +V 2267: Pos(-12.188543, 4.005, 4.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.810894, 0.492044) +V 2268: Pos(-12.188543, 3.944999, 4.047612) Norm(0.723278, -0.57735, 0.378862) UV(0.810894, 0.488372) +V 2269: Pos(-12.203457, 3.944999, 3.999888) Norm(0.378862, -0.57735, -0.723277) UV(0.813814, 0.488372) +V 2270: Pos(-12.203457, 3.944999, 3.999888) Norm(0.378862, -0.57735, -0.723277) UV(0.950124, 0.962819) +V 2271: Pos(-12.188543, 3.944999, 4.047612) Norm(0.723278, -0.57735, 0.378862) UV(0.947064, 0.962819) +V 2272: Pos(-12.596542, 3.944999, 4.175112) Norm(-0.378862, -0.57735, 0.723278) UV(0.947064, 0.936658) +V 2273: Pos(-12.611456, 3.944999, 4.127388) Norm(-0.723277, -0.57735, -0.378862) UV(0.950124, 0.936658) +V 2274: Pos(-12.611456, 3.944999, 4.127388) Norm(-0.723277, -0.57735, -0.378862) UV(0.810754, 0.495716) +V 2275: Pos(-12.596542, 3.944999, 4.175112) Norm(-0.378862, -0.57735, 0.723278) UV(0.807834, 0.495716) +V 2276: Pos(-12.596542, 4.005, 4.175112) Norm(-0.378862, 0.57735, 0.723278) UV(0.807834, 0.492044) +V 2277: Pos(-12.611456, 4.005, 4.127388) Norm(-0.723278, 0.57735, -0.378861) UV(0.810754, 0.492044) +V 2278: Pos(-12.611456, 4.005, 4.127388) Norm(-0.723278, 0.57735, -0.378861) UV(0.950124, 0.936658) +V 2279: Pos(-12.596542, 4.005, 4.175112) Norm(-0.378862, 0.57735, 0.723278) UV(0.953184, 0.936658) +V 2280: Pos(-12.188543, 4.005, 4.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.953184, 0.962818) +V 2281: Pos(-12.203457, 4.005, 3.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.950124, 0.962818) +V 2282: Pos(-12.203457, 3.944999, 3.999888) Norm(0.378862, -0.57735, -0.723277) UV(0.491126, 0.955508) +V 2283: Pos(-12.611456, 3.944999, 4.127388) Norm(-0.723277, -0.57735, -0.378862) UV(0.491126, 0.930538) +V 2284: Pos(-12.611456, 4.005, 4.127388) Norm(-0.723278, 0.57735, -0.378861) UV(0.494798, 0.930538) +V 2285: Pos(-12.203457, 4.005, 3.999888) Norm(0.378862, 0.577351, -0.723277) UV(0.494798, 0.955508) +V 2286: Pos(-12.596542, 3.944999, 4.175112) Norm(-0.378862, -0.57735, 0.723278) UV(0.494798, 0.955508) +V 2287: Pos(-12.188543, 3.944999, 4.047612) Norm(0.723278, -0.57735, 0.378862) UV(0.494798, 0.930538) +V 2288: Pos(-12.188543, 4.005, 4.047612) Norm(0.723277, 0.57735, 0.378863) UV(0.49847, 0.930538) +V 2289: Pos(-12.596542, 4.005, 4.175112) Norm(-0.378862, 0.57735, 0.723278) UV(0.49847, 0.955508) +V 2290: Pos(-12.603456, 4.005, 4.124888) Norm(0.378862, 0.577351, -0.723277) UV(0.825358, 0.488372) +V 2291: Pos(-12.588543, 4.005, 4.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.822437, 0.488372) +V 2292: Pos(-12.588543, 3.944999, 4.172612) Norm(0.723277, -0.57735, 0.378862) UV(0.822437, 0.4847) +V 2293: Pos(-12.603456, 3.944999, 4.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.825358, 0.4847) +V 2294: Pos(-12.603456, 3.944999, 4.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.940944, 0.962819) +V 2295: Pos(-12.588543, 3.944999, 4.172612) Norm(0.723277, -0.57735, 0.378862) UV(0.937884, 0.962819) +V 2296: Pos(-12.996544, 3.944999, 4.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.937884, 0.936659) +V 2297: Pos(-13.011457, 3.944999, 4.252388) Norm(-0.723278, -0.57735, -0.378861) UV(0.940944, 0.936659) +V 2298: Pos(-13.011457, 3.944999, 4.252388) Norm(-0.723278, -0.57735, -0.378861) UV(0.825358, 0.495716) +V 2299: Pos(-12.996544, 3.944999, 4.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.822437, 0.495716) +V 2300: Pos(-12.996544, 4.004999, 4.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.822437, 0.492044) +V 2301: Pos(-13.011457, 4.004999, 4.252388) Norm(-0.723278, 0.57735, -0.378861) UV(0.825358, 0.492044) +V 2302: Pos(-13.011457, 4.004999, 4.252388) Norm(-0.723278, 0.57735, -0.378861) UV(0.934824, 0.936659) +V 2303: Pos(-12.996544, 4.004999, 4.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.937884, 0.936659) +V 2304: Pos(-12.588543, 4.005, 4.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.937884, 0.962819) +V 2305: Pos(-12.603456, 4.005, 4.124888) Norm(0.378862, 0.577351, -0.723277) UV(0.934824, 0.962819) +V 2306: Pos(-12.603456, 3.944999, 4.124888) Norm(0.378862, -0.57735, -0.723277) UV(0.395655, 0.955508) +V 2307: Pos(-13.011457, 3.944999, 4.252388) Norm(-0.723278, -0.57735, -0.378861) UV(0.395655, 0.930539) +V 2308: Pos(-13.011457, 4.004999, 4.252388) Norm(-0.723278, 0.57735, -0.378861) UV(0.399327, 0.930539) +V 2309: Pos(-12.603456, 4.005, 4.124888) Norm(0.378862, 0.577351, -0.723277) UV(0.399327, 0.955508) +V 2310: Pos(-12.996544, 3.944999, 4.300112) Norm(-0.378862, -0.57735, 0.723278) UV(0.402999, 0.955508) +V 2311: Pos(-12.588543, 3.944999, 4.172612) Norm(0.723277, -0.57735, 0.378862) UV(0.402999, 0.930538) +V 2312: Pos(-12.588543, 4.005, 4.172612) Norm(0.723277, 0.57735, 0.378863) UV(0.406671, 0.930538) +V 2313: Pos(-12.996544, 4.004999, 4.300112) Norm(-0.378862, 0.577349, 0.723278) UV(0.406671, 0.955508) +V 2314: Pos(-13.003456, 4.004999, 4.249888) Norm(0.378863, 0.577351, -0.723276) UV(0.845108, 0.235006) +V 2315: Pos(-12.988543, 4.004999, 4.297612) Norm(0.723276, 0.57735, 0.378865) UV(0.842188, 0.235006) +V 2316: Pos(-12.988543, 3.944999, 4.297612) Norm(0.723276, -0.57735, 0.378864) UV(0.842188, 0.231334) +V 2317: Pos(-13.003456, 3.944999, 4.249888) Norm(0.378863, -0.577351, -0.723276) UV(0.845108, 0.231334) +V 2318: Pos(-13.003456, 3.944999, 4.249888) Norm(0.378863, -0.577351, -0.723276) UV(0.944004, 0.962819) +V 2319: Pos(-12.988543, 3.944999, 4.297612) Norm(0.723276, -0.57735, 0.378864) UV(0.940944, 0.962819) +V 2320: Pos(-13.396544, 3.944999, 4.425112) Norm(-0.378863, -0.57735, 0.723278) UV(0.940944, 0.936659) +V 2321: Pos(-13.411457, 3.944999, 4.377388) Norm(-0.723277, -0.577351, -0.378861) UV(0.944004, 0.936659) +V 2322: Pos(-13.411457, 3.944999, 4.377388) Norm(-0.723277, -0.577351, -0.378861) UV(0.825497, 0.492044) +V 2323: Pos(-13.396544, 3.944999, 4.425112) Norm(-0.378863, -0.57735, 0.723278) UV(0.822576, 0.492044) +V 2324: Pos(-13.396544, 4.004999, 4.425112) Norm(-0.378862, 0.577349, 0.723278) UV(0.822576, 0.488372) +V 2325: Pos(-13.411457, 4.004999, 4.377388) Norm(-0.723278, 0.577351, -0.378861) UV(0.825497, 0.488372) +V 2326: Pos(-13.411457, 4.004999, 4.377388) Norm(-0.723278, 0.577351, -0.378861) UV(0.944004, 0.936659) +V 2327: Pos(-13.396544, 4.004999, 4.425112) Norm(-0.378862, 0.577349, 0.723278) UV(0.947064, 0.936659) +V 2328: Pos(-12.988543, 4.004999, 4.297612) Norm(0.723276, 0.57735, 0.378865) UV(0.947064, 0.962819) +V 2329: Pos(-13.003456, 4.004999, 4.249888) Norm(0.378863, 0.577351, -0.723276) UV(0.944004, 0.962819) +V 2330: Pos(-13.003456, 3.944999, 4.249888) Norm(0.378863, -0.577351, -0.723276) UV(0.56732, 0.955508) +V 2331: Pos(-13.411457, 3.944999, 4.377388) Norm(-0.723277, -0.577351, -0.378861) UV(0.56732, 0.930538) +V 2332: Pos(-13.411457, 4.004999, 4.377388) Norm(-0.723278, 0.577351, -0.378861) UV(0.570992, 0.930538) +V 2333: Pos(-13.003456, 4.004999, 4.249888) Norm(0.378863, 0.577351, -0.723276) UV(0.570992, 0.955508) +V 2334: Pos(-13.396544, 3.944999, 4.425112) Norm(-0.378863, -0.57735, 0.723278) UV(0.570992, 0.955508) +V 2335: Pos(-12.988543, 3.944999, 4.297612) Norm(0.723276, -0.57735, 0.378864) UV(0.570992, 0.930538) +V 2336: Pos(-12.988543, 4.004999, 4.297612) Norm(0.723276, 0.57735, 0.378865) UV(0.574664, 0.930538) +V 2337: Pos(-13.396544, 4.004999, 4.425112) Norm(-0.378862, 0.577349, 0.723278) UV(0.574664, 0.955508) +V 2338: Pos(-13.403458, 4.004999, 4.374888) Norm(0.378863, 0.577351, -0.723276) UV(0.845802, 0.488372) +V 2339: Pos(-13.388544, 4.004999, 4.422612) Norm(0.723277, 0.57735, 0.378864) UV(0.842882, 0.488372) +V 2340: Pos(-13.388544, 3.944999, 4.422612) Norm(0.723277, -0.57735, 0.378864) UV(0.842882, 0.4847) +V 2341: Pos(-13.403458, 3.944999, 4.374888) Norm(0.378863, -0.577351, -0.723276) UV(0.845802, 0.4847) +V 2342: Pos(-13.403458, 3.944999, 4.374888) Norm(0.378863, -0.577351, -0.723276) UV(0.962364, 0.962818) +V 2343: Pos(-13.388544, 3.944999, 4.422612) Norm(0.723277, -0.57735, 0.378864) UV(0.959304, 0.962818) +V 2344: Pos(-13.796543, 3.944999, 4.550112) Norm(-0.378862, -0.577349, 0.723278) UV(0.959304, 0.936658) +V 2345: Pos(-13.811457, 3.944999, 4.502388) Norm(-0.723278, -0.577351, -0.378861) UV(0.962364, 0.936658) +V 2346: Pos(-13.811457, 3.944999, 4.502388) Norm(-0.723278, -0.577351, -0.378861) UV(0.827584, 0.22399) +V 2347: Pos(-13.796543, 3.944999, 4.550112) Norm(-0.378862, -0.577349, 0.723278) UV(0.824663, 0.22399) +V 2348: Pos(-13.796543, 4.004999, 4.550112) Norm(-0.378862, 0.577349, 0.723278) UV(0.824663, 0.220318) +V 2349: Pos(-13.811457, 4.004999, 4.502388) Norm(-0.723278, 0.577351, -0.37886) UV(0.827584, 0.220318) +V 2350: Pos(-13.811457, 4.004999, 4.502388) Norm(-0.723278, 0.577351, -0.37886) UV(0.960526, 0.498164) +V 2351: Pos(-13.796543, 4.004999, 4.550112) Norm(-0.378862, 0.577349, 0.723278) UV(0.963586, 0.498164) +V 2352: Pos(-13.388544, 4.004999, 4.422612) Norm(0.723277, 0.57735, 0.378864) UV(0.963586, 0.524324) +V 2353: Pos(-13.403458, 4.004999, 4.374888) Norm(0.378863, 0.577351, -0.723276) UV(0.960526, 0.524324) +V 2354: Pos(-13.403458, 3.944999, 4.374888) Norm(0.378863, -0.577351, -0.723276) UV(0.640758, 0.955508) +V 2355: Pos(-13.811457, 3.944999, 4.502388) Norm(-0.723278, -0.577351, -0.378861) UV(0.640758, 0.930538) +V 2356: Pos(-13.811457, 4.004999, 4.502388) Norm(-0.723278, 0.577351, -0.37886) UV(0.64443, 0.930538) +V 2357: Pos(-13.403458, 4.004999, 4.374888) Norm(0.378863, 0.577351, -0.723276) UV(0.64443, 0.955508) +V 2358: Pos(-13.796543, 3.944999, 4.550112) Norm(-0.378862, -0.577349, 0.723278) UV(0.64443, 0.955508) +V 2359: Pos(-13.388544, 3.944999, 4.422612) Norm(0.723277, -0.57735, 0.378864) UV(0.64443, 0.930538) +V 2360: Pos(-13.388544, 4.004999, 4.422612) Norm(0.723277, 0.57735, 0.378864) UV(0.648102, 0.930538) +V 2361: Pos(-13.796543, 4.004999, 4.550112) Norm(-0.378862, 0.577349, 0.723278) UV(0.648102, 0.955508) +V 2362: Pos(-13.79575, 4.004999, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.810894, 0.492044) +V 2363: Pos(-13.79575, 4.004999, 4.55) Norm(0.57735, 0.57735, 0.57735) UV(0.807834, 0.492044) +V 2364: Pos(-13.79575, 3.944999, 4.55) Norm(0.57735, -0.57735, 0.57735) UV(0.807834, 0.488372) +V 2365: Pos(-13.79575, 3.944999, 4.5) Norm(0.57735, -0.57735, -0.57735) UV(0.810894, 0.488372) +V 2366: Pos(-13.79575, 3.944999, 4.5) Norm(0.57735, -0.57735, -0.57735) UV(0.680845, 0.957068) +V 2367: Pos(-13.79575, 3.944999, 4.55) Norm(0.57735, -0.57735, 0.57735) UV(0.677785, 0.957068) +V 2368: Pos(-14.22925, 3.944999, 4.55) Norm(-0.57735, -0.57735, 0.57735) UV(0.677785, 0.930538) +V 2369: Pos(-14.22925, 3.944999, 4.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.680845, 0.930538) +V 2370: Pos(-14.22925, 3.944999, 4.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.801714, 0.488372) +V 2371: Pos(-14.22925, 3.944999, 4.55) Norm(-0.57735, -0.57735, 0.57735) UV(0.798654, 0.488372) +V 2372: Pos(-14.22925, 4.004999, 4.55) Norm(-0.57735, 0.57735, 0.57735) UV(0.798654, 0.4847) +V 2373: Pos(-14.22925, 4.004999, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.801714, 0.4847) +V 2374: Pos(-14.22925, 4.004999, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.683905, 0.957068) +V 2375: Pos(-14.22925, 4.004999, 4.55) Norm(-0.57735, 0.57735, 0.57735) UV(0.680845, 0.957068) +V 2376: Pos(-13.79575, 4.004999, 4.55) Norm(0.57735, 0.57735, 0.57735) UV(0.680845, 0.930538) +V 2377: Pos(-13.79575, 4.004999, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.683905, 0.930538) +V 2378: Pos(-13.79575, 3.944999, 4.5) Norm(0.57735, -0.57735, -0.57735) UV(0.373623, 0.957069) +V 2379: Pos(-14.22925, 3.944999, 4.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.373623, 0.930539) +V 2380: Pos(-14.22925, 4.004999, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.377295, 0.930539) +V 2381: Pos(-13.79575, 4.004999, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.377295, 0.957069) +V 2382: Pos(-14.22925, 3.944999, 4.55) Norm(-0.57735, -0.57735, 0.57735) UV(0.943391, 0.524694) +V 2383: Pos(-13.79575, 3.944999, 4.55) Norm(0.57735, -0.57735, 0.57735) UV(0.943391, 0.498164) +V 2384: Pos(-13.79575, 4.004999, 4.55) Norm(0.57735, 0.57735, 0.57735) UV(0.947063, 0.498164) +V 2385: Pos(-14.22925, 4.004999, 4.55) Norm(-0.57735, 0.57735, 0.57735) UV(0.947063, 0.524694) +V 2386: Pos(-14.174999, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.977664, 0.936658) +V 2387: Pos(-14.174999, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.977664, 0.881579) +V 2388: Pos(-14.174999, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.980724, 0.881579) +V 2389: Pos(-14.174999, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.980724, 0.936658) +V 2390: Pos(-14.174999, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.749695, 0.936659) +V 2391: Pos(-14.174999, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.749695, 0.881579) +V 2392: Pos(-14.225, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.752755, 0.881579) +V 2393: Pos(-14.225, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.752755, 0.936659) +V 2394: Pos(-14.225, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.971543, 0.173501) +V 2395: Pos(-14.225, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.971543, 0.118421) +V 2396: Pos(-14.225, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.974603, 0.118421) +V 2397: Pos(-14.225, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.974603, 0.173501) +V 2398: Pos(-14.225, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.752755, 0.936659) +V 2399: Pos(-14.225, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.752755, 0.881579) +V 2400: Pos(-14.174999, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.755815, 0.881579) +V 2401: Pos(-14.174999, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.755815, 0.936659) +V 2402: Pos(-14.174999, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.738984, 0.525704) +V 2403: Pos(-14.225, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.738984, 0.522644) +V 2404: Pos(-14.225, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.742044, 0.522644) +V 2405: Pos(-14.174999, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.742044, 0.525704) +V 2406: Pos(-14.225, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.742044, 0.525704) +V 2407: Pos(-14.174999, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.742044, 0.522644) +V 2408: Pos(-14.174999, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.745104, 0.522644) +V 2409: Pos(-14.225, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.745104, 0.525704) +V 2410: Pos(-13.6, 3.524999, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.02295, 1.0) +V 2411: Pos(-13.6, 3.524999, 3.875) Norm(0.57735, 0.57735, 0.57735) UV(-0.0, 1.0) +V 2412: Pos(-13.6, 1.59, 3.875) Norm(0.57735, -0.57735, 0.57735) UV(0.0, 0.881579) +V 2413: Pos(-13.6, 1.59, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.02295, 0.881579) +V 2414: Pos(-13.6, 1.59, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.376377, 0.930539) +V 2415: Pos(-13.6, 1.59, 3.875) Norm(0.57735, -0.57735, 0.57735) UV(0.353427, 0.930539) +V 2416: Pos(-14.0, 1.59, 3.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.353427, 0.906059) +V 2417: Pos(-14.0, 1.59, 3.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.376377, 0.906059) +V 2418: Pos(-14.0, 1.59, 3.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.0459, 1.0) +V 2419: Pos(-14.0, 1.59, 3.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.02295, 1.0) +V 2420: Pos(-14.0, 3.524999, 3.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.02295, 0.881579) +V 2421: Pos(-14.0, 3.524999, 3.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.0459, 0.881579) +V 2422: Pos(-14.0, 3.524999, 3.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.399327, 0.930538) +V 2423: Pos(-14.0, 3.524999, 3.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.376377, 0.930538) +V 2424: Pos(-13.6, 3.524999, 3.875) Norm(0.57735, 0.57735, 0.57735) UV(0.376377, 0.906059) +V 2425: Pos(-13.6, 3.524999, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.399327, 0.906059) +V 2426: Pos(-13.6, 1.59, 3.5) Norm(0.57735, -0.57735, -0.57735) UV(0.775704, 0.0) +V 2427: Pos(-14.0, 1.59, 3.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.800184, 0.0) +V 2428: Pos(-14.0, 3.524999, 3.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.800184, 0.118421) +V 2429: Pos(-13.6, 3.524999, 3.5) Norm(0.57735, 0.57735, -0.57735) UV(0.775704, 0.118421) +V 2430: Pos(-14.0, 1.59, 3.875) Norm(-0.57735, -0.57735, 0.57735) UV(0.775704, 0.118421) +V 2431: Pos(-13.6, 1.59, 3.875) Norm(0.57735, -0.57735, 0.57735) UV(0.800184, 0.118421) +V 2432: Pos(-13.6, 3.524999, 3.875) Norm(0.57735, 0.57735, 0.57735) UV(0.800184, 0.236842) +V 2433: Pos(-14.0, 3.524999, 3.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.775704, 0.236842) +V 2434: Pos(-13.775, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.117809, 0.983476) +V 2435: Pos(-13.775, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.117809, 0.928397) +V 2436: Pos(-13.775, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.120869, 0.928397) +V 2437: Pos(-13.775, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.120869, 0.983476) +V 2438: Pos(-13.775, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.922584, 0.936658) +V 2439: Pos(-13.775, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.922584, 0.881579) +V 2440: Pos(-13.825001, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.925644, 0.881579) +V 2441: Pos(-13.825001, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.925644, 0.936658) +V 2442: Pos(-13.825001, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.971543, 0.22858) +V 2443: Pos(-13.825001, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.971543, 0.173501) +V 2444: Pos(-13.825001, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.974603, 0.173501) +V 2445: Pos(-13.825001, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.974603, 0.22858) +V 2446: Pos(-13.825001, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.925644, 0.936658) +V 2447: Pos(-13.825001, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.925644, 0.881579) +V 2448: Pos(-13.775, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.928704, 0.881579) +V 2449: Pos(-13.775, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.928704, 0.936658) +V 2450: Pos(-13.775, 3.5, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.801714, 0.4847) +V 2451: Pos(-13.825001, 3.5, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.801714, 0.48164) +V 2452: Pos(-13.825001, 3.55, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.804774, 0.48164) +V 2453: Pos(-13.775, 3.55, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.804774, 0.4847) +V 2454: Pos(-13.825001, 3.5, 4.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.803244, 0.525704) +V 2455: Pos(-13.775, 3.5, 4.65) Norm(0.57735, -0.57735, 0.57735) UV(0.803244, 0.522644) +V 2456: Pos(-13.775, 3.55, 4.65) Norm(0.57735, 0.57735, 0.57735) UV(0.806304, 0.522644) +V 2457: Pos(-13.825001, 3.55, 4.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.806304, 0.525704) +V 2458: Pos(-13.200001, 3.524999, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.071909, 1.0) +V 2459: Pos(-13.200001, 3.524999, 4.0) Norm(0.57735, 0.57735, 0.57735) UV(0.04896, 1.0) +V 2460: Pos(-13.2, 1.59, 4.0) Norm(0.57735, -0.57735, 0.57735) UV(0.04896, 0.881579) +V 2461: Pos(-13.2, 1.59, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.07191, 0.881579) +V 2462: Pos(-13.2, 1.59, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.422277, 0.930538) +V 2463: Pos(-13.2, 1.59, 4.0) Norm(0.57735, -0.57735, 0.57735) UV(0.399327, 0.930538) +V 2464: Pos(-13.599999, 1.59, 4.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.399327, 0.906059) +V 2465: Pos(-13.599999, 1.59, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.422277, 0.906059) +V 2466: Pos(-13.599999, 1.59, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.094859, 1.0) +V 2467: Pos(-13.599999, 1.59, 4.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.07191, 1.0) +V 2468: Pos(-13.6, 3.524999, 4.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.07191, 0.881579) +V 2469: Pos(-13.6, 3.524999, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.094859, 0.881579) +V 2470: Pos(-13.6, 3.524999, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.445227, 0.930538) +V 2471: Pos(-13.6, 3.524999, 4.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.422277, 0.930538) +V 2472: Pos(-13.200001, 3.524999, 4.0) Norm(0.57735, 0.57735, 0.57735) UV(0.422277, 0.906059) +V 2473: Pos(-13.200001, 3.524999, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.445227, 0.906059) +V 2474: Pos(-13.2, 1.59, 3.625) Norm(0.57735, -0.57735, -0.57735) UV(0.660956, 0.644737) +V 2475: Pos(-13.599999, 1.59, 3.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.685435, 0.644737) +V 2476: Pos(-13.6, 3.524999, 3.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.685435, 0.763158) +V 2477: Pos(-13.200001, 3.524999, 3.625) Norm(0.57735, 0.57735, -0.57735) UV(0.660956, 0.763158) +V 2478: Pos(-13.599999, 1.59, 4.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.685435, 0.644737) +V 2479: Pos(-13.2, 1.59, 4.0) Norm(0.57735, -0.57735, 0.57735) UV(0.709915, 0.644737) +V 2480: Pos(-13.200001, 3.524999, 4.0) Norm(0.57735, 0.57735, 0.57735) UV(0.709915, 0.763158) +V 2481: Pos(-13.6, 3.524999, 4.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.685435, 0.763158) +V 2482: Pos(-13.375, 3.55, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.980723, 0.173501) +V 2483: Pos(-13.375, 3.55, 4.775) Norm(0.57735, 0.57735, 0.57735) UV(0.980723, 0.118421) +V 2484: Pos(-13.375, 3.5, 4.775) Norm(0.57735, -0.57735, 0.57735) UV(0.983783, 0.118421) +V 2485: Pos(-13.375, 3.5, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.983783, 0.173501) +V 2486: Pos(-13.375, 3.5, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.971544, 0.936658) +V 2487: Pos(-13.375, 3.5, 4.775) Norm(0.57735, -0.57735, 0.57735) UV(0.971544, 0.881579) +V 2488: Pos(-13.425, 3.5, 4.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.974604, 0.881579) +V 2489: Pos(-13.425, 3.5, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.974604, 0.936658) +V 2490: Pos(-13.425, 3.5, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.974603, 0.173501) +V 2491: Pos(-13.425, 3.5, 4.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.974603, 0.118421) +V 2492: Pos(-13.425, 3.55, 4.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.977663, 0.118421) +V 2493: Pos(-13.425, 3.55, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.977663, 0.173501) +V 2494: Pos(-13.425, 3.55, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.974603, 0.22858) +V 2495: Pos(-13.425, 3.55, 4.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.974603, 0.173501) +V 2496: Pos(-13.375, 3.55, 4.775) Norm(0.57735, 0.57735, 0.57735) UV(0.977663, 0.173501) +V 2497: Pos(-13.375, 3.55, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.977663, 0.22858) +V 2498: Pos(-13.375, 3.5, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.851089, 0.22705) +V 2499: Pos(-13.425, 3.5, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.851089, 0.22399) +V 2500: Pos(-13.425, 3.55, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.854149, 0.22399) +V 2501: Pos(-13.375, 3.55, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.854149, 0.22705) +V 2502: Pos(-13.425, 3.5, 4.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.851089, 0.23011) +V 2503: Pos(-13.375, 3.5, 4.775) Norm(0.57735, -0.57735, 0.57735) UV(0.851089, 0.22705) +V 2504: Pos(-13.375, 3.55, 4.775) Norm(0.57735, 0.57735, 0.57735) UV(0.854149, 0.22705) +V 2505: Pos(-13.425, 3.55, 4.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.854149, 0.23011) +V 2506: Pos(-12.8, 3.524999, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.117809, 1.0) +V 2507: Pos(-12.8, 3.524999, 4.125) Norm(0.57735, 0.57735, 0.57735) UV(0.094859, 1.0) +V 2508: Pos(-12.799999, 1.59, 4.125) Norm(0.57735, -0.57735, 0.57735) UV(0.094859, 0.881579) +V 2509: Pos(-12.799999, 1.59, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.117809, 0.881579) +V 2510: Pos(-12.799999, 1.59, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.468176, 0.930538) +V 2511: Pos(-12.799999, 1.59, 4.125) Norm(0.57735, -0.57735, 0.57735) UV(0.445227, 0.930538) +V 2512: Pos(-13.199999, 1.59, 4.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.445227, 0.906059) +V 2513: Pos(-13.199999, 1.59, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.468177, 0.906059) +V 2514: Pos(-13.199999, 1.59, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.723685, 0.881579) +V 2515: Pos(-13.199999, 1.59, 4.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.700735, 0.881579) +V 2516: Pos(-13.2, 3.524999, 4.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.700735, 0.763158) +V 2517: Pos(-13.2, 3.524999, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.723685, 0.763158) +V 2518: Pos(-13.2, 3.524999, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.491126, 0.930538) +V 2519: Pos(-13.2, 3.524999, 4.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.468176, 0.930538) +V 2520: Pos(-12.8, 3.524999, 4.125) Norm(0.57735, 0.57735, 0.57735) UV(0.468177, 0.906059) +V 2521: Pos(-12.8, 3.524999, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.491126, 0.906059) +V 2522: Pos(-12.799999, 1.59, 3.75) Norm(0.57735, -0.57735, -0.57735) UV(0.709915, 0.644737) +V 2523: Pos(-13.199999, 1.59, 3.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.734395, 0.644737) +V 2524: Pos(-13.2, 3.524999, 3.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.734395, 0.763158) +V 2525: Pos(-12.8, 3.524999, 3.75) Norm(0.57735, 0.57735, -0.57735) UV(0.709915, 0.763158) +V 2526: Pos(-13.199999, 1.59, 4.125) Norm(-0.57735, -0.57735, 0.57735) UV(0.751224, 0.0) +V 2527: Pos(-12.799999, 1.59, 4.125) Norm(0.57735, -0.57735, 0.57735) UV(0.775704, 0.0) +V 2528: Pos(-12.8, 3.524999, 4.125) Norm(0.57735, 0.57735, 0.57735) UV(0.775704, 0.118421) +V 2529: Pos(-13.2, 3.524999, 4.125) Norm(-0.57735, 0.57735, 0.57735) UV(0.751224, 0.118421) +V 2530: Pos(-12.975, 3.55, 4.0) Norm(0.57735, 0.57735, -0.57735) UV(0.980723, 0.22858) +V 2531: Pos(-12.975, 3.55, 4.9) Norm(0.57735, 0.57735, 0.57735) UV(0.980723, 0.173501) +V 2532: Pos(-12.975, 3.5, 4.9) Norm(0.57735, -0.57735, 0.57735) UV(0.983783, 0.173501) +V 2533: Pos(-12.975, 3.5, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.983783, 0.22858) +V 2534: Pos(-12.975, 3.5, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.356487, 0.985618) +V 2535: Pos(-12.975, 3.5, 4.9) Norm(0.57735, -0.57735, 0.57735) UV(0.356487, 0.930539) +V 2536: Pos(-13.025, 3.5, 4.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.359547, 0.930539) +V 2537: Pos(-13.025, 3.5, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.359547, 0.985618) +V 2538: Pos(-13.025, 3.5, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.974604, 0.936658) +V 2539: Pos(-13.025, 3.5, 4.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.974604, 0.881579) +V 2540: Pos(-13.025, 3.55, 4.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.977664, 0.881579) +V 2541: Pos(-13.025, 3.55, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.977664, 0.936658) +V 2542: Pos(-13.025, 3.55, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.359547, 0.985618) +V 2543: Pos(-13.025, 3.55, 4.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.359547, 0.930539) +V 2544: Pos(-12.975, 3.55, 4.9) Norm(0.57735, 0.57735, 0.57735) UV(0.362607, 0.930539) +V 2545: Pos(-12.975, 3.55, 4.0) Norm(0.57735, 0.57735, -0.57735) UV(0.362607, 0.985618) +V 2546: Pos(-12.975, 3.5, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.855122, 0.488372) +V 2547: Pos(-13.025, 3.5, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.858182, 0.488372) +V 2548: Pos(-13.025, 3.55, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.858182, 0.491432) +V 2549: Pos(-12.975, 3.55, 4.0) Norm(0.57735, 0.57735, -0.57735) UV(0.855122, 0.491432) +V 2550: Pos(-13.025, 3.5, 4.9) Norm(-0.57735, -0.57735, 0.57735) UV(0.855263, 0.477662) +V 2551: Pos(-12.975, 3.5, 4.9) Norm(0.57735, -0.57735, 0.57735) UV(0.858323, 0.477662) +V 2552: Pos(-12.975, 3.55, 4.9) Norm(0.57735, 0.57735, 0.57735) UV(0.858323, 0.480722) +V 2553: Pos(-13.025, 3.55, 4.9) Norm(-0.57735, 0.57735, 0.57735) UV(0.855263, 0.480722) +V 2554: Pos(-12.4, 3.524999, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.145349, 1.0) +V 2555: Pos(-12.4, 3.524999, 4.25) Norm(0.57735, 0.57735, 0.57735) UV(0.122399, 1.0) +V 2556: Pos(-12.4, 1.59, 4.25) Norm(0.57735, -0.57735, 0.57735) UV(0.122399, 0.881579) +V 2557: Pos(-12.4, 1.59, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.145349, 0.881579) +V 2558: Pos(-12.4, 1.59, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.514076, 0.930538) +V 2559: Pos(-12.4, 1.59, 4.25) Norm(0.57735, -0.57735, 0.57735) UV(0.491126, 0.930538) +V 2560: Pos(-12.799999, 1.59, 4.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.491126, 0.906059) +V 2561: Pos(-12.799999, 1.59, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.514076, 0.906059) +V 2562: Pos(-12.799999, 1.59, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.757345, 0.881579) +V 2563: Pos(-12.799999, 1.59, 4.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.734395, 0.881579) +V 2564: Pos(-12.799999, 3.524999, 4.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.734395, 0.763158) +V 2565: Pos(-12.799999, 3.524999, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.757345, 0.763158) +V 2566: Pos(-12.799999, 3.524999, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.537026, 0.930538) +V 2567: Pos(-12.799999, 3.524999, 4.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.514076, 0.930538) +V 2568: Pos(-12.4, 3.524999, 4.25) Norm(0.57735, 0.57735, 0.57735) UV(0.514076, 0.906059) +V 2569: Pos(-12.4, 3.524999, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.537026, 0.906059) +V 2570: Pos(-12.4, 1.59, 3.875) Norm(0.57735, -0.57735, -0.57735) UV(0.775704, 0.236842) +V 2571: Pos(-12.799999, 1.59, 3.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.800184, 0.236842) +V 2572: Pos(-12.799999, 3.524999, 3.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.800184, 0.355263) +V 2573: Pos(-12.4, 3.524999, 3.875) Norm(0.57735, 0.57735, -0.57735) UV(0.775704, 0.355263) +V 2574: Pos(-12.799999, 1.59, 4.25) Norm(-0.57735, -0.57735, 0.57735) UV(0.775704, 0.355263) +V 2575: Pos(-12.4, 1.59, 4.25) Norm(0.57735, -0.57735, 0.57735) UV(0.800184, 0.355263) +V 2576: Pos(-12.4, 3.524999, 4.25) Norm(0.57735, 0.57735, 0.57735) UV(0.800184, 0.473684) +V 2577: Pos(-12.799999, 3.524999, 4.25) Norm(-0.57735, 0.57735, 0.57735) UV(0.775704, 0.473684) +V 2578: Pos(-12.575, 3.55, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.980724, 0.936658) +V 2579: Pos(-12.575, 3.55, 5.025) Norm(0.57735, 0.57735, 0.57735) UV(0.980724, 0.881579) +V 2580: Pos(-12.575, 3.5, 5.025) Norm(0.57735, -0.57735, 0.57735) UV(0.983784, 0.881579) +V 2581: Pos(-12.575, 3.5, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.983784, 0.936658) +V 2582: Pos(-12.575, 3.5, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.215728, 0.985618) +V 2583: Pos(-12.575, 3.5, 5.025) Norm(0.57735, -0.57735, 0.57735) UV(0.215728, 0.930539) +V 2584: Pos(-12.625, 3.5, 5.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.218788, 0.930539) +V 2585: Pos(-12.625, 3.5, 4.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.218788, 0.985618) +V 2586: Pos(-12.625, 3.5, 5.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.218788, 0.930538) +V 2587: Pos(-12.625, 3.55, 5.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.221848, 0.930538) +V 2588: Pos(-12.625, 3.55, 4.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.221848, 0.985618) +V 2589: Pos(-12.625, 3.55, 5.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.221848, 0.930539) +V 2590: Pos(-12.575, 3.55, 5.025) Norm(0.57735, 0.57735, 0.57735) UV(0.224908, 0.930539) +V 2591: Pos(-12.575, 3.55, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.224908, 0.985618) +V 2592: Pos(-12.575, 3.5, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.851089, 0.23317) +V 2593: Pos(-12.625, 3.5, 4.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.851089, 0.23011) +V 2594: Pos(-12.625, 3.55, 4.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.854149, 0.23011) +V 2595: Pos(-12.575, 3.55, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.854149, 0.23317) +V 2596: Pos(-12.625, 3.5, 5.025) Norm(-0.57735, -0.57735, 0.57735) UV(0.851089, 0.23623) +V 2597: Pos(-12.575, 3.5, 5.025) Norm(0.57735, -0.57735, 0.57735) UV(0.851089, 0.23317) +V 2598: Pos(-12.575, 3.55, 5.025) Norm(0.57735, 0.57735, 0.57735) UV(0.854149, 0.23317) +V 2599: Pos(-12.625, 3.55, 5.025) Norm(-0.57735, 0.57735, 0.57735) UV(0.854149, 0.23623) +V 2600: Pos(-12.0, 3.525, 4.0) Norm(0.57735, 0.577351, -0.57735) UV(0.869033, 0.477662) +V 2601: Pos(-12.0, 3.525, 4.375) Norm(0.57735, 0.577351, 0.57735) UV(0.846083, 0.477662) +V 2602: Pos(-11.999999, 1.59, 4.375) Norm(0.577351, -0.57735, 0.57735) UV(0.846083, 0.359241) +V 2603: Pos(-11.999999, 1.59, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.869033, 0.359241) +V 2604: Pos(-11.999999, 1.59, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.870563, 0.21634) +V 2605: Pos(-11.999999, 1.59, 4.375) Norm(0.577351, -0.57735, 0.57735) UV(0.847613, 0.21634) +V 2606: Pos(-12.4, 1.59, 4.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.847613, 0.191861) +V 2607: Pos(-12.4, 1.59, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.870563, 0.191861) +V 2608: Pos(-12.4, 1.59, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.891983, 0.473684) +V 2609: Pos(-12.4, 1.59, 4.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.869033, 0.473684) +V 2610: Pos(-12.4, 3.524999, 4.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.869033, 0.355263) +V 2611: Pos(-12.4, 3.524999, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.891983, 0.355263) +V 2612: Pos(-12.4, 3.524999, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.559976, 0.930538) +V 2613: Pos(-12.4, 3.524999, 4.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.537026, 0.930538) +V 2614: Pos(-12.0, 3.525, 4.375) Norm(0.57735, 0.577351, 0.57735) UV(0.537026, 0.906059) +V 2615: Pos(-12.0, 3.525, 4.0) Norm(0.57735, 0.577351, -0.57735) UV(0.559976, 0.906059) +V 2616: Pos(-11.999999, 1.59, 4.0) Norm(0.57735, -0.57735, -0.57735) UV(0.587516, 0.526316) +V 2617: Pos(-12.4, 1.59, 4.0) Norm(-0.57735, -0.57735, -0.57735) UV(0.611996, 0.526316) +V 2618: Pos(-12.4, 3.524999, 4.0) Norm(-0.57735, 0.57735, -0.57735) UV(0.611996, 0.644737) +V 2619: Pos(-12.0, 3.525, 4.0) Norm(0.57735, 0.577351, -0.57735) UV(0.587516, 0.644737) +V 2620: Pos(-12.4, 1.59, 4.375) Norm(-0.57735, -0.57735, 0.57735) UV(0.611996, 0.526316) +V 2621: Pos(-11.999999, 1.59, 4.375) Norm(0.577351, -0.57735, 0.57735) UV(0.636476, 0.526316) +V 2622: Pos(-12.0, 3.525, 4.375) Norm(0.57735, 0.577351, 0.57735) UV(0.636476, 0.644737) +V 2623: Pos(-12.4, 3.524999, 4.375) Norm(-0.57735, 0.57735, 0.57735) UV(0.611996, 0.644737) +V 2624: Pos(-12.174999, 3.55, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.224908, 0.985618) +V 2625: Pos(-12.174999, 3.55, 5.15) Norm(0.57735, 0.57735, 0.57735) UV(0.224908, 0.930538) +V 2626: Pos(-12.174999, 3.5, 5.15) Norm(0.57735, -0.57735, 0.57735) UV(0.227968, 0.930538) +V 2627: Pos(-12.174999, 3.5, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.227968, 0.985618) +V 2628: Pos(-12.174999, 3.5, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.928704, 0.936658) +V 2629: Pos(-12.174999, 3.5, 5.15) Norm(0.57735, -0.57735, 0.57735) UV(0.928704, 0.881579) +V 2630: Pos(-12.225, 3.5, 5.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.931764, 0.881579) +V 2631: Pos(-12.225, 3.5, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.931764, 0.936658) +V 2632: Pos(-12.225, 3.5, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.227968, 0.985618) +V 2633: Pos(-12.225, 3.5, 5.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.227968, 0.930538) +V 2634: Pos(-12.225, 3.55, 5.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.231028, 0.930538) +V 2635: Pos(-12.225, 3.55, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.231028, 0.985618) +V 2636: Pos(-12.225, 3.55, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.931764, 0.936658) +V 2637: Pos(-12.225, 3.55, 5.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.931764, 0.881579) +V 2638: Pos(-12.174999, 3.55, 5.15) Norm(0.57735, 0.57735, 0.57735) UV(0.934824, 0.881579) +V 2639: Pos(-12.174999, 3.55, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.934824, 0.936658) +V 2640: Pos(-12.174999, 3.5, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.804774, 0.4847) +V 2641: Pos(-12.225, 3.5, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.804774, 0.48164) +V 2642: Pos(-12.225, 3.55, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.807834, 0.48164) +V 2643: Pos(-12.174999, 3.55, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.807834, 0.4847) +V 2644: Pos(-12.225, 3.5, 5.15) Norm(-0.57735, -0.57735, 0.57735) UV(0.806304, 0.525704) +V 2645: Pos(-12.174999, 3.5, 5.15) Norm(0.57735, -0.57735, 0.57735) UV(0.806304, 0.522644) +V 2646: Pos(-12.174999, 3.55, 5.15) Norm(0.57735, 0.57735, 0.57735) UV(0.809364, 0.522644) +V 2647: Pos(-12.225, 3.55, 5.15) Norm(-0.57735, 0.57735, 0.57735) UV(0.809364, 0.525704) +V 2648: Pos(-11.599999, 3.525, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.870563, 0.118421) +V 2649: Pos(-11.599999, 3.525, 4.5) Norm(0.57735, 0.57735, 0.57735) UV(0.847613, 0.118421) +V 2650: Pos(-11.599999, 1.59, 4.5) Norm(0.57735, -0.57735, 0.57735) UV(0.847613, -0.0) +V 2651: Pos(-11.599999, 1.59, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.870563, -0.0) +V 2652: Pos(-11.599999, 1.59, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.887393, 0.522644) +V 2653: Pos(-11.599999, 1.59, 4.5) Norm(0.57735, -0.57735, 0.57735) UV(0.864443, 0.522644) +V 2654: Pos(-12.0, 1.59, 4.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.864443, 0.498164) +V 2655: Pos(-12.0, 1.59, 4.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.887393, 0.498164) +V 2656: Pos(-12.0, 1.59, 4.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.071909, 0.881579) +V 2657: Pos(-12.0, 1.59, 4.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.04896, 0.881579) +V 2658: Pos(-12.0, 3.525, 4.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.04896, 0.763158) +V 2659: Pos(-12.0, 3.525, 4.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.071909, 0.763158) +V 2660: Pos(-12.0, 3.525, 4.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.891983, 0.498164) +V 2661: Pos(-12.0, 3.525, 4.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.869033, 0.498164) +V 2662: Pos(-11.599999, 3.525, 4.5) Norm(0.57735, 0.57735, 0.57735) UV(0.869033, 0.473684) +V 2663: Pos(-11.599999, 3.525, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.891983, 0.473684) +V 2664: Pos(-11.599999, 1.59, 4.125) Norm(0.57735, -0.57735, -0.57735) UV(0.636476, 0.526316) +V 2665: Pos(-12.0, 1.59, 4.125) Norm(-0.57735, -0.57735, -0.57735) UV(0.660956, 0.526316) +V 2666: Pos(-12.0, 3.525, 4.125) Norm(-0.57735, 0.57735, -0.57735) UV(0.660956, 0.644737) +V 2667: Pos(-11.599999, 3.525, 4.125) Norm(0.57735, 0.57735, -0.57735) UV(0.636476, 0.644737) +V 2668: Pos(-12.0, 1.59, 4.5) Norm(-0.57735, -0.57735, 0.57735) UV(0.660956, 0.526316) +V 2669: Pos(-11.599999, 1.59, 4.5) Norm(0.57735, -0.57735, 0.57735) UV(0.685435, 0.526316) +V 2670: Pos(-11.599999, 3.525, 4.5) Norm(0.57735, 0.57735, 0.57735) UV(0.685435, 0.644737) +V 2671: Pos(-12.0, 3.525, 4.5) Norm(-0.57735, 0.57735, 0.57735) UV(0.660956, 0.644737) +V 2672: Pos(-11.775, 3.55, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.231028, 0.985618) +V 2673: Pos(-11.775, 3.55, 5.275) Norm(0.57735, 0.57735, 0.57735) UV(0.231028, 0.930538) +V 2674: Pos(-11.775, 3.5, 5.275) Norm(0.57735, -0.57735, 0.57735) UV(0.234088, 0.930538) +V 2675: Pos(-11.775, 3.5, 4.375) Norm(0.57735, -0.57735, -0.57735) UV(0.234088, 0.985618) +V 2676: Pos(-11.775, 3.5, 5.275) Norm(0.57735, -0.57735, 0.57735) UV(0.234088, 0.930539) +V 2677: Pos(-11.825, 3.5, 5.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.237148, 0.930539) +V 2678: Pos(-11.825, 3.5, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.237148, 0.985618) +V 2679: Pos(-11.825, 3.5, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.238678, 0.985618) +V 2680: Pos(-11.825, 3.5, 5.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.238678, 0.930538) +V 2681: Pos(-11.825, 3.55, 5.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.241738, 0.930538) +V 2682: Pos(-11.825, 3.55, 4.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.241738, 0.985618) +V 2683: Pos(-11.825, 3.55, 5.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.241738, 0.930539) +V 2684: Pos(-11.775, 3.55, 5.275) Norm(0.57735, 0.57735, 0.57735) UV(0.244798, 0.930539) +V 2685: Pos(-11.775, 3.55, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.244798, 0.985618) +V 2686: Pos(-11.775, 3.5, 4.375) Norm(0.57735, -0.57735, -0.57735) UV(0.851783, 0.48776) +V 2687: Pos(-11.825, 3.5, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.851783, 0.4847) +V 2688: Pos(-11.825, 3.55, 4.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.854843, 0.4847) +V 2689: Pos(-11.775, 3.55, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.854843, 0.48776) +V 2690: Pos(-11.825, 3.5, 5.275) Norm(-0.57735, -0.57735, 0.57735) UV(0.851783, 0.495104) +V 2691: Pos(-11.775, 3.5, 5.275) Norm(0.57735, -0.57735, 0.57735) UV(0.851783, 0.492044) +V 2692: Pos(-11.775, 3.55, 5.275) Norm(0.57735, 0.57735, 0.57735) UV(0.854843, 0.492044) +V 2693: Pos(-11.825, 3.55, 5.275) Norm(-0.57735, 0.57735, 0.57735) UV(0.854843, 0.495104) +V 2694: Pos(-11.2, 3.525, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.876684, 0.644737) +V 2695: Pos(-11.2, 3.525, 4.625) Norm(0.57735, 0.57735, 0.57735) UV(0.853734, 0.644737) +V 2696: Pos(-11.2, 1.59, 4.625) Norm(0.57735, -0.57735, 0.57735) UV(0.853734, 0.526316) +V 2697: Pos(-11.2, 1.59, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.876684, 0.526316) +V 2698: Pos(-11.2, 1.59, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.582926, 0.930538) +V 2699: Pos(-11.2, 1.59, 4.625) Norm(0.57735, -0.57735, 0.57735) UV(0.559976, 0.930538) +V 2700: Pos(-11.599999, 1.59, 4.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.559976, 0.906059) +V 2701: Pos(-11.599999, 1.59, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.582926, 0.906059) +V 2702: Pos(-11.599999, 1.59, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.094859, 0.881579) +V 2703: Pos(-11.599999, 1.59, 4.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.07191, 0.881579) +V 2704: Pos(-11.6, 3.525, 4.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.07191, 0.763158) +V 2705: Pos(-11.6, 3.525, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.094859, 0.763158) +V 2706: Pos(-11.6, 3.525, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.893513, 0.142901) +V 2707: Pos(-11.6, 3.525, 4.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.870563, 0.142901) +V 2708: Pos(-11.2, 3.525, 4.625) Norm(0.57735, 0.57735, 0.57735) UV(0.870563, 0.118421) +V 2709: Pos(-11.2, 3.525, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.893513, 0.118421) +V 2710: Pos(-11.2, 1.59, 4.25) Norm(0.57735, -0.57735, -0.57735) UV(0.685436, 0.526316) +V 2711: Pos(-11.599999, 1.59, 4.25) Norm(-0.57735, -0.57735, -0.57735) UV(0.709915, 0.526316) +V 2712: Pos(-11.6, 3.525, 4.25) Norm(-0.57735, 0.57735, -0.57735) UV(0.709915, 0.644737) +V 2713: Pos(-11.2, 3.525, 4.25) Norm(0.57735, 0.57735, -0.57735) UV(0.685436, 0.644737) +V 2714: Pos(-11.599999, 1.59, 4.625) Norm(-0.57735, -0.57735, 0.57735) UV(0.709915, 0.526316) +V 2715: Pos(-11.2, 1.59, 4.625) Norm(0.57735, -0.57735, 0.57735) UV(0.734395, 0.526316) +V 2716: Pos(-11.2, 3.525, 4.625) Norm(0.57735, 0.57735, 0.57735) UV(0.734395, 0.644737) +V 2717: Pos(-11.6, 3.525, 4.625) Norm(-0.57735, 0.57735, 0.57735) UV(0.709915, 0.644737) +V 2718: Pos(-11.375, 3.55, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.244798, 0.985618) +V 2719: Pos(-11.375, 3.55, 5.4) Norm(0.57735, 0.57735, 0.57735) UV(0.244798, 0.930538) +V 2720: Pos(-11.375, 3.5, 5.4) Norm(0.57735, -0.57735, 0.57735) UV(0.247858, 0.930538) +V 2721: Pos(-11.375, 3.5, 4.5) Norm(0.57735, -0.57735, -0.57735) UV(0.247858, 0.985618) +V 2722: Pos(-11.375, 3.5, 5.4) Norm(0.57735, -0.57735, 0.57735) UV(0.247858, 0.930539) +V 2723: Pos(-11.425, 3.5, 5.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.250918, 0.930539) +V 2724: Pos(-11.425, 3.5, 4.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.250918, 0.985618) +V 2725: Pos(-11.425, 3.5, 5.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.250918, 0.930538) +V 2726: Pos(-11.425, 3.55, 5.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.253978, 0.930538) +V 2727: Pos(-11.425, 3.55, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.253978, 0.985618) +V 2728: Pos(-11.425, 3.55, 5.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.253978, 0.930539) +V 2729: Pos(-11.375, 3.55, 5.4) Norm(0.57735, 0.57735, 0.57735) UV(0.257038, 0.930539) +V 2730: Pos(-11.375, 3.55, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.257038, 0.985618) +V 2731: Pos(-11.375, 3.5, 4.5) Norm(0.57735, -0.57735, -0.57735) UV(0.851783, 0.498164) +V 2732: Pos(-11.425, 3.5, 4.5) Norm(-0.57735, -0.57735, -0.57735) UV(0.851783, 0.495104) +V 2733: Pos(-11.425, 3.55, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.854843, 0.495104) +V 2734: Pos(-11.375, 3.55, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.854843, 0.498164) +V 2735: Pos(-11.425, 3.5, 5.4) Norm(-0.57735, -0.57735, 0.57735) UV(0.852062, 0.491432) +V 2736: Pos(-11.375, 3.5, 5.4) Norm(0.57735, -0.57735, 0.57735) UV(0.852062, 0.488372) +V 2737: Pos(-11.375, 3.55, 5.4) Norm(0.57735, 0.57735, 0.57735) UV(0.855122, 0.488372) +V 2738: Pos(-11.425, 3.55, 5.4) Norm(-0.57735, 0.57735, 0.57735) UV(0.855122, 0.491432) +V 2739: Pos(-10.799999, 3.525, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.876684, 0.763158) +V 2740: Pos(-10.799999, 3.525, 4.75) Norm(0.57735, 0.57735, 0.57735) UV(0.853734, 0.763158) +V 2741: Pos(-10.799999, 1.59, 4.75) Norm(0.57735, -0.57735, 0.57735) UV(0.853734, 0.644737) +V 2742: Pos(-10.799999, 1.59, 4.375) Norm(0.57735, -0.57735, -0.57735) UV(0.876684, 0.644737) +V 2743: Pos(-10.799999, 1.59, 4.375) Norm(0.57735, -0.57735, -0.57735) UV(0.893513, 0.167381) +V 2744: Pos(-10.799999, 1.59, 4.75) Norm(0.57735, -0.57735, 0.57735) UV(0.870563, 0.167381) +V 2745: Pos(-11.2, 1.59, 4.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.870563, 0.142901) +V 2746: Pos(-11.2, 1.59, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.893513, 0.142901) +V 2747: Pos(-11.2, 1.59, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.02295, 0.881579) +V 2748: Pos(-11.2, 1.59, 4.75) Norm(-0.57735, -0.57735, 0.57735) UV(-0.0, 0.881579) +V 2749: Pos(-11.2, 3.525, 4.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.0, 0.763158) +V 2750: Pos(-11.2, 3.525, 4.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.02295, 0.763158) +V 2751: Pos(-11.2, 3.525, 4.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.893513, 0.19186) +V 2752: Pos(-11.2, 3.525, 4.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.870563, 0.19186) +V 2753: Pos(-10.799999, 3.525, 4.75) Norm(0.57735, 0.57735, 0.57735) UV(0.870563, 0.167381) +V 2754: Pos(-10.799999, 3.525, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.893513, 0.167381) +V 2755: Pos(-10.799999, 1.59, 4.375) Norm(0.57735, -0.57735, -0.57735) UV(0.726744, 0.0) +V 2756: Pos(-11.2, 1.59, 4.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.751224, 0.0) +V 2757: Pos(-11.2, 3.525, 4.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.751224, 0.118421) +V 2758: Pos(-10.799999, 3.525, 4.375) Norm(0.57735, 0.57735, -0.57735) UV(0.726744, 0.118421) +V 2759: Pos(-11.2, 1.59, 4.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.726744, 0.118421) +V 2760: Pos(-10.799999, 1.59, 4.75) Norm(0.57735, -0.57735, 0.57735) UV(0.751224, 0.118421) +V 2761: Pos(-10.799999, 3.525, 4.75) Norm(0.57735, 0.57735, 0.57735) UV(0.751224, 0.236842) +V 2762: Pos(-11.2, 3.525, 4.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.726744, 0.236842) +V 2763: Pos(-10.974999, 3.55, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.257038, 0.985618) +V 2764: Pos(-10.974999, 3.55, 5.525) Norm(0.57735, 0.57735, 0.57735) UV(0.257038, 0.930538) +V 2765: Pos(-10.974999, 3.5, 5.525) Norm(0.57735, -0.57735, 0.57735) UV(0.260098, 0.930538) +V 2766: Pos(-10.974999, 3.5, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.260098, 0.985618) +V 2767: Pos(-10.974999, 3.5, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.261628, 0.985618) +V 2768: Pos(-10.974999, 3.5, 5.525) Norm(0.57735, -0.57735, 0.57735) UV(0.261628, 0.930539) +V 2769: Pos(-11.025, 3.5, 5.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.264688, 0.930539) +V 2770: Pos(-11.025, 3.5, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.264688, 0.985618) +V 2771: Pos(-11.025, 3.5, 5.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.264688, 0.930538) +V 2772: Pos(-11.025, 3.55, 5.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.267748, 0.930538) +V 2773: Pos(-11.025, 3.55, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.267748, 0.985618) +V 2774: Pos(-11.025, 3.55, 5.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.267748, 0.930539) +V 2775: Pos(-10.974999, 3.55, 5.525) Norm(0.57735, 0.57735, 0.57735) UV(0.270808, 0.930539) +V 2776: Pos(-10.974999, 3.55, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.270808, 0.985618) +V 2777: Pos(-10.974999, 3.5, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.852203, 0.480722) +V 2778: Pos(-11.025, 3.5, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.852203, 0.477662) +V 2779: Pos(-11.025, 3.55, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.855263, 0.477662) +V 2780: Pos(-10.974999, 3.55, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.855263, 0.480722) +V 2781: Pos(-11.025, 3.5, 5.525) Norm(-0.57735, -0.57735, 0.57735) UV(0.852204, 0.525704) +V 2782: Pos(-10.974999, 3.5, 5.525) Norm(0.57735, -0.57735, 0.57735) UV(0.852204, 0.522644) +V 2783: Pos(-10.974999, 3.55, 5.525) Norm(0.57735, 0.57735, 0.57735) UV(0.855264, 0.522644) +V 2784: Pos(-11.025, 3.55, 5.525) Norm(-0.57735, 0.57735, 0.57735) UV(0.855264, 0.525704) +V 2785: Pos(-10.4, 3.525, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.117809, 0.881579) +V 2786: Pos(-10.4, 3.525, 4.875) Norm(0.57735, 0.57735, 0.57735) UV(0.094859, 0.881579) +V 2787: Pos(-10.4, 1.59, 4.875) Norm(0.577351, -0.57735, 0.57735) UV(0.094859, 0.763158) +V 2788: Pos(-10.4, 1.59, 4.5) Norm(0.577351, -0.57735, -0.57735) UV(0.117809, 0.763158) +V 2789: Pos(-10.4, 1.59, 4.5) Norm(0.577351, -0.57735, -0.57735) UV(0.605875, 0.930538) +V 2790: Pos(-10.4, 1.59, 4.875) Norm(0.577351, -0.57735, 0.57735) UV(0.582926, 0.930538) +V 2791: Pos(-10.799999, 1.59, 4.875) Norm(-0.57735, -0.577351, 0.57735) UV(0.582926, 0.906059) +V 2792: Pos(-10.799999, 1.59, 4.5) Norm(-0.57735, -0.577351, -0.57735) UV(0.605875, 0.906059) +V 2793: Pos(-10.799999, 1.59, 4.5) Norm(-0.57735, -0.577351, -0.57735) UV(0.04743, 0.881579) +V 2794: Pos(-10.799999, 1.59, 4.875) Norm(-0.57735, -0.577351, 0.57735) UV(0.02448, 0.881579) +V 2795: Pos(-10.799999, 3.525, 4.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.02448, 0.763158) +V 2796: Pos(-10.799999, 3.525, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.04743, 0.763158) +V 2797: Pos(-10.799999, 3.525, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.628825, 0.930538) +V 2798: Pos(-10.799999, 3.525, 4.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.605875, 0.930538) +V 2799: Pos(-10.4, 3.525, 4.875) Norm(0.57735, 0.57735, 0.57735) UV(0.605875, 0.906059) +V 2800: Pos(-10.4, 3.525, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.628825, 0.906059) +V 2801: Pos(-10.4, 1.59, 4.5) Norm(0.577351, -0.57735, -0.57735) UV(0.751224, 0.118421) +V 2802: Pos(-10.799999, 1.59, 4.5) Norm(-0.57735, -0.577351, -0.57735) UV(0.775704, 0.118421) +V 2803: Pos(-10.799999, 3.525, 4.5) Norm(-0.57735, 0.57735, -0.57735) UV(0.775704, 0.236842) +V 2804: Pos(-10.4, 3.525, 4.5) Norm(0.57735, 0.57735, -0.57735) UV(0.751224, 0.236842) +V 2805: Pos(-10.799999, 1.59, 4.875) Norm(-0.57735, -0.577351, 0.57735) UV(0.751224, 0.236842) +V 2806: Pos(-10.4, 1.59, 4.875) Norm(0.577351, -0.57735, 0.57735) UV(0.775704, 0.236842) +V 2807: Pos(-10.4, 3.525, 4.875) Norm(0.57735, 0.57735, 0.57735) UV(0.775704, 0.355263) +V 2808: Pos(-10.799999, 3.525, 4.875) Norm(-0.57735, 0.57735, 0.57735) UV(0.751224, 0.355263) +V 2809: Pos(-10.575, 3.55, 4.75) Norm(0.57735, 0.57735, -0.57735) UV(0.270808, 0.985618) +V 2810: Pos(-10.575, 3.55, 5.65) Norm(0.57735, 0.57735, 0.57735) UV(0.270808, 0.930538) +V 2811: Pos(-10.575, 3.5, 5.65) Norm(0.57735, -0.57735, 0.57735) UV(0.273868, 0.930538) +V 2812: Pos(-10.575, 3.5, 4.75) Norm(0.57735, -0.57735, -0.57735) UV(0.273868, 0.985618) +V 2813: Pos(-10.575, 3.5, 5.65) Norm(0.57735, -0.57735, 0.57735) UV(0.273868, 0.930539) +V 2814: Pos(-10.625, 3.5, 5.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.276928, 0.930539) +V 2815: Pos(-10.625, 3.5, 4.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.276928, 0.985618) +V 2816: Pos(-10.625, 3.5, 5.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.276928, 0.930538) +V 2817: Pos(-10.625, 3.55, 5.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.279988, 0.930538) +V 2818: Pos(-10.625, 3.55, 4.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.279988, 0.985618) +V 2819: Pos(-10.625, 3.55, 5.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.279988, 0.930539) +V 2820: Pos(-10.575, 3.55, 5.65) Norm(0.57735, 0.57735, 0.57735) UV(0.283048, 0.930539) +V 2821: Pos(-10.575, 3.55, 4.75) Norm(0.57735, 0.57735, -0.57735) UV(0.283048, 0.985618) +V 2822: Pos(-10.575, 3.5, 4.75) Norm(0.57735, -0.57735, -0.57735) UV(0.853733, 0.2194) +V 2823: Pos(-10.625, 3.5, 4.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.853733, 0.21634) +V 2824: Pos(-10.625, 3.55, 4.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.856793, 0.21634) +V 2825: Pos(-10.575, 3.55, 4.75) Norm(0.57735, 0.57735, -0.57735) UV(0.856793, 0.2194) +V 2826: Pos(-10.625, 3.5, 5.65) Norm(-0.57735, -0.57735, 0.57735) UV(0.853733, 0.4847) +V 2827: Pos(-10.575, 3.5, 5.65) Norm(0.57735, -0.57735, 0.57735) UV(0.853733, 0.48164) +V 2828: Pos(-10.575, 3.55, 5.65) Norm(0.57735, 0.57735, 0.57735) UV(0.856793, 0.48164) +V 2829: Pos(-10.625, 3.55, 5.65) Norm(-0.57735, 0.57735, 0.57735) UV(0.856793, 0.4847) +V 2830: Pos(-10.0, 3.525, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.145349, 0.881579) +V 2831: Pos(-10.0, 3.525, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.122399, 0.881579) +V 2832: Pos(-10.0, 1.59, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.122399, 0.763158) +V 2833: Pos(-10.0, 1.59, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.145349, 0.763158) +V 2834: Pos(-10.0, 1.59, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.651775, 0.930538) +V 2835: Pos(-10.0, 1.59, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.628825, 0.930538) +V 2836: Pos(-10.4, 1.59, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.628825, 0.906059) +V 2837: Pos(-10.4, 1.59, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.651775, 0.906059) +V 2838: Pos(-10.4, 1.59, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.169829, 0.881579) +V 2839: Pos(-10.4, 1.59, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.146879, 0.881579) +V 2840: Pos(-10.4, 3.525, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.146879, 0.763158) +V 2841: Pos(-10.4, 3.525, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.169829, 0.763158) +V 2842: Pos(-10.4, 3.525, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.674725, 0.930538) +V 2843: Pos(-10.4, 3.525, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.651775, 0.930538) +V 2844: Pos(-10.0, 3.525, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.651775, 0.906059) +V 2845: Pos(-10.0, 3.525, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.674725, 0.906059) +V 2846: Pos(-10.0, 1.59, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.800184, 0.0) +V 2847: Pos(-10.4, 1.59, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.824663, 0.0) +V 2848: Pos(-10.4, 3.525, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.824663, 0.118421) +V 2849: Pos(-10.0, 3.525, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.800184, 0.118421) +V 2850: Pos(-10.4, 1.59, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.800184, 0.118421) +V 2851: Pos(-10.0, 1.59, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.824664, 0.118421) +V 2852: Pos(-10.0, 3.525, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.824664, 0.236842) +V 2853: Pos(-10.4, 3.525, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.800184, 0.236842) +V 2854: Pos(-10.174999, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.284578, 0.985618) +V 2855: Pos(-10.174999, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.284578, 0.930538) +V 2856: Pos(-10.174999, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.287638, 0.930538) +V 2857: Pos(-10.174999, 3.5, 4.875) Norm(0.57735, -0.57735, -0.57735) UV(0.287638, 0.985618) +V 2858: Pos(-10.174999, 3.5, 4.875) Norm(0.57735, -0.57735, -0.57735) UV(0.934823, 0.173501) +V 2859: Pos(-10.174999, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.934823, 0.118421) +V 2860: Pos(-10.225, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.937883, 0.118421) +V 2861: Pos(-10.225, 3.5, 4.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.937883, 0.173501) +V 2862: Pos(-10.225, 3.5, 4.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.287638, 0.985618) +V 2863: Pos(-10.225, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.287638, 0.930538) +V 2864: Pos(-10.225, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.290698, 0.930538) +V 2865: Pos(-10.225, 3.55, 4.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.290698, 0.985618) +V 2866: Pos(-10.225, 3.55, 4.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.934823, 0.22858) +V 2867: Pos(-10.225, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.934823, 0.173501) +V 2868: Pos(-10.174999, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.937883, 0.173501) +V 2869: Pos(-10.174999, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.937883, 0.22858) +V 2870: Pos(-10.174999, 3.5, 4.875) Norm(0.57735, -0.57735, -0.57735) UV(0.809364, 0.525704) +V 2871: Pos(-10.225, 3.5, 4.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.809364, 0.522644) +V 2872: Pos(-10.225, 3.55, 4.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.812424, 0.522644) +V 2873: Pos(-10.174999, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.812424, 0.525704) +V 2874: Pos(-10.225, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.812424, 0.525704) +V 2875: Pos(-10.174999, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.812424, 0.522644) +V 2876: Pos(-10.174999, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.815484, 0.522644) +V 2877: Pos(-10.225, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.815484, 0.525704) +V 2878: Pos(-9.775, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.290698, 0.985618) +V 2879: Pos(-9.775, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.290698, 0.930538) +V 2880: Pos(-9.775, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.293758, 0.930538) +V 2881: Pos(-9.775, 3.5, 4.875) Norm(0.57735, -0.57735, -0.57735) UV(0.293758, 0.985618) +V 2882: Pos(-9.775, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.293758, 0.930539) +V 2883: Pos(-9.825, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.296818, 0.930539) +V 2884: Pos(-9.825, 3.5, 4.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.296818, 0.985618) +V 2885: Pos(-9.825, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.296818, 0.930538) +V 2886: Pos(-9.825, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.299878, 0.930538) +V 2887: Pos(-9.825, 3.55, 4.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.299878, 0.985618) +V 2888: Pos(-9.825, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.299878, 0.930539) +V 2889: Pos(-9.775, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.302938, 0.930539) +V 2890: Pos(-9.775, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.302938, 0.985618) +V 2891: Pos(-9.775, 3.5, 4.875) Norm(0.57735, -0.57735, -0.57735) UV(0.854149, 0.226438) +V 2892: Pos(-9.825, 3.5, 4.875) Norm(-0.57735, -0.57735, -0.57735) UV(0.854149, 0.223378) +V 2893: Pos(-9.825, 3.55, 4.875) Norm(-0.57735, 0.57735, -0.57735) UV(0.857209, 0.223378) +V 2894: Pos(-9.775, 3.55, 4.875) Norm(0.57735, 0.57735, -0.57735) UV(0.857209, 0.226438) +V 2895: Pos(-9.825, 3.5, 5.775) Norm(-0.57735, -0.57735, 0.57735) UV(0.854149, 0.223378) +V 2896: Pos(-9.775, 3.5, 5.775) Norm(0.57735, -0.57735, 0.57735) UV(0.854149, 0.220318) +V 2897: Pos(-9.775, 3.55, 5.775) Norm(0.57735, 0.57735, 0.57735) UV(0.857209, 0.220318) +V 2898: Pos(-9.825, 3.55, 5.775) Norm(-0.57735, 0.57735, 0.57735) UV(0.857209, 0.223378) +V 2899: Pos(-13.79575, 3.555, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.801714, 0.492044) +V 2900: Pos(-13.79575, 3.555, 4.675) Norm(0.57735, 0.57735, 0.57735) UV(0.798654, 0.492044) +V 2901: Pos(-13.79575, 3.495, 4.675) Norm(0.57735, -0.57735, 0.57735) UV(0.798654, 0.488372) +V 2902: Pos(-13.79575, 3.495, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.801714, 0.488372) +V 2903: Pos(-13.79575, 3.495, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.686965, 0.957068) +V 2904: Pos(-13.79575, 3.495, 4.675) Norm(0.57735, -0.57735, 0.57735) UV(0.683905, 0.957068) +V 2905: Pos(-14.22925, 3.495, 4.675) Norm(-0.57735, -0.57735, 0.57735) UV(0.683905, 0.930538) +V 2906: Pos(-14.22925, 3.495, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.686965, 0.930538) +V 2907: Pos(-14.22925, 3.495, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.801714, 0.495716) +V 2908: Pos(-14.22925, 3.495, 4.675) Norm(-0.57735, -0.57735, 0.57735) UV(0.798654, 0.495716) +V 2909: Pos(-14.22925, 3.555, 4.675) Norm(-0.57735, 0.57735, 0.57735) UV(0.798654, 0.492044) +V 2910: Pos(-14.22925, 3.555, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.801714, 0.492044) +V 2911: Pos(-14.22925, 3.555, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.690025, 0.957068) +V 2912: Pos(-14.22925, 3.555, 4.675) Norm(-0.57735, 0.57735, 0.57735) UV(0.686965, 0.957068) +V 2913: Pos(-13.79575, 3.555, 4.675) Norm(0.57735, 0.57735, 0.57735) UV(0.686965, 0.930538) +V 2914: Pos(-13.79575, 3.555, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.690025, 0.930538) +V 2915: Pos(-13.79575, 3.495, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.925031, 0.524694) +V 2916: Pos(-14.22925, 3.495, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.925031, 0.498164) +V 2917: Pos(-14.22925, 3.555, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.928703, 0.498164) +V 2918: Pos(-13.79575, 3.555, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.928703, 0.524694) +V 2919: Pos(-14.22925, 3.495, 4.675) Norm(-0.57735, -0.57735, 0.57735) UV(0.928703, 0.524694) +V 2920: Pos(-13.79575, 3.495, 4.675) Norm(0.57735, -0.57735, 0.57735) UV(0.928703, 0.498164) +V 2921: Pos(-13.79575, 3.555, 4.675) Norm(0.57735, 0.57735, 0.57735) UV(0.932375, 0.498164) +V 2922: Pos(-14.22925, 3.555, 4.675) Norm(-0.57735, 0.57735, 0.57735) UV(0.932375, 0.524694) +V 2923: Pos(-13.811457, 3.555, 4.672612) Norm(-0.723277, 0.577351, 0.378862) UV(0.824663, 0.22399) +V 2924: Pos(-13.796543, 3.555, 4.624888) Norm(-0.378862, 0.57735, -0.723278) UV(0.827584, 0.22399) +V 2925: Pos(-13.796543, 3.495, 4.624888) Norm(-0.378863, -0.577351, -0.723277) UV(0.827584, 0.227662) +V 2926: Pos(-13.811457, 3.495, 4.672612) Norm(-0.723277, -0.57735, 0.378864) UV(0.824663, 0.227662) +V 2927: Pos(-13.811457, 3.495, 4.672612) Norm(-0.723277, -0.57735, 0.378864) UV(0.440637, 0.981668) +V 2928: Pos(-13.796543, 3.495, 4.624888) Norm(-0.378863, -0.577351, -0.723277) UV(0.437577, 0.981668) +V 2929: Pos(-13.388544, 3.495, 4.752388) Norm(0.723278, -0.577351, -0.37886) UV(0.437577, 0.955508) +V 2930: Pos(-13.403458, 3.495, 4.800112) Norm(0.378862, -0.577349, 0.723279) UV(0.440637, 0.955508) +V 2931: Pos(-13.403458, 3.495, 4.800112) Norm(0.378862, -0.577349, 0.723279) UV(0.824663, 0.227662) +V 2932: Pos(-13.388544, 3.495, 4.752388) Norm(0.723278, -0.577351, -0.37886) UV(0.827584, 0.227662) +V 2933: Pos(-13.388544, 3.555, 4.752388) Norm(0.723277, 0.57735, -0.378862) UV(0.827584, 0.231334) +V 2934: Pos(-13.403458, 3.555, 4.800112) Norm(0.378862, 0.57735, 0.723278) UV(0.824663, 0.231334) +V 2935: Pos(-13.403458, 3.555, 4.800112) Norm(0.378862, 0.57735, 0.723278) UV(0.448899, 0.955508) +V 2936: Pos(-13.388544, 3.555, 4.752388) Norm(0.723277, 0.57735, -0.378862) UV(0.451959, 0.955508) +V 2937: Pos(-13.796543, 3.555, 4.624888) Norm(-0.378862, 0.57735, -0.723278) UV(0.451959, 0.981668) +V 2938: Pos(-13.811457, 3.555, 4.672612) Norm(-0.723277, 0.577351, 0.378862) UV(0.448899, 0.981668) +V 2939: Pos(-13.811457, 3.495, 4.672612) Norm(-0.723277, -0.57735, 0.378864) UV(0.596695, 0.955508) +V 2940: Pos(-13.403458, 3.495, 4.800112) Norm(0.378862, -0.577349, 0.723279) UV(0.596695, 0.930538) +V 2941: Pos(-13.403458, 3.555, 4.800112) Norm(0.378862, 0.57735, 0.723278) UV(0.600367, 0.930538) +V 2942: Pos(-13.811457, 3.555, 4.672612) Norm(-0.723277, 0.577351, 0.378862) UV(0.600367, 0.955508) +V 2943: Pos(-13.388544, 3.495, 4.752388) Norm(0.723278, -0.577351, -0.37886) UV(0.600367, 0.955508) +V 2944: Pos(-13.796543, 3.495, 4.624888) Norm(-0.378863, -0.577351, -0.723277) UV(0.600367, 0.930538) +V 2945: Pos(-13.796543, 3.555, 4.624888) Norm(-0.378862, 0.57735, -0.723278) UV(0.604039, 0.930538) +V 2946: Pos(-13.388544, 3.555, 4.752388) Norm(0.723277, 0.57735, -0.378862) UV(0.604039, 0.955508) +V 2947: Pos(-13.411457, 3.555, 4.797612) Norm(-0.723278, 0.57735, 0.378862) UV(0.824663, 0.231334) +V 2948: Pos(-13.396544, 3.555, 4.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.827584, 0.231334) +V 2949: Pos(-13.396544, 3.495, 4.749888) Norm(-0.378863, -0.577351, -0.723276) UV(0.827584, 0.235006) +V 2950: Pos(-13.411457, 3.495, 4.797612) Norm(-0.723277, -0.57735, 0.378864) UV(0.824663, 0.235006) +V 2951: Pos(-13.411457, 3.495, 4.797612) Norm(-0.723277, -0.57735, 0.378864) UV(0.960526, 0.524324) +V 2952: Pos(-13.396544, 3.495, 4.749888) Norm(-0.378863, -0.577351, -0.723276) UV(0.957466, 0.524324) +V 2953: Pos(-12.988543, 3.495, 4.877388) Norm(0.723278, -0.577351, -0.37886) UV(0.957466, 0.498164) +V 2954: Pos(-13.003456, 3.495, 4.925112) Norm(0.378861, -0.577349, 0.723279) UV(0.960526, 0.498164) +V 2955: Pos(-13.003456, 3.495, 4.925112) Norm(0.378861, -0.577349, 0.723279) UV(0.825358, 0.4847) +V 2956: Pos(-12.988543, 3.495, 4.877388) Norm(0.723278, -0.577351, -0.37886) UV(0.828278, 0.4847) +V 2957: Pos(-12.988543, 3.555, 4.877388) Norm(0.723277, 0.57735, -0.378862) UV(0.828278, 0.488372) +V 2958: Pos(-13.003456, 3.555, 4.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.825358, 0.488372) +V 2959: Pos(-13.003456, 3.555, 4.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.746635, 0.936658) +V 2960: Pos(-12.988543, 3.555, 4.877388) Norm(0.723277, 0.57735, -0.378862) UV(0.749695, 0.936658) +V 2961: Pos(-13.396544, 3.555, 4.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.749695, 0.962819) +V 2962: Pos(-13.411457, 3.555, 4.797612) Norm(-0.723278, 0.57735, 0.378862) UV(0.746635, 0.962819) +V 2963: Pos(-13.411457, 3.495, 4.797612) Norm(-0.723277, -0.57735, 0.378864) UV(0.459915, 0.955508) +V 2964: Pos(-13.003456, 3.495, 4.925112) Norm(0.378861, -0.577349, 0.723279) UV(0.459915, 0.930538) +V 2965: Pos(-13.003456, 3.555, 4.925112) Norm(0.378862, 0.57735, 0.723277) UV(0.463587, 0.930538) +V 2966: Pos(-13.411457, 3.555, 4.797612) Norm(-0.723278, 0.57735, 0.378862) UV(0.463587, 0.955508) +V 2967: Pos(-12.988543, 3.495, 4.877388) Norm(0.723278, -0.577351, -0.37886) UV(0.463587, 0.955508) +V 2968: Pos(-13.396544, 3.495, 4.749888) Norm(-0.378863, -0.577351, -0.723276) UV(0.463587, 0.930538) +V 2969: Pos(-13.396544, 3.555, 4.749888) Norm(-0.378862, 0.57735, -0.723278) UV(0.467259, 0.930538) +V 2970: Pos(-12.988543, 3.555, 4.877388) Norm(0.723277, 0.57735, -0.378862) UV(0.467259, 0.955508) +V 2971: Pos(-13.011457, 3.555, 4.922612) Norm(-0.723277, 0.57735, 0.378862) UV(0.825358, 0.492044) +V 2972: Pos(-12.996544, 3.555, 4.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.828278, 0.492044) +V 2973: Pos(-12.996544, 3.495, 4.874888) Norm(-0.378863, -0.577351, -0.723276) UV(0.828278, 0.495716) +V 2974: Pos(-13.011457, 3.495, 4.922612) Norm(-0.723277, -0.57735, 0.378864) UV(0.825358, 0.495716) +V 2975: Pos(-13.011457, 3.495, 4.922612) Norm(-0.723277, -0.57735, 0.378864) UV(0.977664, 0.962819) +V 2976: Pos(-12.996544, 3.495, 4.874888) Norm(-0.378863, -0.577351, -0.723276) UV(0.974604, 0.962819) +V 2977: Pos(-12.588543, 3.495, 5.002388) Norm(0.723278, -0.577351, -0.37886) UV(0.974604, 0.936658) +V 2978: Pos(-12.603456, 3.495, 5.050112) Norm(0.378861, -0.577349, 0.723279) UV(0.977664, 0.936658) +V 2979: Pos(-12.603456, 3.495, 5.050112) Norm(0.378861, -0.577349, 0.723279) UV(0.825497, 0.488372) +V 2980: Pos(-12.588543, 3.495, 5.002388) Norm(0.723278, -0.577351, -0.37886) UV(0.828418, 0.488372) +V 2981: Pos(-12.588543, 3.555, 5.002388) Norm(0.723277, 0.57735, -0.378862) UV(0.828418, 0.492044) +V 2982: Pos(-12.603456, 3.555, 5.050112) Norm(0.378862, 0.57735, 0.723277) UV(0.825497, 0.492044) +V 2983: Pos(-12.603456, 3.555, 5.050112) Norm(0.378862, 0.57735, 0.723277) UV(0.975826, 0.498164) +V 2984: Pos(-12.588543, 3.555, 5.002388) Norm(0.723277, 0.57735, -0.378862) UV(0.978886, 0.498164) +V 2985: Pos(-12.996544, 3.555, 4.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.978886, 0.524324) +V 2986: Pos(-13.011457, 3.555, 4.922612) Norm(-0.723277, 0.57735, 0.378862) UV(0.975826, 0.524324) +V 2987: Pos(-13.011457, 3.495, 4.922612) Norm(-0.723277, -0.57735, 0.378864) UV(0.468176, 0.955508) +V 2988: Pos(-12.603456, 3.495, 5.050112) Norm(0.378861, -0.577349, 0.723279) UV(0.468176, 0.930538) +V 2989: Pos(-12.603456, 3.555, 5.050112) Norm(0.378862, 0.57735, 0.723277) UV(0.471848, 0.930538) +V 2990: Pos(-13.011457, 3.555, 4.922612) Norm(-0.723277, 0.57735, 0.378862) UV(0.471848, 0.955508) +V 2991: Pos(-12.588543, 3.495, 5.002388) Norm(0.723278, -0.577351, -0.37886) UV(0.471848, 0.955508) +V 2992: Pos(-12.996544, 3.495, 4.874888) Norm(-0.378863, -0.577351, -0.723276) UV(0.471848, 0.930538) +V 2993: Pos(-12.996544, 3.555, 4.874888) Norm(-0.378862, 0.57735, -0.723278) UV(0.47552, 0.930538) +V 2994: Pos(-12.588543, 3.555, 5.002388) Norm(0.723277, 0.57735, -0.378862) UV(0.47552, 0.955508) +V 2995: Pos(-12.611456, 3.555, 5.047612) Norm(-0.723277, 0.577351, 0.378862) UV(0.827584, 0.220318) +V 2996: Pos(-12.596542, 3.555, 4.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.830505, 0.220318) +V 2997: Pos(-12.596542, 3.495, 4.999888) Norm(-0.378863, -0.577351, -0.723277) UV(0.830505, 0.22399) +V 2998: Pos(-12.611456, 3.495, 5.047612) Norm(-0.723277, -0.57735, 0.378864) UV(0.827584, 0.22399) +V 2999: Pos(-12.611456, 3.495, 5.047612) Norm(-0.723277, -0.57735, 0.378864) UV(0.455019, 0.981668) +V 3000: Pos(-12.596542, 3.495, 4.999888) Norm(-0.378863, -0.577351, -0.723277) UV(0.451959, 0.981668) +V 3001: Pos(-12.188543, 3.495, 5.127388) Norm(0.723278, -0.577351, -0.37886) UV(0.451959, 0.955508) +V 3002: Pos(-12.203457, 3.495, 5.175112) Norm(0.378862, -0.577349, 0.723279) UV(0.455019, 0.955508) +V 3003: Pos(-12.203457, 3.495, 5.175112) Norm(0.378862, -0.577349, 0.723279) UV(0.827584, 0.22399) +V 3004: Pos(-12.188543, 3.495, 5.127388) Norm(0.723278, -0.577351, -0.37886) UV(0.830505, 0.22399) +V 3005: Pos(-12.188543, 3.555, 5.127388) Norm(0.723277, 0.57735, -0.378862) UV(0.830505, 0.227662) +V 3006: Pos(-12.203457, 3.555, 5.175112) Norm(0.378862, 0.57735, 0.723278) UV(0.827584, 0.227662) +V 3007: Pos(-12.203457, 3.555, 5.175112) Norm(0.378862, 0.57735, 0.723278) UV(0.456243, 0.955508) +V 3008: Pos(-12.188543, 3.555, 5.127388) Norm(0.723277, 0.57735, -0.378862) UV(0.459302, 0.955508) +V 3009: Pos(-12.596542, 3.555, 4.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.459302, 0.981668) +V 3010: Pos(-12.611456, 3.555, 5.047612) Norm(-0.723277, 0.577351, 0.378862) UV(0.456243, 0.981668) +V 3011: Pos(-12.611456, 3.495, 5.047612) Norm(-0.723277, -0.57735, 0.378864) UV(0.604039, 0.955508) +V 3012: Pos(-12.203457, 3.495, 5.175112) Norm(0.378862, -0.577349, 0.723279) UV(0.604039, 0.930538) +V 3013: Pos(-12.203457, 3.555, 5.175112) Norm(0.378862, 0.57735, 0.723278) UV(0.607711, 0.930538) +V 3014: Pos(-12.611456, 3.555, 5.047612) Norm(-0.723277, 0.577351, 0.378862) UV(0.607711, 0.955508) +V 3015: Pos(-12.188543, 3.495, 5.127388) Norm(0.723278, -0.577351, -0.37886) UV(0.607711, 0.955508) +V 3016: Pos(-12.596542, 3.495, 4.999888) Norm(-0.378863, -0.577351, -0.723277) UV(0.607711, 0.930538) +V 3017: Pos(-12.596542, 3.555, 4.999888) Norm(-0.378862, 0.57735, -0.723278) UV(0.611383, 0.930538) +V 3018: Pos(-12.188543, 3.555, 5.127388) Norm(0.723277, 0.57735, -0.378862) UV(0.611383, 0.955508) +V 3019: Pos(-12.211456, 3.555, 5.172612) Norm(-0.723277, 0.577349, 0.378864) UV(0.827584, 0.227662) +V 3020: Pos(-12.196543, 3.555, 5.124888) Norm(-0.378863, 0.577351, -0.723276) UV(0.830505, 0.227662) +V 3021: Pos(-12.196543, 3.495, 5.124888) Norm(-0.378862, -0.577351, -0.723276) UV(0.830505, 0.231334) +V 3022: Pos(-12.211456, 3.495, 5.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.827584, 0.231334) +V 3023: Pos(-12.211456, 3.495, 5.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.755815, 0.962819) +V 3024: Pos(-12.196543, 3.495, 5.124888) Norm(-0.378862, -0.577351, -0.723276) UV(0.752755, 0.962819) +V 3025: Pos(-11.788543, 3.495, 5.252388) Norm(0.723282, -0.577349, -0.378854) UV(0.752755, 0.936658) +V 3026: Pos(-11.803457, 3.495, 5.300112) Norm(0.378854, -0.57735, 0.723282) UV(0.755815, 0.936659) +V 3027: Pos(-11.803457, 3.495, 5.300112) Norm(0.378854, -0.57735, 0.723282) UV(0.827584, 0.231334) +V 3028: Pos(-11.788543, 3.495, 5.252388) Norm(0.723282, -0.577349, -0.378854) UV(0.830505, 0.231334) +V 3029: Pos(-11.788543, 3.555, 5.252388) Norm(0.723282, 0.57735, -0.378853) UV(0.830505, 0.235006) +V 3030: Pos(-11.803457, 3.555, 5.300112) Norm(0.378854, 0.57735, 0.723282) UV(0.827584, 0.235006) +V 3031: Pos(-11.803457, 3.555, 5.300112) Norm(0.378854, 0.57735, 0.723282) UV(0.749695, 0.936658) +V 3032: Pos(-11.788543, 3.555, 5.252388) Norm(0.723282, 0.57735, -0.378853) UV(0.752755, 0.936658) +V 3033: Pos(-12.196543, 3.555, 5.124888) Norm(-0.378863, 0.577351, -0.723276) UV(0.752755, 0.962819) +V 3034: Pos(-12.211456, 3.555, 5.172612) Norm(-0.723277, 0.577349, 0.378864) UV(0.749695, 0.962819) +V 3035: Pos(-12.211456, 3.495, 5.172612) Norm(-0.723277, -0.57735, 0.378863) UV(0.615055, 0.930538) +V 3036: Pos(-11.803457, 3.495, 5.300112) Norm(0.378854, -0.57735, 0.723282) UV(0.615055, 0.955508) +V 3037: Pos(-11.803457, 3.555, 5.300112) Norm(0.378854, 0.57735, 0.723282) UV(0.611383, 0.955508) +V 3038: Pos(-12.211456, 3.555, 5.172612) Norm(-0.723277, 0.577349, 0.378864) UV(0.611383, 0.930538) +V 3039: Pos(-11.788543, 3.495, 5.252388) Norm(0.723282, -0.577349, -0.378854) UV(0.537026, 0.955508) +V 3040: Pos(-12.196543, 3.495, 5.124888) Norm(-0.378862, -0.577351, -0.723276) UV(0.537026, 0.930538) +V 3041: Pos(-12.196543, 3.555, 5.124888) Norm(-0.378863, 0.577351, -0.723276) UV(0.540698, 0.930538) +V 3042: Pos(-11.788543, 3.555, 5.252388) Norm(0.723282, 0.57735, -0.378853) UV(0.540698, 0.955508) +V 3043: Pos(-11.811457, 3.555, 5.297612) Norm(-0.723277, 0.57735, 0.378862) UV(0.828278, 0.4847) +V 3044: Pos(-11.796543, 3.555, 5.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.831199, 0.4847) +V 3045: Pos(-11.796543, 3.495, 5.249888) Norm(-0.378863, -0.577351, -0.723276) UV(0.831199, 0.488372) +V 3046: Pos(-11.811457, 3.495, 5.297612) Norm(-0.723277, -0.57735, 0.378864) UV(0.828278, 0.488372) +V 3047: Pos(-11.811457, 3.495, 5.297612) Norm(-0.723277, -0.57735, 0.378864) UV(0.925644, 0.962819) +V 3048: Pos(-11.796543, 3.495, 5.249888) Norm(-0.378863, -0.577351, -0.723276) UV(0.922584, 0.962819) +V 3049: Pos(-11.388543, 3.495, 5.377388) Norm(0.723278, -0.577351, -0.37886) UV(0.922584, 0.936658) +V 3050: Pos(-11.403457, 3.495, 5.425112) Norm(0.378861, -0.577349, 0.723279) UV(0.925644, 0.936658) +V 3051: Pos(-11.403457, 3.495, 5.425112) Norm(0.378861, -0.577349, 0.723279) UV(0.828278, 0.492044) +V 3052: Pos(-11.388543, 3.495, 5.377388) Norm(0.723278, -0.577351, -0.37886) UV(0.831199, 0.492044) +V 3053: Pos(-11.388543, 3.555, 5.377388) Norm(0.723277, 0.57735, -0.378862) UV(0.831199, 0.495716) +V 3054: Pos(-11.403457, 3.555, 5.425112) Norm(0.378862, 0.57735, 0.723277) UV(0.828278, 0.495716) +V 3055: Pos(-11.403457, 3.555, 5.425112) Norm(0.378862, 0.57735, 0.723277) UV(0.925644, 0.936658) +V 3056: Pos(-11.388543, 3.555, 5.377388) Norm(0.723277, 0.57735, -0.378862) UV(0.928704, 0.936658) +V 3057: Pos(-11.796543, 3.555, 5.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.928704, 0.962819) +V 3058: Pos(-11.811457, 3.555, 5.297612) Norm(-0.723277, 0.57735, 0.378862) UV(0.925644, 0.962819) +V 3059: Pos(-11.811457, 3.495, 5.297612) Norm(-0.723277, -0.57735, 0.378864) UV(0.540698, 0.955508) +V 3060: Pos(-11.403457, 3.495, 5.425112) Norm(0.378861, -0.577349, 0.723279) UV(0.540698, 0.930538) +V 3061: Pos(-11.403457, 3.555, 5.425112) Norm(0.378862, 0.57735, 0.723277) UV(0.54437, 0.930538) +V 3062: Pos(-11.811457, 3.555, 5.297612) Norm(-0.723277, 0.57735, 0.378862) UV(0.54437, 0.955508) +V 3063: Pos(-11.388543, 3.495, 5.377388) Norm(0.723278, -0.577351, -0.37886) UV(0.54437, 0.955508) +V 3064: Pos(-11.796543, 3.495, 5.249888) Norm(-0.378863, -0.577351, -0.723276) UV(0.54437, 0.930538) +V 3065: Pos(-11.796543, 3.555, 5.249888) Norm(-0.378862, 0.57735, -0.723278) UV(0.548042, 0.930538) +V 3066: Pos(-11.388543, 3.555, 5.377388) Norm(0.723277, 0.57735, -0.378862) UV(0.548042, 0.955508) +V 3067: Pos(-11.411457, 3.555, 5.422612) Norm(-0.723277, 0.57735, 0.378862) UV(0.828418, 0.488372) +V 3068: Pos(-11.396544, 3.555, 5.374888) Norm(-0.378862, 0.57735, -0.723277) UV(0.831338, 0.488372) +V 3069: Pos(-11.396544, 3.495, 5.374888) Norm(-0.378863, -0.577351, -0.723276) UV(0.831338, 0.492044) +V 3070: Pos(-11.411457, 3.495, 5.422612) Norm(-0.723277, -0.57735, 0.378864) UV(0.828418, 0.492044) +V 3071: Pos(-11.411457, 3.495, 5.422612) Norm(-0.723277, -0.57735, 0.378864) UV(0.956244, 0.962819) +V 3072: Pos(-11.396544, 3.495, 5.374888) Norm(-0.378863, -0.577351, -0.723276) UV(0.953184, 0.962819) +V 3073: Pos(-10.988543, 3.495, 5.502388) Norm(0.723278, -0.577351, -0.37886) UV(0.953184, 0.936658) +V 3074: Pos(-11.003456, 3.495, 5.550112) Norm(0.378861, -0.577349, 0.723279) UV(0.956244, 0.936658) +V 3075: Pos(-11.003456, 3.495, 5.550112) Norm(0.378861, -0.577349, 0.723279) UV(0.830505, 0.220318) +V 3076: Pos(-10.988543, 3.495, 5.502388) Norm(0.723278, -0.577351, -0.37886) UV(0.833426, 0.220318) +V 3077: Pos(-10.988543, 3.555, 5.502388) Norm(0.723277, 0.57735, -0.378862) UV(0.833426, 0.22399) +V 3078: Pos(-11.003456, 3.555, 5.550112) Norm(0.378862, 0.57735, 0.723277) UV(0.830505, 0.22399) +V 3079: Pos(-11.003456, 3.555, 5.550112) Norm(0.378862, 0.57735, 0.723277) UV(0.956244, 0.936658) +V 3080: Pos(-10.988543, 3.555, 5.502388) Norm(0.723277, 0.57735, -0.378862) UV(0.959304, 0.936658) +V 3081: Pos(-11.396544, 3.555, 5.374888) Norm(-0.378862, 0.57735, -0.723277) UV(0.959304, 0.962819) +V 3082: Pos(-11.411457, 3.555, 5.422612) Norm(-0.723277, 0.57735, 0.378862) UV(0.956244, 0.962819) +V 3083: Pos(-11.411457, 3.495, 5.422612) Norm(-0.723277, -0.57735, 0.378864) UV(0.406671, 0.955508) +V 3084: Pos(-11.003456, 3.495, 5.550112) Norm(0.378861, -0.577349, 0.723279) UV(0.406671, 0.930538) +V 3085: Pos(-11.003456, 3.555, 5.550112) Norm(0.378862, 0.57735, 0.723277) UV(0.410343, 0.930538) +V 3086: Pos(-11.411457, 3.555, 5.422612) Norm(-0.723277, 0.57735, 0.378862) UV(0.410343, 0.955508) +V 3087: Pos(-10.988543, 3.495, 5.502388) Norm(0.723278, -0.577351, -0.37886) UV(0.410343, 0.955508) +V 3088: Pos(-11.396544, 3.495, 5.374888) Norm(-0.378863, -0.577351, -0.723276) UV(0.410343, 0.930538) +V 3089: Pos(-11.396544, 3.555, 5.374888) Norm(-0.378862, 0.57735, -0.723277) UV(0.414015, 0.930538) +V 3090: Pos(-10.988543, 3.555, 5.502388) Norm(0.723277, 0.57735, -0.378862) UV(0.414015, 0.955508) +V 3091: Pos(-11.011456, 3.555, 5.547612) Norm(-0.723277, 0.57735, 0.378862) UV(0.830505, 0.22399) +V 3092: Pos(-10.996543, 3.555, 5.499888) Norm(-0.378862, 0.57735, -0.723278) UV(0.833426, 0.22399) +V 3093: Pos(-10.996543, 3.495, 5.499888) Norm(-0.378863, -0.577351, -0.723276) UV(0.833426, 0.227662) +V 3094: Pos(-11.011456, 3.495, 5.547612) Norm(-0.723277, -0.57735, 0.378864) UV(0.830505, 0.227662) +V 3095: Pos(-11.011456, 3.495, 5.547612) Norm(-0.723277, -0.57735, 0.378864) UV(0.931764, 0.962819) +V 3096: Pos(-10.996543, 3.495, 5.499888) Norm(-0.378863, -0.577351, -0.723276) UV(0.928704, 0.962819) +V 3097: Pos(-10.588543, 3.495, 5.627388) Norm(0.723278, -0.577351, -0.37886) UV(0.928704, 0.936658) +V 3098: Pos(-10.603456, 3.495, 5.675112) Norm(0.378861, -0.577349, 0.723279) UV(0.931764, 0.936658) +V 3099: Pos(-10.603456, 3.495, 5.675112) Norm(0.378861, -0.577349, 0.723279) UV(0.830505, 0.227662) +V 3100: Pos(-10.588543, 3.495, 5.627388) Norm(0.723278, -0.577351, -0.37886) UV(0.833426, 0.227662) +V 3101: Pos(-10.588543, 3.555, 5.627388) Norm(0.723277, 0.57735, -0.378862) UV(0.833426, 0.231334) +V 3102: Pos(-10.603456, 3.555, 5.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.830505, 0.231334) +V 3103: Pos(-10.603456, 3.555, 5.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.931764, 0.936658) +V 3104: Pos(-10.588543, 3.555, 5.627388) Norm(0.723277, 0.57735, -0.378862) UV(0.934824, 0.936658) +V 3105: Pos(-10.996543, 3.555, 5.499888) Norm(-0.378862, 0.57735, -0.723278) UV(0.934824, 0.962819) +V 3106: Pos(-11.011456, 3.555, 5.547612) Norm(-0.723277, 0.57735, 0.378862) UV(0.931764, 0.962819) +V 3107: Pos(-11.011456, 3.495, 5.547612) Norm(-0.723277, -0.57735, 0.378864) UV(0.548042, 0.955508) +V 3108: Pos(-10.603456, 3.495, 5.675112) Norm(0.378861, -0.577349, 0.723279) UV(0.548042, 0.930538) +V 3109: Pos(-10.603456, 3.555, 5.675112) Norm(0.378862, 0.57735, 0.723277) UV(0.551714, 0.930538) +V 3110: Pos(-11.011456, 3.555, 5.547612) Norm(-0.723277, 0.57735, 0.378862) UV(0.551714, 0.955508) +V 3111: Pos(-10.588543, 3.495, 5.627388) Norm(0.723278, -0.577351, -0.37886) UV(0.551714, 0.955508) +V 3112: Pos(-10.996543, 3.495, 5.499888) Norm(-0.378863, -0.577351, -0.723276) UV(0.551714, 0.930539) +V 3113: Pos(-10.996543, 3.555, 5.499888) Norm(-0.378862, 0.57735, -0.723278) UV(0.555386, 0.930539) +V 3114: Pos(-10.588543, 3.555, 5.627388) Norm(0.723277, 0.57735, -0.378862) UV(0.555386, 0.955508) +V 3115: Pos(-10.611457, 3.555, 5.672612) Norm(-0.723282, 0.57735, 0.378854) UV(0.830505, 0.231334) +V 3116: Pos(-10.596542, 3.555, 5.624888) Norm(-0.378854, 0.57735, -0.723281) UV(0.833426, 0.231334) +V 3117: Pos(-10.596542, 3.495, 5.624888) Norm(-0.378855, -0.577352, -0.723279) UV(0.833426, 0.235006) +V 3118: Pos(-10.611457, 3.495, 5.672612) Norm(-0.723281, -0.577349, 0.378858) UV(0.830505, 0.235006) +V 3119: Pos(-10.611457, 3.495, 5.672612) Norm(-0.723281, -0.577349, 0.378858) UV(0.462363, 0.981668) +V 3120: Pos(-10.596542, 3.495, 5.624888) Norm(-0.378855, -0.577352, -0.723279) UV(0.459303, 0.981668) +V 3121: Pos(-10.188543, 3.495, 5.752388) Norm(0.723278, -0.577351, -0.378859) UV(0.459303, 0.955508) +V 3122: Pos(-10.203457, 3.495, 5.800112) Norm(0.378861, -0.577349, 0.723279) UV(0.462363, 0.955508) +V 3123: Pos(-10.203457, 3.495, 5.800112) Norm(0.378861, -0.577349, 0.723279) UV(0.831199, 0.4847) +V 3124: Pos(-10.188543, 3.495, 5.752388) Norm(0.723278, -0.577351, -0.378859) UV(0.83412, 0.4847) +V 3125: Pos(-10.188543, 3.555, 5.752388) Norm(0.723277, 0.57735, -0.378863) UV(0.83412, 0.488372) +V 3126: Pos(-10.203457, 3.555, 5.800112) Norm(0.378863, 0.577351, 0.723277) UV(0.831199, 0.488372) +V 3127: Pos(-10.203457, 3.555, 5.800112) Norm(0.378863, 0.577351, 0.723277) UV(0.463587, 0.955508) +V 3128: Pos(-10.188543, 3.555, 5.752388) Norm(0.723277, 0.57735, -0.378863) UV(0.466646, 0.955508) +V 3129: Pos(-10.596542, 3.555, 5.624888) Norm(-0.378854, 0.57735, -0.723281) UV(0.466646, 0.981668) +V 3130: Pos(-10.611457, 3.555, 5.672612) Norm(-0.723282, 0.57735, 0.378854) UV(0.463586, 0.981668) +V 3131: Pos(-10.611457, 3.495, 5.672612) Norm(-0.723281, -0.577349, 0.378858) UV(0.555386, 0.955508) +V 3132: Pos(-10.203457, 3.495, 5.800112) Norm(0.378861, -0.577349, 0.723279) UV(0.555386, 0.930538) +V 3133: Pos(-10.203457, 3.555, 5.800112) Norm(0.378863, 0.577351, 0.723277) UV(0.559058, 0.930538) +V 3134: Pos(-10.611457, 3.555, 5.672612) Norm(-0.723282, 0.57735, 0.378854) UV(0.559058, 0.955508) +V 3135: Pos(-10.188543, 3.495, 5.752388) Norm(0.723278, -0.577351, -0.378859) UV(0.615055, 0.955508) +V 3136: Pos(-10.596542, 3.495, 5.624888) Norm(-0.378855, -0.577352, -0.723279) UV(0.615055, 0.930538) +V 3137: Pos(-10.596542, 3.555, 5.624888) Norm(-0.378854, 0.57735, -0.723281) UV(0.618727, 0.930538) +V 3138: Pos(-10.188543, 3.555, 5.752388) Norm(0.723277, 0.57735, -0.378863) UV(0.618727, 0.955508) +V 3139: Pos(-9.77075, 3.555, 5.75) Norm(0.57735, 0.57735, -0.57735) UV(0.804774, 0.488372) +V 3140: Pos(-9.77075, 3.555, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.801714, 0.488372) +V 3141: Pos(-9.77075, 3.495, 5.8) Norm(0.57735, -0.57735, 0.57735) UV(0.801714, 0.4847) +V 3142: Pos(-9.77075, 3.495, 5.75) Norm(0.57735, -0.57735, -0.57735) UV(0.804774, 0.4847) +V 3143: Pos(-9.77075, 3.495, 5.75) Norm(0.57735, -0.57735, -0.57735) UV(0.693085, 0.957068) +V 3144: Pos(-9.77075, 3.495, 5.8) Norm(0.57735, -0.57735, 0.57735) UV(0.690025, 0.957068) +V 3145: Pos(-10.20425, 3.495, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.690025, 0.930538) +V 3146: Pos(-10.20425, 3.495, 5.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.693085, 0.930538) +V 3147: Pos(-10.20425, 3.495, 5.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.804774, 0.492044) +V 3148: Pos(-10.20425, 3.495, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.801714, 0.492044) +V 3149: Pos(-10.20425, 3.555, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.801714, 0.488372) +V 3150: Pos(-10.20425, 3.555, 5.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.804774, 0.488372) +V 3151: Pos(-10.20425, 3.555, 5.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.696145, 0.957068) +V 3152: Pos(-10.20425, 3.555, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.693085, 0.957068) +V 3153: Pos(-9.77075, 3.555, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.693085, 0.930538) +V 3154: Pos(-9.77075, 3.555, 5.75) Norm(0.57735, 0.57735, -0.57735) UV(0.696145, 0.930538) +V 3155: Pos(-9.77075, 3.495, 5.75) Norm(0.57735, -0.57735, -0.57735) UV(0.947062, 0.524694) +V 3156: Pos(-10.20425, 3.495, 5.75) Norm(-0.57735, -0.57735, -0.57735) UV(0.947062, 0.498164) +V 3157: Pos(-10.20425, 3.555, 5.75) Norm(-0.57735, 0.57735, -0.57735) UV(0.950734, 0.498164) +V 3158: Pos(-9.77075, 3.555, 5.75) Norm(0.57735, 0.57735, -0.57735) UV(0.950734, 0.524694) +V 3159: Pos(-10.20425, 3.495, 5.8) Norm(-0.57735, -0.57735, 0.57735) UV(0.950734, 0.524694) +V 3160: Pos(-9.77075, 3.495, 5.8) Norm(0.57735, -0.57735, 0.57735) UV(0.950734, 0.498164) +V 3161: Pos(-9.77075, 3.555, 5.8) Norm(0.57735, 0.57735, 0.57735) UV(0.954406, 0.498164) +V 3162: Pos(-10.20425, 3.555, 5.8) Norm(-0.57735, 0.57735, 0.57735) UV(0.954406, 0.524694) +V 3163: Pos(-8.0, 5.9, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.657895, 0.263158) +V 3164: Pos(-8.0, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.634945, 0.263158) +V 3165: Pos(-8.0, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.634945, -0.0) +V 3166: Pos(-8.0, 1.6, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.657895, -0.0) +V 3167: Pos(-8.0, 1.6, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(0.823134, 0.48164) +V 3168: Pos(-8.0, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.800184, 0.48164) +V 3169: Pos(-10.0, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.800184, 0.359241) +V 3170: Pos(-10.0, 1.6, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.823134, 0.359241) +V 3171: Pos(-10.0, 1.6, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.634945, 0.263158) +V 3172: Pos(-10.0, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.611995, 0.263158) +V 3173: Pos(-10.0, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.611995, 0.0) +V 3174: Pos(-10.0, 5.9, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.634945, 0.0) +V 3175: Pos(-10.0, 5.9, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.823134, 0.359241) +V 3176: Pos(-10.0, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.800184, 0.359241) +V 3177: Pos(-8.0, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.800184, 0.236842) +V 3178: Pos(-8.0, 5.9, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.823134, 0.236842) +V 3179: Pos(-8.0, 1.6, 4.625) Norm(0.57735, -0.57735, -0.57735) UV(-0.0, 0.263158) +V 3180: Pos(-10.0, 1.6, 4.625) Norm(-0.57735, -0.57735, -0.57735) UV(0.122399, 0.263158) +V 3181: Pos(-10.0, 5.9, 4.625) Norm(-0.57735, 0.57735, -0.57735) UV(0.122399, 0.526316) +V 3182: Pos(-8.0, 5.9, 4.625) Norm(0.57735, 0.57735, -0.57735) UV(0.0, 0.526316) +V 3183: Pos(-10.0, 1.6, 5.0) Norm(-0.57735, -0.57735, 0.57735) UV(0.122399, 0.263158) +V 3184: Pos(-8.0, 1.6, 5.0) Norm(0.57735, -0.57735, 0.57735) UV(0.244798, 0.263158) +V 3185: Pos(-8.0, 5.9, 5.0) Norm(0.57735, 0.57735, 0.57735) UV(0.244798, 0.526316) +V 3186: Pos(-10.0, 5.9, 5.0) Norm(-0.57735, 0.57735, 0.57735) UV(0.122399, 0.526316) +V 3187: Pos(-14.0, 5.9, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.703794, 0.526316) +V 3188: Pos(-14.0, 5.9, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.680845, 0.526316) +V 3189: Pos(-14.0, 1.599999, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.680845, 0.263158) +V 3190: Pos(-14.0, 1.599999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.703794, 0.263158) +V 3191: Pos(-14.0, 1.599999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.846083, 0.359241) +V 3192: Pos(-14.0, 1.599999, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.823134, 0.359241) +V 3193: Pos(-16.0, 1.599999, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.823134, 0.236842) +V 3194: Pos(-16.0, 1.599999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.846083, 0.236842) +V 3195: Pos(-16.0, 1.599999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.726744, 0.526316) +V 3196: Pos(-16.0, 1.599999, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.703794, 0.526316) +V 3197: Pos(-16.0, 5.9, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.703794, 0.263158) +V 3198: Pos(-16.0, 5.9, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.726744, 0.263158) +V 3199: Pos(-16.0, 5.9, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.846083, 0.48164) +V 3200: Pos(-16.0, 5.9, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.823134, 0.48164) +V 3201: Pos(-14.0, 5.9, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.823134, 0.359241) +V 3202: Pos(-14.0, 5.9, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.846083, 0.359241) +V 3203: Pos(-14.0, 1.599999, 3.375) Norm(0.57735, -0.57735, -0.57735) UV(0.489596, 0.0) +V 3204: Pos(-16.0, 1.599999, 3.375) Norm(-0.57735, -0.57735, -0.57735) UV(0.611995, 0.0) +V 3205: Pos(-16.0, 5.9, 3.375) Norm(-0.57735, 0.57735, -0.57735) UV(0.611995, 0.263158) +V 3206: Pos(-14.0, 5.9, 3.375) Norm(0.57735, 0.57735, -0.57735) UV(0.489596, 0.263158) +V 3207: Pos(-16.0, 1.599999, 3.75) Norm(-0.57735, -0.57735, 0.57735) UV(0.489596, 0.263158) +V 3208: Pos(-14.0, 1.599999, 3.75) Norm(0.57735, -0.57735, 0.57735) UV(0.611995, 0.263158) +V 3209: Pos(-14.0, 5.9, 3.75) Norm(0.57735, 0.57735, 0.57735) UV(0.611995, 0.526316) +V 3210: Pos(-16.0, 5.9, 3.75) Norm(-0.57735, 0.57735, 0.57735) UV(0.489596, 0.526316) + +===Triangles (Indices): 1644 +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 42 +Tri: 40 42 43 +Tri: 44 45 46 +Tri: 44 46 47 +Tri: 48 49 50 +Tri: 48 50 51 +Tri: 52 53 54 +Tri: 52 54 55 +Tri: 56 57 58 +Tri: 56 58 59 +Tri: 60 61 62 +Tri: 60 62 63 +Tri: 64 65 66 +Tri: 64 66 67 +Tri: 68 69 70 +Tri: 68 70 71 +Tri: 72 73 74 +Tri: 72 74 75 +Tri: 76 77 78 +Tri: 76 78 79 +Tri: 80 81 82 +Tri: 80 82 83 +Tri: 84 85 86 +Tri: 84 86 87 +Tri: 88 89 90 +Tri: 88 90 91 +Tri: 92 93 94 +Tri: 92 94 95 +Tri: 96 97 98 +Tri: 96 98 99 +Tri: 100 101 102 +Tri: 100 102 103 +Tri: 104 105 106 +Tri: 104 106 107 +Tri: 108 109 110 +Tri: 108 110 111 +Tri: 112 113 114 +Tri: 112 114 115 +Tri: 116 117 118 +Tri: 116 118 119 +Tri: 120 121 122 +Tri: 120 122 123 +Tri: 124 125 126 +Tri: 124 126 127 +Tri: 128 129 130 +Tri: 128 130 131 +Tri: 132 133 134 +Tri: 132 134 135 +Tri: 136 137 138 +Tri: 136 138 139 +Tri: 140 141 142 +Tri: 140 142 143 +Tri: 144 145 146 +Tri: 144 146 147 +Tri: 148 149 150 +Tri: 148 150 151 +Tri: 152 153 154 +Tri: 152 154 155 +Tri: 156 157 158 +Tri: 156 158 159 +Tri: 160 161 162 +Tri: 160 162 163 +Tri: 164 165 166 +Tri: 164 166 167 +Tri: 168 169 170 +Tri: 168 170 171 +Tri: 172 173 174 +Tri: 172 174 175 +Tri: 175 174 176 +Tri: 175 176 177 +Tri: 177 176 178 +Tri: 177 178 179 +Tri: 180 181 182 +Tri: 180 182 183 +Tri: 184 185 186 +Tri: 184 186 187 +Tri: 188 189 190 +Tri: 188 190 191 +Tri: 192 193 194 +Tri: 192 194 195 +Tri: 196 197 198 +Tri: 196 198 199 +Tri: 200 201 202 +Tri: 200 202 203 +Tri: 204 205 206 +Tri: 204 206 207 +Tri: 208 209 210 +Tri: 208 210 211 +Tri: 212 213 214 +Tri: 212 214 215 +Tri: 216 217 218 +Tri: 216 218 219 +Tri: 219 218 220 +Tri: 219 220 221 +Tri: 221 220 222 +Tri: 221 222 223 +Tri: 224 225 226 +Tri: 224 226 227 +Tri: 228 229 230 +Tri: 228 230 231 +Tri: 232 233 234 +Tri: 232 234 235 +Tri: 236 237 238 +Tri: 236 238 239 +Tri: 240 241 242 +Tri: 240 242 243 +Tri: 244 245 246 +Tri: 244 246 247 +Tri: 248 249 250 +Tri: 248 250 251 +Tri: 252 253 254 +Tri: 252 254 255 +Tri: 256 257 258 +Tri: 256 258 259 +Tri: 260 261 262 +Tri: 260 262 263 +Tri: 263 262 264 +Tri: 263 264 265 +Tri: 265 264 266 +Tri: 265 266 267 +Tri: 268 269 270 +Tri: 268 270 271 +Tri: 272 273 274 +Tri: 272 274 275 +Tri: 276 277 278 +Tri: 276 278 279 +Tri: 280 281 282 +Tri: 280 282 283 +Tri: 284 285 286 +Tri: 284 286 287 +Tri: 288 289 290 +Tri: 288 290 291 +Tri: 292 293 294 +Tri: 292 294 295 +Tri: 296 297 298 +Tri: 296 298 299 +Tri: 300 301 302 +Tri: 300 302 303 +Tri: 304 305 306 +Tri: 304 306 307 +Tri: 308 309 310 +Tri: 308 310 311 +Tri: 312 313 314 +Tri: 312 314 315 +Tri: 316 317 318 +Tri: 316 318 319 +Tri: 320 321 322 +Tri: 320 322 323 +Tri: 324 325 326 +Tri: 324 326 327 +Tri: 328 329 330 +Tri: 328 330 331 +Tri: 332 333 334 +Tri: 332 334 335 +Tri: 336 337 338 +Tri: 336 338 339 +Tri: 340 341 342 +Tri: 340 342 343 +Tri: 344 345 346 +Tri: 344 346 347 +Tri: 348 349 350 +Tri: 348 350 351 +Tri: 352 353 354 +Tri: 352 354 355 +Tri: 356 357 358 +Tri: 356 358 359 +Tri: 360 361 362 +Tri: 360 362 363 +Tri: 364 365 366 +Tri: 364 366 367 +Tri: 368 369 370 +Tri: 368 370 371 +Tri: 372 373 374 +Tri: 372 374 375 +Tri: 376 377 378 +Tri: 376 378 379 +Tri: 380 381 382 +Tri: 380 382 383 +Tri: 384 385 386 +Tri: 384 386 387 +Tri: 388 389 390 +Tri: 388 390 391 +Tri: 392 393 394 +Tri: 392 394 395 +Tri: 396 397 398 +Tri: 396 398 399 +Tri: 400 401 402 +Tri: 400 402 403 +Tri: 404 405 406 +Tri: 404 406 407 +Tri: 408 409 410 +Tri: 408 410 411 +Tri: 412 413 414 +Tri: 412 414 415 +Tri: 416 417 418 +Tri: 416 418 419 +Tri: 420 421 422 +Tri: 420 422 423 +Tri: 424 425 426 +Tri: 424 426 427 +Tri: 428 429 430 +Tri: 428 430 431 +Tri: 432 433 434 +Tri: 432 434 435 +Tri: 436 437 438 +Tri: 436 438 439 +Tri: 440 441 442 +Tri: 440 442 443 +Tri: 444 445 446 +Tri: 444 446 447 +Tri: 448 449 450 +Tri: 448 450 451 +Tri: 452 453 454 +Tri: 452 454 455 +Tri: 456 457 458 +Tri: 456 458 459 +Tri: 460 461 462 +Tri: 460 462 463 +Tri: 464 465 466 +Tri: 464 466 467 +Tri: 468 469 470 +Tri: 468 470 471 +Tri: 472 473 474 +Tri: 472 474 475 +Tri: 476 477 478 +Tri: 476 478 479 +Tri: 480 481 482 +Tri: 480 482 483 +Tri: 484 485 486 +Tri: 484 486 487 +Tri: 488 489 490 +Tri: 488 490 491 +Tri: 492 493 494 +Tri: 492 494 495 +Tri: 496 497 498 +Tri: 496 498 499 +Tri: 500 501 502 +Tri: 500 502 503 +Tri: 504 505 506 +Tri: 504 506 507 +Tri: 508 509 510 +Tri: 508 510 511 +Tri: 512 513 514 +Tri: 512 514 515 +Tri: 516 517 518 +Tri: 516 518 519 +Tri: 520 521 522 +Tri: 520 522 523 +Tri: 524 525 526 +Tri: 524 526 527 +Tri: 528 529 530 +Tri: 528 530 531 +Tri: 532 533 534 +Tri: 532 534 535 +Tri: 536 537 538 +Tri: 536 538 539 +Tri: 540 541 542 +Tri: 540 542 543 +Tri: 544 545 546 +Tri: 544 546 547 +Tri: 548 549 550 +Tri: 548 550 551 +Tri: 552 553 554 +Tri: 552 554 555 +Tri: 556 557 558 +Tri: 556 558 559 +Tri: 560 561 562 +Tri: 560 562 563 +Tri: 564 565 566 +Tri: 564 566 567 +Tri: 568 569 570 +Tri: 568 570 571 +Tri: 572 573 574 +Tri: 572 574 575 +Tri: 576 577 578 +Tri: 576 578 579 +Tri: 580 581 582 +Tri: 580 582 583 +Tri: 584 585 586 +Tri: 584 586 587 +Tri: 588 589 590 +Tri: 588 590 591 +Tri: 592 593 594 +Tri: 592 594 595 +Tri: 596 597 598 +Tri: 596 598 599 +Tri: 600 601 602 +Tri: 600 602 603 +Tri: 604 605 606 +Tri: 604 606 607 +Tri: 608 609 610 +Tri: 608 610 611 +Tri: 612 613 614 +Tri: 612 614 615 +Tri: 616 617 618 +Tri: 616 618 619 +Tri: 620 621 622 +Tri: 620 622 623 +Tri: 624 625 626 +Tri: 624 626 627 +Tri: 628 629 630 +Tri: 628 630 631 +Tri: 632 633 634 +Tri: 632 634 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 905 906 +Tri: 904 906 907 +Tri: 908 909 910 +Tri: 908 910 911 +Tri: 912 913 914 +Tri: 912 914 915 +Tri: 916 917 918 +Tri: 916 918 919 +Tri: 920 921 922 +Tri: 920 922 923 +Tri: 924 925 926 +Tri: 924 926 927 +Tri: 928 929 930 +Tri: 928 930 931 +Tri: 932 933 934 +Tri: 932 934 935 +Tri: 936 937 938 +Tri: 936 938 939 +Tri: 940 941 942 +Tri: 940 942 943 +Tri: 944 945 946 +Tri: 944 946 947 +Tri: 948 949 950 +Tri: 948 950 951 +Tri: 952 953 954 +Tri: 952 954 955 +Tri: 956 957 958 +Tri: 956 958 959 +Tri: 960 961 962 +Tri: 960 962 963 +Tri: 964 965 966 +Tri: 964 966 967 +Tri: 968 969 970 +Tri: 968 970 971 +Tri: 972 973 974 +Tri: 972 974 975 +Tri: 976 977 978 +Tri: 976 978 979 +Tri: 980 981 982 +Tri: 980 982 983 +Tri: 984 985 986 +Tri: 984 986 987 +Tri: 988 989 990 +Tri: 988 990 991 +Tri: 992 993 994 +Tri: 992 994 995 +Tri: 996 997 998 +Tri: 996 998 999 +Tri: 1000 1001 1002 +Tri: 1000 1002 1003 +Tri: 1004 1005 1006 +Tri: 1004 1006 1007 +Tri: 1008 1009 1010 +Tri: 1008 1010 1011 +Tri: 1012 1013 1014 +Tri: 1012 1014 1015 +Tri: 1016 1017 1018 +Tri: 1016 1018 1019 +Tri: 1020 1021 1022 +Tri: 1020 1022 1023 +Tri: 1024 1025 1026 +Tri: 1024 1026 1027 +Tri: 1028 1029 1030 +Tri: 1028 1030 1031 +Tri: 1032 1033 1034 +Tri: 1032 1034 1035 +Tri: 1036 1037 1038 +Tri: 1036 1038 1039 +Tri: 1040 1041 1042 +Tri: 1040 1042 1043 +Tri: 1044 1045 1046 +Tri: 1044 1046 1047 +Tri: 1048 1049 1050 +Tri: 1048 1050 1051 +Tri: 1052 1053 1054 +Tri: 1052 1054 1055 +Tri: 1056 1057 1058 +Tri: 1056 1058 1059 +Tri: 1060 1061 1062 +Tri: 1060 1062 1063 +Tri: 1064 1065 1066 +Tri: 1064 1066 1067 +Tri: 1068 1069 1070 +Tri: 1068 1070 1071 +Tri: 1072 1073 1074 +Tri: 1072 1074 1075 +Tri: 1076 1077 1078 +Tri: 1076 1078 1079 +Tri: 1080 1081 1082 +Tri: 1080 1082 1083 +Tri: 1084 1085 1086 +Tri: 1084 1086 1087 +Tri: 1088 1089 1090 +Tri: 1088 1090 1091 +Tri: 1092 1093 1094 +Tri: 1092 1094 1095 +Tri: 1095 1094 1096 +Tri: 1095 1096 1097 +Tri: 1097 1096 1098 +Tri: 1097 1098 1099 +Tri: 1099 1098 1100 +Tri: 1099 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: 1137 1136 1138 +Tri: 1137 1138 1139 +Tri: 1139 1138 1140 +Tri: 1139 1140 1141 +Tri: 1141 1140 1142 +Tri: 1141 1142 1143 +Tri: 1144 1145 1146 +Tri: 1144 1146 1147 +Tri: 1148 1149 1150 +Tri: 1148 1150 1151 +Tri: 1152 1153 1154 +Tri: 1152 1154 1155 +Tri: 1156 1157 1158 +Tri: 1156 1158 1159 +Tri: 1160 1161 1162 +Tri: 1160 1162 1163 +Tri: 1164 1165 1166 +Tri: 1164 1166 1167 +Tri: 1168 1169 1170 +Tri: 1168 1170 1171 +Tri: 1172 1173 1174 +Tri: 1172 1174 1175 +Tri: 1176 1177 1178 +Tri: 1176 1178 1179 +Tri: 1179 1178 1180 +Tri: 1179 1180 1181 +Tri: 1181 1180 1182 +Tri: 1181 1182 1183 +Tri: 1183 1182 1184 +Tri: 1183 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: 1221 1220 1222 +Tri: 1221 1222 1223 +Tri: 1223 1222 1224 +Tri: 1223 1224 1225 +Tri: 1225 1224 1226 +Tri: 1225 1226 1227 +Tri: 1228 1229 1230 +Tri: 1228 1230 1231 +Tri: 1232 1233 1234 +Tri: 1232 1234 1235 +Tri: 1236 1237 1238 +Tri: 1236 1238 1239 +Tri: 1240 1241 1242 +Tri: 1240 1242 1243 +Tri: 1244 1245 1246 +Tri: 1244 1246 1247 +Tri: 1248 1249 1250 +Tri: 1248 1250 1251 +Tri: 1252 1253 1254 +Tri: 1252 1254 1255 +Tri: 1256 1257 1258 +Tri: 1256 1258 1259 +Tri: 1260 1261 1262 +Tri: 1260 1262 1263 +Tri: 1264 1265 1266 +Tri: 1264 1266 1267 +Tri: 1268 1269 1270 +Tri: 1268 1270 1271 +Tri: 1272 1273 1274 +Tri: 1272 1274 1275 +Tri: 1276 1277 1278 +Tri: 1276 1278 1279 +Tri: 1280 1281 1282 +Tri: 1280 1282 1283 +Tri: 1284 1285 1286 +Tri: 1284 1286 1287 +Tri: 1288 1289 1290 +Tri: 1288 1290 1291 +Tri: 1291 1290 1292 +Tri: 1291 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 +Tri: 1338 1339 1340 +Tri: 1338 1340 1341 +Tri: 1342 1343 1344 +Tri: 1342 1344 1345 +Tri: 1346 1347 1348 +Tri: 1346 1348 1349 +Tri: 1350 1351 1352 +Tri: 1350 1352 1353 +Tri: 1354 1355 1356 +Tri: 1354 1356 1357 +Tri: 1358 1359 1360 +Tri: 1358 1360 1361 +Tri: 1362 1363 1364 +Tri: 1362 1364 1365 +Tri: 1366 1367 1368 +Tri: 1366 1368 1369 +Tri: 1370 1371 1372 +Tri: 1370 1372 1373 +Tri: 1374 1375 1376 +Tri: 1374 1376 1377 +Tri: 1378 1379 1380 +Tri: 1378 1380 1381 +Tri: 1382 1383 1384 +Tri: 1382 1384 1385 +Tri: 1386 1387 1388 +Tri: 1386 1388 1389 +Tri: 1390 1391 1392 +Tri: 1390 1392 1393 +Tri: 1394 1395 1396 +Tri: 1394 1396 1397 +Tri: 1398 1399 1400 +Tri: 1398 1400 1401 +Tri: 1402 1403 1404 +Tri: 1402 1404 1405 +Tri: 1406 1407 1408 +Tri: 1406 1408 1409 +Tri: 1410 1411 1412 +Tri: 1410 1412 1413 +Tri: 1414 1415 1416 +Tri: 1414 1416 1417 +Tri: 1418 1419 1420 +Tri: 1418 1420 1421 +Tri: 1422 1423 1424 +Tri: 1422 1424 1425 +Tri: 1426 1427 1428 +Tri: 1426 1428 1429 +Tri: 1430 1431 1432 +Tri: 1430 1432 1433 +Tri: 1434 1435 1436 +Tri: 1434 1436 1437 +Tri: 1438 1439 1440 +Tri: 1438 1440 1441 +Tri: 1442 1443 1444 +Tri: 1442 1444 1445 +Tri: 1446 1447 1448 +Tri: 1446 1448 1449 +Tri: 1450 1451 1452 +Tri: 1450 1452 1453 +Tri: 1454 1455 1456 +Tri: 1454 1456 1457 +Tri: 1458 1459 1460 +Tri: 1458 1460 1461 +Tri: 1462 1463 1464 +Tri: 1462 1464 1465 +Tri: 1466 1467 1468 +Tri: 1466 1468 1469 +Tri: 1470 1471 1472 +Tri: 1470 1472 1473 +Tri: 1474 1475 1476 +Tri: 1474 1476 1477 +Tri: 1478 1479 1480 +Tri: 1478 1480 1481 +Tri: 1482 1483 1484 +Tri: 1482 1484 1485 +Tri: 1486 1487 1488 +Tri: 1486 1488 1489 +Tri: 1490 1491 1492 +Tri: 1490 1492 1493 +Tri: 1494 1495 1496 +Tri: 1494 1496 1497 +Tri: 1498 1499 1500 +Tri: 1498 1500 1501 +Tri: 1502 1503 1504 +Tri: 1502 1504 1505 +Tri: 1506 1507 1508 +Tri: 1506 1508 1509 +Tri: 1510 1511 1512 +Tri: 1510 1512 1513 +Tri: 1514 1515 1516 +Tri: 1514 1516 1517 +Tri: 1518 1519 1520 +Tri: 1518 1520 1521 +Tri: 1522 1523 1524 +Tri: 1522 1524 1525 +Tri: 1526 1527 1528 +Tri: 1526 1528 1529 +Tri: 1530 1531 1532 +Tri: 1530 1532 1533 +Tri: 1534 1535 1536 +Tri: 1534 1536 1537 +Tri: 1538 1539 1540 +Tri: 1538 1540 1541 +Tri: 1542 1543 1544 +Tri: 1542 1544 1545 +Tri: 1546 1547 1548 +Tri: 1546 1548 1549 +Tri: 1550 1551 1552 +Tri: 1550 1552 1553 +Tri: 1554 1555 1556 +Tri: 1554 1556 1557 +Tri: 1558 1559 1560 +Tri: 1558 1560 1561 +Tri: 1562 1563 1564 +Tri: 1562 1564 1565 +Tri: 1566 1567 1568 +Tri: 1566 1568 1569 +Tri: 1570 1571 1572 +Tri: 1570 1572 1573 +Tri: 1574 1575 1576 +Tri: 1574 1576 1577 +Tri: 1578 1579 1580 +Tri: 1578 1580 1581 +Tri: 1582 1583 1584 +Tri: 1582 1584 1585 +Tri: 1586 1587 1588 +Tri: 1586 1588 1589 +Tri: 1590 1591 1592 +Tri: 1590 1592 1593 +Tri: 1594 1595 1596 +Tri: 1594 1596 1597 +Tri: 1598 1599 1600 +Tri: 1598 1600 1601 +Tri: 1602 1603 1604 +Tri: 1602 1604 1605 +Tri: 1606 1607 1608 +Tri: 1606 1608 1609 +Tri: 1610 1611 1612 +Tri: 1610 1612 1613 +Tri: 1614 1615 1616 +Tri: 1614 1616 1617 +Tri: 1618 1619 1620 +Tri: 1618 1620 1621 +Tri: 1622 1623 1624 +Tri: 1622 1624 1625 +Tri: 1625 1624 1626 +Tri: 1625 1626 1627 +Tri: 1627 1626 1628 +Tri: 1627 1628 1629 +Tri: 1630 1631 1632 +Tri: 1630 1632 1633 +Tri: 1634 1635 1636 +Tri: 1634 1636 1637 +Tri: 1638 1639 1640 +Tri: 1638 1640 1641 +Tri: 1642 1643 1644 +Tri: 1642 1644 1645 +Tri: 1646 1647 1648 +Tri: 1646 1648 1649 +Tri: 1650 1651 1652 +Tri: 1650 1652 1653 +Tri: 1654 1655 1656 +Tri: 1654 1656 1657 +Tri: 1658 1659 1660 +Tri: 1658 1660 1661 +Tri: 1662 1663 1664 +Tri: 1662 1664 1665 +Tri: 1666 1667 1668 +Tri: 1666 1668 1669 +Tri: 1670 1671 1672 +Tri: 1670 1672 1673 +Tri: 1674 1675 1676 +Tri: 1674 1676 1677 +Tri: 1678 1679 1680 +Tri: 1678 1680 1681 +Tri: 1682 1683 1684 +Tri: 1682 1684 1685 +Tri: 1686 1687 1688 +Tri: 1686 1688 1689 +Tri: 1690 1691 1692 +Tri: 1690 1692 1693 +Tri: 1694 1695 1696 +Tri: 1694 1696 1697 +Tri: 1698 1699 1700 +Tri: 1698 1700 1701 +Tri: 1702 1703 1704 +Tri: 1702 1704 1705 +Tri: 1706 1707 1708 +Tri: 1706 1708 1709 +Tri: 1710 1711 1712 +Tri: 1710 1712 1713 +Tri: 1714 1715 1716 +Tri: 1714 1716 1717 +Tri: 1718 1719 1720 +Tri: 1718 1720 1721 +Tri: 1721 1720 1722 +Tri: 1721 1722 1723 +Tri: 1724 1725 1726 +Tri: 1724 1726 1727 +Tri: 1728 1729 1730 +Tri: 1728 1730 1731 +Tri: 1732 1733 1734 +Tri: 1732 1734 1735 +Tri: 1736 1737 1738 +Tri: 1736 1738 1739 +Tri: 1740 1741 1742 +Tri: 1740 1742 1743 +Tri: 1744 1745 1746 +Tri: 1744 1746 1747 +Tri: 1748 1749 1750 +Tri: 1748 1750 1751 +Tri: 1752 1753 1754 +Tri: 1752 1754 1755 +Tri: 1756 1757 1758 +Tri: 1756 1758 1759 +Tri: 1760 1761 1762 +Tri: 1760 1762 1763 +Tri: 1763 1762 1764 +Tri: 1763 1764 1765 +Tri: 1765 1764 1766 +Tri: 1765 1766 1767 +Tri: 1768 1769 1770 +Tri: 1768 1770 1771 +Tri: 1772 1773 1774 +Tri: 1772 1774 1775 +Tri: 1776 1777 1778 +Tri: 1776 1778 1779 +Tri: 1780 1781 1782 +Tri: 1780 1782 1783 +Tri: 1784 1785 1786 +Tri: 1784 1786 1787 +Tri: 1788 1789 1790 +Tri: 1788 1790 1791 +Tri: 1792 1793 1794 +Tri: 1792 1794 1795 +Tri: 1796 1797 1798 +Tri: 1796 1798 1799 +Tri: 1800 1801 1802 +Tri: 1800 1802 1803 +Tri: 1804 1805 1806 +Tri: 1804 1806 1807 +Tri: 1807 1806 1808 +Tri: 1807 1808 1809 +Tri: 1810 1811 1812 +Tri: 1810 1812 1813 +Tri: 1814 1815 1816 +Tri: 1814 1816 1817 +Tri: 1818 1819 1820 +Tri: 1818 1820 1821 +Tri: 1822 1823 1824 +Tri: 1822 1824 1825 +Tri: 1826 1827 1828 +Tri: 1826 1828 1829 +Tri: 1830 1831 1832 +Tri: 1830 1832 1833 +Tri: 1834 1835 1836 +Tri: 1834 1836 1837 +Tri: 1838 1839 1840 +Tri: 1838 1840 1841 +Tri: 1842 1843 1844 +Tri: 1842 1844 1845 +Tri: 1846 1847 1848 +Tri: 1846 1848 1849 +Tri: 1850 1851 1852 +Tri: 1850 1852 1853 +Tri: 1853 1852 1854 +Tri: 1853 1854 1855 +Tri: 1855 1854 1856 +Tri: 1855 1856 1857 +Tri: 1858 1859 1860 +Tri: 1858 1860 1861 +Tri: 1862 1863 1864 +Tri: 1862 1864 1865 +Tri: 1866 1867 1868 +Tri: 1866 1868 1869 +Tri: 1870 1871 1872 +Tri: 1870 1872 1873 +Tri: 1874 1875 1876 +Tri: 1874 1876 1877 +Tri: 1878 1879 1880 +Tri: 1878 1880 1881 +Tri: 1882 1883 1884 +Tri: 1882 1884 1885 +Tri: 1886 1887 1888 +Tri: 1886 1888 1889 +Tri: 1890 1891 1892 +Tri: 1890 1892 1893 +Tri: 1894 1895 1896 +Tri: 1894 1896 1897 +Tri: 1898 1899 1900 +Tri: 1898 1900 1901 +Tri: 1902 1903 1904 +Tri: 1902 1904 1905 +Tri: 1906 1907 1908 +Tri: 1906 1908 1909 +Tri: 1910 1911 1912 +Tri: 1910 1912 1913 +Tri: 1914 1915 1916 +Tri: 1914 1916 1917 +Tri: 1918 1919 1920 +Tri: 1918 1920 1921 +Tri: 1922 1923 1924 +Tri: 1922 1924 1925 +Tri: 1926 1927 1928 +Tri: 1926 1928 1929 +Tri: 1930 1931 1932 +Tri: 1930 1932 1933 +Tri: 1934 1935 1936 +Tri: 1934 1936 1937 +Tri: 1938 1939 1940 +Tri: 1938 1940 1941 +Tri: 1942 1943 1944 +Tri: 1942 1944 1945 +Tri: 1945 1944 1946 +Tri: 1945 1946 1947 +Tri: 1947 1946 1948 +Tri: 1947 1948 1949 +Tri: 1950 1951 1952 +Tri: 1950 1952 1953 +Tri: 1954 1955 1956 +Tri: 1954 1956 1957 +Tri: 1958 1959 1960 +Tri: 1958 1960 1961 +Tri: 1962 1963 1964 +Tri: 1962 1964 1965 +Tri: 1966 1967 1968 +Tri: 1966 1968 1969 +Tri: 1970 1971 1972 +Tri: 1970 1972 1973 +Tri: 1974 1975 1976 +Tri: 1974 1976 1977 +Tri: 1978 1979 1980 +Tri: 1978 1980 1981 +Tri: 1982 1983 1984 +Tri: 1982 1984 1985 +Tri: 1986 1987 1988 +Tri: 1986 1988 1989 +Tri: 1990 1991 1992 +Tri: 1990 1992 1993 +Tri: 1994 1995 1996 +Tri: 1994 1996 1997 +Tri: 1998 1999 2000 +Tri: 1998 2000 2001 +Tri: 2002 2003 2004 +Tri: 2002 2004 2005 +Tri: 2006 2007 2008 +Tri: 2006 2008 2009 +Tri: 2010 2011 2012 +Tri: 2010 2012 2013 +Tri: 2014 2015 2016 +Tri: 2014 2016 2017 +Tri: 2018 2019 2020 +Tri: 2018 2020 2021 +Tri: 2022 2023 2024 +Tri: 2022 2024 2025 +Tri: 2026 2027 2028 +Tri: 2026 2028 2029 +Tri: 2030 2031 2032 +Tri: 2030 2032 2033 +Tri: 2034 2035 2036 +Tri: 2034 2036 2037 +Tri: 2037 2036 2038 +Tri: 2037 2038 2039 +Tri: 2039 2038 2040 +Tri: 2039 2040 2041 +Tri: 2042 2043 2044 +Tri: 2042 2044 2045 +Tri: 2046 2047 2048 +Tri: 2046 2048 2049 +Tri: 2050 2051 2052 +Tri: 2050 2052 2053 +Tri: 2054 2055 2056 +Tri: 2054 2056 2057 +Tri: 2058 2059 2060 +Tri: 2058 2060 2061 +Tri: 2062 2063 2064 +Tri: 2062 2064 2065 +Tri: 2066 2067 2068 +Tri: 2066 2068 2069 +Tri: 2070 2071 2072 +Tri: 2070 2072 2073 +Tri: 2074 2075 2076 +Tri: 2074 2076 2077 +Tri: 2078 2079 2080 +Tri: 2078 2080 2081 +Tri: 2082 2083 2084 +Tri: 2082 2084 2085 +Tri: 2086 2087 2088 +Tri: 2086 2088 2089 +Tri: 2090 2091 2092 +Tri: 2090 2092 2093 +Tri: 2094 2095 2096 +Tri: 2094 2096 2097 +Tri: 2098 2099 2100 +Tri: 2098 2100 2101 +Tri: 2102 2103 2104 +Tri: 2102 2104 2105 +Tri: 2106 2107 2108 +Tri: 2106 2108 2109 +Tri: 2110 2111 2112 +Tri: 2110 2112 2113 +Tri: 2114 2115 2116 +Tri: 2114 2116 2117 +Tri: 2118 2119 2120 +Tri: 2118 2120 2121 +Tri: 2122 2123 2124 +Tri: 2122 2124 2125 +Tri: 2126 2127 2128 +Tri: 2126 2128 2129 +Tri: 2130 2131 2132 +Tri: 2130 2132 2133 +Tri: 2134 2135 2136 +Tri: 2134 2136 2137 +Tri: 2138 2139 2140 +Tri: 2138 2140 2141 +Tri: 2142 2143 2144 +Tri: 2142 2144 2145 +Tri: 2146 2147 2148 +Tri: 2146 2148 2149 +Tri: 2150 2151 2152 +Tri: 2150 2152 2153 +Tri: 2154 2155 2156 +Tri: 2154 2156 2157 +Tri: 2158 2159 2160 +Tri: 2158 2160 2161 +Tri: 2162 2163 2164 +Tri: 2162 2164 2165 +Tri: 2166 2167 2168 +Tri: 2166 2168 2169 +Tri: 2170 2171 2172 +Tri: 2170 2172 2173 +Tri: 2174 2175 2176 +Tri: 2174 2176 2177 +Tri: 2178 2179 2180 +Tri: 2178 2180 2181 +Tri: 2182 2183 2184 +Tri: 2182 2184 2185 +Tri: 2186 2187 2188 +Tri: 2186 2188 2189 +Tri: 2190 2191 2192 +Tri: 2190 2192 2193 +Tri: 2194 2195 2196 +Tri: 2194 2196 2197 +Tri: 2198 2199 2200 +Tri: 2198 2200 2201 +Tri: 2202 2203 2204 +Tri: 2202 2204 2205 +Tri: 2206 2207 2208 +Tri: 2206 2208 2209 +Tri: 2210 2211 2212 +Tri: 2210 2212 2213 +Tri: 2214 2215 2216 +Tri: 2214 2216 2217 +Tri: 2218 2219 2220 +Tri: 2218 2220 2221 +Tri: 2222 2223 2224 +Tri: 2222 2224 2225 +Tri: 2226 2227 2228 +Tri: 2226 2228 2229 +Tri: 2230 2231 2232 +Tri: 2230 2232 2233 +Tri: 2234 2235 2236 +Tri: 2234 2236 2237 +Tri: 2238 2239 2240 +Tri: 2238 2240 2241 +Tri: 2242 2243 2244 +Tri: 2242 2244 2245 +Tri: 2246 2247 2248 +Tri: 2246 2248 2249 +Tri: 2250 2251 2252 +Tri: 2250 2252 2253 +Tri: 2254 2255 2256 +Tri: 2254 2256 2257 +Tri: 2258 2259 2260 +Tri: 2258 2260 2261 +Tri: 2262 2263 2264 +Tri: 2262 2264 2265 +Tri: 2266 2267 2268 +Tri: 2266 2268 2269 +Tri: 2270 2271 2272 +Tri: 2270 2272 2273 +Tri: 2274 2275 2276 +Tri: 2274 2276 2277 +Tri: 2278 2279 2280 +Tri: 2278 2280 2281 +Tri: 2282 2283 2284 +Tri: 2282 2284 2285 +Tri: 2286 2287 2288 +Tri: 2286 2288 2289 +Tri: 2290 2291 2292 +Tri: 2290 2292 2293 +Tri: 2294 2295 2296 +Tri: 2294 2296 2297 +Tri: 2298 2299 2300 +Tri: 2298 2300 2301 +Tri: 2302 2303 2304 +Tri: 2302 2304 2305 +Tri: 2306 2307 2308 +Tri: 2306 2308 2309 +Tri: 2310 2311 2312 +Tri: 2310 2312 2313 +Tri: 2314 2315 2316 +Tri: 2314 2316 2317 +Tri: 2318 2319 2320 +Tri: 2318 2320 2321 +Tri: 2322 2323 2324 +Tri: 2322 2324 2325 +Tri: 2326 2327 2328 +Tri: 2326 2328 2329 +Tri: 2330 2331 2332 +Tri: 2330 2332 2333 +Tri: 2334 2335 2336 +Tri: 2334 2336 2337 +Tri: 2338 2339 2340 +Tri: 2338 2340 2341 +Tri: 2342 2343 2344 +Tri: 2342 2344 2345 +Tri: 2346 2347 2348 +Tri: 2346 2348 2349 +Tri: 2350 2351 2352 +Tri: 2350 2352 2353 +Tri: 2354 2355 2356 +Tri: 2354 2356 2357 +Tri: 2358 2359 2360 +Tri: 2358 2360 2361 +Tri: 2362 2363 2364 +Tri: 2362 2364 2365 +Tri: 2366 2367 2368 +Tri: 2366 2368 2369 +Tri: 2370 2371 2372 +Tri: 2370 2372 2373 +Tri: 2374 2375 2376 +Tri: 2374 2376 2377 +Tri: 2378 2379 2380 +Tri: 2378 2380 2381 +Tri: 2382 2383 2384 +Tri: 2382 2384 2385 +Tri: 2386 2387 2388 +Tri: 2386 2388 2389 +Tri: 2390 2391 2392 +Tri: 2390 2392 2393 +Tri: 2394 2395 2396 +Tri: 2394 2396 2397 +Tri: 2398 2399 2400 +Tri: 2398 2400 2401 +Tri: 2402 2403 2404 +Tri: 2402 2404 2405 +Tri: 2406 2407 2408 +Tri: 2406 2408 2409 +Tri: 2410 2411 2412 +Tri: 2410 2412 2413 +Tri: 2414 2415 2416 +Tri: 2414 2416 2417 +Tri: 2418 2419 2420 +Tri: 2418 2420 2421 +Tri: 2422 2423 2424 +Tri: 2422 2424 2425 +Tri: 2426 2427 2428 +Tri: 2426 2428 2429 +Tri: 2430 2431 2432 +Tri: 2430 2432 2433 +Tri: 2434 2435 2436 +Tri: 2434 2436 2437 +Tri: 2438 2439 2440 +Tri: 2438 2440 2441 +Tri: 2442 2443 2444 +Tri: 2442 2444 2445 +Tri: 2446 2447 2448 +Tri: 2446 2448 2449 +Tri: 2450 2451 2452 +Tri: 2450 2452 2453 +Tri: 2454 2455 2456 +Tri: 2454 2456 2457 +Tri: 2458 2459 2460 +Tri: 2458 2460 2461 +Tri: 2462 2463 2464 +Tri: 2462 2464 2465 +Tri: 2466 2467 2468 +Tri: 2466 2468 2469 +Tri: 2470 2471 2472 +Tri: 2470 2472 2473 +Tri: 2474 2475 2476 +Tri: 2474 2476 2477 +Tri: 2478 2479 2480 +Tri: 2478 2480 2481 +Tri: 2482 2483 2484 +Tri: 2482 2484 2485 +Tri: 2486 2487 2488 +Tri: 2486 2488 2489 +Tri: 2490 2491 2492 +Tri: 2490 2492 2493 +Tri: 2494 2495 2496 +Tri: 2494 2496 2497 +Tri: 2498 2499 2500 +Tri: 2498 2500 2501 +Tri: 2502 2503 2504 +Tri: 2502 2504 2505 +Tri: 2506 2507 2508 +Tri: 2506 2508 2509 +Tri: 2510 2511 2512 +Tri: 2510 2512 2513 +Tri: 2514 2515 2516 +Tri: 2514 2516 2517 +Tri: 2518 2519 2520 +Tri: 2518 2520 2521 +Tri: 2522 2523 2524 +Tri: 2522 2524 2525 +Tri: 2526 2527 2528 +Tri: 2526 2528 2529 +Tri: 2530 2531 2532 +Tri: 2530 2532 2533 +Tri: 2534 2535 2536 +Tri: 2534 2536 2537 +Tri: 2538 2539 2540 +Tri: 2538 2540 2541 +Tri: 2542 2543 2544 +Tri: 2542 2544 2545 +Tri: 2546 2547 2548 +Tri: 2546 2548 2549 +Tri: 2550 2551 2552 +Tri: 2550 2552 2553 +Tri: 2554 2555 2556 +Tri: 2554 2556 2557 +Tri: 2558 2559 2560 +Tri: 2558 2560 2561 +Tri: 2562 2563 2564 +Tri: 2562 2564 2565 +Tri: 2566 2567 2568 +Tri: 2566 2568 2569 +Tri: 2570 2571 2572 +Tri: 2570 2572 2573 +Tri: 2574 2575 2576 +Tri: 2574 2576 2577 +Tri: 2578 2579 2580 +Tri: 2578 2580 2581 +Tri: 2582 2583 2584 +Tri: 2582 2584 2585 +Tri: 2585 2586 2587 +Tri: 2585 2587 2588 +Tri: 2588 2589 2590 +Tri: 2588 2590 2591 +Tri: 2592 2593 2594 +Tri: 2592 2594 2595 +Tri: 2596 2597 2598 +Tri: 2596 2598 2599 +Tri: 2600 2601 2602 +Tri: 2600 2602 2603 +Tri: 2604 2605 2606 +Tri: 2604 2606 2607 +Tri: 2608 2609 2610 +Tri: 2608 2610 2611 +Tri: 2612 2613 2614 +Tri: 2612 2614 2615 +Tri: 2616 2617 2618 +Tri: 2616 2618 2619 +Tri: 2620 2621 2622 +Tri: 2620 2622 2623 +Tri: 2624 2625 2626 +Tri: 2624 2626 2627 +Tri: 2628 2629 2630 +Tri: 2628 2630 2631 +Tri: 2632 2633 2634 +Tri: 2632 2634 2635 +Tri: 2636 2637 2638 +Tri: 2636 2638 2639 +Tri: 2640 2641 2642 +Tri: 2640 2642 2643 +Tri: 2644 2645 2646 +Tri: 2644 2646 2647 +Tri: 2648 2649 2650 +Tri: 2648 2650 2651 +Tri: 2652 2653 2654 +Tri: 2652 2654 2655 +Tri: 2656 2657 2658 +Tri: 2656 2658 2659 +Tri: 2660 2661 2662 +Tri: 2660 2662 2663 +Tri: 2664 2665 2666 +Tri: 2664 2666 2667 +Tri: 2668 2669 2670 +Tri: 2668 2670 2671 +Tri: 2672 2673 2674 +Tri: 2672 2674 2675 +Tri: 2675 2676 2677 +Tri: 2675 2677 2678 +Tri: 2679 2680 2681 +Tri: 2679 2681 2682 +Tri: 2682 2683 2684 +Tri: 2682 2684 2685 +Tri: 2686 2687 2688 +Tri: 2686 2688 2689 +Tri: 2690 2691 2692 +Tri: 2690 2692 2693 +Tri: 2694 2695 2696 +Tri: 2694 2696 2697 +Tri: 2698 2699 2700 +Tri: 2698 2700 2701 +Tri: 2702 2703 2704 +Tri: 2702 2704 2705 +Tri: 2706 2707 2708 +Tri: 2706 2708 2709 +Tri: 2710 2711 2712 +Tri: 2710 2712 2713 +Tri: 2714 2715 2716 +Tri: 2714 2716 2717 +Tri: 2718 2719 2720 +Tri: 2718 2720 2721 +Tri: 2721 2722 2723 +Tri: 2721 2723 2724 +Tri: 2724 2725 2726 +Tri: 2724 2726 2727 +Tri: 2727 2728 2729 +Tri: 2727 2729 2730 +Tri: 2731 2732 2733 +Tri: 2731 2733 2734 +Tri: 2735 2736 2737 +Tri: 2735 2737 2738 +Tri: 2739 2740 2741 +Tri: 2739 2741 2742 +Tri: 2743 2744 2745 +Tri: 2743 2745 2746 +Tri: 2747 2748 2749 +Tri: 2747 2749 2750 +Tri: 2751 2752 2753 +Tri: 2751 2753 2754 +Tri: 2755 2756 2757 +Tri: 2755 2757 2758 +Tri: 2759 2760 2761 +Tri: 2759 2761 2762 +Tri: 2763 2764 2765 +Tri: 2763 2765 2766 +Tri: 2767 2768 2769 +Tri: 2767 2769 2770 +Tri: 2770 2771 2772 +Tri: 2770 2772 2773 +Tri: 2773 2774 2775 +Tri: 2773 2775 2776 +Tri: 2777 2778 2779 +Tri: 2777 2779 2780 +Tri: 2781 2782 2783 +Tri: 2781 2783 2784 +Tri: 2785 2786 2787 +Tri: 2785 2787 2788 +Tri: 2789 2790 2791 +Tri: 2789 2791 2792 +Tri: 2793 2794 2795 +Tri: 2793 2795 2796 +Tri: 2797 2798 2799 +Tri: 2797 2799 2800 +Tri: 2801 2802 2803 +Tri: 2801 2803 2804 +Tri: 2805 2806 2807 +Tri: 2805 2807 2808 +Tri: 2809 2810 2811 +Tri: 2809 2811 2812 +Tri: 2812 2813 2814 +Tri: 2812 2814 2815 +Tri: 2815 2816 2817 +Tri: 2815 2817 2818 +Tri: 2818 2819 2820 +Tri: 2818 2820 2821 +Tri: 2822 2823 2824 +Tri: 2822 2824 2825 +Tri: 2826 2827 2828 +Tri: 2826 2828 2829 +Tri: 2830 2831 2832 +Tri: 2830 2832 2833 +Tri: 2834 2835 2836 +Tri: 2834 2836 2837 +Tri: 2838 2839 2840 +Tri: 2838 2840 2841 +Tri: 2842 2843 2844 +Tri: 2842 2844 2845 +Tri: 2846 2847 2848 +Tri: 2846 2848 2849 +Tri: 2850 2851 2852 +Tri: 2850 2852 2853 +Tri: 2854 2855 2856 +Tri: 2854 2856 2857 +Tri: 2858 2859 2860 +Tri: 2858 2860 2861 +Tri: 2862 2863 2864 +Tri: 2862 2864 2865 +Tri: 2866 2867 2868 +Tri: 2866 2868 2869 +Tri: 2870 2871 2872 +Tri: 2870 2872 2873 +Tri: 2874 2875 2876 +Tri: 2874 2876 2877 +Tri: 2878 2879 2880 +Tri: 2878 2880 2881 +Tri: 2881 2882 2883 +Tri: 2881 2883 2884 +Tri: 2884 2885 2886 +Tri: 2884 2886 2887 +Tri: 2887 2888 2889 +Tri: 2887 2889 2890 +Tri: 2891 2892 2893 +Tri: 2891 2893 2894 +Tri: 2895 2896 2897 +Tri: 2895 2897 2898 +Tri: 2899 2900 2901 +Tri: 2899 2901 2902 +Tri: 2903 2904 2905 +Tri: 2903 2905 2906 +Tri: 2907 2908 2909 +Tri: 2907 2909 2910 +Tri: 2911 2912 2913 +Tri: 2911 2913 2914 +Tri: 2915 2916 2917 +Tri: 2915 2917 2918 +Tri: 2919 2920 2921 +Tri: 2919 2921 2922 +Tri: 2923 2924 2925 +Tri: 2923 2925 2926 +Tri: 2927 2928 2929 +Tri: 2927 2929 2930 +Tri: 2931 2932 2933 +Tri: 2931 2933 2934 +Tri: 2935 2936 2937 +Tri: 2935 2937 2938 +Tri: 2939 2940 2941 +Tri: 2939 2941 2942 +Tri: 2943 2944 2945 +Tri: 2943 2945 2946 +Tri: 2947 2948 2949 +Tri: 2947 2949 2950 +Tri: 2951 2952 2953 +Tri: 2951 2953 2954 +Tri: 2955 2956 2957 +Tri: 2955 2957 2958 +Tri: 2959 2960 2961 +Tri: 2959 2961 2962 +Tri: 2963 2964 2965 +Tri: 2963 2965 2966 +Tri: 2967 2968 2969 +Tri: 2967 2969 2970 +Tri: 2971 2972 2973 +Tri: 2971 2973 2974 +Tri: 2975 2976 2977 +Tri: 2975 2977 2978 +Tri: 2979 2980 2981 +Tri: 2979 2981 2982 +Tri: 2983 2984 2985 +Tri: 2983 2985 2986 +Tri: 2987 2988 2989 +Tri: 2987 2989 2990 +Tri: 2991 2992 2993 +Tri: 2991 2993 2994 +Tri: 2995 2996 2997 +Tri: 2995 2997 2998 +Tri: 2999 3000 3001 +Tri: 2999 3001 3002 +Tri: 3003 3004 3005 +Tri: 3003 3005 3006 +Tri: 3007 3008 3009 +Tri: 3007 3009 3010 +Tri: 3011 3012 3013 +Tri: 3011 3013 3014 +Tri: 3015 3016 3017 +Tri: 3015 3017 3018 +Tri: 3019 3020 3021 +Tri: 3019 3021 3022 +Tri: 3023 3024 3025 +Tri: 3023 3025 3026 +Tri: 3027 3028 3029 +Tri: 3027 3029 3030 +Tri: 3031 3032 3033 +Tri: 3031 3033 3034 +Tri: 3035 3036 3037 +Tri: 3035 3037 3038 +Tri: 3039 3040 3041 +Tri: 3039 3041 3042 +Tri: 3043 3044 3045 +Tri: 3043 3045 3046 +Tri: 3047 3048 3049 +Tri: 3047 3049 3050 +Tri: 3051 3052 3053 +Tri: 3051 3053 3054 +Tri: 3055 3056 3057 +Tri: 3055 3057 3058 +Tri: 3059 3060 3061 +Tri: 3059 3061 3062 +Tri: 3063 3064 3065 +Tri: 3063 3065 3066 +Tri: 3067 3068 3069 +Tri: 3067 3069 3070 +Tri: 3071 3072 3073 +Tri: 3071 3073 3074 +Tri: 3075 3076 3077 +Tri: 3075 3077 3078 +Tri: 3079 3080 3081 +Tri: 3079 3081 3082 +Tri: 3083 3084 3085 +Tri: 3083 3085 3086 +Tri: 3087 3088 3089 +Tri: 3087 3089 3090 +Tri: 3091 3092 3093 +Tri: 3091 3093 3094 +Tri: 3095 3096 3097 +Tri: 3095 3097 3098 +Tri: 3099 3100 3101 +Tri: 3099 3101 3102 +Tri: 3103 3104 3105 +Tri: 3103 3105 3106 +Tri: 3107 3108 3109 +Tri: 3107 3109 3110 +Tri: 3111 3112 3113 +Tri: 3111 3113 3114 +Tri: 3115 3116 3117 +Tri: 3115 3117 3118 +Tri: 3119 3120 3121 +Tri: 3119 3121 3122 +Tri: 3123 3124 3125 +Tri: 3123 3125 3126 +Tri: 3127 3128 3129 +Tri: 3127 3129 3130 +Tri: 3131 3132 3133 +Tri: 3131 3133 3134 +Tri: 3135 3136 3137 +Tri: 3135 3137 3138 +Tri: 3139 3140 3141 +Tri: 3139 3141 3142 +Tri: 3143 3144 3145 +Tri: 3143 3145 3146 +Tri: 3147 3148 3149 +Tri: 3147 3149 3150 +Tri: 3151 3152 3153 +Tri: 3151 3153 3154 +Tri: 3155 3156 3157 +Tri: 3155 3157 3158 +Tri: 3159 3160 3161 +Tri: 3159 3161 3162 +Tri: 3163 3164 3165 +Tri: 3163 3165 3166 +Tri: 3167 3168 3169 +Tri: 3167 3169 3170 +Tri: 3171 3172 3173 +Tri: 3171 3173 3174 +Tri: 3175 3176 3177 +Tri: 3175 3177 3178 +Tri: 3179 3180 3181 +Tri: 3179 3181 3182 +Tri: 3183 3184 3185 +Tri: 3183 3185 3186 +Tri: 3187 3188 3189 +Tri: 3187 3189 3190 +Tri: 3191 3192 3193 +Tri: 3191 3193 3194 +Tri: 3195 3196 3197 +Tri: 3195 3197 3198 +Tri: 3199 3200 3201 +Tri: 3199 3201 3202 +Tri: 3203 3204 3205 +Tri: 3203 3205 3206 +Tri: 3207 3208 3209 +Tri: 3207 3209 3210 diff --git a/resources/w/gg/avatar_unknown.png b/resources/w/gg/avatar_unknown.png deleted file mode 100644 index b349f03..0000000 --- a/resources/w/gg/avatar_unknown.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cc6f23e3f2c56cbc8a48e57fefb1494bb93b5f1679e680b85d1979d055b75a0 -size 9048 diff --git a/resources/w/new_anims/UniV_Grid_2K.001_Base_color.png b/resources/w/new_anims/UniV_Grid_2K.001_Base_color.png new file mode 100644 index 0000000..d56f9ac --- /dev/null +++ b/resources/w/new_anims/UniV_Grid_2K.001_Base_color.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae17931b9cc5b9a5e10ae043aff4c422dc94a1ca084a78ec0b675850740fef0 +size 2904678 diff --git a/resources/w/new_anims/teacher_stand_idle001.txt b/resources/w/new_anims/teacher_stand_idle001.txt new file mode 100644 index 0000000..47bdac8 --- /dev/null +++ b/resources/w/new_anims/teacher_stand_idle001.txt @@ -0,0 +1,161794 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1106603104913856 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646891147146558 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345751703766 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728654831368695 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998601856135329 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822174577565608 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20312078865894162 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319385970869 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265845015661746 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.030845834038906412 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798508934387249 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446524142359702 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153423548706335 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168810010339737 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634468110803418 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893389032981382 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220863597978917 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357172990993387 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638920943925994 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614920455824387 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02338389374023161 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602027023197 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822194613629788 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206482411937 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601336704712146 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.032658255855804647 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.030845827257316258 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0294465729272582 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153431115852075 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.031688092411405466 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634256605300227 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02622109946115456 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640293404800034 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02335711076709027 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02063900752432291 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491772160423 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383948357159724 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152490316345 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800330023933821 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343732461757965 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810124277855 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131528492916646 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.38003299040824 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343729320993497 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810401550565 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 141 +Frame: 0 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 44 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 47 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 48 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 49 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 50 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 51 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 52 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 53 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 54 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 55 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 56 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 57 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 58 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 59 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 60 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 61 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 62 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 63 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 64 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 65 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 66 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 67 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 68 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 69 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 70 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 71 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 72 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 73 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 74 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 75 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 76 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 77 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 78 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 79 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 80 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 81 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 82 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 83 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 84 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 85 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 86 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 87 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 88 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 89 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 90 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 91 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 92 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 93 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 94 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 95 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 96 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 97 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 98 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 99 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 100 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 101 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 102 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 103 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 104 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 105 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 106 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 107 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 108 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 109 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 110 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 111 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 112 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 113 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 114 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 115 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 116 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 117 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 118 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 119 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 120 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 121 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 122 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 123 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 124 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 125 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 126 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 127 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 128 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 129 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 130 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 131 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 132 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 133 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 134 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 135 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 136 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 137 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 138 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 139 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 140 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/new_anims/teacher_walk001.txt b/resources/w/new_anims/teacher_walk001.txt new file mode 100644 index 0000000..73d1226 --- /dev/null +++ b/resources/w/new_anims/teacher_walk001.txt @@ -0,0 +1,110789 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1106603104913856 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646891147146558 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345751703766 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728654831368695 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998601856135329 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822174577565608 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20312078865894162 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319385970869 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265845015661746 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.030845834038906412 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798508934387249 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446524142359702 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153423548706335 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168810010339737 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634468110803418 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893389032981382 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220863597978917 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357172990993387 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638920943925994 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614920455824387 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02338389374023161 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602027023197 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822194613629788 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206482411937 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601336704712146 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.032658255855804647 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.030845827257316258 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0294465729272582 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153431115852075 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.031688092411405466 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634256605300227 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02622109946115456 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640293404800034 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02335711076709027 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02063900752432291 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491772160423 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383948357159724 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152490316345 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800330023933821 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343732461757965 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810124277855 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131528492916646 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.38003299040824 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343729320993497 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810401550565 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 40 +Frame: 0 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/new_anims/woman_walk1_001.txt b/resources/w/new_anims/woman_walk1_001.txt new file mode 100644 index 0000000..e5f4654 --- /dev/null +++ b/resources/w/new_anims/woman_walk1_001.txt @@ -0,0 +1,108769 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11066031006400812 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646902987142322 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345757796847 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728643149764675 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998594658040263 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822184143566646 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031207559903314 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319507220164 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265848223828015 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084581516839098 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02944645816911105 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153483741836208 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168803891182798 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634405602656947 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893394917334751 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220864152953584 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357228439438223 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638921131210613 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614806542043566 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383950447710786 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602025808661 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822188297384544 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206184382306 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601329429764739 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265822733857503 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084578385510397 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798497806618415 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446642853682748 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153290435290923 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168808724514119 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02863419587539416 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026221158877528815 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640172183734123 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357108898034294 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020639008009057536 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491709347253 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023384005327040144 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152979254603 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800332403538969 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343736998416447 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810155912996 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131534975290994 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800331685388115 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1334372618022829 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1832780935982394 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 36 +Frame: 0 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/new_anims/woman_walk2_001.txt b/resources/w/new_anims/woman_walk2_001.txt new file mode 100644 index 0000000..e5f4654 --- /dev/null +++ b/resources/w/new_anims/woman_walk2_001.txt @@ -0,0 +1,108769 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11066031006400812 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646902987142322 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345757796847 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728643149764675 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998594658040263 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822184143566646 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031207559903314 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319507220164 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265848223828015 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084581516839098 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02944645816911105 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153483741836208 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168803891182798 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634405602656947 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893394917334751 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220864152953584 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357228439438223 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638921131210613 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614806542043566 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383950447710786 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602025808661 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822188297384544 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206184382306 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601329429764739 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265822733857503 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084578385510397 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798497806618415 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446642853682748 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153290435290923 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168808724514119 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02863419587539416 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026221158877528815 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640172183734123 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357108898034294 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020639008009057536 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491709347253 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023384005327040144 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152979254603 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800332403538969 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343736998416447 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810155912996 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131534975290994 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800331685388115 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1334372618022829 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1832780935982394 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 36 +Frame: 0 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/new_anims/woman_walk3_001.txt b/resources/w/new_anims/woman_walk3_001.txt new file mode 100644 index 0000000..6d0e6bf --- /dev/null +++ b/resources/w/new_anims/woman_walk3_001.txt @@ -0,0 +1,115839 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11066031006400812 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646902987142322 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345757796847 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728643149764675 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998594658040263 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822184143566646 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031207559903314 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319507220164 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265848223828015 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084581516839098 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02944645816911105 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153483741836208 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168803891182798 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634405602656947 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893394917334751 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220864152953584 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357228439438223 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638921131210613 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614806542043566 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383950447710786 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602025808661 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822188297384544 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206184382306 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601329429764739 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265822733857503 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084578385510397 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798497806618415 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446642853682748 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153290435290923 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168808724514119 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02863419587539416 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026221158877528815 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640172183734123 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357108898034294 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020639008009057536 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491709347253 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023384005327040144 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152979254603 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800332403538969 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343736998416447 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810155912996 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131534975290994 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800331685388115 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1334372618022829 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1832780935982394 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 50 +Frame: 0 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 1 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 2 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 6 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 11 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 15 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 19 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 24 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 28 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 32 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 37 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 41 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 44 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 45 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 47 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 48 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 60 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/resources/w/new_anims/woman_walk4_001.txt b/resources/w/new_anims/woman_walk4_001.txt new file mode 100644 index 0000000..929a66e --- /dev/null +++ b/resources/w/new_anims/woman_walk4_001.txt @@ -0,0 +1,108769 @@ +=== Armature Matrix === + + + + +=== Armature Bones: 63 +Bone: Hips + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10599941074151416 + + + + Parent: None + Children: ['Spine', 'LeftUpLeg', 'RightUpLeg'] +Bone: Spine + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11066031006400812 + + + + Parent: Hips + Children: ['Spine1'] +Bone: Spine1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.12646902987142322 + + + + Parent: Spine + Children: ['Spine2'] +Bone: Spine2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.11941345757796847 + + + + Parent: Spine1 + Children: ['Neck', 'LeftShoulder', 'RightShoulder'] +Bone: Neck + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.0861649226866873 + + + + Parent: Spine2 + Children: ['Head'] +Bone: Head + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728643149764675 + + + + Parent: Neck + Children: ['Head_end'] +Bone: Head_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.20728623684206937 + + + + Parent: Head + Children: [] +Bone: LeftShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998594658040263 + + + + Parent: Spine2 + Children: ['LeftArm'] +Bone: LeftArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822184143566646 + + + + Parent: LeftShoulder + Children: ['LeftForeArm'] +Bone: LeftForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031207559903314 + + + + Parent: LeftArm + Children: ['LeftHand'] +Bone: LeftHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601319507220164 + + + + Parent: LeftForeArm + Children: ['LeftHandThumb1', 'LeftHandIndex1', 'LeftHandMiddle1', 'LeftHandRing1', 'LeftHandPinky1'] +Bone: LeftHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265848223828015 + + + + Parent: LeftHand + Children: ['LeftHandThumb2'] +Bone: LeftHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084581516839098 + + + + Parent: LeftHandThumb1 + Children: ['LeftHandThumb3'] +Bone: LeftHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027985007185621972 + + + + Parent: LeftHandThumb2 + Children: ['LeftHandThumb3_end'] +Bone: LeftHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: LeftHandThumb3 + Children: [] +Bone: LeftHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02944645816911105 + + + + Parent: LeftHand + Children: ['LeftHandIndex2'] +Bone: LeftHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153483741836208 + + + + Parent: LeftHandIndex1 + Children: ['LeftHandIndex3'] +Bone: LeftHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023405975415875812 + + + + Parent: LeftHandIndex2 + Children: ['LeftHandIndex3_end'] +Bone: LeftHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180091644299701 + + + + Parent: LeftHandIndex3 + Children: [] +Bone: LeftHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168803891182798 + + + + Parent: LeftHand + Children: ['LeftHandMiddle2'] +Bone: LeftHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028634405602656947 + + + + Parent: LeftHandMiddle1 + Children: ['LeftHandMiddle3'] +Bone: LeftHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02893394917334751 + + + + Parent: LeftHandMiddle2 + Children: ['LeftHandMiddle3_end'] +Bone: LeftHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02559996837409137 + + + + Parent: LeftHandMiddle3 + Children: [] +Bone: LeftHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026220864152953584 + + + + Parent: LeftHand + Children: ['LeftHandRing2'] +Bone: LeftHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640254708882362 + + + + Parent: LeftHandRing1 + Children: ['LeftHandRing3'] +Bone: LeftHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357228439438223 + + + + Parent: LeftHandRing2 + Children: ['LeftHandRing3_end'] +Bone: LeftHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330308909112422 + + + + Parent: LeftHandRing3 + Children: [] +Bone: LeftHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020638921131210613 + + + + Parent: LeftHand + Children: ['LeftHandPinky2'] +Bone: LeftHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.024614806542043566 + + + + Parent: LeftHandPinky1 + Children: ['LeftHandPinky3'] +Bone: LeftHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023383950447710786 + + + + Parent: LeftHandPinky2 + Children: ['LeftHandPinky3_end'] +Bone: LeftHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870861179394236 + + + + Parent: LeftHandPinky3 + Children: [] +Bone: RightShoulder + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.10998602025808661 + + + + Parent: Spine2 + Children: ['RightArm'] +Bone: RightArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.23822188297384544 + + + + Parent: RightShoulder + Children: ['RightForeArm'] +Bone: RightForeArm + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.2031206184382306 + + + + Parent: RightArm + Children: ['RightHand'] +Bone: RightHand + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.09601329429764739 + + + + Parent: RightForeArm + Children: ['RightHandThumb1', 'RightHandIndex1', 'RightHandMiddle1', 'RightHandRing1', 'RightHandPinky1'] +Bone: RightHandThumb1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03265822733857503 + + + + Parent: RightHand + Children: ['RightHandThumb2'] +Bone: RightHandThumb2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03084578385510397 + + + + Parent: RightHandThumb1 + Children: ['RightHandThumb3'] +Bone: RightHandThumb3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02798497806618415 + + + + Parent: RightHandThumb2 + Children: ['RightHandThumb3_end'] +Bone: RightHandThumb3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02841023992095614 + + + + Parent: RightHandThumb3 + Children: [] +Bone: RightHandIndex1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.029446642853682748 + + + + Parent: RightHand + Children: ['RightHandIndex2'] +Bone: RightHandIndex2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.021153290435290923 + + + + Parent: RightHandIndex1 + Children: ['RightHandIndex3'] +Bone: RightHandIndex3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02340596049464008 + + + + Parent: RightHandIndex2 + Children: ['RightHandIndex3_end'] +Bone: RightHandIndex3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02180090175819036 + + + + Parent: RightHandIndex3 + Children: [] +Bone: RightHandMiddle1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.03168808724514119 + + + + Parent: RightHand + Children: ['RightHandMiddle2'] +Bone: RightHandMiddle2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02863419587539416 + + + + Parent: RightHandMiddle1 + Children: ['RightHandMiddle3'] +Bone: RightHandMiddle3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.028934114135778323 + + + + Parent: RightHandMiddle2 + Children: ['RightHandMiddle3_end'] +Bone: RightHandMiddle3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.025599954731650353 + + + + Parent: RightHandMiddle3 + Children: [] +Bone: RightHandRing1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.026221158877528815 + + + + Parent: RightHand + Children: ['RightHandRing2'] +Bone: RightHandRing2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027640172183734123 + + + + Parent: RightHandRing1 + Children: ['RightHandRing3'] +Bone: RightHandRing3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023357108898034294 + + + + Parent: RightHandRing2 + Children: ['RightHandRing3_end'] +Bone: RightHandRing3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.027330299990639503 + + + + Parent: RightHandRing3 + Children: [] +Bone: RightHandPinky1 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.020639008009057536 + + + + Parent: RightHand + Children: ['RightHandPinky2'] +Bone: RightHandPinky2 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.02461491709347253 + + + + Parent: RightHandPinky1 + Children: ['RightHandPinky3'] +Bone: RightHandPinky3 + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023384005327040144 + + + + Parent: RightHandPinky2 + Children: ['RightHandPinky3_end'] +Bone: RightHandPinky3_end + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.023870859788721426 + + + + Parent: RightHandPinky3 + Children: [] +Bone: LeftUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.4613152979254603 + + + + Parent: Hips + Children: ['LeftLeg'] +Bone: LeftLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800332403538969 + + + + Parent: LeftUpLeg + Children: ['LeftFoot'] +Bone: LeftFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.13343736998416447 + + + + Parent: LeftLeg + Children: ['LeftToeBase'] +Bone: LeftToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.18327810155912996 + + + + Parent: LeftFoot + Children: [] +Bone: RightUpLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.46131534975290994 + + + + Parent: Hips + Children: ['RightLeg'] +Bone: RightLeg + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.3800331685388115 + + + + Parent: RightUpLeg + Children: ['RightFoot'] +Bone: RightFoot + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1334372618022829 + + + + Parent: RightLeg + Children: ['RightToeBase'] +Bone: RightToeBase + HEAD_LOCAL: + TAIL_LOCAL: + Length: 0.1832780935982394 + + + + Parent: RightFoot + Children: [] +=== TOTAL MESHES TO EXPORT: 1 === +=== Mesh Object: Teacher_lowpoly === +===Vertices: 5567 +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: +===UV Coordinates: +Face count: 9444 +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 +===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 +===Triangles: 9444 +Triangle: [1233, 13, 1232] +Triangle: [1231, 15, 1233] +Triangle: [1234, 16, 1235] +Triangle: [13, 1235, 1232] +Triangle: [16, 21, 20] +Triangle: [24, 22, 25] +Triangle: [21, 25, 20] +Triangle: [12, 20, 26] +Triangle: [14, 26, 27] +Triangle: [14, 5, 4] +Triangle: [25, 26, 20] +Triangle: [22, 27, 25] +Triangle: [0, 28, 15] +Triangle: [68, 3, 29] +Triangle: [29, 9, 30] +Triangle: [30, 62, 29] +Triangle: [60, 37, 36] +Triangle: [67, 31, 33] +Triangle: [63, 32, 66] +Triangle: [84, 108, 107] +Triangle: [67, 34, 65] +Triangle: [124, 42, 38] +Triangle: [128, 44, 127] +Triangle: [126, 43, 41] +Triangle: [127, 40, 125] +Triangle: [126, 42, 129] +Triangle: [128, 38, 39] +Triangle: [33, 45, 51] +Triangle: [36, 47, 50] +Triangle: [34, 51, 49] +Triangle: [69, 28, 68] +Triangle: [94, 85, 84] +Triangle: [35, 50, 46] +Triangle: [48, 35, 46] +Triangle: [13, 66, 64] +Triangle: [62, 63, 69] +Triangle: [28, 66, 15] +Triangle: [19, 67, 65] +Triangle: [18, 64, 67] +Triangle: [62, 59, 60] +Triangle: [60, 35, 63] +Triangle: [69, 29, 62] +Triangle: [28, 2, 68] +Triangle: [1236, 74, 1237] +Triangle: [1237, 70, 1239] +Triangle: [1234, 75, 17] +Triangle: [1238, 72, 1236] +Triangle: [77, 17, 75] +Triangle: [78, 23, 24] +Triangle: [77, 24, 21] +Triangle: [79, 75, 71] +Triangle: [73, 79, 71] +Triangle: [10, 73, 6] +Triangle: [78, 79, 80] +Triangle: [11, 80, 10] +Triangle: [81, 70, 74] +Triangle: [110, 82, 8] +Triangle: [83, 9, 82] +Triangle: [105, 30, 83] +Triangle: [88, 59, 104] +Triangle: [109, 84, 107] +Triangle: [85, 106, 108] +Triangle: [65, 86, 109] +Triangle: [32, 45, 31] +Triangle: [102, 165, 100] +Triangle: [89, 135, 131] +Triangle: [133, 90, 134] +Triangle: [136, 43, 130] +Triangle: [125, 139, 138] +Triangle: [92, 132, 135] +Triangle: [134, 89, 131] +Triangle: [94, 86, 144] +Triangle: [37, 142, 47] +Triangle: [86, 49, 144] +Triangle: [88, 95, 142] +Triangle: [87, 140, 95] +Triangle: [107, 1328, 72] +Triangle: [105, 106, 104] +Triangle: [19, 109, 76] +Triangle: [76, 107, 72] +Triangle: [104, 61, 105] +Triangle: [87, 104, 106] +Triangle: [83, 111, 105] +Triangle: [81, 8, 7] +Triangle: [66, 31, 64] +Triangle: [101, 171, 167] +Triangle: [103, 170, 166] +Triangle: [101, 162, 55] +Triangle: [103, 172, 102] +Triangle: [99, 165, 171] +Triangle: [56, 161, 169] +Triangle: [54, 168, 52] +Triangle: [58, 163, 170] +Triangle: [55, 164, 54] +Triangle: [57, 169, 163] +Triangle: [52, 161, 53] +Triangle: [39, 117, 112] +Triangle: [41, 113, 42] +Triangle: [44, 118, 40] +Triangle: [41, 114, 119] +Triangle: [39, 120, 44] +Triangle: [38, 113, 117] +Triangle: [147, 89, 90] +Triangle: [92, 122, 91] +Triangle: [40, 146, 139] +Triangle: [145, 43, 137] +Triangle: [123, 90, 93] +Triangle: [121, 92, 89] +Triangle: [141, 131, 96] +Triangle: [135, 97, 143] +Triangle: [49, 138, 144] +Triangle: [136, 47, 142] +Triangle: [98, 134, 141] +Triangle: [131, 143, 96] +Triangle: [48, 128, 45] +Triangle: [50, 129, 46] +Triangle: [51, 125, 49] +Triangle: [50, 130, 126] +Triangle: [45, 127, 51] +Triangle: [46, 124, 48] +Triangle: [91, 136, 132] +Triangle: [93, 138, 139] +Triangle: [141, 140, 94] +Triangle: [97, 95, 143] +Triangle: [98, 94, 144] +Triangle: [96, 95, 140] +Triangle: [122, 137, 91] +Triangle: [123, 139, 146] +Triangle: [147, 148, 121] +Triangle: [122, 116, 145] +Triangle: [147, 146, 115] +Triangle: [149, 148, 116] +Triangle: [97, 136, 142] +Triangle: [133, 144, 138] +Triangle: [1905, 156, 1912] +Triangle: [1913, 152, 157] +Triangle: [1908, 151, 1906] +Triangle: [1907, 158, 152] +Triangle: [1912, 153, 1908] +Triangle: [1905, 157, 150] +Triangle: [1916, 154, 1909] +Triangle: [1906, 155, 1910] +Triangle: [1909, 158, 1914] +Triangle: [155, 1915, 1910] +Triangle: [150, 168, 156] +Triangle: [157, 163, 169] +Triangle: [153, 162, 151] +Triangle: [152, 170, 163] +Triangle: [156, 164, 153] +Triangle: [150, 169, 161] +Triangle: [160, 166, 154] +Triangle: [162, 155, 151] +Triangle: [166, 158, 154] +Triangle: [167, 159, 155] +Triangle: [182, 116, 148] +Triangle: [184, 115, 146] +Triangle: [183, 114, 145] +Triangle: [118, 184, 146] +Triangle: [116, 183, 145] +Triangle: [115, 182, 148] +Triangle: [113, 178, 117] +Triangle: [112, 181, 120] +Triangle: [119, 175, 180] +Triangle: [120, 179, 118] +Triangle: [113, 180, 174] +Triangle: [112, 178, 173] +Triangle: [53, 619, 618] +Triangle: [536, 560, 535] +Triangle: [627, 189, 191] +Triangle: [621, 189, 620] +Triangle: [191, 192, 194] +Triangle: [190, 192, 189] +Triangle: [222, 197, 223] +Triangle: [222, 196, 195] +Triangle: [204, 225, 226] +Triangle: [225, 206, 227] +Triangle: [609, 1918, 1917] +Triangle: [203, 226, 228] +Triangle: [227, 207, 229] +Triangle: [196, 208, 195] +Triangle: [208, 199, 200] +Triangle: [197, 208, 202] +Triangle: [224, 203, 228] +Triangle: [229, 194, 223] +Triangle: [202, 200, 201] +Triangle: [204, 209, 210] +Triangle: [205, 210, 211] +Triangle: [205, 212, 206] +Triangle: [209, 193, 190] +Triangle: [207, 191, 194] +Triangle: [206, 213, 207] +Triangle: [624, 216, 625] +Triangle: [625, 217, 622] +Triangle: [623, 217, 218] +Triangle: [186, 221, 219] +Triangle: [188, 219, 220] +Triangle: [623, 220, 627] +Triangle: [621, 209, 190] +Triangle: [202, 223, 197] +Triangle: [224, 198, 196] +Triangle: [626, 215, 624] +Triangle: [201, 229, 202] +Triangle: [225, 201, 200] +Triangle: [199, 225, 200] +Triangle: [192, 224, 222] +Triangle: [192, 223, 194] +Triangle: [238, 234, 233] +Triangle: [238, 235, 237] +Triangle: [231, 238, 237] +Triangle: [232, 238, 230] +Triangle: [258, 294, 293] +Triangle: [272, 252, 276] +Triangle: [276, 254, 277] +Triangle: [259, 289, 294] +Triangle: [272, 251, 250] +Triangle: [255, 292, 291] +Triangle: [257, 293, 292] +Triangle: [287, 243, 289] +Triangle: [242, 656, 652] +Triangle: [655, 243, 659] +Triangle: [288, 245, 290] +Triangle: [659, 277, 278] +Triangle: [241, 654, 656] +Triangle: [288, 242, 246] +Triangle: [290, 244, 287] +Triangle: [654, 239, 655] +Triangle: [262, 230, 231] +Triangle: [261, 231, 237] +Triangle: [235, 261, 237] +Triangle: [256, 235, 233] +Triangle: [230, 258, 232] +Triangle: [232, 257, 236] +Triangle: [257, 234, 236] +Triangle: [255, 233, 234] +Triangle: [268, 279, 280] +Triangle: [270, 281, 279] +Triangle: [264, 282, 281] +Triangle: [284, 266, 283] +Triangle: [285, 267, 284] +Triangle: [286, 269, 285] +Triangle: [263, 286, 282] +Triangle: [266, 280, 283] +Triangle: [278, 254, 248] +Triangle: [249, 274, 247] +Triangle: [275, 249, 253] +Triangle: [274, 248, 247] +Triangle: [271, 253, 251] +Triangle: [653, 271, 272] +Triangle: [658, 276, 277] +Triangle: [657, 272, 276] +Triangle: [283, 628, 635] +Triangle: [282, 631, 634] +Triangle: [286, 630, 631] +Triangle: [630, 284, 629] +Triangle: [629, 283, 635] +Triangle: [281, 634, 633] +Triangle: [632, 281, 633] +Triangle: [280, 632, 628] +Triangle: [260, 287, 261] +Triangle: [256, 291, 288] +Triangle: [256, 290, 260] +Triangle: [261, 289, 262] +Triangle: [292, 240, 241] +Triangle: [291, 241, 242] +Triangle: [239, 289, 243] +Triangle: [293, 239, 240] +Triangle: [303, 299, 298] +Triangle: [303, 300, 302] +Triangle: [296, 303, 302] +Triangle: [297, 303, 295] +Triangle: [323, 359, 358] +Triangle: [644, 315, 317] +Triangle: [645, 317, 319] +Triangle: [324, 354, 359] +Triangle: [648, 316, 315] +Triangle: [320, 357, 356] +Triangle: [322, 358, 357] +Triangle: [692, 308, 693] +Triangle: [307, 340, 336] +Triangle: [339, 308, 343] +Triangle: [695, 310, 694] +Triangle: [309, 343, 308] +Triangle: [306, 338, 340] +Triangle: [695, 307, 311] +Triangle: [694, 309, 692] +Triangle: [338, 304, 339] +Triangle: [327, 295, 296] +Triangle: [302, 327, 296] +Triangle: [300, 326, 302] +Triangle: [321, 300, 298] +Triangle: [295, 323, 297] +Triangle: [323, 301, 297] +Triangle: [322, 299, 301] +Triangle: [320, 298, 299] +Triangle: [333, 344, 345] +Triangle: [344, 329, 346] +Triangle: [346, 328, 347] +Triangle: [332, 348, 349] +Triangle: [334, 349, 350] +Triangle: [330, 350, 351] +Triangle: [328, 351, 347] +Triangle: [348, 333, 345] +Triangle: [646, 319, 313] +Triangle: [649, 339, 650] +Triangle: [340, 649, 651] +Triangle: [650, 343, 646] +Triangle: [336, 651, 647] +Triangle: [311, 336, 337] +Triangle: [310, 342, 309] +Triangle: [311, 341, 310] +Triangle: [348, 636, 643] +Triangle: [347, 639, 642] +Triangle: [351, 638, 639] +Triangle: [638, 349, 637] +Triangle: [349, 643, 637] +Triangle: [346, 642, 641] +Triangle: [344, 641, 640] +Triangle: [345, 640, 636] +Triangle: [325, 352, 326] +Triangle: [321, 356, 353] +Triangle: [325, 353, 355] +Triangle: [326, 354, 327] +Triangle: [357, 698, 697] +Triangle: [356, 697, 696] +Triangle: [699, 354, 693] +Triangle: [358, 699, 698] +Triangle: [368, 364, 363] +Triangle: [368, 365, 367] +Triangle: [361, 368, 367] +Triangle: [362, 368, 360] +Triangle: [388, 424, 423] +Triangle: [660, 380, 382] +Triangle: [661, 382, 384] +Triangle: [389, 419, 424] +Triangle: [664, 381, 380] +Triangle: [385, 422, 421] +Triangle: [422, 388, 423] +Triangle: [700, 373, 701] +Triangle: [372, 405, 401] +Triangle: [404, 373, 408] +Triangle: [703, 375, 702] +Triangle: [374, 408, 373] +Triangle: [371, 403, 405] +Triangle: [703, 372, 376] +Triangle: [702, 374, 700] +Triangle: [403, 369, 404] +Triangle: [392, 360, 361] +Triangle: [367, 392, 361] +Triangle: [365, 391, 367] +Triangle: [386, 365, 363] +Triangle: [360, 388, 362] +Triangle: [388, 366, 362] +Triangle: [366, 385, 364] +Triangle: [385, 363, 364] +Triangle: [398, 409, 410] +Triangle: [409, 394, 411] +Triangle: [411, 393, 412] +Triangle: [397, 413, 414] +Triangle: [399, 414, 415] +Triangle: [395, 415, 416] +Triangle: [412, 395, 416] +Triangle: [413, 398, 410] +Triangle: [662, 384, 378] +Triangle: [665, 404, 666] +Triangle: [405, 665, 667] +Triangle: [404, 662, 666] +Triangle: [401, 667, 663] +Triangle: [376, 401, 402] +Triangle: [375, 407, 374] +Triangle: [375, 402, 406] +Triangle: [413, 668, 675] +Triangle: [674, 416, 671] +Triangle: [671, 415, 670] +Triangle: [670, 414, 669] +Triangle: [414, 675, 669] +Triangle: [673, 412, 674] +Triangle: [672, 411, 673] +Triangle: [410, 672, 668] +Triangle: [391, 420, 417] +Triangle: [386, 421, 418] +Triangle: [390, 418, 420] +Triangle: [392, 417, 419] +Triangle: [705, 423, 706] +Triangle: [704, 422, 705] +Triangle: [707, 419, 701] +Triangle: [706, 424, 707] +Triangle: [433, 429, 428] +Triangle: [433, 430, 432] +Triangle: [426, 433, 432] +Triangle: [427, 433, 425] +Triangle: [453, 489, 488] +Triangle: [471, 445, 447] +Triangle: [471, 449, 472] +Triangle: [454, 484, 489] +Triangle: [466, 445, 467] +Triangle: [450, 487, 486] +Triangle: [452, 488, 487] +Triangle: [482, 438, 484] +Triangle: [437, 680, 676] +Triangle: [434, 683, 679] +Triangle: [483, 440, 485] +Triangle: [682, 473, 683] +Triangle: [436, 678, 680] +Triangle: [486, 441, 483] +Triangle: [485, 439, 482] +Triangle: [435, 679, 678] +Triangle: [457, 425, 426] +Triangle: [456, 426, 432] +Triangle: [430, 456, 432] +Triangle: [428, 455, 430] +Triangle: [454, 427, 425] +Triangle: [453, 431, 427] +Triangle: [431, 450, 429] +Triangle: [450, 428, 429] +Triangle: [463, 474, 475] +Triangle: [474, 459, 476] +Triangle: [459, 477, 476] +Triangle: [479, 461, 478] +Triangle: [480, 462, 479] +Triangle: [481, 464, 480] +Triangle: [477, 460, 481] +Triangle: [461, 475, 478] +Triangle: [472, 443, 473] +Triangle: [468, 442, 444] +Triangle: [470, 444, 448] +Triangle: [442, 473, 443] +Triangle: [466, 448, 446] +Triangle: [676, 467, 677] +Triangle: [681, 472, 682] +Triangle: [681, 467, 471] +Triangle: [478, 684, 691] +Triangle: [477, 687, 690] +Triangle: [481, 686, 687] +Triangle: [686, 479, 685] +Triangle: [685, 478, 691] +Triangle: [689, 477, 690] +Triangle: [688, 476, 689] +Triangle: [475, 688, 684] +Triangle: [456, 485, 482] +Triangle: [451, 486, 483] +Triangle: [451, 485, 455] +Triangle: [456, 484, 457] +Triangle: [487, 435, 436] +Triangle: [486, 436, 437] +Triangle: [489, 438, 434] +Triangle: [488, 434, 435] +Triangle: [270, 334, 330] +Triangle: [335, 399, 395] +Triangle: [400, 464, 460] +Triangle: [491, 463, 490] +Triangle: [493, 490, 492] +Triangle: [516, 552, 551] +Triangle: [551, 613, 612] +Triangle: [495, 492, 494] +Triangle: [498, 492, 490] +Triangle: [610, 494, 609] +Triangle: [500, 188, 501] +Triangle: [228, 199, 198] +Triangle: [496, 504, 502] +Triangle: [594, 580, 597] +Triangle: [514, 579, 596] +Triangle: [498, 508, 497] +Triangle: [497, 494, 492] +Triangle: [498, 511, 509] +Triangle: [503, 507, 504] +Triangle: [513, 508, 509] +Triangle: [512, 509, 511] +Triangle: [597, 588, 266] +Triangle: [615, 1919, 613] +Triangle: [550, 612, 614] +Triangle: [552, 539, 553] +Triangle: [550, 516, 551] +Triangle: [329, 518, 328] +Triangle: [328, 520, 330] +Triangle: [329, 521, 519] +Triangle: [264, 522, 263] +Triangle: [265, 522, 524] +Triangle: [264, 525, 523] +Triangle: [394, 526, 393] +Triangle: [393, 528, 395] +Triangle: [394, 529, 527] +Triangle: [395, 521, 335] +Triangle: [330, 525, 270] +Triangle: [458, 531, 530] +Triangle: [458, 532, 460] +Triangle: [459, 491, 531] +Triangle: [460, 529, 400] +Triangle: [527, 532, 530] +Triangle: [519, 528, 526] +Triangle: [523, 520, 518] +Triangle: [188, 218, 535] +Triangle: [534, 535, 218] +Triangle: [537, 534, 533] +Triangle: [538, 537, 533] +Triangle: [522, 533, 524] +Triangle: [553, 616, 615] +Triangle: [539, 554, 553] +Triangle: [538, 546, 517] +Triangle: [516, 546, 547] +Triangle: [541, 546, 540] +Triangle: [540, 522, 523] +Triangle: [518, 540, 523] +Triangle: [519, 541, 518] +Triangle: [526, 542, 519] +Triangle: [527, 543, 526] +Triangle: [545, 527, 530] +Triangle: [548, 530, 539] +Triangle: [549, 530, 531] +Triangle: [549, 491, 493] +Triangle: [493, 554, 549] +Triangle: [554, 610, 616] +Triangle: [562, 517, 550] +Triangle: [614, 559, 550] +Triangle: [548, 515, 555] +Triangle: [545, 555, 544] +Triangle: [544, 556, 543] +Triangle: [555, 557, 556] +Triangle: [516, 557, 515] +Triangle: [558, 541, 542] +Triangle: [557, 558, 556] +Triangle: [543, 558, 542] +Triangle: [618, 559, 617] +Triangle: [1926, 566, 187] +Triangle: [501, 561, 559] +Triangle: [559, 562, 550] +Triangle: [188, 560, 501] +Triangle: [185, 611, 1918] +Triangle: [536, 562, 561] +Triangle: [563, 506, 505] +Triangle: [216, 506, 217] +Triangle: [565, 216, 215] +Triangle: [496, 499, 185] +Triangle: [187, 214, 221] +Triangle: [507, 512, 514] +Triangle: [507, 564, 567] +Triangle: [565, 567, 564] +Triangle: [565, 214, 566] +Triangle: [504, 567, 502] +Triangle: [568, 463, 461] +Triangle: [568, 498, 490] +Triangle: [464, 569, 570] +Triangle: [570, 571, 572] +Triangle: [396, 569, 398] +Triangle: [570, 462, 464] +Triangle: [573, 568, 461] +Triangle: [462, 573, 461] +Triangle: [510, 574, 511] +Triangle: [575, 571, 576] +Triangle: [575, 573, 572] +Triangle: [588, 587, 593] +Triangle: [512, 578, 579] +Triangle: [577, 511, 574] +Triangle: [577, 575, 576] +Triangle: [333, 583, 399] +Triangle: [582, 585, 583] +Triangle: [583, 397, 399] +Triangle: [331, 582, 333] +Triangle: [334, 593, 587] +Triangle: [596, 592, 586] +Triangle: [587, 332, 334] +Triangle: [589, 331, 332] +Triangle: [506, 514, 505] +Triangle: [590, 397, 585] +Triangle: [590, 571, 396] +Triangle: [578, 576, 590] +Triangle: [591, 590, 585] +Triangle: [579, 591, 592] +Triangle: [584, 591, 585] +Triangle: [586, 595, 580] +Triangle: [505, 596, 581] +Triangle: [595, 584, 589] +Triangle: [580, 589, 588] +Triangle: [497, 503, 496] +Triangle: [581, 586, 594] +Triangle: [266, 593, 268] +Triangle: [269, 598, 267] +Triangle: [265, 599, 269] +Triangle: [267, 597, 266] +Triangle: [603, 600, 602] +Triangle: [599, 602, 598] +Triangle: [598, 594, 597] +Triangle: [602, 581, 594] +Triangle: [581, 604, 505] +Triangle: [505, 605, 563] +Triangle: [601, 604, 600] +Triangle: [606, 599, 524] +Triangle: [601, 606, 607] +Triangle: [605, 607, 608] +Triangle: [533, 606, 524] +Triangle: [608, 533, 534] +Triangle: [563, 608, 534] +Triangle: [611, 56, 57] +Triangle: [217, 534, 218] +Triangle: [502, 566, 499] +Triangle: [1925, 499, 1926] +Triangle: [53, 617, 52] +Triangle: [1924, 617, 614] +Triangle: [1921, 102, 100] +Triangle: [99, 1921, 100] +Triangle: [614, 1923, 1924] +Triangle: [553, 613, 552] +Triangle: [1922, 103, 102] +Triangle: [612, 1919, 1923] +Triangle: [501, 619, 500] +Triangle: [496, 609, 494] +Triangle: [210, 626, 624] +Triangle: [221, 626, 621] +Triangle: [213, 627, 191] +Triangle: [213, 622, 623] +Triangle: [211, 622, 212] +Triangle: [210, 625, 211] +Triangle: [219, 621, 620] +Triangle: [220, 620, 627] +Triangle: [252, 632, 254] +Triangle: [632, 248, 254] +Triangle: [633, 247, 248] +Triangle: [251, 635, 250] +Triangle: [630, 251, 253] +Triangle: [631, 253, 249] +Triangle: [634, 249, 247] +Triangle: [250, 628, 252] +Triangle: [636, 319, 317] +Triangle: [640, 313, 319] +Triangle: [313, 642, 312] +Triangle: [637, 315, 316] +Triangle: [638, 316, 318] +Triangle: [639, 318, 314] +Triangle: [642, 314, 312] +Triangle: [643, 317, 315] +Triangle: [316, 651, 318] +Triangle: [312, 646, 313] +Triangle: [651, 314, 318] +Triangle: [314, 650, 312] +Triangle: [342, 646, 343] +Triangle: [337, 647, 648] +Triangle: [341, 645, 342] +Triangle: [341, 648, 644] +Triangle: [246, 657, 245] +Triangle: [245, 658, 244] +Triangle: [246, 652, 653] +Triangle: [273, 655, 274] +Triangle: [656, 273, 275] +Triangle: [244, 659, 243] +Triangle: [655, 278, 274] +Triangle: [652, 275, 271] +Triangle: [663, 383, 381] +Triangle: [377, 662, 378] +Triangle: [667, 379, 383] +Triangle: [379, 666, 377] +Triangle: [407, 662, 408] +Triangle: [402, 663, 664] +Triangle: [406, 661, 407] +Triangle: [406, 664, 660] +Triangle: [668, 384, 382] +Triangle: [672, 378, 384] +Triangle: [378, 674, 377] +Triangle: [381, 675, 380] +Triangle: [670, 381, 383] +Triangle: [671, 383, 379] +Triangle: [377, 671, 379] +Triangle: [380, 668, 382] +Triangle: [440, 677, 681] +Triangle: [440, 682, 439] +Triangle: [437, 677, 441] +Triangle: [678, 469, 468] +Triangle: [680, 468, 470] +Triangle: [439, 683, 438] +Triangle: [469, 683, 473] +Triangle: [676, 470, 466] +Triangle: [447, 688, 449] +Triangle: [449, 689, 443] +Triangle: [443, 690, 442] +Triangle: [446, 691, 445] +Triangle: [686, 446, 448] +Triangle: [687, 448, 444] +Triangle: [690, 444, 442] +Triangle: [691, 447, 445] +Triangle: [305, 699, 304] +Triangle: [304, 693, 308] +Triangle: [696, 306, 307] +Triangle: [697, 305, 306] +Triangle: [355, 692, 352] +Triangle: [353, 696, 695] +Triangle: [353, 694, 355] +Triangle: [352, 693, 354] +Triangle: [370, 707, 369] +Triangle: [369, 701, 373] +Triangle: [704, 371, 372] +Triangle: [705, 370, 371] +Triangle: [420, 700, 417] +Triangle: [418, 704, 703] +Triangle: [420, 703, 702] +Triangle: [417, 701, 419] +Triangle: [1807, 713, 1810] +Triangle: [1813, 720, 719] +Triangle: [1810, 714, 1805] +Triangle: [1803, 721, 720] +Triangle: [1787, 726, 727] +Triangle: [1806, 718, 717] +Triangle: [1786, 725, 1794] +Triangle: [1788, 731, 729] +Triangle: [1793, 727, 728] +Triangle: [1790, 734, 733] +Triangle: [1812, 709, 1801] +Triangle: [1804, 722, 721] +Triangle: [1796, 729, 730] +Triangle: [1797, 733, 732] +Triangle: [1789, 734, 1795] +Triangle: [1796, 723, 1791] +Triangle: [1792, 728, 737] +Triangle: [1784, 735, 1789] +Triangle: [1800, 714, 716] +Triangle: [1792, 736, 1784] +Triangle: [1811, 712, 1807] +Triangle: [1806, 708, 1812] +Triangle: [1785, 732, 731] +Triangle: [1809, 715, 722] +Triangle: [1794, 726, 1798] +Triangle: [1801, 710, 1802] +Triangle: [1799, 716, 715] +Triangle: [1808, 719, 718] +Triangle: [1791, 724, 1786] +Triangle: [1802, 711, 1811] +Triangle: [738, 741, 739] +Triangle: [739, 742, 738] +Triangle: [806, 743, 746] +Triangle: [807, 746, 749] +Triangle: [744, 743, 739] +Triangle: [741, 744, 739] +Triangle: [805, 749, 751] +Triangle: [744, 749, 746] +Triangle: [745, 747, 744] +Triangle: [750, 747, 748] +Triangle: [751, 749, 750] +Triangle: [805, 752, 804] +Triangle: [765, 751, 764] +Triangle: [792, 754, 800] +Triangle: [799, 755, 792] +Triangle: [802, 771, 742] +Triangle: [752, 766, 753] +Triangle: [753, 804, 752] +Triangle: [753, 768, 755] +Triangle: [757, 740, 756] +Triangle: [756, 759, 757] +Triangle: [759, 820, 761] +Triangle: [761, 817, 763] +Triangle: [757, 761, 760] +Triangle: [741, 760, 745] +Triangle: [822, 763, 817] +Triangle: [760, 763, 762] +Triangle: [745, 762, 748] +Triangle: [762, 750, 748] +Triangle: [764, 750, 763] +Triangle: [822, 765, 764] +Triangle: [768, 818, 767] +Triangle: [766, 819, 768] +Triangle: [812, 784, 814] +Triangle: [811, 765, 821] +Triangle: [764, 751, 750] +Triangle: [738, 770, 740] +Triangle: [738, 771, 769] +Triangle: [794, 774, 771] +Triangle: [774, 803, 777] +Triangle: [769, 774, 772] +Triangle: [770, 772, 773] +Triangle: [801, 777, 803] +Triangle: [774, 775, 772] +Triangle: [772, 776, 773] +Triangle: [775, 778, 776] +Triangle: [779, 778, 777] +Triangle: [801, 780, 779] +Triangle: [755, 767, 754] +Triangle: [779, 789, 788] +Triangle: [782, 800, 754] +Triangle: [793, 781, 797] +Triangle: [790, 780, 781] +Triangle: [798, 781, 780] +Triangle: [791, 781, 782] +Triangle: [740, 783, 756] +Triangle: [783, 758, 756] +Triangle: [815, 784, 786] +Triangle: [810, 786, 788] +Triangle: [783, 786, 784] +Triangle: [770, 785, 783] +Triangle: [787, 786, 785] +Triangle: [773, 787, 785] +Triangle: [778, 787, 776] +Triangle: [810, 789, 816] +Triangle: [809, 767, 818] +Triangle: [813, 791, 809] +Triangle: [796, 742, 743] +Triangle: [790, 816, 789] +Triangle: [788, 778, 779] +Triangle: [831, 1647, 1653] +Triangle: [1648, 823, 1650] +Triangle: [834, 1649, 1654] +Triangle: [835, 1651, 1649] +Triangle: [827, 1652, 1644] +Triangle: [1646, 831, 1653] +Triangle: [836, 1654, 1655] +Triangle: [1650, 824, 1643] +Triangle: [824, 1644, 1643] +Triangle: [1647, 836, 1655] +Triangle: [1651, 826, 1657] +Triangle: [1646, 712, 1652] +Triangle: [837, 1645, 1656] +Triangle: [1645, 833, 1648] +Triangle: [826, 1656, 1657] +Triangle: [754, 791, 782] +Triangle: [808, 758, 812] +Triangle: [800, 838, 792] +Triangle: [807, 851, 853] +Triangle: [794, 848, 840] +Triangle: [802, 842, 848] +Triangle: [799, 850, 804] +Triangle: [797, 839, 793] +Triangle: [798, 843, 797] +Triangle: [795, 840, 841] +Triangle: [803, 841, 849] +Triangle: [804, 851, 805] +Triangle: [801, 844, 798] +Triangle: [792, 845, 799] +Triangle: [806, 853, 852] +Triangle: [801, 849, 847] +Triangle: [796, 852, 842] +Triangle: [793, 846, 800] +Triangle: [1829, 1176, 1841] +Triangle: [1831, 871, 1832] +Triangle: [1840, 865, 925] +Triangle: [1835, 874, 875] +Triangle: [1832, 872, 1836] +Triangle: [1834, 869, 1837] +Triangle: [1839, 866, 867] +Triangle: [1836, 873, 1829] +Triangle: [1837, 870, 1831] +Triangle: [1833, 867, 865] +Triangle: [870, 882, 871] +Triangle: [925, 876, 926] +Triangle: [875, 885, 886] +Triangle: [871, 883, 872] +Triangle: [869, 879, 880] +Triangle: [867, 877, 878] +Triangle: [872, 884, 873] +Triangle: [869, 881, 870] +Triangle: [867, 876, 865] +Triangle: [1176, 884, 1177] +Triangle: [888, 1473, 1472] +Triangle: [1174, 891, 892] +Triangle: [892, 893, 894] +Triangle: [1426, 887, 888] +Triangle: [1178, 1425, 1437] +Triangle: [1428, 895, 1427] +Triangle: [1429, 896, 1428] +Triangle: [899, 1430, 1431] +Triangle: [1430, 897, 1429] +Triangle: [900, 1431, 1432] +Triangle: [927, 1432, 1436] +Triangle: [902, 1433, 1434] +Triangle: [908, 905, 909] +Triangle: [894, 907, 906] +Triangle: [907, 909, 906] +Triangle: [1221, 911, 910] +Triangle: [910, 913, 912] +Triangle: [912, 915, 914] +Triangle: [1242, 917, 916] +Triangle: [917, 918, 916] +Triangle: [1222, 923, 922] +Triangle: [923, 1219, 928] +Triangle: [1488, 1480, 1482] +Triangle: [1212, 1220, 1218] +Triangle: [3, 923, 9] +Triangle: [903, 1434, 1435] +Triangle: [868, 926, 879] +Triangle: [1834, 925, 868] +Triangle: [928, 9, 923] +Triangle: [1215, 927, 1217] +Triangle: [929, 1219, 1220] +Triangle: [1220, 910, 929] +Triangle: [912, 929, 910] +Triangle: [931, 912, 914] +Triangle: [936, 931, 914] +Triangle: [933, 916, 918] +Triangle: [928, 930, 934] +Triangle: [935, 930, 931] +Triangle: [82, 934, 8] +Triangle: [8, 935, 7] +Triangle: [1241, 936, 1242] +Triangle: [914, 937, 936] +Triangle: [931, 939, 935] +Triangle: [1243, 938, 1241] +Triangle: [7, 939, 70] +Triangle: [70, 1243, 1239] +Triangle: [941, 6, 940] +Triangle: [941, 932, 933] +Triangle: [1853, 1496, 1852] +Triangle: [1060, 953, 1061] +Triangle: [1071, 954, 1060] +Triangle: [1047, 1356, 1360] +Triangle: [986, 1078, 965] +Triangle: [954, 1069, 953] +Triangle: [1070, 1072, 954] +Triangle: [960, 957, 955] +Triangle: [956, 959, 958] +Triangle: [1582, 1573, 962] +Triangle: [1144, 1076, 1150] +Triangle: [1367, 948, 1155] +Triangle: [986, 967, 987] +Triangle: [1170, 969, 988] +Triangle: [964, 1145, 1144] +Triangle: [1542, 966, 1538] +Triangle: [970, 972, 962] +Triangle: [1564, 973, 1565] +Triangle: [962, 971, 961] +Triangle: [1157, 978, 976] +Triangle: [1158, 1566, 1568] +Triangle: [1159, 976, 975] +Triangle: [978, 980, 976] +Triangle: [1566, 981, 1567] +Triangle: [975, 980, 979] +Triangle: [1170, 1162, 1172] +Triangle: [986, 1161, 1160] +Triangle: [1364, 985, 944] +Triangle: [1146, 973, 963] +Triangle: [1163, 988, 989] +Triangle: [984, 988, 969] +Triangle: [1165, 983, 1163] +Triangle: [1149, 989, 984] +Triangle: [979, 990, 975] +Triangle: [991, 994, 990] +Triangle: [995, 1153, 993] +Triangle: [993, 1032, 995] +Triangle: [995, 1033, 1097] +Triangle: [997, 1002, 1001] +Triangle: [1001, 1004, 1003] +Triangle: [1004, 1005, 1003] +Triangle: [1024, 1008, 1007] +Triangle: [1026, 1009, 1027] +Triangle: [1010, 1387, 1009] +Triangle: [1386, 1013, 1011] +Triangle: [1014, 1424, 1423] +Triangle: [1405, 1392, 1400] +Triangle: [1408, 1395, 1396] +Triangle: [1409, 1391, 1405] +Triangle: [1400, 1388, 1402] +Triangle: [1406, 1394, 1393] +Triangle: [1407, 1388, 1395] +Triangle: [1401, 1396, 1394] +Triangle: [1006, 1024, 1005] +Triangle: [1406, 1389, 1403] +Triangle: [1008, 1027, 1007] +Triangle: [1000, 1033, 1029] +Triangle: [1029, 1032, 999] +Triangle: [1031, 1399, 1015] +Triangle: [1030, 999, 1032] +Triangle: [1413, 1381, 1418] +Triangle: [1075, 1360, 1362] +Triangle: [1067, 1045, 951] +Triangle: [950, 1045, 1046] +Triangle: [1041, 1379, 1380] +Triangle: [1027, 1372, 1382] +Triangle: [1027, 1383, 1007] +Triangle: [1037, 1373, 1036] +Triangle: [1055, 1056, 1057] +Triangle: [1056, 1059, 1057] +Triangle: [1007, 1057, 1024] +Triangle: [1024, 1059, 1005] +Triangle: [1037, 1371, 1376] +Triangle: [1038, 1371, 1039] +Triangle: [1038, 1375, 1374] +Triangle: [1043, 1377, 1375] +Triangle: [1040, 1380, 1377] +Triangle: [952, 1361, 1357] +Triangle: [1065, 1066, 1045] +Triangle: [1045, 1064, 1046] +Triangle: [1068, 1060, 1066] +Triangle: [1065, 949, 1047] +Triangle: [1066, 1061, 1064] +Triangle: [950, 1048, 1049] +Triangle: [1050, 1046, 1064] +Triangle: [1051, 1064, 1061] +Triangle: [1068, 1047, 1075] +Triangle: [1062, 1362, 1361] +Triangle: [964, 1164, 1160] +Triangle: [1070, 1062, 952] +Triangle: [1072, 956, 1069] +Triangle: [1071, 1075, 1062] +Triangle: [1073, 957, 1072] +Triangle: [1365, 946, 1080] +Triangle: [1150, 1358, 1366] +Triangle: [1073, 952, 1081] +Triangle: [1358, 1080, 947] +Triangle: [955, 1081, 1076] +Triangle: [1051, 1082, 1052] +Triangle: [953, 1082, 1061] +Triangle: [1069, 1083, 953] +Triangle: [956, 1084, 1069] +Triangle: [958, 1085, 956] +Triangle: [1087, 1054, 1053] +Triangle: [1052, 1087, 1053] +Triangle: [1083, 1087, 1082] +Triangle: [1084, 1088, 1083] +Triangle: [1058, 1087, 1088] +Triangle: [1086, 1088, 1085] +Triangle: [1090, 1086, 958] +Triangle: [1091, 1094, 1095] +Triangle: [1059, 1086, 1091] +Triangle: [1095, 961, 1092] +Triangle: [1090, 1093, 1094] +Triangle: [1005, 1091, 1095] +Triangle: [1003, 1095, 1092] +Triangle: [996, 1001, 1096] +Triangle: [1003, 1096, 1001] +Triangle: [971, 1092, 961] +Triangle: [1097, 997, 996] +Triangle: [1097, 1152, 995] +Triangle: [1098, 1381, 1378] +Triangle: [1035, 1100, 1099] +Triangle: [1099, 1102, 1101] +Triangle: [1416, 1104, 1103] +Triangle: [1103, 1106, 1105] +Triangle: [1414, 1103, 1034] +Triangle: [1034, 1105, 1036] +Triangle: [1106, 1107, 1105] +Triangle: [1124, 1110, 1109] +Triangle: [1126, 1111, 1125] +Triangle: [1927, 1102, 1928] +Triangle: [1110, 1136, 1134] +Triangle: [1111, 1113, 1114] +Triangle: [1106, 1932, 1933] +Triangle: [1115, 1936, 1113] +Triangle: [1106, 1934, 1108] +Triangle: [1113, 1935, 1927] +Triangle: [1415, 1938, 1931] +Triangle: [1108, 1126, 1123] +Triangle: [1108, 1937, 1115] +Triangle: [1116, 1125, 1112] +Triangle: [1107, 1123, 1124] +Triangle: [1036, 1107, 1037] +Triangle: [1037, 1124, 1039] +Triangle: [1039, 1109, 1038] +Triangle: [1043, 1109, 1127] +Triangle: [1040, 1127, 1128] +Triangle: [1041, 1128, 1129] +Triangle: [1041, 1130, 1042] +Triangle: [1133, 1140, 1138] +Triangle: [1132, 1129, 1128] +Triangle: [1134, 1140, 1141] +Triangle: [1131, 1129, 1142] +Triangle: [1135, 1116, 1112] +Triangle: [1139, 1138, 1140] +Triangle: [1135, 1140, 1136] +Triangle: [1123, 1116, 1110] +Triangle: [1110, 1141, 1109] +Triangle: [1141, 1127, 1109] +Triangle: [1137, 1142, 1138] +Triangle: [1133, 1142, 1132] +Triangle: [1128, 1133, 1132] +Triangle: [1077, 1366, 1363] +Triangle: [981, 1148, 1149] +Triangle: [973, 1165, 1158] +Triangle: [983, 1146, 968] +Triangle: [1545, 960, 1145] +Triangle: [1144, 960, 955] +Triangle: [1077, 1144, 1150] +Triangle: [1154, 994, 1152] +Triangle: [1152, 992, 1153] +Triangle: [1154, 996, 1151] +Triangle: [1166, 996, 1096] +Triangle: [977, 1165, 1148] +Triangle: [1160, 1079, 986] +Triangle: [1165, 989, 1148] +Triangle: [983, 1162, 1163] +Triangle: [1160, 966, 964] +Triangle: [1172, 968, 1169] +Triangle: [971, 1157, 1159] +Triangle: [1565, 1158, 1568] +Triangle: [972, 1156, 1157] +Triangle: [1367, 985, 1359] +Triangle: [1166, 971, 1159] +Triangle: [990, 1151, 1166] +Triangle: [975, 1166, 1159] +Triangle: [1543, 1169, 1538] +Triangle: [963, 1171, 1146] +Triangle: [1541, 1172, 1543] +Triangle: [1146, 1169, 968] +Triangle: [1541, 1168, 1170] +Triangle: [889, 1174, 890] +Triangle: [1439, 1475, 895] +Triangle: [901, 1436, 1433] +Triangle: [874, 1177, 885] +Triangle: [1830, 1176, 874] +Triangle: [1173, 1441, 891] +Triangle: [889, 1440, 1173] +Triangle: [1484, 920, 1182] +Triangle: [1189, 1458, 1459] +Triangle: [1183, 1181, 1179] +Triangle: [1180, 1184, 1185] +Triangle: [1191, 1459, 1463] +Triangle: [1180, 1187, 1442] +Triangle: [1441, 893, 891] +Triangle: [1442, 1189, 1443] +Triangle: [1191, 1467, 1193] +Triangle: [1192, 1468, 1464] +Triangle: [1182, 1452, 1183] +Triangle: [1193, 1471, 1205] +Triangle: [1184, 1452, 1454] +Triangle: [1185, 1458, 1187] +Triangle: [1204, 1471, 1470] +Triangle: [1451, 895, 896] +Triangle: [896, 1450, 1451] +Triangle: [920, 1190, 1182] +Triangle: [1201, 1192, 1190] +Triangle: [1190, 1453, 1182] +Triangle: [1203, 1470, 1469] +Triangle: [1190, 1464, 1460] +Triangle: [1202, 1200, 1199] +Triangle: [1198, 1202, 1199] +Triangle: [1204, 1198, 1197] +Triangle: [1205, 1197, 1196] +Triangle: [1195, 1205, 1196] +Triangle: [1193, 1194, 1191] +Triangle: [1443, 1191, 1194] +Triangle: [898, 1206, 897] +Triangle: [1449, 897, 1206] +Triangle: [1207, 1208, 1206] +Triangle: [1208, 1211, 1210] +Triangle: [1206, 1448, 1449] +Triangle: [1448, 1210, 1447] +Triangle: [901, 1212, 1218] +Triangle: [1218, 927, 901] +Triangle: [921, 1217, 1219] +Triangle: [898, 1214, 1207] +Triangle: [899, 1215, 1214] +Triangle: [902, 1213, 1212] +Triangle: [1220, 1217, 1218] +Triangle: [1214, 921, 1222] +Triangle: [1212, 1216, 1221] +Triangle: [1214, 1209, 1207] +Triangle: [1222, 1211, 1209] +Triangle: [2, 922, 3] +Triangle: [1223, 1211, 2] +Triangle: [1447, 1223, 1446] +Triangle: [1223, 1, 1224] +Triangle: [1446, 1224, 1445] +Triangle: [1225, 1, 0] +Triangle: [1445, 1225, 1444] +Triangle: [1244, 0, 1231] +Triangle: [1227, 4, 5] +Triangle: [1188, 1228, 1186] +Triangle: [1226, 1231, 4] +Triangle: [1239, 940, 6] +Triangle: [940, 1241, 932] +Triangle: [932, 1242, 916] +Triangle: [936, 1240, 1242] +Triangle: [71, 1238, 1236] +Triangle: [19, 1238, 1234] +Triangle: [6, 1237, 1239] +Triangle: [73, 1236, 1237] +Triangle: [1232, 16, 12] +Triangle: [19, 1235, 18] +Triangle: [4, 1233, 14] +Triangle: [14, 1232, 12] +Triangle: [1230, 1225, 1244] +Triangle: [1444, 1229, 1188] +Triangle: [1186, 907, 893] +Triangle: [1230, 1246, 1229] +Triangle: [1229, 1245, 1228] +Triangle: [1247, 1244, 1226] +Triangle: [1228, 908, 907] +Triangle: [1247, 1249, 1246] +Triangle: [1246, 1248, 1245] +Triangle: [1245, 904, 908] +Triangle: [1250, 1226, 1227] +Triangle: [11, 1253, 23] +Triangle: [23, 1252, 22] +Triangle: [10, 1251, 11] +Triangle: [1252, 5, 22] +Triangle: [1260, 1254, 1255] +Triangle: [1855, 1258, 1256] +Triangle: [1854, 1256, 1257] +Triangle: [1262, 1260, 1261] +Triangle: [1265, 1261, 1266] +Triangle: [1264, 1266, 1263] +Triangle: [1266, 1271, 1263] +Triangle: [1266, 1270, 1272] +Triangle: [1255, 1269, 1260] +Triangle: [1257, 1271, 1268] +Triangle: [1260, 1270, 1261] +Triangle: [1272, 1276, 1278] +Triangle: [1270, 1275, 1276] +Triangle: [1271, 1274, 1268] +Triangle: [1271, 1278, 1277] +Triangle: [1267, 1275, 1269] +Triangle: [1278, 1282, 1284] +Triangle: [1276, 1281, 1282] +Triangle: [1274, 1283, 1280] +Triangle: [1277, 1284, 1283] +Triangle: [1273, 1281, 1275] +Triangle: [1257, 1857, 1854] +Triangle: [1857, 1274, 1858] +Triangle: [1858, 1280, 1859] +Triangle: [1284, 1288, 1290] +Triangle: [1282, 1287, 1288] +Triangle: [1280, 1289, 1286] +Triangle: [1283, 1290, 1289] +Triangle: [1279, 1287, 1281] +Triangle: [1289, 1296, 1295] +Triangle: [1287, 1291, 1293] +Triangle: [1290, 1294, 1296] +Triangle: [1288, 1293, 1294] +Triangle: [1286, 1295, 1292] +Triangle: [1859, 1286, 1860] +Triangle: [1860, 1292, 1861] +Triangle: [1292, 1301, 1298] +Triangle: [1295, 1302, 1301] +Triangle: [1293, 1297, 1299] +Triangle: [1296, 1300, 1302] +Triangle: [1294, 1299, 1300] +Triangle: [1301, 1308, 1307] +Triangle: [1299, 1303, 1305] +Triangle: [1300, 1308, 1302] +Triangle: [1300, 1305, 1306] +Triangle: [1298, 1307, 1304] +Triangle: [1307, 1314, 1313] +Triangle: [1303, 1311, 1305] +Triangle: [1306, 1314, 1308] +Triangle: [1305, 1312, 1306] +Triangle: [1304, 1313, 1310] +Triangle: [1314, 1319, 1313] +Triangle: [1309, 1317, 1311] +Triangle: [1312, 1320, 1314] +Triangle: [1311, 1318, 1312] +Triangle: [1310, 1319, 1316] +Triangle: [1320, 1325, 1319] +Triangle: [1315, 1323, 1317] +Triangle: [1318, 1326, 1320] +Triangle: [1317, 1324, 1318] +Triangle: [1319, 1322, 1316] +Triangle: [1861, 1298, 1862] +Triangle: [1862, 1304, 1863] +Triangle: [1863, 1310, 1864] +Triangle: [1864, 1316, 1865] +Triangle: [1316, 1866, 1865] +Triangle: [1904, 176, 1902] +Triangle: [1903, 182, 1904] +Triangle: [1327, 172, 160] +Triangle: [159, 165, 1327] +Triangle: [111, 108, 106] +Triangle: [110, 1328, 111] +Triangle: [74, 1328, 81] +Triangle: [1496, 1491, 1495] +Triangle: [1493, 1492, 1496] +Triangle: [943, 941, 942] +Triangle: [942, 933, 1331] +Triangle: [1330, 1331, 1332] +Triangle: [1329, 1332, 1333] +Triangle: [918, 1331, 933] +Triangle: [919, 1332, 918] +Triangle: [1334, 1251, 943] +Triangle: [1253, 1335, 1252] +Triangle: [1227, 1335, 1336] +Triangle: [1250, 1336, 1337] +Triangle: [1249, 1337, 1338] +Triangle: [1249, 1339, 1248] +Triangle: [1248, 1340, 904] +Triangle: [1341, 904, 1340] +Triangle: [1844, 1489, 1851] +Triangle: [1844, 1335, 1334] +Triangle: [1843, 1336, 1335] +Triangle: [1842, 1337, 1336] +Triangle: [1845, 1338, 1337] +Triangle: [1846, 1339, 1338] +Triangle: [1847, 1340, 1339] +Triangle: [1848, 1341, 1340] +Triangle: [945, 1352, 1044] +Triangle: [1074, 1352, 1351] +Triangle: [1063, 1351, 1350] +Triangle: [946, 1350, 1349] +Triangle: [1080, 1349, 1342] +Triangle: [947, 1342, 1343] +Triangle: [1143, 1343, 1344] +Triangle: [948, 1344, 1347] +Triangle: [1155, 1346, 985] +Triangle: [944, 1346, 1348] +Triangle: [948, 1345, 1155] +Triangle: [1257, 1354, 1263] +Triangle: [1258, 1354, 1256] +Triangle: [1354, 1264, 1263] +Triangle: [1164, 1359, 1079] +Triangle: [1363, 1143, 948] +Triangle: [1076, 1365, 1358] +Triangle: [1366, 947, 1143] +Triangle: [952, 1365, 1081] +Triangle: [1361, 1074, 1063] +Triangle: [1357, 1063, 946] +Triangle: [1362, 1044, 1074] +Triangle: [1078, 1359, 1364] +Triangle: [1077, 1367, 1164] +Triangle: [1044, 1356, 945] +Triangle: [1410, 1399, 1411] +Triangle: [998, 1369, 999] +Triangle: [1055, 1383, 1373] +Triangle: [1375, 1052, 1374] +Triangle: [1382, 1034, 1036] +Triangle: [1383, 1036, 1373] +Triangle: [1377, 1048, 1050] +Triangle: [1376, 1055, 1373] +Triangle: [1378, 1011, 1013] +Triangle: [1380, 1049, 1048] +Triangle: [1381, 1414, 1418] +Triangle: [1375, 1050, 1051] +Triangle: [1376, 1053, 1054] +Triangle: [1374, 1053, 1371] +Triangle: [1413, 1387, 1419] +Triangle: [1419, 1384, 1412] +Triangle: [1022, 1389, 1021] +Triangle: [1385, 1012, 1014] +Triangle: [1422, 1398, 1410] +Triangle: [1420, 1398, 1421] +Triangle: [1393, 1021, 1389] +Triangle: [1390, 1403, 1389] +Triangle: [1398, 1015, 1399] +Triangle: [1391, 1017, 1392] +Triangle: [1396, 1019, 1025] +Triangle: [1397, 1016, 1391] +Triangle: [1409, 999, 1411] +Triangle: [1392, 1018, 1388] +Triangle: [1393, 1020, 1028] +Triangle: [1395, 1018, 1019] +Triangle: [1394, 1025, 1020] +Triangle: [1404, 1010, 1403] +Triangle: [1397, 1411, 1399] +Triangle: [1410, 1424, 1422] +Triangle: [1369, 1411, 999] +Triangle: [1026, 1403, 1010] +Triangle: [1008, 1408, 1401] +Triangle: [1006, 1402, 1407] +Triangle: [1026, 1401, 1406] +Triangle: [1002, 1402, 1004] +Triangle: [1029, 1405, 1000] +Triangle: [1023, 1407, 1408] +Triangle: [1000, 1400, 1002] +Triangle: [1386, 1412, 1012] +Triangle: [1011, 1419, 1386] +Triangle: [1418, 1034, 1372] +Triangle: [1415, 1932, 1104] +Triangle: [1035, 1416, 1414] +Triangle: [1099, 1415, 1416] +Triangle: [1009, 1418, 1372] +Triangle: [1022, 1421, 1390] +Triangle: [1390, 1422, 1404] +Triangle: [1404, 1412, 1384] +Triangle: [1423, 1369, 1368] +Triangle: [1422, 1012, 1412] +Triangle: [1427, 1177, 884] +Triangle: [1433, 926, 876] +Triangle: [1435, 878, 877] +Triangle: [1434, 876, 878] +Triangle: [926, 1432, 879] +Triangle: [1432, 880, 879] +Triangle: [881, 1429, 882] +Triangle: [1431, 881, 880] +Triangle: [882, 1428, 883] +Triangle: [883, 1427, 884] +Triangle: [1437, 885, 1177] +Triangle: [886, 1425, 1426] +Triangle: [1477, 1439, 920] +Triangle: [1181, 1441, 1440] +Triangle: [1181, 1438, 1179] +Triangle: [1180, 1186, 1441] +Triangle: [1442, 1188, 1186] +Triangle: [1443, 1444, 1188] +Triangle: [1194, 1445, 1444] +Triangle: [1196, 1445, 1195] +Triangle: [1196, 1447, 1446] +Triangle: [1198, 1447, 1197] +Triangle: [1199, 1448, 1198] +Triangle: [1200, 1449, 1199] +Triangle: [1200, 1451, 1450] +Triangle: [920, 1451, 1201] +Triangle: [1452, 1455, 1454] +Triangle: [1457, 1454, 1455] +Triangle: [1457, 1458, 1456] +Triangle: [1457, 1463, 1459] +Triangle: [1455, 1462, 1457] +Triangle: [1453, 1461, 1455] +Triangle: [1463, 1466, 1467] +Triangle: [1462, 1465, 1466] +Triangle: [1460, 1465, 1461] +Triangle: [1466, 1471, 1467] +Triangle: [1466, 1469, 1470] +Triangle: [1465, 1468, 1469] +Triangle: [1185, 1454, 1456] +Triangle: [1203, 1468, 1202] +Triangle: [895, 1437, 1427] +Triangle: [1474, 887, 1178] +Triangle: [1475, 1178, 895] +Triangle: [1472, 1480, 1478] +Triangle: [1479, 1482, 1474] +Triangle: [1476, 1481, 1479] +Triangle: [1485, 1438, 1488] +Triangle: [1487, 889, 890] +Triangle: [1482, 1473, 1474] +Triangle: [1179, 1483, 1183] +Triangle: [1484, 1481, 1477] +Triangle: [1483, 1182, 1183] +Triangle: [1481, 1485, 1479] +Triangle: [1478, 1486, 1487] +Triangle: [1438, 1486, 1488] +Triangle: [1485, 1482, 1479] +Triangle: [1334, 1494, 1489] +Triangle: [1852, 1495, 1850] +Triangle: [1489, 1490, 1493] +Triangle: [1851, 1493, 1853] +Triangle: [1492, 1329, 1491] +Triangle: [1490, 1330, 1492] +Triangle: [1494, 942, 1490] +Triangle: [958, 1089, 1090] +Triangle: [1089, 1503, 1502] +Triangle: [1513, 1504, 1505] +Triangle: [1505, 1506, 1507] +Triangle: [1510, 1518, 1527] +Triangle: [1514, 1510, 1511] +Triangle: [1503, 1512, 1513] +Triangle: [1506, 1514, 1507] +Triangle: [1555, 1519, 1517] +Triangle: [1520, 1553, 1557] +Triangle: [1518, 1557, 1559] +Triangle: [1515, 1520, 1510] +Triangle: [1522, 1515, 1506] +Triangle: [1523, 1506, 1504] +Triangle: [1524, 1504, 1512] +Triangle: [1501, 1524, 1512] +Triangle: [959, 1501, 1089] +Triangle: [1524, 1500, 1523] +Triangle: [1524, 1526, 1499] +Triangle: [1527, 1518, 1528] +Triangle: [1575, 1578, 1498] +Triangle: [1509, 1530, 1531] +Triangle: [1499, 1533, 1500] +Triangle: [1526, 1532, 1499] +Triangle: [1532, 1536, 1533] +Triangle: [1534, 1535, 1532] +Triangle: [987, 1540, 1541] +Triangle: [987, 1543, 1161] +Triangle: [1161, 1538, 966] +Triangle: [1545, 1542, 1546] +Triangle: [1171, 1538, 1169] +Triangle: [1525, 1534, 1526] +Triangle: [1537, 959, 960] +Triangle: [1537, 1544, 1535] +Triangle: [1545, 1539, 1544] +Triangle: [1535, 1539, 1536] +Triangle: [1547, 1542, 1171] +Triangle: [1547, 1167, 1548] +Triangle: [1546, 1548, 1539] +Triangle: [1548, 1549, 1550] +Triangle: [1549, 1552, 1550] +Triangle: [1552, 1553, 1554] +Triangle: [1539, 1550, 1536] +Triangle: [1550, 1533, 1536] +Triangle: [1522, 1553, 1521] +Triangle: [1552, 1500, 1533] +Triangle: [1523, 1554, 1522] +Triangle: [1555, 1527, 1528] +Triangle: [1551, 1557, 1553] +Triangle: [1556, 1559, 1557] +Triangle: [1558, 1560, 1561] +Triangle: [1560, 1551, 1549] +Triangle: [1560, 1167, 963] +Triangle: [1511, 1527, 1509] +Triangle: [1559, 1528, 1518] +Triangle: [1517, 1562, 1516] +Triangle: [1558, 1519, 1559] +Triangle: [1560, 1563, 1561] +Triangle: [974, 1568, 1156] +Triangle: [1566, 982, 978] +Triangle: [1156, 1566, 978] +Triangle: [970, 1565, 974] +Triangle: [1562, 1569, 1516] +Triangle: [1561, 1562, 1558] +Triangle: [1571, 1561, 1563] +Triangle: [1564, 1563, 963] +Triangle: [1571, 970, 1572] +Triangle: [1570, 1572, 1569] +Triangle: [1573, 970, 962] +Triangle: [1516, 1576, 1517] +Triangle: [1572, 1577, 1569] +Triangle: [1574, 1577, 1573] +Triangle: [1577, 1516, 1569] +Triangle: [1555, 1576, 1579] +Triangle: [1530, 1579, 1529] +Triangle: [1576, 1498, 1508] +Triangle: [1508, 1579, 1576] +Triangle: [1508, 1581, 1529] +Triangle: [1498, 1580, 1508] +Triangle: [1531, 1529, 1581] +Triangle: [961, 1582, 962] +Triangle: [1583, 961, 1094] +Triangle: [1585, 1094, 1093] +Triangle: [1583, 1582, 1584] +Triangle: [1093, 1587, 1585] +Triangle: [1586, 1589, 1587] +Triangle: [1589, 1590, 1497] +Triangle: [1585, 1574, 1582] +Triangle: [1587, 1578, 1574] +Triangle: [1580, 1592, 1581] +Triangle: [1497, 1578, 1589] +Triangle: [1497, 1591, 1580] +Triangle: [1588, 1595, 1590] +Triangle: [1588, 1593, 1594] +Triangle: [1593, 1093, 1089] +Triangle: [1502, 1593, 1089] +Triangle: [1503, 1596, 1502] +Triangle: [1502, 1595, 1594] +Triangle: [1590, 1598, 1591] +Triangle: [1596, 1598, 1595] +Triangle: [1509, 1601, 1600] +Triangle: [1581, 1601, 1531] +Triangle: [1511, 1600, 1602] +Triangle: [1511, 1603, 1514] +Triangle: [1507, 1603, 1604] +Triangle: [1505, 1604, 1605] +Triangle: [1513, 1605, 1606] +Triangle: [1606, 1503, 1513] +Triangle: [1597, 1599, 1596] +Triangle: [1602, 1604, 1603] +Triangle: [1608, 1599, 1607] +Triangle: [1592, 1598, 1608] +Triangle: [1608, 1609, 1610] +Triangle: [1610, 1611, 1612] +Triangle: [1609, 1597, 1606] +Triangle: [1611, 1606, 1605] +Triangle: [1612, 1605, 1602] +Triangle: [1592, 1610, 1601] +Triangle: [1610, 1600, 1601] +Triangle: [1602, 1600, 1612] +Triangle: [1617, 1614, 1618] +Triangle: [1618, 1615, 1619] +Triangle: [1617, 1616, 1613] +Triangle: [1623, 1620, 1617] +Triangle: [1621, 1619, 1622] +Triangle: [1623, 1618, 1621] +Triangle: [823, 1621, 824] +Triangle: [824, 1622, 827] +Triangle: [833, 1623, 823] +Triangle: [1613, 1626, 1614] +Triangle: [1614, 1627, 1615] +Triangle: [1613, 1628, 1625] +Triangle: [1615, 1629, 1630] +Triangle: [1619, 1630, 1633] +Triangle: [1633, 1622, 1619] +Triangle: [1631, 1622, 1632] +Triangle: [829, 1631, 1634] +Triangle: [829, 1635, 830] +Triangle: [830, 1636, 831] +Triangle: [825, 1638, 826] +Triangle: [835, 1637, 825] +Triangle: [836, 1640, 834] +Triangle: [832, 1642, 836] +Triangle: [834, 1641, 835] +Triangle: [1657, 718, 719] +Triangle: [717, 1648, 708] +Triangle: [1656, 717, 718] +Triangle: [830, 1652, 829] +Triangle: [720, 1657, 719] +Triangle: [1647, 715, 716] +Triangle: [710, 1644, 711] +Triangle: [709, 1643, 710] +Triangle: [1655, 722, 715] +Triangle: [1646, 714, 713] +Triangle: [1644, 712, 711] +Triangle: [1649, 720, 721] +Triangle: [1654, 721, 722] +Triangle: [708, 1650, 709] +Triangle: [1653, 716, 714] +Triangle: [826, 1658, 837] +Triangle: [1616, 1664, 1628] +Triangle: [1616, 1662, 1663] +Triangle: [1620, 1661, 1662] +Triangle: [1624, 1660, 1661] +Triangle: [828, 1660, 833] +Triangle: [837, 1659, 828] +Triangle: [1681, 1694, 1682] +Triangle: [1688, 1701, 1689] +Triangle: [1678, 1691, 1679] +Triangle: [1685, 1698, 1686] +Triangle: [1682, 1695, 1683] +Triangle: [1679, 1692, 1680] +Triangle: [1686, 1699, 1687] +Triangle: [1683, 1696, 1684] +Triangle: [1680, 1693, 1681] +Triangle: [1687, 1700, 1688] +Triangle: [1696, 1685, 1684] +Triangle: [1702, 1696, 1695] +Triangle: [1704, 1703, 1702] +Triangle: [1697, 1703, 1705] +Triangle: [1694, 1702, 1695] +Triangle: [1697, 1707, 1698] +Triangle: [1706, 1694, 1693] +Triangle: [1708, 1700, 1699] +Triangle: [1666, 1689, 1701] +Triangle: [1711, 1701, 1710] +Triangle: [1701, 1709, 1710] +Triangle: [1698, 1708, 1699] +Triangle: [1667, 1711, 1712] +Triangle: [1690, 1691, 1677] +Triangle: [1714, 1693, 1692] +Triangle: [1692, 1713, 1714] +Triangle: [1718, 1672, 1671] +Triangle: [1720, 1719, 1718] +Triangle: [1672, 1722, 1673] +Triangle: [1722, 1674, 1673] +Triangle: [1675, 1717, 1716] +Triangle: [1676, 1716, 1715] +Triangle: [1677, 1715, 1690] +Triangle: [1723, 1719, 1721] +Triangle: [1725, 1718, 1724] +Triangle: [1724, 1671, 1670] +Triangle: [1670, 1728, 1724] +Triangle: [1724, 1729, 1725] +Triangle: [1726, 1669, 1727] +Triangle: [1730, 1726, 1727] +Triangle: [1728, 1731, 1729] +Triangle: [1667, 1732, 1668] +Triangle: [1668, 1733, 1669] +Triangle: [1727, 1733, 1734] +Triangle: [1734, 1730, 1727] +Triangle: [1760, 1676, 1761] +Triangle: [1761, 1677, 1762] +Triangle: [1762, 1678, 1763] +Triangle: [1764, 1678, 1679] +Triangle: [1765, 1679, 1680] +Triangle: [1765, 1681, 1766] +Triangle: [831, 1639, 832] +Triangle: [1767, 1636, 1766] +Triangle: [1768, 1682, 1683] +Triangle: [1769, 1683, 1684] +Triangle: [1769, 1685, 1770] +Triangle: [1770, 1686, 1771] +Triangle: [1771, 1687, 1772] +Triangle: [1773, 1687, 1688] +Triangle: [1773, 1689, 1774] +Triangle: [1774, 1665, 1759] +Triangle: [1775, 1665, 1666] +Triangle: [1776, 1666, 1667] +Triangle: [1777, 1667, 1668] +Triangle: [1778, 1668, 1669] +Triangle: [1778, 1670, 1779] +Triangle: [1780, 1670, 1671] +Triangle: [1780, 1672, 1781] +Triangle: [1781, 1673, 1782] +Triangle: [1782, 1674, 1783] +Triangle: [1783, 1675, 1760] +Triangle: [1735, 1738, 1736] +Triangle: [1737, 1739, 1738] +Triangle: [1746, 1740, 1739] +Triangle: [1745, 1741, 1740] +Triangle: [1744, 1742, 1741] +Triangle: [1747, 1743, 1742] +Triangle: [1748, 1750, 1743] +Triangle: [1749, 1751, 1750] +Triangle: [1758, 1752, 1751] +Triangle: [1756, 1752, 1757] +Triangle: [1756, 1754, 1755] +Triangle: [1630, 1783, 1760] +Triangle: [1627, 1783, 1629] +Triangle: [1626, 1782, 1627] +Triangle: [1625, 1781, 1626] +Triangle: [1625, 1779, 1780] +Triangle: [1628, 1778, 1779] +Triangle: [1664, 1777, 1778] +Triangle: [1662, 1777, 1663] +Triangle: [1661, 1776, 1662] +Triangle: [1660, 1775, 1661] +Triangle: [1659, 1759, 1660] +Triangle: [1658, 1774, 1659] +Triangle: [1658, 1772, 1773] +Triangle: [1637, 1772, 1638] +Triangle: [1641, 1771, 1637] +Triangle: [1640, 1770, 1641] +Triangle: [1640, 1768, 1769] +Triangle: [1642, 1767, 1768] +Triangle: [1682, 1766, 1681] +Triangle: [1635, 1766, 1636] +Triangle: [1634, 1765, 1635] +Triangle: [1634, 1763, 1764] +Triangle: [1631, 1762, 1763] +Triangle: [1632, 1761, 1762] +Triangle: [1633, 1760, 1761] +Triangle: [809, 1786, 813] +Triangle: [816, 1798, 810] +Triangle: [821, 1785, 811] +Triangle: [808, 1792, 1784] +Triangle: [808, 1789, 820] +Triangle: [812, 1793, 1792] +Triangle: [818, 1791, 809] +Triangle: [820, 1795, 817] +Triangle: [821, 1790, 1797] +Triangle: [819, 1796, 818] +Triangle: [822, 1795, 1790] +Triangle: [814, 1787, 1793] +Triangle: [811, 1788, 819] +Triangle: [813, 1794, 816] +Triangle: [815, 1798, 1787] +Triangle: [1823, 1811, 1828] +Triangle: [1825, 1813, 1808] +Triangle: [1814, 1800, 1799] +Triangle: [1822, 1802, 1823] +Triangle: [1826, 1799, 1809] +Triangle: [1818, 1812, 1820] +Triangle: [1828, 1807, 1819] +Triangle: [1824, 1800, 1815] +Triangle: [1817, 1809, 1804] +Triangle: [1820, 1801, 1822] +Triangle: [1818, 1808, 1806] +Triangle: [1816, 1804, 1803] +Triangle: [1827, 1805, 1824] +Triangle: [1821, 1803, 1813] +Triangle: [1819, 1810, 1827] +Triangle: [733, 1827, 732] +Triangle: [726, 1816, 1821] +Triangle: [732, 1824, 731] +Triangle: [725, 1817, 1816] +Triangle: [728, 1825, 1818] +Triangle: [737, 1822, 736] +Triangle: [724, 1826, 1817] +Triangle: [731, 1815, 729] +Triangle: [734, 1819, 733] +Triangle: [737, 1818, 1820] +Triangle: [730, 1826, 723] +Triangle: [736, 1823, 735] +Triangle: [730, 1815, 1814] +Triangle: [727, 1821, 1825] +Triangle: [735, 1828, 734] +Triangle: [863, 1841, 1830] +Triangle: [924, 1834, 857] +Triangle: [856, 1833, 854] +Triangle: [858, 1831, 859] +Triangle: [861, 1829, 862] +Triangle: [856, 1838, 1839] +Triangle: [857, 1837, 858] +Triangle: [860, 1836, 861] +Triangle: [864, 1830, 1835] +Triangle: [924, 1833, 1840] +Triangle: [859, 1832, 860] +Triangle: [1175, 1829, 1841] +Triangle: [1347, 1853, 1345] +Triangle: [1348, 1852, 1850] +Triangle: [1353, 1848, 1352] +Triangle: [1351, 1848, 1847] +Triangle: [1350, 1847, 1846] +Triangle: [1349, 1846, 1845] +Triangle: [1349, 1842, 1342] +Triangle: [1342, 1843, 1343] +Triangle: [1344, 1843, 1844] +Triangle: [1347, 1844, 1851] +Triangle: [1345, 1852, 1346] +Triangle: [1865, 1879, 1878] +Triangle: [1877, 1865, 1878] +Triangle: [1876, 1864, 1877] +Triangle: [1875, 1863, 1876] +Triangle: [1861, 1875, 1874] +Triangle: [1873, 1861, 1874] +Triangle: [1872, 1860, 1873] +Triangle: [1871, 1859, 1872] +Triangle: [1870, 1858, 1871] +Triangle: [1854, 1870, 1867] +Triangle: [1867, 1855, 1854] +Triangle: [1868, 1856, 1855] +Triangle: [863, 1869, 1868] +Triangle: [1175, 1868, 1867] +Triangle: [1867, 862, 1175] +Triangle: [862, 1871, 861] +Triangle: [861, 1872, 860] +Triangle: [860, 1873, 859] +Triangle: [859, 1874, 858] +Triangle: [1874, 857, 858] +Triangle: [857, 1876, 924] +Triangle: [924, 1877, 854] +Triangle: [854, 1878, 856] +Triangle: [856, 1879, 855] +Triangle: [1031, 1880, 1890] +Triangle: [1021, 1889, 1886] +Triangle: [1022, 1886, 1887] +Triangle: [1420, 1887, 1892] +Triangle: [1020, 1889, 1028] +Triangle: [1016, 1890, 1881] +Triangle: [1017, 1881, 1882] +Triangle: [1015, 1891, 1880] +Triangle: [1018, 1882, 1883] +Triangle: [1019, 1888, 1025] +Triangle: [1018, 1884, 1019] +Triangle: [1025, 1885, 1020] +Triangle: [1370, 1892, 1891] +Triangle: [1916, 1904, 1911] +Triangle: [1911, 1902, 1915] +Triangle: [1898, 176, 184] +Triangle: [183, 1901, 175] +Triangle: [179, 1898, 184] +Triangle: [177, 1897, 183] +Triangle: [178, 1900, 1893] +Triangle: [173, 1896, 181] +Triangle: [180, 1901, 1895] +Triangle: [181, 1894, 179] +Triangle: [174, 1895, 1900] +Triangle: [178, 1899, 173] +Triangle: [1327, 1915, 159] +Triangle: [160, 1911, 1327] +Triangle: [1910, 1902, 1898] +Triangle: [1909, 1901, 1897] +Triangle: [1894, 1910, 1898] +Triangle: [1903, 1909, 1897] +Triangle: [1893, 1913, 1905] +Triangle: [1899, 1908, 1896] +Triangle: [1895, 1914, 1907] +Triangle: [1896, 1906, 1894] +Triangle: [1900, 1907, 1913] +Triangle: [1893, 1912, 1899] +Triangle: [1917, 58, 103] +Triangle: [1918, 57, 58] +Triangle: [1921, 615, 616] +Triangle: [1920, 101, 1919] +Triangle: [1917, 610, 609] +Triangle: [1922, 616, 610] +Triangle: [1924, 55, 54] +Triangle: [55, 1919, 101] +Triangle: [54, 617, 1924] +Triangle: [1925, 619, 611] +Triangle: [500, 1925, 1926] +Triangle: [1927, 1938, 1101] +Triangle: [1113, 1928, 1114] +Triangle: [1930, 1122, 1120] +Triangle: [1930, 1119, 1118] +Triangle: [1929, 1930, 1117] +Triangle: [1417, 1930, 1118] +Triangle: [1417, 1932, 1931] +Triangle: [1118, 1933, 1932] +Triangle: [1120, 1933, 1119] +Triangle: [1929, 1936, 1121] +Triangle: [1121, 1937, 1122] +Triangle: [1122, 1934, 1120] +Triangle: [1117, 1931, 1938] +Triangle: [1117, 1935, 1929] +Triangle: [3110, 1952, 1954] +Triangle: [3108, 1954, 1939] +Triangle: [3111, 1955, 1956] +Triangle: [3112, 1952, 3109] +Triangle: [1955, 1960, 1956] +Triangle: [1961, 1963, 1964] +Triangle: [1964, 1960, 1959] +Triangle: [1951, 1959, 1955] +Triangle: [1953, 1965, 1951] +Triangle: [1944, 1953, 1943] +Triangle: [1964, 1965, 1966] +Triangle: [1961, 1966, 1944] +Triangle: [1967, 1939, 1954] +Triangle: [2007, 1942, 1941] +Triangle: [1968, 1948, 1942] +Triangle: [2001, 1969, 1968] +Triangle: [1999, 1976, 1998] +Triangle: [2006, 1970, 2003] +Triangle: [1971, 2002, 2005] +Triangle: [2047, 2023, 2046] +Triangle: [1973, 2006, 2004] +Triangle: [2063, 1981, 2068] +Triangle: [1983, 2067, 2066] +Triangle: [2065, 1982, 2069] +Triangle: [1979, 2066, 2064] +Triangle: [1981, 2065, 2068] +Triangle: [2067, 1977, 2063] +Triangle: [1984, 1972, 1990] +Triangle: [1986, 1975, 1989] +Triangle: [1990, 1973, 1988] +Triangle: [2008, 1967, 2002] +Triangle: [2024, 2033, 2023] +Triangle: [1989, 1974, 1985] +Triangle: [1987, 1974, 1971] +Triangle: [1952, 2005, 1954] +Triangle: [2001, 2002, 1999] +Triangle: [2005, 1967, 1954] +Triangle: [1958, 2006, 1957] +Triangle: [1957, 2003, 1952] +Triangle: [2001, 1998, 2000] +Triangle: [1974, 1999, 2002] +Triangle: [1968, 2008, 2001] +Triangle: [1967, 1941, 1940] +Triangle: [2013, 3113, 3114] +Triangle: [2009, 3114, 3116] +Triangle: [3111, 2014, 3115] +Triangle: [2011, 3115, 3113] +Triangle: [1956, 2016, 2014] +Triangle: [2017, 1962, 1950] +Triangle: [2016, 1963, 2017] +Triangle: [2014, 2018, 2010] +Triangle: [2012, 2018, 2019] +Triangle: [2012, 1949, 1945] +Triangle: [2017, 2018, 2016] +Triangle: [1950, 2019, 2017] +Triangle: [2009, 2020, 2013] +Triangle: [2049, 2021, 2022] +Triangle: [2022, 1948, 1969] +Triangle: [1969, 2044, 2022] +Triangle: [1998, 2027, 2043] +Triangle: [2048, 2023, 2025] +Triangle: [2045, 2024, 2047] +Triangle: [2004, 2025, 1973] +Triangle: [1984, 1971, 1970] +Triangle: [2104, 2041, 2039] +Triangle: [2074, 2028, 2070] +Triangle: [2072, 2029, 2032] +Triangle: [2075, 1982, 2076] +Triangle: [2064, 2078, 1979] +Triangle: [2071, 2031, 2074] +Triangle: [2073, 2028, 2029] +Triangle: [2033, 2025, 2023] +Triangle: [2081, 1976, 1986] +Triangle: [1988, 2025, 2083] +Triangle: [2034, 2027, 2081] +Triangle: [2079, 2026, 2034] +Triangle: [3192, 2046, 2011] +Triangle: [2044, 2045, 2050] +Triangle: [1958, 2048, 2004] +Triangle: [2015, 2046, 2048] +Triangle: [2000, 2043, 2044] +Triangle: [2043, 2026, 2045] +Triangle: [2050, 2022, 2044] +Triangle: [2020, 1947, 2049] +Triangle: [1970, 2005, 2003] +Triangle: [2040, 2110, 2038] +Triangle: [2042, 2109, 1997] +Triangle: [2101, 2040, 1994] +Triangle: [2111, 2042, 2041] +Triangle: [2038, 2104, 2039] +Triangle: [1995, 2100, 1992] +Triangle: [2107, 1993, 1991] +Triangle: [1997, 2102, 1996] +Triangle: [2103, 1994, 1993] +Triangle: [1996, 2108, 1995] +Triangle: [2100, 1991, 1992] +Triangle: [1978, 2056, 1977] +Triangle: [2052, 1980, 1981] +Triangle: [2057, 1983, 1979] +Triangle: [1980, 2053, 1982] +Triangle: [2059, 1978, 1983] +Triangle: [1977, 2052, 1981] +Triangle: [2028, 2086, 2029] +Triangle: [2031, 2061, 2088] +Triangle: [1979, 2085, 2057] +Triangle: [1982, 2084, 2076] +Triangle: [2029, 2062, 2032] +Triangle: [2031, 2060, 2028] +Triangle: [2080, 2070, 2073] +Triangle: [2036, 2074, 2082] +Triangle: [1988, 2077, 2064] +Triangle: [1986, 2075, 2081] +Triangle: [2037, 2073, 2072] +Triangle: [2082, 2070, 2035] +Triangle: [2067, 1987, 1984] +Triangle: [2068, 1989, 1985] +Triangle: [2064, 1990, 1988] +Triangle: [1989, 2069, 1986] +Triangle: [2066, 1984, 1990] +Triangle: [2063, 1985, 1987] +Triangle: [2075, 2030, 2071] +Triangle: [2032, 2077, 2072] +Triangle: [2080, 2079, 2035] +Triangle: [2034, 2036, 2082] +Triangle: [2037, 2033, 2080] +Triangle: [2035, 2034, 2082] +Triangle: [2076, 2061, 2030] +Triangle: [2062, 2078, 2032] +Triangle: [2087, 2086, 2060] +Triangle: [2061, 2055, 2088] +Triangle: [2086, 2085, 2062] +Triangle: [2088, 2087, 2060] +Triangle: [2036, 2075, 2071] +Triangle: [2072, 2083, 2037] +Triangle: [2095, 3739, 3746] +Triangle: [3747, 2091, 3741] +Triangle: [2090, 3742, 3740] +Triangle: [3741, 2097, 3748] +Triangle: [2092, 3746, 3742] +Triangle: [3739, 2096, 3747] +Triangle: [3750, 2093, 2099] +Triangle: [3740, 2094, 2090] +Triangle: [3743, 2097, 2093] +Triangle: [3749, 2094, 3744] +Triangle: [2107, 2089, 2095] +Triangle: [2096, 2102, 2091] +Triangle: [2101, 2092, 2090] +Triangle: [2091, 2109, 2097] +Triangle: [2103, 2095, 2092] +Triangle: [2089, 2108, 2096] +Triangle: [2099, 2105, 2111] +Triangle: [2094, 2101, 2090] +Triangle: [2097, 2105, 2093] +Triangle: [2098, 2106, 2094] +Triangle: [2055, 2121, 2087] +Triangle: [2054, 2123, 2085] +Triangle: [2053, 2122, 2084] +Triangle: [2057, 2123, 2118] +Triangle: [2055, 2122, 2116] +Triangle: [2054, 2121, 2115] +Triangle: [2117, 2052, 2056] +Triangle: [2120, 2051, 2059] +Triangle: [2058, 2114, 2053] +Triangle: [2118, 2059, 2057] +Triangle: [2052, 2119, 2058] +Triangle: [2051, 2117, 2056] +Triangle: [2558, 1992, 2557] +Triangle: [2499, 2475, 2474] +Triangle: [2566, 2128, 2559] +Triangle: [2128, 2560, 2559] +Triangle: [2130, 2131, 2128] +Triangle: [2131, 2129, 2128] +Triangle: [2136, 2161, 2162] +Triangle: [2161, 2135, 2163] +Triangle: [2164, 2143, 2165] +Triangle: [2164, 2145, 2144] +Triangle: [2548, 3752, 2124] +Triangle: [2165, 2142, 2167] +Triangle: [2146, 2166, 2168] +Triangle: [2147, 2135, 2134] +Triangle: [2147, 2138, 2137] +Triangle: [2136, 2147, 2134] +Triangle: [2163, 2142, 2132] +Triangle: [2133, 2168, 2162] +Triangle: [2141, 2139, 2147] +Triangle: [2143, 2148, 2142] +Triangle: [2144, 2149, 2143] +Triangle: [2151, 2144, 2145] +Triangle: [2132, 2148, 2129] +Triangle: [2130, 2146, 2133] +Triangle: [2152, 2145, 2146] +Triangle: [2155, 2563, 2564] +Triangle: [2156, 2564, 2561] +Triangle: [2562, 2156, 2561] +Triangle: [2125, 2160, 2126] +Triangle: [2127, 2158, 2125] +Triangle: [2159, 2562, 2566] +Triangle: [2560, 2148, 2565] +Triangle: [2162, 2141, 2136] +Triangle: [2137, 2163, 2135] +Triangle: [2154, 2565, 2563] +Triangle: [2168, 2140, 2141] +Triangle: [2140, 2164, 2139] +Triangle: [2138, 2164, 2165] +Triangle: [2131, 2163, 2132] +Triangle: [2162, 2131, 2133] +Triangle: [2177, 2173, 2175] +Triangle: [2174, 2177, 2176] +Triangle: [2170, 2177, 2169] +Triangle: [2177, 2171, 2169] +Triangle: [2233, 2197, 2232] +Triangle: [2191, 2211, 2215] +Triangle: [2193, 2215, 2216] +Triangle: [2228, 2198, 2233] +Triangle: [2211, 2190, 2210] +Triangle: [2231, 2194, 2230] +Triangle: [2232, 2196, 2231] +Triangle: [2182, 2226, 2228] +Triangle: [2595, 2181, 2591] +Triangle: [2594, 2182, 2178] +Triangle: [2184, 2227, 2229] +Triangle: [2598, 2216, 2597] +Triangle: [2593, 2180, 2595] +Triangle: [2227, 2181, 2230] +Triangle: [2183, 2229, 2226] +Triangle: [2593, 2178, 2179] +Triangle: [2169, 2201, 2170] +Triangle: [2170, 2200, 2176] +Triangle: [2174, 2200, 2199] +Triangle: [2174, 2195, 2172] +Triangle: [2169, 2197, 2198] +Triangle: [2171, 2196, 2197] +Triangle: [2173, 2196, 2175] +Triangle: [2172, 2194, 2173] +Triangle: [2218, 2207, 2219] +Triangle: [2220, 2209, 2218] +Triangle: [2221, 2203, 2220] +Triangle: [2223, 2205, 2206] +Triangle: [2224, 2206, 2208] +Triangle: [2225, 2208, 2204] +Triangle: [2225, 2202, 2221] +Triangle: [2219, 2205, 2222] +Triangle: [2217, 2193, 2216] +Triangle: [2188, 2213, 2212] +Triangle: [2188, 2214, 2192] +Triangle: [2187, 2213, 2186] +Triangle: [2192, 2210, 2190] +Triangle: [2592, 2210, 2591] +Triangle: [2597, 2215, 2596] +Triangle: [2596, 2211, 2592] +Triangle: [2567, 2222, 2574] +Triangle: [2570, 2221, 2573] +Triangle: [2569, 2225, 2570] +Triangle: [2569, 2223, 2224] +Triangle: [2568, 2222, 2223] +Triangle: [2573, 2220, 2572] +Triangle: [2571, 2220, 2218] +Triangle: [2571, 2219, 2567] +Triangle: [2226, 2199, 2200] +Triangle: [2195, 2230, 2194] +Triangle: [2229, 2195, 2199] +Triangle: [2228, 2200, 2201] +Triangle: [2179, 2231, 2180] +Triangle: [2180, 2230, 2181] +Triangle: [2178, 2228, 2233] +Triangle: [2178, 2232, 2179] +Triangle: [2242, 2238, 2240] +Triangle: [2239, 2242, 2241] +Triangle: [2235, 2242, 2234] +Triangle: [2242, 2236, 2234] +Triangle: [2298, 2262, 2297] +Triangle: [2583, 2254, 2587] +Triangle: [2584, 2256, 2583] +Triangle: [2293, 2263, 2298] +Triangle: [2587, 2255, 2586] +Triangle: [2296, 2259, 2295] +Triangle: [2297, 2261, 2296] +Triangle: [2247, 2631, 2632] +Triangle: [2279, 2246, 2275] +Triangle: [2278, 2247, 2243] +Triangle: [2249, 2634, 2633] +Triangle: [2282, 2248, 2247] +Triangle: [2277, 2245, 2279] +Triangle: [2634, 2246, 2635] +Triangle: [2248, 2633, 2631] +Triangle: [2277, 2243, 2244] +Triangle: [2234, 2266, 2235] +Triangle: [2241, 2266, 2265] +Triangle: [2239, 2265, 2264] +Triangle: [2239, 2260, 2237] +Triangle: [2234, 2262, 2263] +Triangle: [2240, 2262, 2236] +Triangle: [2238, 2261, 2240] +Triangle: [2237, 2259, 2238] +Triangle: [2283, 2272, 2284] +Triangle: [2283, 2268, 2274] +Triangle: [2285, 2267, 2268] +Triangle: [2287, 2271, 2288] +Triangle: [2288, 2273, 2289] +Triangle: [2289, 2269, 2290] +Triangle: [2290, 2267, 2286] +Triangle: [2287, 2272, 2270] +Triangle: [2585, 2258, 2584] +Triangle: [2588, 2278, 2277] +Triangle: [2588, 2279, 2590] +Triangle: [2589, 2282, 2278] +Triangle: [2590, 2275, 2586] +Triangle: [2250, 2275, 2246] +Triangle: [2281, 2249, 2248] +Triangle: [2280, 2250, 2249] +Triangle: [2575, 2287, 2582] +Triangle: [2578, 2286, 2581] +Triangle: [2577, 2290, 2578] +Triangle: [2577, 2288, 2289] +Triangle: [2582, 2288, 2576] +Triangle: [2581, 2285, 2580] +Triangle: [2580, 2283, 2579] +Triangle: [2579, 2284, 2575] +Triangle: [2291, 2264, 2265] +Triangle: [2260, 2295, 2259] +Triangle: [2264, 2292, 2260] +Triangle: [2293, 2265, 2266] +Triangle: [2637, 2296, 2636] +Triangle: [2636, 2295, 2635] +Triangle: [2638, 2293, 2298] +Triangle: [2638, 2297, 2637] +Triangle: [2307, 2303, 2305] +Triangle: [2304, 2307, 2306] +Triangle: [2300, 2307, 2299] +Triangle: [2307, 2301, 2299] +Triangle: [2363, 2327, 2362] +Triangle: [2599, 2319, 2603] +Triangle: [2600, 2321, 2599] +Triangle: [2358, 2328, 2363] +Triangle: [2603, 2320, 2602] +Triangle: [2361, 2324, 2360] +Triangle: [2361, 2327, 2326] +Triangle: [2312, 2639, 2640] +Triangle: [2344, 2311, 2340] +Triangle: [2343, 2312, 2308] +Triangle: [2314, 2642, 2641] +Triangle: [2347, 2313, 2312] +Triangle: [2342, 2310, 2344] +Triangle: [2642, 2311, 2643] +Triangle: [2313, 2641, 2639] +Triangle: [2342, 2308, 2309] +Triangle: [2299, 2331, 2300] +Triangle: [2306, 2331, 2330] +Triangle: [2304, 2330, 2329] +Triangle: [2304, 2325, 2302] +Triangle: [2299, 2327, 2328] +Triangle: [2305, 2327, 2301] +Triangle: [2305, 2324, 2326] +Triangle: [2302, 2324, 2303] +Triangle: [2348, 2337, 2349] +Triangle: [2348, 2333, 2339] +Triangle: [2350, 2332, 2333] +Triangle: [2352, 2336, 2353] +Triangle: [2353, 2338, 2354] +Triangle: [2354, 2334, 2355] +Triangle: [2351, 2334, 2332] +Triangle: [2352, 2337, 2335] +Triangle: [2601, 2323, 2600] +Triangle: [2604, 2343, 2342] +Triangle: [2604, 2344, 2606] +Triangle: [2601, 2343, 2605] +Triangle: [2606, 2340, 2602] +Triangle: [2315, 2340, 2311] +Triangle: [2346, 2314, 2313] +Triangle: [2314, 2341, 2315] +Triangle: [2607, 2352, 2614] +Triangle: [2613, 2355, 2351] +Triangle: [2610, 2354, 2355] +Triangle: [2609, 2353, 2354] +Triangle: [2614, 2353, 2608] +Triangle: [2612, 2351, 2350] +Triangle: [2611, 2350, 2348] +Triangle: [2611, 2349, 2607] +Triangle: [2330, 2359, 2329] +Triangle: [2325, 2360, 2324] +Triangle: [2329, 2357, 2325] +Triangle: [2331, 2356, 2330] +Triangle: [2644, 2362, 2361] +Triangle: [2643, 2361, 2360] +Triangle: [2646, 2358, 2363] +Triangle: [2645, 2363, 2362] +Triangle: [2372, 2368, 2370] +Triangle: [2369, 2372, 2371] +Triangle: [2365, 2372, 2364] +Triangle: [2372, 2366, 2364] +Triangle: [2428, 2392, 2427] +Triangle: [2410, 2384, 2406] +Triangle: [2388, 2410, 2411] +Triangle: [2423, 2393, 2428] +Triangle: [2384, 2405, 2406] +Triangle: [2426, 2389, 2425] +Triangle: [2427, 2391, 2426] +Triangle: [2377, 2421, 2423] +Triangle: [2619, 2376, 2615] +Triangle: [2622, 2373, 2618] +Triangle: [2379, 2422, 2424] +Triangle: [2412, 2621, 2622] +Triangle: [2617, 2375, 2619] +Triangle: [2380, 2425, 2422] +Triangle: [2378, 2424, 2421] +Triangle: [2618, 2374, 2617] +Triangle: [2364, 2396, 2365] +Triangle: [2365, 2395, 2371] +Triangle: [2369, 2395, 2394] +Triangle: [2367, 2394, 2390] +Triangle: [2366, 2393, 2364] +Triangle: [2370, 2392, 2366] +Triangle: [2370, 2389, 2391] +Triangle: [2367, 2389, 2368] +Triangle: [2413, 2402, 2414] +Triangle: [2413, 2398, 2404] +Triangle: [2416, 2398, 2415] +Triangle: [2418, 2400, 2401] +Triangle: [2419, 2401, 2403] +Triangle: [2420, 2403, 2399] +Triangle: [2416, 2399, 2397] +Triangle: [2414, 2400, 2417] +Triangle: [2382, 2411, 2412] +Triangle: [2381, 2407, 2383] +Triangle: [2383, 2409, 2387] +Triangle: [2381, 2412, 2408] +Triangle: [2387, 2405, 2385] +Triangle: [2406, 2615, 2616] +Triangle: [2411, 2620, 2621] +Triangle: [2620, 2406, 2616] +Triangle: [2623, 2417, 2630] +Triangle: [2626, 2416, 2629] +Triangle: [2625, 2420, 2626] +Triangle: [2625, 2418, 2419] +Triangle: [2624, 2417, 2418] +Triangle: [2628, 2416, 2415] +Triangle: [2627, 2415, 2413] +Triangle: [2627, 2414, 2623] +Triangle: [2395, 2424, 2394] +Triangle: [2390, 2425, 2389] +Triangle: [2424, 2390, 2394] +Triangle: [2423, 2395, 2396] +Triangle: [2374, 2426, 2375] +Triangle: [2375, 2425, 2376] +Triangle: [2377, 2428, 2373] +Triangle: [2373, 2427, 2374] +Triangle: [2209, 2273, 2207] +Triangle: [2274, 2338, 2272] +Triangle: [2339, 2403, 2337] +Triangle: [2402, 2430, 2429] +Triangle: [2429, 2432, 2431] +Triangle: [2455, 2491, 2454] +Triangle: [2552, 2490, 2551] +Triangle: [2431, 2434, 2433] +Triangle: [2431, 2437, 2429] +Triangle: [2549, 2433, 2434] +Triangle: [2439, 2127, 2125] +Triangle: [2138, 2167, 2137] +Triangle: [2443, 2435, 2441] +Triangle: [2533, 2519, 2525] +Triangle: [2453, 2518, 2451] +Triangle: [2447, 2437, 2436] +Triangle: [2433, 2436, 2431] +Triangle: [2450, 2437, 2448] +Triangle: [2442, 2446, 2452] +Triangle: [2452, 2447, 2442] +Triangle: [2451, 2448, 2452] +Triangle: [2527, 2536, 2205] +Triangle: [3753, 2554, 2552] +Triangle: [2551, 2489, 2553] +Triangle: [2478, 2491, 2492] +Triangle: [2489, 2455, 2456] +Triangle: [2457, 2268, 2267] +Triangle: [2459, 2267, 2269] +Triangle: [2268, 2460, 2274] +Triangle: [2461, 2203, 2202] +Triangle: [2204, 2461, 2202] +Triangle: [2203, 2464, 2209] +Triangle: [2465, 2333, 2332] +Triangle: [2467, 2332, 2334] +Triangle: [2333, 2468, 2339] +Triangle: [2334, 2460, 2467] +Triangle: [2464, 2269, 2209] +Triangle: [2397, 2470, 2398] +Triangle: [2471, 2397, 2399] +Triangle: [2398, 2430, 2404] +Triangle: [2399, 2468, 2471] +Triangle: [2466, 2471, 2468] +Triangle: [2458, 2467, 2460] +Triangle: [2459, 2462, 2457] +Triangle: [2127, 2157, 2159] +Triangle: [2473, 2474, 2475] +Triangle: [2473, 2476, 2472] +Triangle: [2477, 2476, 2456] +Triangle: [2461, 2472, 2477] +Triangle: [2555, 2492, 2554] +Triangle: [2493, 2478, 2492] +Triangle: [2477, 2485, 2479] +Triangle: [2485, 2455, 2486] +Triangle: [2480, 2485, 2486] +Triangle: [2461, 2479, 2462] +Triangle: [2457, 2479, 2480] +Triangle: [2458, 2480, 2481] +Triangle: [2465, 2481, 2482] +Triangle: [2466, 2482, 2483] +Triangle: [2466, 2484, 2469] +Triangle: [2469, 2487, 2478] +Triangle: [2469, 2488, 2470] +Triangle: [2430, 2488, 2432] +Triangle: [2432, 2493, 2434] +Triangle: [2549, 2493, 2555] +Triangle: [2501, 2456, 2476] +Triangle: [2553, 2498, 2556] +Triangle: [2454, 2487, 2494] +Triangle: [2494, 2484, 2483] +Triangle: [2495, 2483, 2482] +Triangle: [2494, 2496, 2454] +Triangle: [2496, 2455, 2454] +Triangle: [2480, 2497, 2481] +Triangle: [2497, 2496, 2495] +Triangle: [2497, 2482, 2481] +Triangle: [2498, 2557, 2556] +Triangle: [2505, 3760, 2126] +Triangle: [2500, 2440, 2498] +Triangle: [2501, 2498, 2489] +Triangle: [2499, 2127, 2440] +Triangle: [2124, 2550, 2438] +Triangle: [2475, 2501, 2476] +Triangle: [2445, 2502, 2444] +Triangle: [2155, 2445, 2503] +Triangle: [2155, 2504, 2154] +Triangle: [2435, 2438, 2441] +Triangle: [2126, 2153, 2505] +Triangle: [2451, 2446, 2453] +Triangle: [2446, 2503, 2445] +Triangle: [2504, 2506, 2441] +Triangle: [2153, 2504, 2505] +Triangle: [2506, 2443, 2441] +Triangle: [2402, 2507, 2400] +Triangle: [2437, 2507, 2429] +Triangle: [2403, 2508, 2337] +Triangle: [2509, 2510, 2508] +Triangle: [2335, 2508, 2510] +Triangle: [2401, 2509, 2403] +Triangle: [2512, 2507, 2449] +Triangle: [2512, 2401, 2400] +Triangle: [2513, 2449, 2450] +Triangle: [2510, 2514, 2515] +Triangle: [2512, 2514, 2511] +Triangle: [2527, 2526, 2528] +Triangle: [2517, 2451, 2518] +Triangle: [2516, 2450, 2517] +Triangle: [2514, 2516, 2515] +Triangle: [2522, 2272, 2338] +Triangle: [2524, 2521, 2522] +Triangle: [2336, 2522, 2338] +Triangle: [2270, 2521, 2523] +Triangle: [2273, 2532, 2207] +Triangle: [2535, 2531, 2518] +Triangle: [2271, 2526, 2273] +Triangle: [2270, 2528, 2271] +Triangle: [2453, 2445, 2444] +Triangle: [2529, 2336, 2335] +Triangle: [2510, 2529, 2335] +Triangle: [2517, 2515, 2516] +Triangle: [2529, 2530, 2524] +Triangle: [2518, 2530, 2517] +Triangle: [2523, 2530, 2531] +Triangle: [2525, 2534, 2531] +Triangle: [2444, 2535, 2453] +Triangle: [2523, 2534, 2528] +Triangle: [2528, 2519, 2527] +Triangle: [2436, 2442, 2447] +Triangle: [2520, 2525, 2535] +Triangle: [2205, 2532, 2527] +Triangle: [2537, 2208, 2206] +Triangle: [2538, 2204, 2208] +Triangle: [2206, 2536, 2537] +Triangle: [2539, 2542, 2541] +Triangle: [2541, 2538, 2537] +Triangle: [2533, 2537, 2536] +Triangle: [2520, 2541, 2533] +Triangle: [2543, 2520, 2444] +Triangle: [2544, 2444, 2502] +Triangle: [2540, 2543, 2544] +Triangle: [2538, 2545, 2463] +Triangle: [2540, 2545, 2542] +Triangle: [2544, 2546, 2540] +Triangle: [2472, 2545, 2546] +Triangle: [2472, 2547, 2473] +Triangle: [2547, 2502, 2473] +Triangle: [2550, 1995, 2558] +Triangle: [2156, 2473, 2502] +Triangle: [2441, 2505, 2504] +Triangle: [2438, 3759, 3760] +Triangle: [2556, 1992, 1991] +Triangle: [3758, 2553, 2556] +Triangle: [2041, 3755, 2039] +Triangle: [2038, 3755, 3754] +Triangle: [3757, 2553, 3758] +Triangle: [2552, 2492, 2491] +Triangle: [2042, 3756, 2041] +Triangle: [3753, 2551, 3757] +Triangle: [2440, 2558, 2557] +Triangle: [2548, 2435, 2433] +Triangle: [2149, 2565, 2148] +Triangle: [2160, 2565, 2153] +Triangle: [2566, 2152, 2130] +Triangle: [2152, 2561, 2151] +Triangle: [2561, 2150, 2151] +Triangle: [2564, 2149, 2150] +Triangle: [2158, 2560, 2160] +Triangle: [2159, 2559, 2158] +Triangle: [2191, 2571, 2567] +Triangle: [2187, 2571, 2193] +Triangle: [2186, 2572, 2187] +Triangle: [2190, 2574, 2568] +Triangle: [2190, 2569, 2192] +Triangle: [2192, 2570, 2188] +Triangle: [2188, 2573, 2186] +Triangle: [2189, 2567, 2574] +Triangle: [2258, 2575, 2256] +Triangle: [2252, 2579, 2258] +Triangle: [2252, 2581, 2580] +Triangle: [2254, 2576, 2255] +Triangle: [2255, 2577, 2257] +Triangle: [2257, 2578, 2253] +Triangle: [2253, 2581, 2251] +Triangle: [2256, 2582, 2254] +Triangle: [2255, 2590, 2586] +Triangle: [2251, 2585, 2589] +Triangle: [2253, 2590, 2257] +Triangle: [2253, 2589, 2588] +Triangle: [2585, 2281, 2282] +Triangle: [2276, 2586, 2275] +Triangle: [2584, 2280, 2281] +Triangle: [2280, 2587, 2276] +Triangle: [2596, 2185, 2184] +Triangle: [2597, 2184, 2183] +Triangle: [2185, 2591, 2181] +Triangle: [2212, 2594, 2593] +Triangle: [2212, 2595, 2214] +Triangle: [2598, 2183, 2182] +Triangle: [2217, 2594, 2213] +Triangle: [2214, 2591, 2210] +Triangle: [2322, 2602, 2320] +Triangle: [2316, 2601, 2605] +Triangle: [2318, 2606, 2322] +Triangle: [2318, 2605, 2604] +Triangle: [2601, 2346, 2347] +Triangle: [2341, 2602, 2340] +Triangle: [2600, 2345, 2346] +Triangle: [2345, 2603, 2341] +Triangle: [2323, 2607, 2321] +Triangle: [2317, 2611, 2323] +Triangle: [2317, 2613, 2612] +Triangle: [2320, 2614, 2608] +Triangle: [2320, 2609, 2322] +Triangle: [2322, 2610, 2318] +Triangle: [2316, 2610, 2613] +Triangle: [2319, 2607, 2614] +Triangle: [2379, 2616, 2380] +Triangle: [2621, 2379, 2378] +Triangle: [2616, 2376, 2380] +Triangle: [2408, 2617, 2407] +Triangle: [2407, 2619, 2409] +Triangle: [2622, 2378, 2377] +Triangle: [2408, 2622, 2618] +Triangle: [2409, 2615, 2405] +Triangle: [2386, 2627, 2623] +Triangle: [2388, 2628, 2627] +Triangle: [2382, 2629, 2628] +Triangle: [2385, 2630, 2624] +Triangle: [2385, 2625, 2387] +Triangle: [2387, 2626, 2383] +Triangle: [2383, 2629, 2381] +Triangle: [2386, 2630, 2384] +Triangle: [2244, 2638, 2637] +Triangle: [2243, 2632, 2638] +Triangle: [2245, 2635, 2246] +Triangle: [2244, 2636, 2245] +Triangle: [2631, 2294, 2291] +Triangle: [2292, 2635, 2295] +Triangle: [2633, 2292, 2294] +Triangle: [2632, 2291, 2293] +Triangle: [2309, 2646, 2645] +Triangle: [2308, 2640, 2646] +Triangle: [2310, 2643, 2311] +Triangle: [2309, 2644, 2310] +Triangle: [2639, 2359, 2356] +Triangle: [2357, 2643, 2360] +Triangle: [2359, 2642, 2357] +Triangle: [2640, 2356, 2358] +Triangle: [2652, 3649, 3652] +Triangle: [3655, 2659, 3645] +Triangle: [2653, 3652, 3647] +Triangle: [3645, 2660, 3646] +Triangle: [3629, 2665, 3640] +Triangle: [3648, 2657, 3650] +Triangle: [2664, 3628, 3636] +Triangle: [3630, 2670, 3627] +Triangle: [3635, 2666, 3629] +Triangle: [3632, 2673, 3637] +Triangle: [2648, 3654, 3643] +Triangle: [3646, 2661, 3651] +Triangle: [3638, 2668, 3630] +Triangle: [3639, 2672, 3632] +Triangle: [2673, 3631, 3637] +Triangle: [2662, 3638, 3633] +Triangle: [3634, 2667, 3635] +Triangle: [2674, 3626, 3631] +Triangle: [3642, 2653, 3647] +Triangle: [2675, 3634, 3626] +Triangle: [2651, 3653, 3649] +Triangle: [2647, 3648, 3654] +Triangle: [3627, 2671, 3639] +Triangle: [3651, 2654, 3641] +Triangle: [2665, 3636, 3640] +Triangle: [2649, 3643, 3644] +Triangle: [3641, 2655, 3642] +Triangle: [3650, 2658, 3655] +Triangle: [2663, 3633, 3628] +Triangle: [2650, 3644, 3653] +Triangle: [2677, 2680, 2679] +Triangle: [2678, 2681, 2682] +Triangle: [2745, 2682, 2735] +Triangle: [2685, 2746, 2688] +Triangle: [2682, 2683, 2678] +Triangle: [2680, 2683, 2684] +Triangle: [2688, 2744, 2690] +Triangle: [2683, 2688, 2686] +Triangle: [2684, 2686, 2687] +Triangle: [2686, 2689, 2687] +Triangle: [2690, 2689, 2688] +Triangle: [2691, 2744, 2743] +Triangle: [2690, 2704, 2703] +Triangle: [2693, 2731, 2739] +Triangle: [2694, 2738, 2731] +Triangle: [2741, 2710, 2733] +Triangle: [2705, 2691, 2692] +Triangle: [2692, 2743, 2738] +Triangle: [2707, 2692, 2694] +Triangle: [2679, 2696, 2695] +Triangle: [2698, 2695, 2696] +Triangle: [2698, 2759, 2747] +Triangle: [2700, 2756, 2759] +Triangle: [2696, 2700, 2698] +Triangle: [2680, 2699, 2696] +Triangle: [2702, 2761, 2756] +Triangle: [2699, 2702, 2700] +Triangle: [2684, 2701, 2699] +Triangle: [2689, 2701, 2687] +Triangle: [2703, 2702, 2689] +Triangle: [2704, 2761, 2703] +Triangle: [2707, 2757, 2758] +Triangle: [2705, 2758, 2750] +Triangle: [2723, 2751, 2753] +Triangle: [2704, 2750, 2760] +Triangle: [2703, 2689, 2690] +Triangle: [2677, 2709, 2708] +Triangle: [2710, 2677, 2708] +Triangle: [2713, 2733, 2710] +Triangle: [2713, 2742, 2734] +Triangle: [2708, 2713, 2710] +Triangle: [2709, 2711, 2708] +Triangle: [2716, 2740, 2742] +Triangle: [2714, 2713, 2711] +Triangle: [2715, 2711, 2712] +Triangle: [2717, 2714, 2715] +Triangle: [2718, 2716, 2717] +Triangle: [2740, 2719, 2737] +Triangle: [2706, 2694, 2693] +Triangle: [2728, 2718, 2727] +Triangle: [2721, 2739, 2732] +Triangle: [2720, 2732, 2736] +Triangle: [2719, 2729, 2720] +Triangle: [2720, 2737, 2719] +Triangle: [2720, 2730, 2721] +Triangle: [2722, 2679, 2695] +Triangle: [2722, 2697, 2723] +Triangle: [2723, 2754, 2725] +Triangle: [2749, 2725, 2754] +Triangle: [2722, 2725, 2724] +Triangle: [2709, 2724, 2712] +Triangle: [2725, 2726, 2724] +Triangle: [2712, 2726, 2715] +Triangle: [2726, 2717, 2715] +Triangle: [2728, 2749, 2755] +Triangle: [2706, 2748, 2757] +Triangle: [2730, 2752, 2748] +Triangle: [2735, 2681, 2741] +Triangle: [2729, 2755, 2752] +Triangle: [2727, 2718, 2717] +Triangle: [3489, 2770, 3495] +Triangle: [3490, 2762, 2772] +Triangle: [3491, 2773, 3496] +Triangle: [3493, 2774, 3491] +Triangle: [3494, 2766, 3486] +Triangle: [3488, 2770, 2769] +Triangle: [3496, 2775, 3497] +Triangle: [3492, 2763, 2762] +Triangle: [3486, 2763, 3485] +Triangle: [3489, 2775, 2771] +Triangle: [3493, 2765, 2764] +Triangle: [2651, 3488, 3494] +Triangle: [3487, 2776, 3498] +Triangle: [3487, 2772, 2767] +Triangle: [3498, 2765, 3499] +Triangle: [2693, 2730, 2706] +Triangle: [2697, 2747, 2751] +Triangle: [2777, 2739, 2731] +Triangle: [2746, 2790, 2744] +Triangle: [2733, 2787, 2741] +Triangle: [2741, 2781, 2735] +Triangle: [2789, 2738, 2743] +Triangle: [2778, 2736, 2732] +Triangle: [2782, 2737, 2736] +Triangle: [2734, 2779, 2733] +Triangle: [2742, 2780, 2734] +Triangle: [2790, 2743, 2744] +Triangle: [2783, 2740, 2737] +Triangle: [2784, 2731, 2738] +Triangle: [2745, 2792, 2746] +Triangle: [2740, 2788, 2742] +Triangle: [2735, 2791, 2745] +Triangle: [2785, 2732, 2739] +Triangle: [3055, 3671, 3681] +Triangle: [2807, 3673, 3674] +Triangle: [3680, 2802, 3675] +Triangle: [1835, 2810, 3672] +Triangle: [2808, 3674, 3677] +Triangle: [2805, 3676, 3678] +Triangle: [3679, 866, 1838] +Triangle: [2809, 3677, 3671] +Triangle: [2806, 3678, 3673] +Triangle: [3675, 2803, 3679] +Triangle: [2816, 2806, 2807] +Triangle: [2845, 2811, 2802] +Triangle: [875, 2819, 2810] +Triangle: [2817, 2807, 2808] +Triangle: [2805, 2813, 2804] +Triangle: [2803, 877, 866] +Triangle: [2818, 2808, 2809] +Triangle: [2815, 2805, 2806] +Triangle: [2811, 2803, 2802] +Triangle: [3055, 2818, 2809] +Triangle: [888, 3321, 2820] +Triangle: [1174, 2822, 3053] +Triangle: [892, 2823, 2822] +Triangle: [1426, 2820, 3276] +Triangle: [3276, 3057, 3286] +Triangle: [3278, 2824, 2825] +Triangle: [3279, 2825, 2826] +Triangle: [3280, 2828, 3281] +Triangle: [3280, 2826, 2827] +Triangle: [3281, 2829, 3282] +Triangle: [3282, 2847, 3285] +Triangle: [3283, 2831, 3284] +Triangle: [905, 2834, 909] +Triangle: [894, 2833, 2823] +Triangle: [909, 2833, 906] +Triangle: [3098, 911, 1216] +Triangle: [2835, 913, 911] +Triangle: [2836, 915, 913] +Triangle: [3118, 917, 1240] +Triangle: [2839, 917, 2838] +Triangle: [3099, 2843, 2841] +Triangle: [2843, 3096, 2841] +Triangle: [3334, 3327, 3333] +Triangle: [3097, 3091, 3095] +Triangle: [2843, 1942, 1948] +Triangle: [3284, 903, 1435] +Triangle: [2804, 2846, 2845] +Triangle: [3676, 2845, 3680] +Triangle: [2848, 1948, 2021] +Triangle: [3093, 2847, 2829] +Triangle: [3096, 2849, 3097] +Triangle: [3097, 2835, 3098] +Triangle: [2836, 2849, 2850] +Triangle: [2836, 2851, 2837] +Triangle: [2856, 2851, 2857] +Triangle: [2853, 2838, 2852] +Triangle: [2848, 2850, 2849] +Triangle: [2850, 2855, 2851] +Triangle: [2854, 2021, 1947] +Triangle: [2855, 1947, 1946] +Triangle: [2856, 3117, 3118] +Triangle: [2837, 937, 915] +Triangle: [2858, 2851, 2855] +Triangle: [2857, 3119, 3117] +Triangle: [2858, 1946, 2009] +Triangle: [3119, 2009, 3116] +Triangle: [2860, 1945, 1949] +Triangle: [2852, 2860, 2853] +Triangle: [3340, 3691, 3690] +Triangle: [2867, 2957, 2958] +Triangle: [2868, 2967, 2957] +Triangle: [1356, 2945, 3217] +Triangle: [1078, 2892, 965] +Triangle: [2965, 2868, 2867] +Triangle: [2968, 2966, 2868] +Triangle: [2874, 2871, 2873] +Triangle: [2873, 2870, 2872] +Triangle: [3424, 3415, 3416] +Triangle: [2972, 3027, 3032] +Triangle: [3223, 2865, 3220] +Triangle: [2892, 967, 965] +Triangle: [3050, 969, 1168] +Triangle: [3028, 2878, 3027] +Triangle: [3385, 2879, 3028] +Triangle: [2883, 2881, 2876] +Triangle: [3407, 2884, 2877] +Triangle: [2882, 2876, 2875] +Triangle: [3038, 2889, 3037] +Triangle: [3409, 3039, 3410] +Triangle: [3040, 2887, 3038] +Triangle: [980, 2889, 2887] +Triangle: [3409, 981, 2888] +Triangle: [2886, 980, 2887] +Triangle: [3043, 3050, 3052] +Triangle: [3042, 2892, 3041] +Triangle: [1364, 2891, 3216] +Triangle: [3029, 2884, 3030] +Triangle: [3044, 2894, 3043] +Triangle: [2894, 984, 969] +Triangle: [3046, 2890, 3030] +Triangle: [1149, 2895, 3031] +Triangle: [2896, 979, 2886] +Triangle: [2897, 991, 2896] +Triangle: [1153, 2898, 993] +Triangle: [2931, 993, 2898] +Triangle: [2932, 2898, 2992] +Triangle: [2900, 2904, 2902] +Triangle: [2903, 2906, 2904] +Triangle: [2907, 2906, 2905] +Triangle: [2924, 2910, 2923] +Triangle: [2911, 2926, 2927] +Triangle: [3239, 2912, 2911] +Triangle: [1013, 3238, 2913] +Triangle: [3275, 1014, 1423] +Triangle: [3244, 3257, 3252] +Triangle: [3260, 3247, 3259] +Triangle: [3243, 3261, 3257] +Triangle: [3240, 3252, 3254] +Triangle: [3258, 3246, 3253] +Triangle: [3259, 3240, 3254] +Triangle: [3253, 3248, 3260] +Triangle: [2924, 2908, 2907] +Triangle: [3241, 3258, 3255] +Triangle: [2927, 2910, 2909] +Triangle: [2902, 2932, 2900] +Triangle: [2929, 2931, 2932] +Triangle: [2930, 3251, 3249] +Triangle: [2901, 1030, 2931] +Triangle: [3265, 3234, 2913] +Triangle: [3217, 2971, 3219] +Triangle: [2943, 1067, 951] +Triangle: [950, 2943, 951] +Triangle: [2940, 1379, 1042] +Triangle: [2927, 3227, 2911] +Triangle: [3236, 2927, 2909] +Triangle: [3228, 2936, 2935] +Triangle: [2952, 2953, 2951] +Triangle: [2956, 2953, 2954] +Triangle: [2909, 2954, 2952] +Triangle: [2924, 2956, 2954] +Triangle: [2936, 3226, 2938] +Triangle: [3226, 2937, 2938] +Triangle: [2937, 3230, 2941] +Triangle: [2941, 3232, 2939] +Triangle: [2939, 3233, 2940] +Triangle: [3218, 2866, 3214] +Triangle: [2963, 2962, 2943] +Triangle: [2961, 2943, 2944] +Triangle: [2957, 2964, 2963] +Triangle: [2962, 949, 1067] +Triangle: [2958, 2963, 2961] +Triangle: [950, 2946, 2944] +Triangle: [2947, 2944, 2946] +Triangle: [2948, 2961, 2947] +Triangle: [2964, 2945, 2962] +Triangle: [3219, 2959, 3218] +Triangle: [3045, 2878, 3041] +Triangle: [2966, 2959, 2967] +Triangle: [2870, 2968, 2965] +Triangle: [2967, 2971, 2964] +Triangle: [2871, 2969, 2968] +Triangle: [3221, 2863, 3214] +Triangle: [3215, 3032, 3222] +Triangle: [2969, 2866, 2966] +Triangle: [3215, 2975, 3221] +Triangle: [2869, 2976, 2969] +Triangle: [2977, 2948, 2949] +Triangle: [2867, 2977, 2978] +Triangle: [2965, 2978, 2979] +Triangle: [2870, 2979, 2980] +Triangle: [2872, 2980, 2981] +Triangle: [2951, 2982, 2950] +Triangle: [2982, 2949, 2950] +Triangle: [2978, 2982, 2983] +Triangle: [2983, 2979, 2978] +Triangle: [2955, 2982, 2953] +Triangle: [2981, 2983, 2955] +Triangle: [2985, 2981, 2986] +Triangle: [2989, 2986, 2990] +Triangle: [2956, 2981, 2955] +Triangle: [2875, 2990, 2987] +Triangle: [2985, 2988, 2984] +Triangle: [2907, 2986, 2956] +Triangle: [2905, 2990, 2907] +Triangle: [2903, 2899, 2991] +Triangle: [2991, 2905, 2903] +Triangle: [2882, 2987, 2991] +Triangle: [2992, 2900, 2932] +Triangle: [3034, 2992, 2898] +Triangle: [1098, 3234, 2934] +Triangle: [2934, 1100, 1098] +Triangle: [2993, 1102, 1100] +Triangle: [3268, 2996, 3267] +Triangle: [2995, 2998, 2996] +Triangle: [3266, 2995, 3268] +Triangle: [2933, 2997, 2995] +Triangle: [2999, 2998, 2997] +Triangle: [3013, 3002, 3012] +Triangle: [3014, 1111, 3004] +Triangle: [1102, 3761, 1928] +Triangle: [3021, 3002, 3020] +Triangle: [1111, 3003, 3004] +Triangle: [2998, 3765, 2996] +Triangle: [3769, 3004, 3003] +Triangle: [3767, 2998, 3000] +Triangle: [3768, 3003, 3761] +Triangle: [3267, 3771, 2994] +Triangle: [3014, 3000, 3012] +Triangle: [3770, 3000, 3004] +Triangle: [3005, 1125, 3014] +Triangle: [2999, 3012, 3000] +Triangle: [2935, 2999, 2997] +Triangle: [2936, 3013, 2999] +Triangle: [2938, 3001, 3013] +Triangle: [2941, 3001, 2937] +Triangle: [2939, 3015, 2941] +Triangle: [2940, 3016, 2939] +Triangle: [1130, 2940, 1042] +Triangle: [3019, 3023, 3024] +Triangle: [3018, 3017, 3025] +Triangle: [3020, 3023, 3021] +Triangle: [1131, 3017, 1130] +Triangle: [3005, 1135, 1112] +Triangle: [1139, 3022, 1137] +Triangle: [1135, 3023, 1139] +Triangle: [3005, 3012, 3002] +Triangle: [3024, 3002, 3001] +Triangle: [3015, 3024, 3001] +Triangle: [1137, 3025, 1131] +Triangle: [3019, 3025, 3022] +Triangle: [3016, 3019, 3015] +Triangle: [3222, 2973, 3220] +Triangle: [981, 3031, 2888] +Triangle: [3046, 2884, 3039] +Triangle: [3029, 2890, 2880] +Triangle: [2874, 3388, 3028] +Triangle: [2874, 3027, 2869] +Triangle: [2973, 3027, 2878] +Triangle: [2897, 3035, 3034] +Triangle: [992, 3034, 1153] +Triangle: [3035, 2899, 2992] +Triangle: [3047, 2899, 3033] +Triangle: [2888, 3046, 3039] +Triangle: [2974, 3041, 2892] +Triangle: [2895, 3046, 3031] +Triangle: [2890, 3043, 2880] +Triangle: [2879, 3041, 2878] +Triangle: [2880, 3052, 3049] +Triangle: [2882, 3038, 2883] +Triangle: [3408, 3039, 2884] +Triangle: [2883, 3037, 2885] +Triangle: [2891, 3223, 3216] +Triangle: [2882, 3047, 3040] +Triangle: [2896, 3033, 2897] +Triangle: [2886, 3047, 2896] +Triangle: [3049, 3386, 3382] +Triangle: [2877, 3051, 3048] +Triangle: [3052, 3384, 3386] +Triangle: [3029, 3049, 3051] +Triangle: [3384, 1168, 1540] +Triangle: [1174, 2821, 890] +Triangle: [3288, 3323, 3324] +Triangle: [3285, 2830, 3283] +Triangle: [2810, 3056, 3055] +Triangle: [3672, 3055, 3681] +Triangle: [3290, 3053, 2822] +Triangle: [3289, 2821, 3053] +Triangle: [2840, 3331, 3061] +Triangle: [3068, 3307, 3066] +Triangle: [3060, 3062, 3058] +Triangle: [3059, 3063, 3060] +Triangle: [3070, 3308, 3068] +Triangle: [3059, 3066, 3064] +Triangle: [2823, 3290, 2822] +Triangle: [3291, 3068, 3066] +Triangle: [3316, 3070, 3072] +Triangle: [3071, 3317, 3081] +Triangle: [3301, 3061, 3062] +Triangle: [3320, 3072, 3084] +Triangle: [3063, 3301, 3062] +Triangle: [3307, 3064, 3066] +Triangle: [3083, 3320, 3084] +Triangle: [2824, 3300, 2825] +Triangle: [2825, 3299, 2826] +Triangle: [2840, 3069, 3080] +Triangle: [3071, 3080, 3069] +Triangle: [3302, 3069, 3061] +Triangle: [3082, 3319, 3083] +Triangle: [3069, 3313, 3071] +Triangle: [3079, 3081, 3078] +Triangle: [3077, 3081, 3082] +Triangle: [3077, 3083, 3076] +Triangle: [3076, 3084, 3075] +Triangle: [3074, 3084, 3072] +Triangle: [3072, 3073, 3074] +Triangle: [3292, 3070, 3068] +Triangle: [2827, 3085, 3086] +Triangle: [3298, 2826, 3299] +Triangle: [3087, 3086, 3085] +Triangle: [3087, 3090, 3088] +Triangle: [3297, 3085, 3298] +Triangle: [3297, 3089, 3087] +Triangle: [2830, 3091, 2831] +Triangle: [2847, 3095, 2830] +Triangle: [2841, 3094, 3093] +Triangle: [2827, 3092, 2828] +Triangle: [2828, 3093, 2829] +Triangle: [2831, 1213, 903] +Triangle: [3094, 3097, 3095] +Triangle: [3092, 2841, 3093] +Triangle: [3091, 1216, 1213] +Triangle: [3088, 3092, 3086] +Triangle: [3090, 3099, 3088] +Triangle: [2842, 1941, 1942] +Triangle: [3100, 3090, 3089] +Triangle: [3100, 3296, 3295] +Triangle: [1940, 3100, 3101] +Triangle: [3101, 3295, 3294] +Triangle: [1940, 3102, 1939] +Triangle: [3102, 3294, 3293] +Triangle: [1939, 3120, 3108] +Triangle: [3104, 1943, 3103] +Triangle: [3105, 3067, 3065] +Triangle: [3108, 3103, 1943] +Triangle: [2859, 3116, 1945] +Triangle: [3117, 2859, 2852] +Triangle: [3118, 2852, 2838] +Triangle: [2856, 1240, 937] +Triangle: [2010, 3115, 2014] +Triangle: [1958, 3115, 2015] +Triangle: [1945, 3114, 2012] +Triangle: [2012, 3113, 2010] +Triangle: [1955, 3109, 1951] +Triangle: [1958, 3112, 3111] +Triangle: [1943, 3110, 3108] +Triangle: [1953, 3109, 3110] +Triangle: [3102, 3107, 3120] +Triangle: [3293, 3106, 3107] +Triangle: [2833, 3065, 2823] +Triangle: [3122, 3107, 3106] +Triangle: [3121, 3106, 3105] +Triangle: [3120, 3123, 3103] +Triangle: [2834, 3105, 2833] +Triangle: [3125, 3123, 3122] +Triangle: [3124, 3122, 3121] +Triangle: [2832, 3121, 2834] +Triangle: [3103, 3126, 3104] +Triangle: [3129, 1950, 1962] +Triangle: [3128, 1962, 1961] +Triangle: [3127, 1949, 1950] +Triangle: [1944, 3128, 1961] +Triangle: [3133, 1254, 1259] +Triangle: [3693, 1258, 1856] +Triangle: [3692, 3131, 3693] +Triangle: [3133, 1262, 3134] +Triangle: [3134, 1265, 3136] +Triangle: [3136, 1264, 3135] +Triangle: [3141, 3136, 3135] +Triangle: [3136, 3140, 3134] +Triangle: [3139, 3130, 3133] +Triangle: [3132, 3141, 3135] +Triangle: [3140, 3133, 3134] +Triangle: [3142, 3146, 3140] +Triangle: [3140, 3145, 3139] +Triangle: [3144, 3141, 3138] +Triangle: [3141, 3148, 3142] +Triangle: [3145, 3137, 3139] +Triangle: [3148, 3152, 3146] +Triangle: [3146, 3151, 3145] +Triangle: [3144, 3153, 3147] +Triangle: [3147, 3154, 3148] +Triangle: [3151, 3143, 3145] +Triangle: [3694, 3132, 3692] +Triangle: [3694, 3144, 3138] +Triangle: [3695, 3150, 3144] +Triangle: [3154, 3158, 3152] +Triangle: [3152, 3157, 3151] +Triangle: [3150, 3159, 3153] +Triangle: [3153, 3160, 3154] +Triangle: [3157, 3149, 3151] +Triangle: [3159, 3166, 3160] +Triangle: [3157, 3161, 3155] +Triangle: [3160, 3164, 3158] +Triangle: [3158, 3163, 3157] +Triangle: [3156, 3165, 3159] +Triangle: [3696, 3156, 3150] +Triangle: [3697, 3162, 3156] +Triangle: [3162, 3171, 3165] +Triangle: [3165, 3172, 3166] +Triangle: [3163, 3167, 3161] +Triangle: [3166, 3170, 3164] +Triangle: [3164, 3169, 3163] +Triangle: [3171, 3178, 3172] +Triangle: [3169, 3173, 3167] +Triangle: [3178, 3170, 3172] +Triangle: [3170, 3175, 3169] +Triangle: [3168, 3177, 3171] +Triangle: [3177, 3184, 3178] +Triangle: [3181, 3173, 3175] +Triangle: [3184, 3176, 3178] +Triangle: [3182, 3175, 3176] +Triangle: [3174, 3183, 3177] +Triangle: [3189, 3184, 3183] +Triangle: [3187, 3179, 3181] +Triangle: [3190, 3182, 3184] +Triangle: [3188, 3181, 3182] +Triangle: [3180, 3189, 3183] +Triangle: [1325, 3190, 3189] +Triangle: [1323, 3185, 3187] +Triangle: [1326, 3188, 3190] +Triangle: [1324, 3187, 3188] +Triangle: [1322, 3189, 3186] +Triangle: [3698, 3168, 3162] +Triangle: [3699, 3174, 3168] +Triangle: [3700, 3180, 3174] +Triangle: [3701, 3186, 3180] +Triangle: [1866, 3186, 3702] +Triangle: [2115, 3738, 3736] +Triangle: [3737, 2121, 2116] +Triangle: [2111, 3191, 2099] +Triangle: [2098, 2104, 2110] +Triangle: [2047, 2050, 2045] +Triangle: [3192, 2049, 2050] +Triangle: [2013, 3192, 2011] +Triangle: [1491, 3340, 1495] +Triangle: [3337, 3338, 3340] +Triangle: [2862, 2860, 3127] +Triangle: [2853, 2861, 3194] +Triangle: [3193, 3194, 2861] +Triangle: [3195, 1329, 1333] +Triangle: [2839, 3194, 3195] +Triangle: [919, 3195, 1333] +Triangle: [3127, 3196, 2862] +Triangle: [3197, 3129, 3128] +Triangle: [3104, 3197, 3128] +Triangle: [3126, 3198, 3104] +Triangle: [3125, 3199, 3126] +Triangle: [3201, 3125, 3124] +Triangle: [3202, 3124, 2832] +Triangle: [1341, 2832, 905] +Triangle: [3335, 3684, 3689] +Triangle: [3684, 3197, 3683] +Triangle: [3683, 3198, 3682] +Triangle: [3682, 3199, 3685] +Triangle: [3685, 3200, 3686] +Triangle: [3686, 3201, 3687] +Triangle: [3687, 3202, 3688] +Triangle: [3688, 1341, 1849] +Triangle: [3212, 945, 2942] +Triangle: [2970, 3212, 2942] +Triangle: [2960, 3211, 2970] +Triangle: [2863, 3210, 2960] +Triangle: [2975, 3209, 2863] +Triangle: [2864, 3203, 2975] +Triangle: [3026, 3204, 2864] +Triangle: [2865, 3205, 3026] +Triangle: [3207, 3036, 2891] +Triangle: [944, 3207, 2891] +Triangle: [3206, 2865, 3036] +Triangle: [3132, 3213, 3131] +Triangle: [3213, 1258, 3131] +Triangle: [1264, 3213, 3135] +Triangle: [3216, 3045, 2974] +Triangle: [3026, 3220, 2865] +Triangle: [2972, 3221, 2976] +Triangle: [2864, 3222, 3026] +Triangle: [3221, 2866, 2976] +Triangle: [2970, 3218, 2960] +Triangle: [2960, 3214, 2863] +Triangle: [2942, 3219, 2970] +Triangle: [1078, 3216, 2974] +Triangle: [3223, 2973, 3045] +Triangle: [2942, 1356, 3217] +Triangle: [3251, 3262, 3263] +Triangle: [998, 3224, 1368] +Triangle: [2952, 3236, 2909] +Triangle: [2949, 3230, 3229] +Triangle: [3235, 2933, 3227] +Triangle: [2935, 3236, 3228] +Triangle: [3232, 2946, 3233] +Triangle: [2952, 3231, 3228] +Triangle: [1378, 2913, 3234] +Triangle: [3233, 1049, 1379] +Triangle: [3266, 3234, 3270] +Triangle: [3230, 2947, 3232] +Triangle: [3231, 2950, 3226] +Triangle: [2950, 3229, 3226] +Triangle: [3265, 3239, 2911] +Triangle: [3271, 3237, 3239] +Triangle: [2922, 3241, 3242] +Triangle: [1385, 2914, 3238] +Triangle: [3274, 3250, 3273] +Triangle: [3250, 3272, 3273] +Triangle: [2921, 3245, 3241] +Triangle: [3255, 3242, 3241] +Triangle: [2915, 3250, 3251] +Triangle: [2917, 3243, 3244] +Triangle: [3248, 2919, 3247] +Triangle: [2916, 3249, 3243] +Triangle: [2901, 3261, 3263] +Triangle: [2918, 3244, 3240] +Triangle: [3245, 2920, 3246] +Triangle: [3247, 2918, 3240] +Triangle: [3246, 2925, 3248] +Triangle: [2912, 3256, 3255] +Triangle: [3263, 3249, 3251] +Triangle: [3275, 3262, 3274] +Triangle: [3263, 3224, 2901] +Triangle: [3255, 2926, 2912] +Triangle: [2910, 3260, 2923] +Triangle: [2908, 3254, 2906] +Triangle: [2926, 3253, 2910] +Triangle: [3254, 2904, 2906] +Triangle: [3257, 2929, 2902] +Triangle: [2923, 3259, 2908] +Triangle: [3252, 2902, 2904] +Triangle: [3238, 3264, 3271] +Triangle: [2913, 3271, 3265] +Triangle: [2933, 3270, 3227] +Triangle: [3765, 3267, 2996] +Triangle: [2934, 3268, 2993] +Triangle: [2993, 3267, 2994] +Triangle: [2911, 3270, 3265] +Triangle: [3273, 2922, 3242] +Triangle: [3274, 3242, 3256] +Triangle: [3264, 3256, 3237] +Triangle: [3224, 1423, 1368] +Triangle: [2914, 3274, 3264] +Triangle: [3056, 3277, 2818] +Triangle: [2846, 3283, 2811] +Triangle: [2812, 1435, 877] +Triangle: [2811, 3284, 2812] +Triangle: [2846, 3282, 3285] +Triangle: [2814, 3282, 2813] +Triangle: [2815, 3279, 3280] +Triangle: [2815, 3281, 2814] +Triangle: [2816, 3278, 3279] +Triangle: [2817, 3277, 3278] +Triangle: [2819, 3286, 3056] +Triangle: [886, 3276, 2819] +Triangle: [3288, 3325, 2840] +Triangle: [3060, 3290, 3059] +Triangle: [3287, 3060, 3058] +Triangle: [3059, 3065, 3291] +Triangle: [3291, 3067, 3292] +Triangle: [3292, 3293, 3073] +Triangle: [3073, 3294, 3074] +Triangle: [3294, 3075, 3074] +Triangle: [3075, 3296, 3076] +Triangle: [3296, 3077, 3076] +Triangle: [3297, 3078, 3077] +Triangle: [3298, 3079, 3078] +Triangle: [3079, 3300, 3080] +Triangle: [3300, 2840, 3080] +Triangle: [3301, 3304, 3302] +Triangle: [3303, 3306, 3304] +Triangle: [3306, 3307, 3308] +Triangle: [3312, 3306, 3308] +Triangle: [3311, 3304, 3306] +Triangle: [3310, 3302, 3304] +Triangle: [3312, 3315, 3311] +Triangle: [3311, 3314, 3310] +Triangle: [3314, 3309, 3310] +Triangle: [3320, 3315, 3316] +Triangle: [3315, 3318, 3314] +Triangle: [3314, 3317, 3313] +Triangle: [3064, 3303, 3063] +Triangle: [3317, 3082, 3081] +Triangle: [3286, 2824, 3277] +Triangle: [3322, 2820, 3321] +Triangle: [3057, 3323, 2824] +Triangle: [1472, 3327, 3321] +Triangle: [3322, 3326, 3324] +Triangle: [3324, 3328, 3325] +Triangle: [3332, 3287, 3058] +Triangle: [1487, 2821, 3333] +Triangle: [3329, 3321, 3327] +Triangle: [3058, 3330, 3328] +Triangle: [3328, 3331, 3325] +Triangle: [3061, 3330, 3062] +Triangle: [3332, 3328, 3326] +Triangle: [1478, 3333, 3327] +Triangle: [3287, 3333, 2821] +Triangle: [3329, 3332, 3326] +Triangle: [3339, 3196, 3335] +Triangle: [1495, 3690, 1850] +Triangle: [3335, 3336, 3339] +Triangle: [3689, 3338, 3335] +Triangle: [1329, 3337, 1491] +Triangle: [3193, 3336, 3337] +Triangle: [2861, 3339, 3336] +Triangle: [2872, 2984, 2873] +Triangle: [2984, 3347, 3345] +Triangle: [3357, 3348, 3356] +Triangle: [3349, 3350, 3348] +Triangle: [3354, 3362, 3364] +Triangle: [3358, 3354, 3359] +Triangle: [3347, 3356, 3345] +Triangle: [3358, 3350, 3351] +Triangle: [3398, 3363, 3372] +Triangle: [3396, 3364, 3400] +Triangle: [3400, 3362, 3402] +Triangle: [3359, 3364, 3365] +Triangle: [3359, 3366, 3350] +Triangle: [3350, 3367, 3348] +Triangle: [3368, 3348, 3367] +Triangle: [3345, 3368, 3369] +Triangle: [2873, 3345, 3369] +Triangle: [3344, 3368, 3367] +Triangle: [3368, 3370, 3369] +Triangle: [3371, 3372, 3362] +Triangle: [3420, 3417, 3342] +Triangle: [3353, 3374, 3371] +Triangle: [3377, 3343, 3344] +Triangle: [3376, 3370, 3343] +Triangle: [3380, 3376, 3377] +Triangle: [3379, 3378, 3376] +Triangle: [2893, 1540, 967] +Triangle: [3386, 2893, 3042] +Triangle: [3382, 3042, 2879] +Triangle: [3388, 3385, 3028] +Triangle: [3051, 3382, 3385] +Triangle: [3369, 3378, 3381] +Triangle: [2873, 3381, 2874] +Triangle: [3381, 3387, 2874] +Triangle: [3388, 3383, 3389] +Triangle: [3379, 3383, 3387] +Triangle: [3385, 3390, 3051] +Triangle: [3048, 3390, 3391] +Triangle: [3391, 3389, 3383] +Triangle: [3391, 3392, 3048] +Triangle: [3395, 3392, 3393] +Triangle: [3396, 3395, 3397] +Triangle: [3383, 3393, 3391] +Triangle: [3377, 3393, 3380] +Triangle: [3366, 3396, 3397] +Triangle: [3344, 3395, 3377] +Triangle: [3397, 3367, 3366] +Triangle: [3371, 3398, 3372] +Triangle: [3400, 3394, 3396] +Triangle: [3402, 3399, 3400] +Triangle: [3401, 3403, 3399] +Triangle: [3394, 3403, 3392] +Triangle: [3048, 3403, 2877] +Triangle: [3355, 3371, 3354] +Triangle: [3402, 3372, 3363] +Triangle: [3361, 3405, 3363] +Triangle: [3401, 3363, 3405] +Triangle: [3406, 3403, 3404] +Triangle: [2885, 3410, 3408] +Triangle: [982, 3409, 2889] +Triangle: [3037, 3409, 3410] +Triangle: [2881, 3408, 3407] +Triangle: [3411, 3405, 3360] +Triangle: [3404, 3405, 3412] +Triangle: [3404, 3413, 3406] +Triangle: [3407, 3406, 3413] +Triangle: [2881, 3413, 3414] +Triangle: [3414, 3412, 3411] +Triangle: [3415, 2881, 3414] +Triangle: [3418, 3360, 3361] +Triangle: [3419, 3414, 3411] +Triangle: [3416, 3419, 3420] +Triangle: [3360, 3419, 3411] +Triangle: [3398, 3418, 3361] +Triangle: [3374, 3421, 3398] +Triangle: [3418, 3342, 3417] +Triangle: [3421, 3352, 3418] +Triangle: [3423, 3352, 3373] +Triangle: [3422, 3342, 3352] +Triangle: [3373, 3375, 3423] +Triangle: [2875, 3424, 3426] +Triangle: [3425, 2875, 3426] +Triangle: [3427, 2989, 3425] +Triangle: [3425, 3424, 3427] +Triangle: [3429, 2988, 3427] +Triangle: [3431, 3428, 3429] +Triangle: [3431, 3432, 3430] +Triangle: [3416, 3427, 3424] +Triangle: [3420, 3429, 3416] +Triangle: [3434, 3422, 3423] +Triangle: [3341, 3420, 3342] +Triangle: [3341, 3433, 3432] +Triangle: [3437, 3430, 3432] +Triangle: [3430, 3435, 3428] +Triangle: [2988, 3435, 2984] +Triangle: [3346, 3435, 3436] +Triangle: [3438, 3347, 3346] +Triangle: [3437, 3346, 3436] +Triangle: [3432, 3440, 3437] +Triangle: [3438, 3440, 3441] +Triangle: [3353, 3443, 3375] +Triangle: [3443, 3423, 3375] +Triangle: [3355, 3442, 3353] +Triangle: [3445, 3355, 3358] +Triangle: [3351, 3445, 3358] +Triangle: [3349, 3446, 3351] +Triangle: [3357, 3447, 3349] +Triangle: [3347, 3448, 3357] +Triangle: [3439, 3441, 3449] +Triangle: [3444, 3446, 3447] +Triangle: [3450, 3441, 3440] +Triangle: [3434, 3440, 3433] +Triangle: [3450, 3451, 3449] +Triangle: [3452, 3453, 3451] +Triangle: [3439, 3451, 3448] +Triangle: [3448, 3453, 3447] +Triangle: [3447, 3454, 3444] +Triangle: [3434, 3452, 3450] +Triangle: [3442, 3452, 3443] +Triangle: [3444, 3454, 3442] +Triangle: [3456, 3459, 3460] +Triangle: [3457, 3460, 3461] +Triangle: [3459, 3458, 3462] +Triangle: [3465, 3462, 3466] +Triangle: [3461, 3463, 3464] +Triangle: [3460, 3465, 3463] +Triangle: [3463, 2762, 2763] +Triangle: [3464, 2763, 2766] +Triangle: [3465, 2772, 2762] +Triangle: [3468, 3455, 3456] +Triangle: [3469, 3456, 3457] +Triangle: [3455, 3470, 3458] +Triangle: [3471, 3457, 3472] +Triangle: [3461, 3472, 3457] +Triangle: [3464, 3475, 3461] +Triangle: [3473, 3464, 2766] +Triangle: [2768, 3473, 2766] +Triangle: [3477, 2768, 2769] +Triangle: [3478, 2769, 2770] +Triangle: [3480, 2764, 2765] +Triangle: [3479, 2774, 2764] +Triangle: [3482, 2775, 2773] +Triangle: [3484, 2771, 2775] +Triangle: [3483, 2773, 2774] +Triangle: [2657, 3499, 2658] +Triangle: [2656, 3490, 3487] +Triangle: [2656, 3498, 2657] +Triangle: [3494, 2769, 2768] +Triangle: [2659, 3499, 3493] +Triangle: [2654, 3489, 2655] +Triangle: [2649, 3486, 3485] +Triangle: [2648, 3485, 3492] +Triangle: [2661, 3497, 2654] +Triangle: [2653, 3488, 2652] +Triangle: [2651, 3486, 2650] +Triangle: [2659, 3491, 2660] +Triangle: [2660, 3496, 2661] +Triangle: [2647, 3492, 3490] +Triangle: [2655, 3495, 2653] +Triangle: [3500, 2765, 2776] +Triangle: [3506, 3458, 3470] +Triangle: [3458, 3504, 3462] +Triangle: [3462, 3503, 3466] +Triangle: [3466, 3502, 2772] +Triangle: [3502, 2767, 2772] +Triangle: [3501, 2776, 2767] +Triangle: [3523, 3536, 3535] +Triangle: [3530, 3543, 3542] +Triangle: [3520, 3533, 3519] +Triangle: [3527, 3540, 3539] +Triangle: [3524, 3537, 3536] +Triangle: [3521, 3534, 3533] +Triangle: [3528, 3541, 3540] +Triangle: [3525, 3538, 3537] +Triangle: [3522, 3535, 3534] +Triangle: [3529, 3542, 3541] +Triangle: [3527, 3538, 3526] +Triangle: [3538, 3544, 3537] +Triangle: [3545, 3546, 3544] +Triangle: [3539, 3545, 3538] +Triangle: [3544, 3536, 3537] +Triangle: [3549, 3539, 3540] +Triangle: [3548, 3536, 3546] +Triangle: [3542, 3550, 3541] +Triangle: [3508, 3531, 3507] +Triangle: [3543, 3553, 3552] +Triangle: [3543, 3551, 3542] +Triangle: [3550, 3540, 3541] +Triangle: [3509, 3553, 3508] +Triangle: [3533, 3532, 3519] +Triangle: [3556, 3535, 3548] +Triangle: [3534, 3555, 3533] +Triangle: [3514, 3560, 3513] +Triangle: [3561, 3562, 3560] +Triangle: [3564, 3514, 3515] +Triangle: [3516, 3564, 3515] +Triangle: [3517, 3559, 3516] +Triangle: [3518, 3558, 3517] +Triangle: [3519, 3557, 3518] +Triangle: [3561, 3565, 3563] +Triangle: [3567, 3560, 3562] +Triangle: [3513, 3566, 3512] +Triangle: [3570, 3512, 3566] +Triangle: [3571, 3566, 3567] +Triangle: [3511, 3568, 3569] +Triangle: [3568, 3572, 3569] +Triangle: [3573, 3570, 3571] +Triangle: [3574, 3509, 3510] +Triangle: [3575, 3510, 3511] +Triangle: [3569, 3575, 3511] +Triangle: [3572, 3576, 3569] +Triangle: [3518, 3602, 3603] +Triangle: [3519, 3603, 3604] +Triangle: [3520, 3604, 3605] +Triangle: [3606, 3520, 3605] +Triangle: [3607, 3521, 3606] +Triangle: [3523, 3607, 3608] +Triangle: [3481, 2770, 2771] +Triangle: [3609, 3478, 3481] +Triangle: [3610, 3524, 3609] +Triangle: [3611, 3525, 3610] +Triangle: [3527, 3611, 3612] +Triangle: [3528, 3612, 3613] +Triangle: [3529, 3613, 3614] +Triangle: [3615, 3529, 3614] +Triangle: [3531, 3615, 3616] +Triangle: [3616, 3507, 3531] +Triangle: [3617, 3507, 3601] +Triangle: [3618, 3508, 3617] +Triangle: [3619, 3509, 3618] +Triangle: [3620, 3510, 3619] +Triangle: [3512, 3620, 3621] +Triangle: [3622, 3512, 3621] +Triangle: [3514, 3622, 3623] +Triangle: [3515, 3623, 3624] +Triangle: [3516, 3624, 3625] +Triangle: [3517, 3625, 3602] +Triangle: [3577, 3580, 3579] +Triangle: [3579, 3581, 3588] +Triangle: [3588, 3582, 3587] +Triangle: [3587, 3583, 3586] +Triangle: [3586, 3584, 3589] +Triangle: [3589, 3585, 3590] +Triangle: [3590, 3592, 3591] +Triangle: [3591, 3593, 3600] +Triangle: [3600, 3594, 3599] +Triangle: [3594, 3598, 3599] +Triangle: [3598, 3596, 3595] +Triangle: [3472, 3625, 3471] +Triangle: [3625, 3469, 3471] +Triangle: [3624, 3468, 3469] +Triangle: [3623, 3467, 3468] +Triangle: [3467, 3621, 3470] +Triangle: [3470, 3620, 3506] +Triangle: [3506, 3619, 3505] +Triangle: [3619, 3504, 3505] +Triangle: [3618, 3503, 3504] +Triangle: [3617, 3502, 3503] +Triangle: [3501, 3601, 3616] +Triangle: [3616, 3500, 3501] +Triangle: [3500, 3614, 3480] +Triangle: [3614, 3479, 3480] +Triangle: [3613, 3483, 3479] +Triangle: [3612, 3482, 3483] +Triangle: [3482, 3610, 3484] +Triangle: [3484, 3609, 3481] +Triangle: [3524, 3608, 3609] +Triangle: [3608, 3477, 3478] +Triangle: [3607, 3476, 3477] +Triangle: [3476, 3605, 3473] +Triangle: [3473, 3604, 3474] +Triangle: [3474, 3603, 3475] +Triangle: [3475, 3602, 3472] +Triangle: [3628, 2748, 2752] +Triangle: [3640, 2755, 2749] +Triangle: [3627, 2760, 2750] +Triangle: [2747, 3634, 2751] +Triangle: [3631, 2747, 2759] +Triangle: [2751, 3635, 2753] +Triangle: [3633, 2757, 2748] +Triangle: [3637, 2759, 2756] +Triangle: [2760, 3632, 2761] +Triangle: [3638, 2758, 2757] +Triangle: [2761, 3637, 2756] +Triangle: [2753, 3629, 2754] +Triangle: [3630, 2750, 2758] +Triangle: [3636, 2752, 2755] +Triangle: [2754, 3640, 2749] +Triangle: [3653, 3665, 3670] +Triangle: [3667, 3655, 3663] +Triangle: [3656, 3642, 3657] +Triangle: [3644, 3664, 3665] +Triangle: [3668, 3641, 3656] +Triangle: [3654, 3660, 3662] +Triangle: [3649, 3670, 3661] +Triangle: [3642, 3666, 3657] +Triangle: [3659, 3651, 3668] +Triangle: [3643, 3662, 3664] +Triangle: [3660, 3650, 3667] +Triangle: [3658, 3646, 3659] +Triangle: [3647, 3669, 3666] +Triangle: [3663, 3645, 3658] +Triangle: [3652, 3661, 3669] +Triangle: [3669, 2672, 2671] +Triangle: [2665, 3658, 2664] +Triangle: [3666, 2671, 2670] +Triangle: [2664, 3659, 2663] +Triangle: [2667, 3667, 2666] +Triangle: [3664, 2676, 2675] +Triangle: [2663, 3668, 2662] +Triangle: [3657, 2670, 2668] +Triangle: [3661, 2673, 2672] +Triangle: [2676, 3660, 2667] +Triangle: [3668, 2669, 2662] +Triangle: [3665, 2675, 2674] +Triangle: [2669, 3657, 2668] +Triangle: [2666, 3663, 2665] +Triangle: [3670, 2674, 2673] +Triangle: [2801, 3681, 3054] +Triangle: [3676, 2844, 2795] +Triangle: [3675, 2794, 2793] +Triangle: [3673, 2796, 2797] +Triangle: [3671, 2799, 2800] +Triangle: [2794, 1838, 855] +Triangle: [3678, 2795, 2796] +Triangle: [3677, 2798, 2799] +Triangle: [864, 3672, 2801] +Triangle: [2844, 3675, 2793] +Triangle: [3674, 2797, 2798] +Triangle: [3054, 3671, 2800] +Triangle: [3208, 3691, 3689] +Triangle: [1348, 3690, 3207] +Triangle: [3688, 1353, 3212] +Triangle: [3211, 3688, 3212] +Triangle: [3210, 3687, 3211] +Triangle: [3209, 3686, 3210] +Triangle: [3682, 3209, 3203] +Triangle: [3683, 3203, 3204] +Triangle: [3205, 3683, 3204] +Triangle: [3208, 3684, 3205] +Triangle: [3690, 3206, 3207] +Triangle: [1879, 3702, 3713] +Triangle: [3712, 3702, 3701] +Triangle: [3711, 3701, 3700] +Triangle: [3710, 3700, 3699] +Triangle: [3710, 3698, 3709] +Triangle: [3708, 3698, 3697] +Triangle: [3707, 3697, 3696] +Triangle: [3706, 3696, 3695] +Triangle: [3705, 3695, 3694] +Triangle: [3705, 3692, 3703] +Triangle: [3703, 3693, 3704] +Triangle: [3704, 1856, 1869] +Triangle: [2801, 1869, 864] +Triangle: [3054, 3704, 2801] +Triangle: [2800, 3703, 3054] +Triangle: [2800, 3706, 3705] +Triangle: [2799, 3707, 3706] +Triangle: [2798, 3708, 3707] +Triangle: [2797, 3709, 3708] +Triangle: [2795, 3709, 2796] +Triangle: [2795, 3711, 3710] +Triangle: [2844, 3712, 3711] +Triangle: [2793, 3713, 3712] +Triangle: [2794, 1879, 3713] +Triangle: [2930, 3714, 2915] +Triangle: [2921, 3723, 2928] +Triangle: [2922, 3720, 2921] +Triangle: [3272, 3721, 2922] +Triangle: [3723, 2920, 2928] +Triangle: [2916, 3724, 2930] +Triangle: [2917, 3715, 2916] +Triangle: [2915, 3725, 3225] +Triangle: [2918, 3716, 2917] +Triangle: [3722, 2919, 2925] +Triangle: [3718, 2918, 2919] +Triangle: [3719, 2925, 2920] +Triangle: [3225, 3726, 3272] +Triangle: [3750, 3738, 3737] +Triangle: [3736, 3745, 3749] +Triangle: [2115, 3732, 2123] +Triangle: [2122, 3735, 3731] +Triangle: [2118, 3732, 3728] +Triangle: [2116, 3731, 3737] +Triangle: [2117, 3734, 2113] +Triangle: [3730, 2112, 2120] +Triangle: [2119, 3735, 2114] +Triangle: [3728, 2120, 2118] +Triangle: [2113, 3729, 2119] +Triangle: [3733, 2117, 2112] +Triangle: [3749, 3191, 2098] +Triangle: [2099, 3745, 3750] +Triangle: [3736, 3744, 3732] +Triangle: [3735, 3743, 3731] +Triangle: [3728, 3744, 3740] +Triangle: [3737, 3743, 3750] +Triangle: [3727, 3747, 3734] +Triangle: [3742, 3733, 3730] +Triangle: [3729, 3748, 3735] +Triangle: [3740, 3730, 3728] +Triangle: [3734, 3741, 3729] +Triangle: [3746, 3727, 3733] +Triangle: [3751, 1997, 3752] +Triangle: [3752, 1996, 2550] +Triangle: [3755, 2554, 3754] +Triangle: [2040, 3754, 3753] +Triangle: [3751, 2549, 3756] +Triangle: [3756, 2555, 3755] +Triangle: [1994, 3758, 1993] +Triangle: [1994, 3753, 3757] +Triangle: [1993, 2556, 1991] +Triangle: [3759, 2558, 2439] +Triangle: [3760, 2439, 2125] +Triangle: [3771, 3761, 2994] +Triangle: [1928, 3003, 1114] +Triangle: [3763, 3011, 3010] +Triangle: [3008, 3763, 3007] +Triangle: [3763, 3762, 3006] +Triangle: [3269, 3763, 3006] +Triangle: [3269, 3765, 3007] +Triangle: [3007, 3766, 3008] +Triangle: [3766, 3009, 3008] +Triangle: [3769, 3762, 3010] +Triangle: [3770, 3010, 3011] +Triangle: [3767, 3011, 3009] +Triangle: [3006, 3764, 3269] +Triangle: [3768, 3006, 3762] +Triangle: [3852, 3777, 3778] +Triangle: [3849, 3851, 3852] +Triangle: [3830, 3780, 3775] +Triangle: [3851, 3776, 3777] +Triangle: [3778, 3782, 3783] +Triangle: [3788, 3784, 3783] +Triangle: [3789, 3793, 3794] +Triangle: [3830, 3790, 3785] +Triangle: [3773, 3775, 3776] +Triangle: [3777, 3781, 3782] +Triangle: [3783, 3787, 3788] +Triangle: [3776, 3780, 3781] +Triangle: [3782, 3786, 3787] +Triangle: [3787, 3793, 3788] +Triangle: [3798, 3794, 3793] +Triangle: [3798, 3804, 3799] +Triangle: [3830, 3800, 3795] +Triangle: [3781, 3785, 3786] +Triangle: [3786, 3792, 3787] +Triangle: [3792, 3798, 3793] +Triangle: [3785, 3791, 3786] +Triangle: [3791, 3797, 3792] +Triangle: [3803, 3809, 3804] +Triangle: [3797, 3803, 3798] +Triangle: [3830, 3810, 3805] +Triangle: [3790, 3796, 3791] +Triangle: [3796, 3802, 3797] +Triangle: [3802, 3808, 3803] +Triangle: [3795, 3801, 3796] +Triangle: [3801, 3807, 3802] +Triangle: [3808, 3814, 3809] +Triangle: [3813, 3819, 3814] +Triangle: [3807, 3813, 3808] +Triangle: [3830, 3820, 3815] +Triangle: [3800, 3806, 3801] +Triangle: [3806, 3812, 3807] +Triangle: [3812, 3818, 3813] +Triangle: [3811, 3817, 3812] +Triangle: [3818, 3824, 3819] +Triangle: [3823, 3829, 3824] +Triangle: [3805, 3811, 3806] +Triangle: [3817, 3823, 3818] +Triangle: [3830, 3841, 3836] +Triangle: [3810, 3816, 3811] +Triangle: [3816, 3822, 3817] +Triangle: [3822, 3828, 3823] +Triangle: [3834, 3829, 3828] +Triangle: [3835, 3839, 3840] +Triangle: [3815, 3821, 3816] +Triangle: [3821, 3827, 3822] +Triangle: [3828, 3833, 3834] +Triangle: [3830, 3772, 3846] +Triangle: [3820, 3826, 3821] +Triangle: [3826, 3833, 3827] +Triangle: [3834, 3838, 3839] +Triangle: [3844, 3840, 3839] +Triangle: [3845, 3849, 3850] +Triangle: [3825, 3832, 3826] +Triangle: [3833, 3837, 3838] +Triangle: [3839, 3843, 3844] +Triangle: [3832, 3836, 3837] +Triangle: [3838, 3842, 3843] +Triangle: [3844, 3848, 3849] +Triangle: [3852, 3850, 3849] +Triangle: [3859, 3855, 3860] +Triangle: [3837, 3841, 3842] +Triangle: [3843, 3847, 3848] +Triangle: [3779, 3783, 3784] +Triangle: [3842, 3846, 3847] +Triangle: [3848, 3773, 3851] +Triangle: [3830, 3831, 3825] +Triangle: [3847, 3772, 3773] +Triangle: [3933, 3858, 3932] +Triangle: [3930, 3932, 3929] +Triangle: [3911, 3861, 3866] +Triangle: [3932, 3857, 3854] +Triangle: [3859, 3863, 3858] +Triangle: [3869, 3865, 3870] +Triangle: [3870, 3874, 3869] +Triangle: [3911, 3871, 3876] +Triangle: [3854, 3856, 3853] +Triangle: [3858, 3862, 3857] +Triangle: [3864, 3868, 3863] +Triangle: [3857, 3861, 3856] +Triangle: [3863, 3867, 3862] +Triangle: [3874, 3868, 3869] +Triangle: [3879, 3875, 3880] +Triangle: [3885, 3879, 3880] +Triangle: [3911, 3881, 3886] +Triangle: [3862, 3866, 3861] +Triangle: [3873, 3867, 3868] +Triangle: [3879, 3873, 3874] +Triangle: [3872, 3866, 3867] +Triangle: [3878, 3872, 3873] +Triangle: [3890, 3884, 3885] +Triangle: [3884, 3878, 3879] +Triangle: [3911, 3891, 3896] +Triangle: [3877, 3871, 3872] +Triangle: [3883, 3877, 3878] +Triangle: [3889, 3883, 3884] +Triangle: [3882, 3876, 3877] +Triangle: [3888, 3882, 3883] +Triangle: [3895, 3889, 3890] +Triangle: [3900, 3894, 3895] +Triangle: [3894, 3888, 3889] +Triangle: [3911, 3901, 3906] +Triangle: [3887, 3881, 3882] +Triangle: [3893, 3887, 3888] +Triangle: [3899, 3893, 3894] +Triangle: [3898, 3892, 3893] +Triangle: [3905, 3899, 3900] +Triangle: [3910, 3904, 3905] +Triangle: [3892, 3886, 3887] +Triangle: [3904, 3898, 3899] +Triangle: [3911, 3922, 3927] +Triangle: [3897, 3891, 3892] +Triangle: [3903, 3897, 3898] +Triangle: [3909, 3903, 3904] +Triangle: [3915, 3910, 3916] +Triangle: [3916, 3920, 3915] +Triangle: [3902, 3896, 3897] +Triangle: [3908, 3902, 3903] +Triangle: [3909, 3914, 3908] +Triangle: [3853, 3911, 3927] +Triangle: [3907, 3901, 3902] +Triangle: [3914, 3907, 3908] +Triangle: [3915, 3919, 3914] +Triangle: [3925, 3921, 3926] +Triangle: [3926, 3930, 3925] +Triangle: [3913, 3906, 3907] +Triangle: [3914, 3918, 3913] +Triangle: [3920, 3924, 3919] +Triangle: [3913, 3917, 3912] +Triangle: [3919, 3923, 3918] +Triangle: [3925, 3929, 3924] +Triangle: [3933, 3931, 3855] +Triangle: [3918, 3922, 3917] +Triangle: [3924, 3928, 3923] +Triangle: [3860, 3864, 3859] +Triangle: [3923, 3927, 3922] +Triangle: [3929, 3854, 3928] +Triangle: [3911, 3912, 3917] +Triangle: [3928, 3853, 3927] +Triangle: [3778, 3774, 3852] +Triangle: [4054, 3937, 3934] +Triangle: [4055, 3941, 3937] +Triangle: [4054, 3939, 3935] +Triangle: [4058, 3945, 3942] +Triangle: [4059, 3947, 3945] +Triangle: [4056, 3942, 3941] +Triangle: [4062, 3948, 4061] +Triangle: [4060, 3948, 3947] +Triangle: [4064, 3952, 4063] +Triangle: [4065, 3955, 4064] +Triangle: [4057, 3956, 3939] +Triangle: [4063, 3959, 3953] +Triangle: [4067, 3959, 4066] +Triangle: [4068, 3961, 4067] +Triangle: [4069, 3950, 3964] +Triangle: [4070, 3964, 3966] +Triangle: [4071, 3966, 3968] +Triangle: [4072, 3973, 3970] +Triangle: [4073, 3975, 3973] +Triangle: [4074, 3969, 4071] +Triangle: [4072, 3977, 3971] +Triangle: [4075, 3979, 3977] +Triangle: [4076, 3981, 3979] +Triangle: [4077, 3962, 3981] +Triangle: [4030, 3985, 3982] +Triangle: [4031, 3989, 3985] +Triangle: [4030, 3987, 3983] +Triangle: [4034, 3993, 3990] +Triangle: [4035, 3995, 3993] +Triangle: [4032, 3990, 3989] +Triangle: [4037, 3999, 3996] +Triangle: [4036, 3996, 3995] +Triangle: [4040, 4000, 4039] +Triangle: [4041, 4003, 4040] +Triangle: [4033, 4004, 3987] +Triangle: [4039, 4007, 4001] +Triangle: [4043, 4007, 4042] +Triangle: [4044, 4009, 4043] +Triangle: [4045, 3998, 4012] +Triangle: [4046, 4012, 4014] +Triangle: [4047, 4014, 4016] +Triangle: [4048, 4021, 4018] +Triangle: [4049, 4023, 4021] +Triangle: [4050, 4017, 4047] +Triangle: [4048, 4025, 4019] +Triangle: [4051, 4027, 4025] +Triangle: [4052, 4029, 4027] +Triangle: [4053, 4010, 4029] +Triangle: [3936, 1735, 1736] +Triangle: [3934, 1705, 1704] +Triangle: [3934, 1706, 3938] +Triangle: [3939, 1735, 3935] +Triangle: [3937, 1707, 1705] +Triangle: [3940, 1736, 1738] +Triangle: [3938, 1714, 3957] +Triangle: [3956, 1737, 3939] +Triangle: [3941, 1708, 1707] +Triangle: [3943, 1738, 1739] +Triangle: [3944, 1739, 1740] +Triangle: [3942, 1709, 1708] +Triangle: [3945, 1710, 1709] +Triangle: [3946, 1740, 1741] +Triangle: [3947, 1711, 1710] +Triangle: [3949, 1741, 1742] +Triangle: [3949, 1743, 3950] +Triangle: [3948, 1712, 1711] +Triangle: [3965, 1712, 3951] +Triangle: [3964, 1743, 1750] +Triangle: [3953, 1745, 3954] +Triangle: [1690, 3955, 1713] +Triangle: [1715, 3952, 1690] +Triangle: [3959, 1744, 3953] +Triangle: [1713, 3957, 1714] +Triangle: [3954, 1746, 3956] +Triangle: [1716, 3958, 1715] +Triangle: [3961, 1747, 3959] +Triangle: [1717, 3960, 1716] +Triangle: [3963, 1748, 3961] +Triangle: [3962, 1722, 1723] +Triangle: [1723, 3981, 3962] +Triangle: [3980, 1749, 3963] +Triangle: [3967, 1732, 3965] +Triangle: [3966, 1750, 1751] +Triangle: [3969, 1733, 3967] +Triangle: [3966, 1752, 3968] +Triangle: [3969, 1731, 1734] +Triangle: [3975, 1752, 1755] +Triangle: [3973, 1753, 3970] +Triangle: [1729, 3971, 1725] +Triangle: [1725, 3977, 1720] +Triangle: [3976, 1753, 1756] +Triangle: [3975, 1754, 3973] +Triangle: [1731, 3972, 1729] +Triangle: [1720, 3979, 1721] +Triangle: [3978, 1756, 1757] +Triangle: [1721, 3981, 1723] +Triangle: [3980, 1757, 1758] +Triangle: [3985, 3577, 3982] +Triangle: [3547, 3983, 3546] +Triangle: [3548, 3983, 3987] +Triangle: [3577, 3986, 3982] +Triangle: [3984, 3549, 3988] +Triangle: [3989, 3578, 3985] +Triangle: [3987, 3556, 3548] +Triangle: [3579, 4005, 3986] +Triangle: [3550, 3988, 3549] +Triangle: [3990, 3580, 3989] +Triangle: [3993, 3581, 3990] +Triangle: [3551, 3991, 3550] +Triangle: [3992, 3552, 3994] +Triangle: [3995, 3582, 3993] +Triangle: [3553, 3994, 3552] +Triangle: [3996, 3583, 3995] +Triangle: [3585, 3996, 3999] +Triangle: [3554, 3997, 3553] +Triangle: [3554, 4012, 3998] +Triangle: [4013, 3585, 3999] +Triangle: [3587, 4000, 4003] +Triangle: [3532, 4002, 4001] +Triangle: [4001, 3557, 3532] +Triangle: [3586, 4006, 4000] +Triangle: [3588, 4003, 4005] +Triangle: [3555, 4004, 4002] +Triangle: [4007, 3558, 3557] +Triangle: [3589, 4008, 4006] +Triangle: [4009, 3559, 3558] +Triangle: [3590, 4010, 4008] +Triangle: [4011, 3564, 3559] +Triangle: [3565, 4011, 4028] +Triangle: [3591, 4029, 4010] +Triangle: [3574, 4014, 4012] +Triangle: [4015, 3592, 4013] +Triangle: [3575, 4016, 4014] +Triangle: [3594, 4015, 4017] +Triangle: [3573, 4016, 3576] +Triangle: [4022, 3594, 4017] +Triangle: [3595, 4020, 4019] +Triangle: [3571, 4018, 4021] +Triangle: [4024, 3567, 3562] +Triangle: [4025, 3595, 4019] +Triangle: [3573, 4021, 4023] +Triangle: [3596, 4022, 4020] +Triangle: [4027, 3598, 4025] +Triangle: [4026, 3562, 3563] +Triangle: [4029, 3599, 4027] +Triangle: [4028, 3563, 3565] +Triangle: [4011, 4053, 4028] +Triangle: [4028, 4052, 4026] +Triangle: [4026, 4051, 4024] +Triangle: [4024, 4048, 4018] +Triangle: [4016, 4050, 4047] +Triangle: [4022, 4049, 4020] +Triangle: [4020, 4048, 4019] +Triangle: [4015, 4047, 4017] +Triangle: [4013, 4046, 4015] +Triangle: [3999, 4045, 4013] +Triangle: [4008, 4044, 4043] +Triangle: [4006, 4043, 4042] +Triangle: [4006, 4039, 4000] +Triangle: [4005, 4033, 3986] +Triangle: [4002, 4041, 4040] +Triangle: [4001, 4040, 4039] +Triangle: [3997, 4036, 3994] +Triangle: [3997, 4038, 4037] +Triangle: [3991, 4032, 3988] +Triangle: [3994, 4035, 3992] +Triangle: [3992, 4034, 3991] +Triangle: [3986, 4030, 3982] +Triangle: [3988, 4031, 3984] +Triangle: [3984, 4030, 3983] +Triangle: [3963, 4077, 3980] +Triangle: [3980, 4076, 3978] +Triangle: [3978, 4075, 3976] +Triangle: [3976, 4072, 3970] +Triangle: [3968, 4074, 4071] +Triangle: [3974, 4073, 3972] +Triangle: [3972, 4072, 3971] +Triangle: [3967, 4071, 3969] +Triangle: [3965, 4070, 3967] +Triangle: [3951, 4069, 3965] +Triangle: [3960, 4068, 4067] +Triangle: [3958, 4067, 4066] +Triangle: [3958, 4063, 3952] +Triangle: [3957, 4057, 3938] +Triangle: [3954, 4065, 4064] +Triangle: [3953, 4064, 4063] +Triangle: [3949, 4060, 3946] +Triangle: [3950, 4061, 3949] +Triangle: [3943, 4056, 3940] +Triangle: [3946, 4059, 3944] +Triangle: [3944, 4058, 3943] +Triangle: [3938, 4054, 3934] +Triangle: [3940, 4055, 3936] +Triangle: [3936, 4054, 3935] +Triangle: [4081, 4085, 4082] +Triangle: [4084, 4087, 4085] +Triangle: [4095, 4096, 4097] +Triangle: [4123, 4099, 4124] +Triangle: [4123, 4092, 4122] +Triangle: [4120, 4091, 4118] +Triangle: [4090, 4106, 4107] +Triangle: [4089, 4105, 4106] +Triangle: [4105, 4114, 4116] +Triangle: [4120, 4100, 4119] +Triangle: [4100, 4106, 4101] +Triangle: [4101, 4105, 4102] +Triangle: [4115, 4086, 4103] +Triangle: [4084, 4103, 4086] +Triangle: [4104, 4081, 4080] +Triangle: [4108, 4080, 4083] +Triangle: [4104, 4109, 4103] +Triangle: [4115, 4079, 4102] +Triangle: [4102, 4078, 4101] +Triangle: [4101, 4110, 4100] +Triangle: [4119, 4111, 4099] +Triangle: [4124, 4112, 4097] +Triangle: [4092, 4094, 4093] +Triangle: [4103, 4117, 4115] +Triangle: [4102, 4116, 4115] +Triangle: [4086, 4114, 4087] +Triangle: [4100, 4121, 4119] +Triangle: [4098, 4119, 4099] +Triangle: [4090, 4120, 4118] +Triangle: [4099, 4125, 4124] +Triangle: [4098, 4122, 4091] +Triangle: [4097, 4123, 4124] +Triangle: [4113, 4097, 4112] +Triangle: [4132, 4129, 4082] +Triangle: [4131, 4134, 4133] +Triangle: [4095, 4140, 4094] +Triangle: [4143, 4166, 4167] +Triangle: [4139, 4166, 4165] +Triangle: [4138, 4163, 4161] +Triangle: [4137, 4150, 4136] +Triangle: [4136, 4149, 4135] +Triangle: [4157, 4149, 4159] +Triangle: [4163, 4144, 4151] +Triangle: [4144, 4150, 4151] +Triangle: [4145, 4149, 4150] +Triangle: [4158, 4133, 4159] +Triangle: [4131, 4147, 4148] +Triangle: [4129, 4148, 4128] +Triangle: [4128, 4152, 4130] +Triangle: [4148, 4153, 4152] +Triangle: [4158, 4127, 4160] +Triangle: [4146, 4126, 4127] +Triangle: [4145, 4154, 4126] +Triangle: [4162, 4155, 4164] +Triangle: [4167, 4156, 4168] +Triangle: [4094, 4139, 4093] +Triangle: [4147, 4160, 4153] +Triangle: [4146, 4159, 4149] +Triangle: [4133, 4157, 4159] +Triangle: [4144, 4164, 4154] +Triangle: [4142, 4162, 4163] +Triangle: [4137, 4163, 4151] +Triangle: [4143, 4168, 4155] +Triangle: [4165, 4142, 4138] +Triangle: [4141, 4166, 4140] +Triangle: [4141, 4113, 4156] +Triangle: [4174, 4194, 4186] +Triangle: [4193, 4174, 4187] +Triangle: [4175, 4193, 4187] +Triangle: [4192, 4175, 4188] +Triangle: [4179, 4188, 4176] +Triangle: [4191, 4176, 4189] +Triangle: [4177, 4191, 4189] +Triangle: [4183, 4178, 4177] +Triangle: [4190, 4169, 4170] +Triangle: [4184, 4171, 4185] +Triangle: [4173, 4184, 4185] +Triangle: [4186, 4182, 4173] +Triangle: [4200, 4220, 4207] +Triangle: [4213, 4207, 4219] +Triangle: [4213, 4206, 4201] +Triangle: [4201, 4218, 4214] +Triangle: [4214, 4205, 4202] +Triangle: [4202, 4217, 4215] +Triangle: [4215, 4204, 4203] +Triangle: [4209, 4204, 4216] +Triangle: [4196, 4209, 4216] +Triangle: [4197, 4210, 4211] +Triangle: [4199, 4210, 4208] +Triangle: [4212, 4208, 4220] +Triangle: [4228, 4231, 4224] +Triangle: [4232, 4223, 4231] +Triangle: [4225, 4230, 4223] +Triangle: [4226, 4230, 4233] +Triangle: [4234, 4222, 4226] +Triangle: [4234, 4221, 4229] +Triangle: [4235, 4228, 4224] +Triangle: [4242, 4262, 4249] +Triangle: [4255, 4249, 4261] +Triangle: [4243, 4261, 4248] +Triangle: [4256, 4248, 4260] +Triangle: [4244, 4260, 4247] +Triangle: [4257, 4247, 4259] +Triangle: [4257, 4246, 4245] +Triangle: [4245, 4258, 4251] +Triangle: [4238, 4251, 4258] +Triangle: [4239, 4252, 4253] +Triangle: [4253, 4250, 4241] +Triangle: [4241, 4262, 4254] +Triangle: [4268, 4288, 4275] +Triangle: [4281, 4275, 4287] +Triangle: [4269, 4287, 4274] +Triangle: [4269, 4286, 4282] +Triangle: [4282, 4273, 4270] +Triangle: [4283, 4273, 4285] +Triangle: [4271, 4285, 4272] +Triangle: [4277, 4272, 4284] +Triangle: [4264, 4277, 4284] +Triangle: [4265, 4278, 4279] +Triangle: [4279, 4276, 4267] +Triangle: [4267, 4288, 4280] +Triangle: [4294, 4310, 4301] +Triangle: [4307, 4301, 4309] +Triangle: [4295, 4309, 4300] +Triangle: [4296, 4298, 4297] +Triangle: [5127, 5128, 5121] +Triangle: [4303, 4298, 4308] +Triangle: [4289, 4308, 4290] +Triangle: [4291, 4304, 4305] +Triangle: [4305, 4302, 4293] +Triangle: [4293, 4310, 4306] +Triangle: [4323, 4328, 4316] +Triangle: [4335, 4316, 4329] +Triangle: [4322, 4329, 4317] +Triangle: [4334, 4317, 4330] +Triangle: [4321, 4330, 4318] +Triangle: [4331, 4321, 4318] +Triangle: [4319, 4333, 4331] +Triangle: [4325, 4320, 4319] +Triangle: [4332, 4311, 4312] +Triangle: [4327, 4314, 4313] +Triangle: [4315, 4326, 4327] +Triangle: [4336, 4315, 4328] +Triangle: [5511, 4354, 5512] +Triangle: [4361, 4342, 4355] +Triangle: [4343, 4361, 4355] +Triangle: [4360, 4343, 4356] +Triangle: [4344, 4360, 4356] +Triangle: [4357, 4347, 4344] +Triangle: [4346, 4357, 4345] +Triangle: [4351, 4346, 4345] +Triangle: [4358, 4337, 4338] +Triangle: [4352, 4339, 4353] +Triangle: [4350, 4353, 4341] +Triangle: [4354, 4350, 4341] +Triangle: [4368, 4388, 4375] +Triangle: [4381, 4375, 4387] +Triangle: [4369, 4387, 4374] +Triangle: [4382, 4374, 4386] +Triangle: [4370, 4386, 4373] +Triangle: [4383, 4373, 4385] +Triangle: [4383, 4372, 4371] +Triangle: [4371, 4384, 4377] +Triangle: [4364, 4377, 4384] +Triangle: [4365, 4378, 4379] +Triangle: [4379, 4376, 4367] +Triangle: [4367, 4388, 4380] +Triangle: [4396, 4394, 4395] +Triangle: [4397, 4404, 4396] +Triangle: [4399, 4402, 4398] +Triangle: [4390, 4393, 4389] +Triangle: [4395, 4392, 4391] +Triangle: [4398, 4403, 4397] +Triangle: [4410, 4430, 4422] +Triangle: [4423, 4417, 4410] +Triangle: [4411, 4429, 4423] +Triangle: [4428, 4411, 4424] +Triangle: [4415, 4424, 4412] +Triangle: [4425, 4415, 4412] +Triangle: [4413, 4427, 4425] +Triangle: [4419, 4414, 4413] +Triangle: [4406, 4419, 4405] +Triangle: [4420, 4407, 4421] +Triangle: [4409, 4420, 4421] +Triangle: [4430, 4409, 4422] +Triangle: [4443, 4448, 4436] +Triangle: [4455, 4436, 4449] +Triangle: [4442, 4449, 4437] +Triangle: [4454, 4437, 4450] +Triangle: [4441, 4450, 4438] +Triangle: [4453, 4438, 4451] +Triangle: [4439, 4453, 4451] +Triangle: [4445, 4440, 4439] +Triangle: [4452, 4431, 4432] +Triangle: [4447, 4434, 4433] +Triangle: [4444, 4447, 4435] +Triangle: [4456, 4435, 4448] +Triangle: [4469, 4474, 4462] +Triangle: [4475, 4469, 4462] +Triangle: [4463, 4481, 4475] +Triangle: [4476, 4468, 4463] +Triangle: [4464, 4480, 4476] +Triangle: [4477, 4467, 4464] +Triangle: [4466, 4477, 4465] +Triangle: [4478, 4465, 4471] +Triangle: [4458, 4471, 4457] +Triangle: [4472, 4459, 4473] +Triangle: [4470, 4473, 4461] +Triangle: [4482, 4461, 4474] +Triangle: [4488, 4506, 4498] +Triangle: [4499, 4493, 4488] +Triangle: [4489, 4505, 4499] +Triangle: [4500, 4492, 4489] +Triangle: [4491, 4501, 4490] +Triangle: [4502, 4490, 4495] +Triangle: [4484, 4495, 4483] +Triangle: [4497, 4486, 4485] +Triangle: [4487, 4496, 4497] +Triangle: [4498, 4494, 4487] +Triangle: [4524, 4519, 4512] +Triangle: [4512, 4531, 4525] +Triangle: [4525, 4518, 4513] +Triangle: [4513, 4530, 4526] +Triangle: [4526, 4517, 4514] +Triangle: [4514, 4529, 4527] +Triangle: [4527, 4516, 4515] +Triangle: [4521, 4516, 4528] +Triangle: [4507, 4528, 4508] +Triangle: [4523, 4510, 4522] +Triangle: [4523, 4520, 4511] +Triangle: [4511, 4532, 4524] +Triangle: [4538, 4554, 4546] +Triangle: [4547, 4541, 4538] +Triangle: [4539, 4553, 4547] +Triangle: [4548, 4540, 4539] +Triangle: [4573, 4570, 4571] +Triangle: [4572, 4571, 4565] +Triangle: [4550, 4533, 4534] +Triangle: [4545, 4536, 4535] +Triangle: [4542, 4545, 4537] +Triangle: [4554, 4537, 4546] +Triangle: [4563, 4568, 4560] +Triangle: [4569, 4563, 4560] +Triangle: [4561, 4575, 4569] +Triangle: [4570, 4562, 4561] +Triangle: [4595, 4592, 4593] +Triangle: [4616, 4615, 4609] +Triangle: [4556, 4565, 4555] +Triangle: [4566, 4557, 4567] +Triangle: [4564, 4567, 4559] +Triangle: [4576, 4559, 4568] +Triangle: [4585, 4590, 4582] +Triangle: [4597, 4582, 4591] +Triangle: [4584, 4591, 4583] +Triangle: [4596, 4583, 4592] +Triangle: [4617, 4614, 4615] +Triangle: [4755, 4763, 4761] +Triangle: [4578, 4587, 4577] +Triangle: [4588, 4579, 4589] +Triangle: [4586, 4589, 4581] +Triangle: [4598, 4581, 4590] +Triangle: [4607, 4612, 4604] +Triangle: [4619, 4604, 4613] +Triangle: [4606, 4613, 4605] +Triangle: [4618, 4605, 4614] +Triangle: [5225, 5222, 5223] +Triangle: [4709, 4717, 4715] +Triangle: [4600, 4609, 4599] +Triangle: [4610, 4601, 4611] +Triangle: [4608, 4611, 4603] +Triangle: [4620, 4603, 4612] +Triangle: [4633, 4638, 4626] +Triangle: [4639, 4633, 4626] +Triangle: [4632, 4639, 4627] +Triangle: [4644, 4627, 4640] +Triangle: [4631, 4640, 4628] +Triangle: [4643, 4628, 4641] +Triangle: [4629, 4643, 4641] +Triangle: [4635, 4630, 4629] +Triangle: [4642, 4621, 4622] +Triangle: [4636, 4623, 4637] +Triangle: [4625, 4636, 4637] +Triangle: [4646, 4625, 4638] +Triangle: [4659, 4664, 4652] +Triangle: [4671, 4652, 4665] +Triangle: [4658, 4665, 4653] +Triangle: [4670, 4653, 4666] +Triangle: [4657, 4666, 4654] +Triangle: [4669, 4654, 4667] +Triangle: [4656, 4667, 4655] +Triangle: [4668, 4655, 4661] +Triangle: [4648, 4661, 4647] +Triangle: [4663, 4650, 4649] +Triangle: [4651, 4662, 4663] +Triangle: [4664, 4660, 4651] +Triangle: [4685, 4690, 4678] +Triangle: [4691, 4685, 4678] +Triangle: [4679, 4697, 4691] +Triangle: [4692, 4684, 4679] +Triangle: [4680, 4696, 4692] +Triangle: [4693, 4683, 4680] +Triangle: [4681, 4695, 4693] +Triangle: [4694, 4681, 4687] +Triangle: [4674, 4687, 4673] +Triangle: [4689, 4676, 4675] +Triangle: [4677, 4688, 4689] +Triangle: [4698, 4677, 4690] +Triangle: [4707, 4712, 4704] +Triangle: [4719, 4704, 4713] +Triangle: [4706, 4713, 4705] +Triangle: [4718, 4705, 4714] +Triangle: [4741, 4738, 4739] +Triangle: [5029, 5037, 5035] +Triangle: [4716, 4699, 4700] +Triangle: [4710, 4701, 4711] +Triangle: [4703, 4710, 4711] +Triangle: [4720, 4703, 4712] +Triangle: [4731, 4736, 4726] +Triangle: [4743, 4726, 4737] +Triangle: [4730, 4737, 4727] +Triangle: [4742, 4727, 4738] +Triangle: [4763, 4760, 4761] +Triangle: [4728, 4741, 4739] +Triangle: [4733, 4729, 4728] +Triangle: [4740, 4721, 4722] +Triangle: [4735, 4724, 4723] +Triangle: [4725, 4734, 4735] +Triangle: [4736, 4732, 4725] +Triangle: [4753, 4758, 4750] +Triangle: [4765, 4750, 4759] +Triangle: [4752, 4759, 4751] +Triangle: [4764, 4751, 4760] +Triangle: [4549, 4552, 4548] +Triangle: [4550, 4549, 4543] +Triangle: [4762, 4745, 4746] +Triangle: [4756, 4747, 4757] +Triangle: [4749, 4756, 4757] +Triangle: [4758, 4754, 4749] +Triangle: [4775, 4780, 4772] +Triangle: [4787, 4772, 4781] +Triangle: [4774, 4781, 4773] +Triangle: [4786, 4773, 4782] +Triangle: [5037, 5034, 5035] +Triangle: [4785, 4782, 4783] +Triangle: [4784, 4767, 4768] +Triangle: [4779, 4770, 4769] +Triangle: [4771, 4778, 4779] +Triangle: [4780, 4776, 4771] +Triangle: [4801, 4806, 4794] +Triangle: [4813, 4794, 4807] +Triangle: [4800, 4807, 4795] +Triangle: [4812, 4795, 4808] +Triangle: [4799, 4808, 4796] +Triangle: [4811, 4796, 4809] +Triangle: [4797, 4811, 4809] +Triangle: [4803, 4798, 4797] +Triangle: [4810, 4789, 4790] +Triangle: [4805, 4792, 4791] +Triangle: [4793, 4804, 4805] +Triangle: [4806, 4802, 4793] +Triangle: [4832, 4827, 4820] +Triangle: [4820, 4839, 4833] +Triangle: [4833, 4826, 4821] +Triangle: [4821, 4838, 4834] +Triangle: [4834, 4825, 4822] +Triangle: [4822, 4837, 4835] +Triangle: [4835, 4824, 4823] +Triangle: [4829, 4824, 4836] +Triangle: [4815, 4836, 4816] +Triangle: [4817, 4830, 4831] +Triangle: [4831, 4828, 4819] +Triangle: [4819, 4840, 4832] +Triangle: [4858, 4853, 4846] +Triangle: [4846, 4865, 4859] +Triangle: [4859, 4852, 4847] +Triangle: [4847, 4864, 4860] +Triangle: [4860, 4851, 4848] +Triangle: [4848, 4863, 4861] +Triangle: [4861, 4850, 4849] +Triangle: [4855, 4850, 4862] +Triangle: [4841, 4862, 4842] +Triangle: [4843, 4856, 4857] +Triangle: [4845, 4856, 4854] +Triangle: [4845, 4866, 4858] +Triangle: [4880, 4877, 4870] +Triangle: [4881, 4877, 4887] +Triangle: [4881, 4876, 4871] +Triangle: [4871, 4886, 4882] +Triangle: [4882, 4875, 4872] +Triangle: [4872, 4885, 4883] +Triangle: [4883, 4874, 4873] +Triangle: [4879, 4874, 4884] +Triangle: [4867, 4884, 4868] +Triangle: [4869, 4888, 4880] +Triangle: [4906, 4901, 4894] +Triangle: [4894, 4913, 4907] +Triangle: [4907, 4900, 4895] +Triangle: [4895, 4912, 4908] +Triangle: [4908, 4899, 4896] +Triangle: [4896, 4911, 4909] +Triangle: [4909, 4898, 4897] +Triangle: [4903, 4898, 4910] +Triangle: [4889, 4910, 4890] +Triangle: [4891, 4904, 4905] +Triangle: [4905, 4902, 4893] +Triangle: [4893, 4914, 4906] +Triangle: [4932, 4927, 4920] +Triangle: [4920, 4939, 4933] +Triangle: [4933, 4926, 4921] +Triangle: [4921, 4938, 4934] +Triangle: [4934, 4925, 4922] +Triangle: [4922, 4937, 4935] +Triangle: [4935, 4924, 4923] +Triangle: [4929, 4924, 4936] +Triangle: [4915, 4936, 4916] +Triangle: [4917, 4930, 4931] +Triangle: [4919, 4930, 4928] +Triangle: [4919, 4940, 4932] +Triangle: [4946, 4966, 4958] +Triangle: [4965, 4946, 4959] +Triangle: [4952, 4959, 4947] +Triangle: [4964, 4947, 4960] +Triangle: [4951, 4960, 4948] +Triangle: [4963, 4948, 4961] +Triangle: [4949, 4963, 4961] +Triangle: [4955, 4950, 4949] +Triangle: [4962, 4941, 4942] +Triangle: [4957, 4944, 4943] +Triangle: [4954, 4957, 4945] +Triangle: [4966, 4945, 4958] +Triangle: [4979, 4984, 4972] +Triangle: [4991, 4972, 4985] +Triangle: [4978, 4985, 4973] +Triangle: [4990, 4973, 4986] +Triangle: [4977, 4986, 4974] +Triangle: [4989, 4974, 4987] +Triangle: [4975, 4989, 4987] +Triangle: [4981, 4976, 4975] +Triangle: [4988, 4967, 4968] +Triangle: [4983, 4970, 4969] +Triangle: [4980, 4983, 4971] +Triangle: [4992, 4971, 4984] +Triangle: [5005, 5010, 4998] +Triangle: [5017, 4998, 5011] +Triangle: [5004, 5011, 4999] +Triangle: [5016, 4999, 5012] +Triangle: [5003, 5012, 5000] +Triangle: [5015, 5000, 5013] +Triangle: [5002, 5013, 5001] +Triangle: [5007, 5002, 5001] +Triangle: [5014, 4993, 4994] +Triangle: [5009, 4996, 4995] +Triangle: [5006, 5009, 4997] +Triangle: [5018, 4997, 5010] +Triangle: [5027, 5032, 5024] +Triangle: [5039, 5024, 5033] +Triangle: [5026, 5033, 5025] +Triangle: [5038, 5025, 5034] +Triangle: [4717, 4714, 4715] +Triangle: [4777, 4785, 4783] +Triangle: [5036, 5019, 5020] +Triangle: [5030, 5021, 5031] +Triangle: [5028, 5031, 5023] +Triangle: [5040, 5023, 5032] +Triangle: [5053, 5058, 5046] +Triangle: [5065, 5046, 5059] +Triangle: [5052, 5059, 5047] +Triangle: [5064, 5047, 5060] +Triangle: [5051, 5060, 5048] +Triangle: [5063, 5048, 5061] +Triangle: [5049, 5063, 5061] +Triangle: [5055, 5050, 5049] +Triangle: [5062, 5041, 5042] +Triangle: [5057, 5044, 5043] +Triangle: [5054, 5057, 5045] +Triangle: [5066, 5045, 5058] +Triangle: [5084, 5079, 5072] +Triangle: [5072, 5091, 5085] +Triangle: [5085, 5078, 5073] +Triangle: [5073, 5090, 5086] +Triangle: [5086, 5077, 5074] +Triangle: [5074, 5089, 5087] +Triangle: [5087, 5076, 5075] +Triangle: [5081, 5076, 5088] +Triangle: [5067, 5088, 5068] +Triangle: [5083, 5070, 5082] +Triangle: [5071, 5082, 5080] +Triangle: [5071, 5092, 5084] +Triangle: [5106, 5103, 5096] +Triangle: [5096, 5113, 5107] +Triangle: [5107, 5102, 5097] +Triangle: [5097, 5112, 5108] +Triangle: [5108, 5101, 5098] +Triangle: [5098, 5111, 5109] +Triangle: [5109, 5100, 5099] +Triangle: [5099, 5110, 5105] +Triangle: [5093, 5110, 5094] +Triangle: [5095, 5114, 5106] +Triangle: [4295, 4299, 4296] +Triangle: [5125, 5132, 5131] +Triangle: [5125, 5130, 5126] +Triangle: [5116, 5121, 5128] +Triangle: [5123, 5118, 5122] +Triangle: [5119, 5122, 5120] +Triangle: [5119, 5132, 5124] +Triangle: [5126, 5129, 5127] +Triangle: [5145, 5152, 5151] +Triangle: [5146, 5151, 5150] +Triangle: [5138, 5149, 5139] +Triangle: [5138, 5148, 5141] +Triangle: [5134, 5141, 5148] +Triangle: [5135, 5142, 5143] +Triangle: [5143, 5140, 5137] +Triangle: [5137, 5152, 5144] +Triangle: [5147, 5150, 5149] +Triangle: [4400, 4399, 4393] +Triangle: [5514, 5178, 5170] +Triangle: [5171, 5165, 5158] +Triangle: [5164, 5171, 5159] +Triangle: [5172, 5164, 5159] +Triangle: [5160, 5176, 5172] +Triangle: [5175, 5160, 5173] +Triangle: [5162, 5173, 5161] +Triangle: [5167, 5162, 5161] +Triangle: [5154, 5167, 5153] +Triangle: [5168, 5155, 5169] +Triangle: [5166, 5169, 5157] +Triangle: [5170, 5166, 5157] +Triangle: [5184, 5204, 5196] +Triangle: [5197, 5191, 5184] +Triangle: [5185, 5203, 5197] +Triangle: [5198, 5190, 5185] +Triangle: [5186, 5202, 5198] +Triangle: [5199, 5189, 5186] +Triangle: [5188, 5199, 5187] +Triangle: [5200, 5187, 5193] +Triangle: [5200, 5179, 5180] +Triangle: [5195, 5182, 5181] +Triangle: [5192, 5195, 5183] +Triangle: [5204, 5183, 5196] +Triangle: [5215, 5220, 5210] +Triangle: [5221, 5215, 5210] +Triangle: [5211, 5227, 5221] +Triangle: [5222, 5214, 5211] +Triangle: [5327, 5324, 5325] +Triangle: [5213, 5223, 5212] +Triangle: [5224, 5212, 5217] +Triangle: [5206, 5217, 5205] +Triangle: [5218, 5207, 5219] +Triangle: [5216, 5219, 5209] +Triangle: [5228, 5209, 5220] +Triangle: [5241, 5246, 5234] +Triangle: [5253, 5234, 5247] +Triangle: [5240, 5247, 5235] +Triangle: [5252, 5235, 5248] +Triangle: [5239, 5248, 5236] +Triangle: [5251, 5236, 5249] +Triangle: [5238, 5249, 5237] +Triangle: [5250, 5237, 5243] +Triangle: [5230, 5243, 5229] +Triangle: [5244, 5231, 5245] +Triangle: [5242, 5245, 5233] +Triangle: [5254, 5233, 5246] +Triangle: [5267, 5272, 5260] +Triangle: [5279, 5260, 5273] +Triangle: [5266, 5273, 5261] +Triangle: [5278, 5261, 5274] +Triangle: [5265, 5274, 5262] +Triangle: [5277, 5262, 5275] +Triangle: [5264, 5275, 5263] +Triangle: [5276, 5263, 5269] +Triangle: [5256, 5269, 5255] +Triangle: [5270, 5257, 5271] +Triangle: [5268, 5271, 5259] +Triangle: [5280, 5259, 5272] +Triangle: [5293, 5298, 5286] +Triangle: [5305, 5286, 5299] +Triangle: [5292, 5299, 5287] +Triangle: [5304, 5287, 5300] +Triangle: [5291, 5300, 5288] +Triangle: [5303, 5288, 5301] +Triangle: [5289, 5303, 5301] +Triangle: [5295, 5290, 5289] +Triangle: [5302, 5281, 5282] +Triangle: [5297, 5284, 5283] +Triangle: [5285, 5296, 5297] +Triangle: [5298, 5294, 5285] +Triangle: [5317, 5322, 5312] +Triangle: [5329, 5312, 5323] +Triangle: [5316, 5323, 5313] +Triangle: [5328, 5313, 5324] +Triangle: [4501, 4504, 4500] +Triangle: [5315, 5325, 5314] +Triangle: [5319, 5315, 5314] +Triangle: [5326, 5307, 5308] +Triangle: [5320, 5309, 5321] +Triangle: [5311, 5320, 5321] +Triangle: [5322, 5318, 5311] +Triangle: [5336, 5356, 5343] +Triangle: [5349, 5343, 5355] +Triangle: [5349, 5342, 5337] +Triangle: [5337, 5354, 5350] +Triangle: [5350, 5341, 5338] +Triangle: [5338, 5353, 5351] +Triangle: [5351, 5340, 5339] +Triangle: [5345, 5340, 5352] +Triangle: [5332, 5345, 5352] +Triangle: [5333, 5346, 5347] +Triangle: [5335, 5346, 5344] +Triangle: [5348, 5344, 5356] +Triangle: [5362, 5382, 5369] +Triangle: [5375, 5369, 5381] +Triangle: [5363, 5381, 5368] +Triangle: [5363, 5380, 5376] +Triangle: [5376, 5367, 5364] +Triangle: [5364, 5379, 5377] +Triangle: [5377, 5366, 5365] +Triangle: [5365, 5378, 5371] +Triangle: [5358, 5371, 5378] +Triangle: [5373, 5360, 5372] +Triangle: [5361, 5372, 5370] +Triangle: [5374, 5370, 5382] +Triangle: [5395, 5402, 5401] +Triangle: [5396, 5401, 5400] +Triangle: [5388, 5399, 5389] +Triangle: [5388, 5398, 5391] +Triangle: [5384, 5391, 5398] +Triangle: [5385, 5392, 5393] +Triangle: [5393, 5390, 5387] +Triangle: [5387, 5402, 5394] +Triangle: [5397, 5400, 5399] +Triangle: [5408, 5428, 5420] +Triangle: [5427, 5408, 5421] +Triangle: [5414, 5421, 5409] +Triangle: [5426, 5409, 5422] +Triangle: [5413, 5422, 5410] +Triangle: [5425, 5410, 5423] +Triangle: [5411, 5425, 5423] +Triangle: [5417, 5412, 5411] +Triangle: [5424, 5403, 5404] +Triangle: [5419, 5406, 5405] +Triangle: [5416, 5419, 5407] +Triangle: [5428, 5407, 5420] +Triangle: [5434, 5436, 5431] +Triangle: [5439, 5431, 5437] +Triangle: [5432, 5439, 5437] +Triangle: [5435, 5433, 5432] +Triangle: [5438, 5429, 5430] +Triangle: [5446, 5448, 5443] +Triangle: [5451, 5443, 5449] +Triangle: [5444, 5451, 5449] +Triangle: [5447, 5445, 5444] +Triangle: [5450, 5441, 5442] +Triangle: [5458, 5460, 5455] +Triangle: [5463, 5455, 5461] +Triangle: [5456, 5463, 5461] +Triangle: [5459, 5457, 5456] +Triangle: [5462, 5453, 5454] +Triangle: [5476, 5481, 5469] +Triangle: [5482, 5468, 5481] +Triangle: [5470, 5480, 5468] +Triangle: [5471, 5480, 5483] +Triangle: [5484, 5467, 5471] +Triangle: [5484, 5466, 5479] +Triangle: [5472, 5478, 5466] +Triangle: [5485, 5465, 5478] +Triangle: [5473, 5477, 5465] +Triangle: [5474, 5477, 5486] +Triangle: [5474, 5487, 5475] +Triangle: [5489, 5476, 5469] +Triangle: [5516, 5510, 5504] +Triangle: [5505, 5499, 5496] +Triangle: [5505, 5508, 5509] +Triangle: [5498, 5506, 5497] +Triangle: [5507, 5497, 5501] +Triangle: [5492, 5501, 5491] +Triangle: [5502, 5493, 5503] +Triangle: [5500, 5503, 5495] +Triangle: [5504, 5500, 5495] +Triangle: [4342, 5511, 5512] +Triangle: [5158, 5513, 5514] +Triangle: [5496, 5515, 5516] +Triangle: [4594, 4593, 4587] +Triangle: [5522, 5520, 5519] +Triangle: [5524, 5517, 5518] +Triangle: [5523, 5526, 5522] +Triangle: [5524, 5523, 5521] +Triangle: [5532, 5530, 5529] +Triangle: [5534, 5527, 5528] +Triangle: [5533, 5536, 5532] +Triangle: [5534, 5533, 5531] +Triangle: [5542, 5540, 5539] +Triangle: [5538, 5541, 5537] +Triangle: [5543, 5546, 5542] +Triangle: [5544, 5543, 5541] +Triangle: [5552, 5550, 5549] +Triangle: [5548, 5551, 5547] +Triangle: [5553, 5556, 5552] +Triangle: [5554, 5553, 5551] +Triangle: [5562, 5560, 5559] +Triangle: [5558, 5561, 5557] +Triangle: [5563, 5566, 5562] +Triangle: [5564, 5563, 5561] +Triangle: [1233, 15, 13] +Triangle: [1231, 0, 15] +Triangle: [1234, 17, 16] +Triangle: [13, 18, 1235] +Triangle: [16, 17, 21] +Triangle: [24, 23, 22] +Triangle: [21, 24, 25] +Triangle: [12, 16, 20] +Triangle: [14, 12, 26] +Triangle: [14, 27, 5] +Triangle: [25, 27, 26] +Triangle: [22, 5, 27] +Triangle: [0, 1, 28] +Triangle: [68, 2, 3] +Triangle: [29, 3, 9] +Triangle: [30, 61, 62] +Triangle: [60, 59, 37] +Triangle: [67, 64, 31] +Triangle: [63, 35, 32] +Triangle: [84, 85, 108] +Triangle: [67, 33, 34] +Triangle: [124, 129, 42] +Triangle: [128, 39, 44] +Triangle: [126, 130, 43] +Triangle: [127, 44, 40] +Triangle: [126, 41, 42] +Triangle: [128, 124, 38] +Triangle: [33, 31, 45] +Triangle: [36, 37, 47] +Triangle: [34, 33, 51] +Triangle: [69, 63, 28] +Triangle: [94, 140, 85] +Triangle: [35, 36, 50] +Triangle: [48, 32, 35] +Triangle: [13, 15, 66] +Triangle: [62, 60, 63] +Triangle: [28, 63, 66] +Triangle: [19, 18, 67] +Triangle: [18, 13, 64] +Triangle: [62, 61, 59] +Triangle: [60, 36, 35] +Triangle: [69, 68, 29] +Triangle: [28, 1, 2] +Triangle: [1236, 72, 74] +Triangle: [1237, 74, 70] +Triangle: [1234, 1238, 75] +Triangle: [1238, 76, 72] +Triangle: [77, 21, 17] +Triangle: [78, 11, 23] +Triangle: [77, 78, 24] +Triangle: [79, 77, 75] +Triangle: [73, 80, 79] +Triangle: [10, 80, 73] +Triangle: [78, 77, 79] +Triangle: [11, 78, 80] +Triangle: [81, 7, 70] +Triangle: [110, 83, 82] +Triangle: [83, 30, 9] +Triangle: [105, 61, 30] +Triangle: [88, 37, 59] +Triangle: [109, 86, 84] +Triangle: [85, 87, 106] +Triangle: [65, 34, 86] +Triangle: [32, 48, 45] +Triangle: [102, 172, 165] +Triangle: [89, 92, 135] +Triangle: [133, 93, 90] +Triangle: [136, 137, 43] +Triangle: [125, 40, 139] +Triangle: [92, 91, 132] +Triangle: [134, 90, 89] +Triangle: [94, 84, 86] +Triangle: [37, 88, 142] +Triangle: [86, 34, 49] +Triangle: [88, 87, 95] +Triangle: [87, 85, 140] +Triangle: [107, 108, 1328] +Triangle: [105, 111, 106] +Triangle: [19, 65, 109] +Triangle: [76, 109, 107] +Triangle: [104, 59, 61] +Triangle: [87, 88, 104] +Triangle: [83, 110, 111] +Triangle: [81, 110, 8] +Triangle: [66, 32, 31] +Triangle: [101, 99, 171] +Triangle: [103, 58, 170] +Triangle: [101, 167, 162] +Triangle: [103, 166, 172] +Triangle: [99, 100, 165] +Triangle: [56, 53, 161] +Triangle: [54, 164, 168] +Triangle: [58, 57, 163] +Triangle: [55, 162, 164] +Triangle: [57, 56, 169] +Triangle: [52, 168, 161] +Triangle: [39, 38, 117] +Triangle: [41, 119, 113] +Triangle: [44, 120, 118] +Triangle: [41, 43, 114] +Triangle: [39, 112, 120] +Triangle: [38, 42, 113] +Triangle: [147, 121, 89] +Triangle: [92, 149, 122] +Triangle: [40, 118, 146] +Triangle: [145, 114, 43] +Triangle: [123, 147, 90] +Triangle: [121, 149, 92] +Triangle: [141, 134, 131] +Triangle: [135, 132, 97] +Triangle: [49, 125, 138] +Triangle: [136, 130, 47] +Triangle: [98, 133, 134] +Triangle: [131, 135, 143] +Triangle: [48, 124, 128] +Triangle: [50, 126, 129] +Triangle: [51, 127, 125] +Triangle: [50, 47, 130] +Triangle: [45, 128, 127] +Triangle: [46, 129, 124] +Triangle: [91, 137, 136] +Triangle: [93, 133, 138] +Triangle: [141, 96, 140] +Triangle: [97, 142, 95] +Triangle: [98, 141, 94] +Triangle: [96, 143, 95] +Triangle: [122, 145, 137] +Triangle: [123, 93, 139] +Triangle: [147, 115, 148] +Triangle: [122, 149, 116] +Triangle: [147, 123, 146] +Triangle: [149, 121, 148] +Triangle: [97, 132, 136] +Triangle: [133, 98, 144] +Triangle: [1905, 150, 156] +Triangle: [1913, 1907, 152] +Triangle: [1908, 153, 151] +Triangle: [1907, 1914, 158] +Triangle: [1912, 156, 153] +Triangle: [1905, 1913, 157] +Triangle: [1916, 160, 154] +Triangle: [1906, 151, 155] +Triangle: [1909, 154, 158] +Triangle: [155, 159, 1915] +Triangle: [150, 161, 168] +Triangle: [157, 152, 163] +Triangle: [153, 164, 162] +Triangle: [152, 158, 170] +Triangle: [156, 168, 164] +Triangle: [150, 157, 169] +Triangle: [160, 172, 166] +Triangle: [162, 167, 155] +Triangle: [166, 170, 158] +Triangle: [167, 171, 159] +Triangle: [182, 177, 116] +Triangle: [184, 176, 115] +Triangle: [183, 175, 114] +Triangle: [118, 179, 184] +Triangle: [116, 177, 183] +Triangle: [115, 176, 182] +Triangle: [113, 174, 178] +Triangle: [112, 173, 181] +Triangle: [119, 114, 175] +Triangle: [120, 181, 179] +Triangle: [113, 119, 180] +Triangle: [112, 117, 178] +Triangle: [53, 56, 619] +Triangle: [536, 561, 560] +Triangle: [627, 620, 189] +Triangle: [621, 190, 189] +Triangle: [191, 189, 192] +Triangle: [190, 193, 192] +Triangle: [222, 195, 197] +Triangle: [222, 224, 196] +Triangle: [204, 205, 225] +Triangle: [225, 205, 206] +Triangle: [609, 185, 1918] +Triangle: [203, 204, 226] +Triangle: [227, 206, 207] +Triangle: [196, 198, 208] +Triangle: [208, 198, 199] +Triangle: [197, 195, 208] +Triangle: [224, 193, 203] +Triangle: [229, 207, 194] +Triangle: [202, 208, 200] +Triangle: [204, 203, 209] +Triangle: [205, 204, 210] +Triangle: [205, 211, 212] +Triangle: [209, 203, 193] +Triangle: [207, 213, 191] +Triangle: [206, 212, 213] +Triangle: [624, 215, 216] +Triangle: [625, 216, 217] +Triangle: [623, 622, 217] +Triangle: [186, 187, 221] +Triangle: [188, 186, 219] +Triangle: [623, 218, 220] +Triangle: [621, 626, 209] +Triangle: [202, 229, 223] +Triangle: [224, 228, 198] +Triangle: [626, 214, 215] +Triangle: [201, 227, 229] +Triangle: [225, 227, 201] +Triangle: [199, 226, 225] +Triangle: [192, 193, 224] +Triangle: [192, 222, 223] +Triangle: [238, 236, 234] +Triangle: [238, 233, 235] +Triangle: [231, 230, 238] +Triangle: [232, 236, 238] +Triangle: [258, 259, 294] +Triangle: [272, 250, 252] +Triangle: [276, 252, 254] +Triangle: [259, 262, 289] +Triangle: [272, 271, 251] +Triangle: [255, 257, 292] +Triangle: [257, 258, 293] +Triangle: [287, 244, 243] +Triangle: [242, 241, 656] +Triangle: [655, 239, 243] +Triangle: [288, 246, 245] +Triangle: [659, 658, 277] +Triangle: [241, 240, 654] +Triangle: [288, 291, 242] +Triangle: [290, 245, 244] +Triangle: [654, 240, 239] +Triangle: [262, 259, 230] +Triangle: [261, 262, 231] +Triangle: [235, 260, 261] +Triangle: [256, 260, 235] +Triangle: [230, 259, 258] +Triangle: [232, 258, 257] +Triangle: [257, 255, 234] +Triangle: [255, 256, 233] +Triangle: [268, 270, 279] +Triangle: [270, 264, 281] +Triangle: [264, 263, 282] +Triangle: [284, 267, 266] +Triangle: [285, 269, 267] +Triangle: [286, 265, 269] +Triangle: [263, 265, 286] +Triangle: [266, 268, 280] +Triangle: [278, 277, 254] +Triangle: [249, 273, 274] +Triangle: [275, 273, 249] +Triangle: [274, 278, 248] +Triangle: [271, 275, 253] +Triangle: [653, 652, 271] +Triangle: [658, 657, 276] +Triangle: [657, 653, 272] +Triangle: [283, 280, 628] +Triangle: [282, 286, 631] +Triangle: [286, 285, 630] +Triangle: [630, 285, 284] +Triangle: [629, 284, 283] +Triangle: [281, 282, 634] +Triangle: [632, 279, 281] +Triangle: [280, 279, 632] +Triangle: [260, 290, 287] +Triangle: [256, 255, 291] +Triangle: [256, 288, 290] +Triangle: [261, 287, 289] +Triangle: [292, 293, 240] +Triangle: [291, 292, 241] +Triangle: [239, 294, 289] +Triangle: [293, 294, 239] +Triangle: [303, 301, 299] +Triangle: [303, 298, 300] +Triangle: [296, 295, 303] +Triangle: [297, 301, 303] +Triangle: [323, 324, 359] +Triangle: [644, 648, 315] +Triangle: [645, 644, 317] +Triangle: [324, 327, 354] +Triangle: [648, 647, 316] +Triangle: [320, 322, 357] +Triangle: [322, 323, 358] +Triangle: [692, 309, 308] +Triangle: [307, 306, 340] +Triangle: [339, 304, 308] +Triangle: [695, 311, 310] +Triangle: [309, 342, 343] +Triangle: [306, 305, 338] +Triangle: [695, 696, 307] +Triangle: [694, 310, 309] +Triangle: [338, 305, 304] +Triangle: [327, 324, 295] +Triangle: [302, 326, 327] +Triangle: [300, 325, 326] +Triangle: [321, 325, 300] +Triangle: [295, 324, 323] +Triangle: [323, 322, 301] +Triangle: [322, 320, 299] +Triangle: [320, 321, 298] +Triangle: [333, 335, 344] +Triangle: [344, 335, 329] +Triangle: [346, 329, 328] +Triangle: [332, 331, 348] +Triangle: [334, 332, 349] +Triangle: [330, 334, 350] +Triangle: [328, 330, 351] +Triangle: [348, 331, 333] +Triangle: [646, 645, 319] +Triangle: [649, 338, 339] +Triangle: [340, 338, 649] +Triangle: [650, 339, 343] +Triangle: [336, 340, 651] +Triangle: [311, 307, 336] +Triangle: [310, 341, 342] +Triangle: [311, 337, 341] +Triangle: [348, 345, 636] +Triangle: [347, 351, 639] +Triangle: [351, 350, 638] +Triangle: [638, 350, 349] +Triangle: [349, 348, 643] +Triangle: [346, 347, 642] +Triangle: [344, 346, 641] +Triangle: [345, 344, 640] +Triangle: [325, 355, 352] +Triangle: [321, 320, 356] +Triangle: [325, 321, 353] +Triangle: [326, 352, 354] +Triangle: [357, 358, 698] +Triangle: [356, 357, 697] +Triangle: [699, 359, 354] +Triangle: [358, 359, 699] +Triangle: [368, 366, 364] +Triangle: [368, 363, 365] +Triangle: [361, 360, 368] +Triangle: [362, 366, 368] +Triangle: [388, 389, 424] +Triangle: [660, 664, 380] +Triangle: [661, 660, 382] +Triangle: [389, 392, 419] +Triangle: [664, 663, 381] +Triangle: [385, 387, 422] +Triangle: [422, 387, 388] +Triangle: [700, 374, 373] +Triangle: [372, 371, 405] +Triangle: [404, 369, 373] +Triangle: [703, 376, 375] +Triangle: [374, 407, 408] +Triangle: [371, 370, 403] +Triangle: [703, 704, 372] +Triangle: [702, 375, 374] +Triangle: [403, 370, 369] +Triangle: [392, 389, 360] +Triangle: [367, 391, 392] +Triangle: [365, 390, 391] +Triangle: [386, 390, 365] +Triangle: [360, 389, 388] +Triangle: [388, 387, 366] +Triangle: [366, 387, 385] +Triangle: [385, 386, 363] +Triangle: [398, 400, 409] +Triangle: [409, 400, 394] +Triangle: [411, 394, 393] +Triangle: [397, 396, 413] +Triangle: [399, 397, 414] +Triangle: [395, 399, 415] +Triangle: [412, 393, 395] +Triangle: [413, 396, 398] +Triangle: [662, 661, 384] +Triangle: [665, 403, 404] +Triangle: [405, 403, 665] +Triangle: [404, 408, 662] +Triangle: [401, 405, 667] +Triangle: [376, 372, 401] +Triangle: [375, 406, 407] +Triangle: [375, 376, 402] +Triangle: [413, 410, 668] +Triangle: [674, 412, 416] +Triangle: [671, 416, 415] +Triangle: [670, 415, 414] +Triangle: [414, 413, 675] +Triangle: [673, 411, 412] +Triangle: [672, 409, 411] +Triangle: [410, 409, 672] +Triangle: [391, 390, 420] +Triangle: [386, 385, 421] +Triangle: [390, 386, 418] +Triangle: [392, 391, 417] +Triangle: [705, 422, 423] +Triangle: [704, 421, 422] +Triangle: [707, 424, 419] +Triangle: [706, 423, 424] +Triangle: [433, 431, 429] +Triangle: [433, 428, 430] +Triangle: [426, 425, 433] +Triangle: [427, 431, 433] +Triangle: [453, 454, 489] +Triangle: [471, 467, 445] +Triangle: [471, 447, 449] +Triangle: [454, 457, 484] +Triangle: [466, 446, 445] +Triangle: [450, 452, 487] +Triangle: [452, 453, 488] +Triangle: [482, 439, 438] +Triangle: [437, 436, 680] +Triangle: [434, 438, 683] +Triangle: [483, 441, 440] +Triangle: [682, 472, 473] +Triangle: [436, 435, 678] +Triangle: [486, 437, 441] +Triangle: [485, 440, 439] +Triangle: [435, 434, 679] +Triangle: [457, 454, 425] +Triangle: [456, 457, 426] +Triangle: [430, 455, 456] +Triangle: [428, 451, 455] +Triangle: [454, 453, 427] +Triangle: [453, 452, 431] +Triangle: [431, 452, 450] +Triangle: [450, 451, 428] +Triangle: [463, 465, 474] +Triangle: [474, 465, 459] +Triangle: [459, 458, 477] +Triangle: [479, 462, 461] +Triangle: [480, 464, 462] +Triangle: [481, 460, 464] +Triangle: [477, 458, 460] +Triangle: [461, 463, 475] +Triangle: [472, 449, 443] +Triangle: [468, 469, 442] +Triangle: [470, 468, 444] +Triangle: [442, 469, 473] +Triangle: [466, 470, 448] +Triangle: [676, 466, 467] +Triangle: [681, 471, 472] +Triangle: [681, 677, 467] +Triangle: [478, 475, 684] +Triangle: [477, 481, 687] +Triangle: [481, 480, 686] +Triangle: [686, 480, 479] +Triangle: [685, 479, 478] +Triangle: [689, 476, 477] +Triangle: [688, 474, 476] +Triangle: [475, 474, 688] +Triangle: [456, 455, 485] +Triangle: [451, 450, 486] +Triangle: [451, 483, 485] +Triangle: [456, 482, 484] +Triangle: [487, 488, 435] +Triangle: [486, 487, 436] +Triangle: [489, 484, 438] +Triangle: [488, 489, 434] +Triangle: [270, 268, 334] +Triangle: [335, 333, 399] +Triangle: [400, 398, 464] +Triangle: [491, 465, 463] +Triangle: [493, 491, 490] +Triangle: [516, 515, 552] +Triangle: [551, 552, 613] +Triangle: [495, 493, 492] +Triangle: [498, 497, 492] +Triangle: [610, 495, 494] +Triangle: [500, 186, 188] +Triangle: [228, 226, 199] +Triangle: [496, 503, 504] +Triangle: [594, 586, 580] +Triangle: [514, 512, 579] +Triangle: [498, 509, 508] +Triangle: [497, 496, 494] +Triangle: [498, 510, 511] +Triangle: [503, 513, 507] +Triangle: [513, 503, 508] +Triangle: [512, 513, 509] +Triangle: [597, 580, 588] +Triangle: [615, 1920, 1919] +Triangle: [550, 551, 612] +Triangle: [552, 515, 539] +Triangle: [550, 517, 516] +Triangle: [329, 519, 518] +Triangle: [328, 518, 520] +Triangle: [329, 335, 521] +Triangle: [264, 523, 522] +Triangle: [265, 263, 522] +Triangle: [264, 270, 525] +Triangle: [394, 527, 526] +Triangle: [393, 526, 528] +Triangle: [394, 400, 529] +Triangle: [395, 528, 521] +Triangle: [330, 520, 525] +Triangle: [458, 459, 531] +Triangle: [458, 530, 532] +Triangle: [459, 465, 491] +Triangle: [460, 532, 529] +Triangle: [527, 529, 532] +Triangle: [519, 521, 528] +Triangle: [523, 525, 520] +Triangle: [188, 220, 218] +Triangle: [534, 536, 535] +Triangle: [537, 536, 534] +Triangle: [538, 517, 537] +Triangle: [522, 538, 533] +Triangle: [553, 554, 616] +Triangle: [539, 549, 554] +Triangle: [538, 540, 546] +Triangle: [516, 517, 546] +Triangle: [541, 547, 546] +Triangle: [540, 538, 522] +Triangle: [518, 541, 540] +Triangle: [519, 542, 541] +Triangle: [526, 543, 542] +Triangle: [527, 544, 543] +Triangle: [545, 544, 527] +Triangle: [548, 545, 530] +Triangle: [549, 539, 530] +Triangle: [549, 531, 491] +Triangle: [493, 495, 554] +Triangle: [554, 495, 610] +Triangle: [562, 537, 517] +Triangle: [614, 617, 559] +Triangle: [548, 539, 515] +Triangle: [545, 548, 555] +Triangle: [544, 555, 556] +Triangle: [555, 515, 557] +Triangle: [516, 547, 557] +Triangle: [558, 547, 541] +Triangle: [557, 547, 558] +Triangle: [543, 556, 558] +Triangle: [618, 501, 559] +Triangle: [1926, 499, 566] +Triangle: [501, 560, 561] +Triangle: [559, 561, 562] +Triangle: [188, 535, 560] +Triangle: [185, 499, 611] +Triangle: [536, 537, 562] +Triangle: [563, 217, 506] +Triangle: [216, 564, 506] +Triangle: [565, 564, 216] +Triangle: [496, 502, 499] +Triangle: [187, 566, 214] +Triangle: [507, 513, 512] +Triangle: [507, 506, 564] +Triangle: [565, 502, 567] +Triangle: [565, 215, 214] +Triangle: [504, 507, 567] +Triangle: [568, 490, 463] +Triangle: [568, 510, 498] +Triangle: [464, 398, 569] +Triangle: [570, 569, 571] +Triangle: [396, 571, 569] +Triangle: [570, 572, 462] +Triangle: [573, 510, 568] +Triangle: [462, 572, 573] +Triangle: [510, 573, 574] +Triangle: [575, 572, 571] +Triangle: [575, 574, 573] +Triangle: [588, 589, 587] +Triangle: [512, 511, 578] +Triangle: [577, 578, 511] +Triangle: [577, 574, 575] +Triangle: [333, 582, 583] +Triangle: [582, 584, 585] +Triangle: [583, 585, 397] +Triangle: [331, 584, 582] +Triangle: [334, 268, 593] +Triangle: [596, 579, 592] +Triangle: [587, 589, 332] +Triangle: [589, 584, 331] +Triangle: [506, 507, 514] +Triangle: [590, 396, 397] +Triangle: [590, 576, 571] +Triangle: [578, 577, 576] +Triangle: [591, 578, 590] +Triangle: [579, 578, 591] +Triangle: [584, 592, 591] +Triangle: [586, 592, 595] +Triangle: [505, 514, 596] +Triangle: [595, 592, 584] +Triangle: [580, 595, 589] +Triangle: [497, 508, 503] +Triangle: [581, 596, 586] +Triangle: [266, 588, 593] +Triangle: [269, 599, 598] +Triangle: [265, 524, 599] +Triangle: [267, 598, 597] +Triangle: [603, 601, 600] +Triangle: [599, 603, 602] +Triangle: [598, 602, 594] +Triangle: [602, 600, 581] +Triangle: [581, 600, 604] +Triangle: [505, 604, 605] +Triangle: [601, 605, 604] +Triangle: [606, 603, 599] +Triangle: [601, 603, 606] +Triangle: [605, 601, 607] +Triangle: [533, 607, 606] +Triangle: [608, 607, 533] +Triangle: [563, 605, 608] +Triangle: [611, 619, 56] +Triangle: [217, 563, 534] +Triangle: [502, 565, 566] +Triangle: [1925, 611, 499] +Triangle: [53, 618, 617] +Triangle: [1921, 1922, 102] +Triangle: [99, 1920, 1921] +Triangle: [614, 612, 1923] +Triangle: [553, 615, 613] +Triangle: [1922, 1917, 103] +Triangle: [612, 613, 1919] +Triangle: [501, 618, 619] +Triangle: [496, 185, 609] +Triangle: [210, 209, 626] +Triangle: [221, 214, 626] +Triangle: [213, 623, 627] +Triangle: [213, 212, 622] +Triangle: [211, 625, 622] +Triangle: [210, 624, 625] +Triangle: [219, 221, 621] +Triangle: [220, 219, 620] +Triangle: [252, 628, 632] +Triangle: [632, 633, 248] +Triangle: [633, 634, 247] +Triangle: [251, 629, 635] +Triangle: [630, 629, 251] +Triangle: [631, 630, 253] +Triangle: [634, 631, 249] +Triangle: [250, 635, 628] +Triangle: [636, 640, 319] +Triangle: [640, 641, 313] +Triangle: [313, 641, 642] +Triangle: [637, 643, 315] +Triangle: [638, 637, 316] +Triangle: [639, 638, 318] +Triangle: [642, 639, 314] +Triangle: [643, 636, 317] +Triangle: [316, 647, 651] +Triangle: [312, 650, 646] +Triangle: [651, 649, 314] +Triangle: [314, 649, 650] +Triangle: [342, 645, 646] +Triangle: [337, 336, 647] +Triangle: [341, 644, 645] +Triangle: [341, 337, 648] +Triangle: [246, 653, 657] +Triangle: [245, 657, 658] +Triangle: [246, 242, 652] +Triangle: [273, 654, 655] +Triangle: [656, 654, 273] +Triangle: [244, 658, 659] +Triangle: [655, 659, 278] +Triangle: [652, 656, 275] +Triangle: [663, 667, 383] +Triangle: [377, 666, 662] +Triangle: [667, 665, 379] +Triangle: [379, 665, 666] +Triangle: [407, 661, 662] +Triangle: [402, 401, 663] +Triangle: [406, 660, 661] +Triangle: [406, 402, 664] +Triangle: [668, 672, 384] +Triangle: [672, 673, 378] +Triangle: [378, 673, 674] +Triangle: [381, 669, 675] +Triangle: [670, 669, 381] +Triangle: [671, 670, 383] +Triangle: [377, 674, 671] +Triangle: [380, 675, 668] +Triangle: [440, 441, 677] +Triangle: [440, 681, 682] +Triangle: [437, 676, 677] +Triangle: [678, 679, 469] +Triangle: [680, 678, 468] +Triangle: [439, 682, 683] +Triangle: [469, 679, 683] +Triangle: [676, 680, 470] +Triangle: [447, 684, 688] +Triangle: [449, 688, 689] +Triangle: [443, 689, 690] +Triangle: [446, 685, 691] +Triangle: [686, 685, 446] +Triangle: [687, 686, 448] +Triangle: [690, 687, 444] +Triangle: [691, 684, 447] +Triangle: [305, 698, 699] +Triangle: [304, 699, 693] +Triangle: [696, 697, 306] +Triangle: [697, 698, 305] +Triangle: [355, 694, 692] +Triangle: [353, 356, 696] +Triangle: [353, 695, 694] +Triangle: [352, 692, 693] +Triangle: [370, 706, 707] +Triangle: [369, 707, 701] +Triangle: [704, 705, 371] +Triangle: [705, 706, 370] +Triangle: [420, 702, 700] +Triangle: [418, 421, 704] +Triangle: [420, 418, 703] +Triangle: [417, 700, 701] +Triangle: [1807, 712, 713] +Triangle: [1813, 1803, 720] +Triangle: [1810, 713, 714] +Triangle: [1803, 1804, 721] +Triangle: [1787, 1798, 726] +Triangle: [1806, 1808, 718] +Triangle: [1786, 724, 725] +Triangle: [1788, 1785, 731] +Triangle: [1793, 1787, 727] +Triangle: [1790, 1795, 734] +Triangle: [1812, 708, 709] +Triangle: [1804, 1809, 722] +Triangle: [1796, 1788, 729] +Triangle: [1797, 1790, 733] +Triangle: [1789, 735, 734] +Triangle: [1796, 730, 723] +Triangle: [1792, 1793, 728] +Triangle: [1784, 736, 735] +Triangle: [1800, 1805, 714] +Triangle: [1792, 737, 736] +Triangle: [1811, 711, 712] +Triangle: [1806, 717, 708] +Triangle: [1785, 1797, 732] +Triangle: [1809, 1799, 715] +Triangle: [1794, 725, 726] +Triangle: [1801, 709, 710] +Triangle: [1799, 1800, 716] +Triangle: [1808, 1813, 719] +Triangle: [1791, 723, 724] +Triangle: [1802, 710, 711] +Triangle: [738, 740, 741] +Triangle: [739, 743, 742] +Triangle: [806, 796, 743] +Triangle: [807, 806, 746] +Triangle: [744, 746, 743] +Triangle: [741, 745, 744] +Triangle: [805, 807, 749] +Triangle: [744, 747, 749] +Triangle: [745, 748, 747] +Triangle: [750, 749, 747] +Triangle: [805, 751, 752] +Triangle: [765, 752, 751] +Triangle: [792, 755, 754] +Triangle: [799, 753, 755] +Triangle: [802, 794, 771] +Triangle: [752, 765, 766] +Triangle: [753, 799, 804] +Triangle: [753, 766, 768] +Triangle: [757, 741, 740] +Triangle: [756, 758, 759] +Triangle: [759, 808, 820] +Triangle: [761, 820, 817] +Triangle: [757, 759, 761] +Triangle: [741, 757, 760] +Triangle: [822, 764, 763] +Triangle: [760, 761, 763] +Triangle: [745, 760, 762] +Triangle: [762, 763, 750] +Triangle: [822, 821, 765] +Triangle: [768, 819, 818] +Triangle: [766, 811, 819] +Triangle: [812, 758, 784] +Triangle: [811, 766, 765] +Triangle: [738, 769, 770] +Triangle: [738, 742, 771] +Triangle: [794, 795, 774] +Triangle: [774, 795, 803] +Triangle: [769, 771, 774] +Triangle: [770, 769, 772] +Triangle: [801, 779, 777] +Triangle: [774, 777, 775] +Triangle: [772, 775, 776] +Triangle: [775, 777, 778] +Triangle: [801, 798, 780] +Triangle: [755, 768, 767] +Triangle: [779, 780, 789] +Triangle: [782, 793, 800] +Triangle: [793, 782, 781] +Triangle: [790, 789, 780] +Triangle: [798, 797, 781] +Triangle: [791, 790, 781] +Triangle: [740, 770, 783] +Triangle: [783, 784, 758] +Triangle: [815, 814, 784] +Triangle: [810, 815, 786] +Triangle: [783, 785, 786] +Triangle: [770, 773, 785] +Triangle: [787, 788, 786] +Triangle: [773, 776, 787] +Triangle: [778, 788, 787] +Triangle: [810, 788, 789] +Triangle: [809, 791, 767] +Triangle: [813, 790, 791] +Triangle: [796, 802, 742] +Triangle: [790, 813, 816] +Triangle: [831, 832, 1647] +Triangle: [1648, 833, 823] +Triangle: [834, 835, 1649] +Triangle: [835, 825, 1651] +Triangle: [827, 829, 1652] +Triangle: [1646, 830, 831] +Triangle: [836, 834, 1654] +Triangle: [1650, 823, 824] +Triangle: [824, 827, 1644] +Triangle: [1647, 832, 836] +Triangle: [1651, 825, 826] +Triangle: [1646, 713, 712] +Triangle: [837, 828, 1645] +Triangle: [1645, 828, 833] +Triangle: [826, 837, 1656] +Triangle: [754, 767, 791] +Triangle: [808, 759, 758] +Triangle: [800, 846, 838] +Triangle: [807, 805, 851] +Triangle: [794, 802, 848] +Triangle: [802, 796, 842] +Triangle: [799, 845, 850] +Triangle: [797, 843, 839] +Triangle: [798, 844, 843] +Triangle: [795, 794, 840] +Triangle: [803, 795, 841] +Triangle: [804, 850, 851] +Triangle: [801, 847, 844] +Triangle: [792, 838, 845] +Triangle: [806, 807, 853] +Triangle: [801, 803, 849] +Triangle: [796, 806, 852] +Triangle: [793, 839, 846] +Triangle: [1829, 873, 1176] +Triangle: [1831, 870, 871] +Triangle: [1840, 1833, 865] +Triangle: [1835, 1830, 874] +Triangle: [1832, 871, 872] +Triangle: [1834, 868, 869] +Triangle: [1839, 1838, 866] +Triangle: [1836, 872, 873] +Triangle: [1837, 869, 870] +Triangle: [1833, 1839, 867] +Triangle: [870, 881, 882] +Triangle: [925, 865, 876] +Triangle: [875, 874, 885] +Triangle: [871, 882, 883] +Triangle: [869, 868, 879] +Triangle: [867, 866, 877] +Triangle: [872, 883, 884] +Triangle: [869, 880, 881] +Triangle: [867, 878, 876] +Triangle: [1176, 873, 884] +Triangle: [888, 887, 1473] +Triangle: [1174, 1173, 891] +Triangle: [892, 891, 893] +Triangle: [1426, 1425, 887] +Triangle: [1178, 887, 1425] +Triangle: [1428, 896, 895] +Triangle: [1429, 897, 896] +Triangle: [899, 898, 1430] +Triangle: [1430, 898, 897] +Triangle: [900, 899, 1431] +Triangle: [927, 900, 1432] +Triangle: [902, 901, 1433] +Triangle: [908, 904, 905] +Triangle: [894, 893, 907] +Triangle: [907, 908, 909] +Triangle: [1221, 1216, 911] +Triangle: [910, 911, 913] +Triangle: [912, 913, 915] +Triangle: [1242, 1240, 917] +Triangle: [917, 919, 918] +Triangle: [1222, 921, 923] +Triangle: [923, 921, 1219] +Triangle: [1488, 1486, 1480] +Triangle: [1212, 1221, 1220] +Triangle: [3, 922, 923] +Triangle: [903, 902, 1434] +Triangle: [868, 925, 926] +Triangle: [1834, 1840, 925] +Triangle: [928, 82, 9] +Triangle: [1215, 900, 927] +Triangle: [929, 928, 1219] +Triangle: [1220, 1221, 910] +Triangle: [912, 930, 929] +Triangle: [931, 930, 912] +Triangle: [936, 938, 931] +Triangle: [933, 932, 916] +Triangle: [928, 929, 930] +Triangle: [935, 934, 930] +Triangle: [82, 928, 934] +Triangle: [8, 934, 935] +Triangle: [1241, 938, 936] +Triangle: [914, 915, 937] +Triangle: [931, 938, 939] +Triangle: [1243, 939, 938] +Triangle: [7, 935, 939] +Triangle: [70, 939, 1243] +Triangle: [941, 10, 6] +Triangle: [941, 940, 932] +Triangle: [1853, 1493, 1496] +Triangle: [1060, 954, 953] +Triangle: [1071, 1070, 954] +Triangle: [1047, 949, 1356] +Triangle: [986, 1079, 1078] +Triangle: [954, 1072, 1069] +Triangle: [1070, 1073, 1072] +Triangle: [960, 959, 957] +Triangle: [956, 957, 959] +Triangle: [1582, 1574, 1573] +Triangle: [1144, 955, 1076] +Triangle: [1367, 1363, 948] +Triangle: [986, 965, 967] +Triangle: [1170, 1168, 969] +Triangle: [964, 966, 1145] +Triangle: [1542, 1145, 966] +Triangle: [970, 974, 972] +Triangle: [1564, 963, 973] +Triangle: [962, 972, 971] +Triangle: [1157, 1156, 978] +Triangle: [1158, 977, 1566] +Triangle: [1159, 1157, 976] +Triangle: [978, 982, 980] +Triangle: [1566, 977, 981] +Triangle: [975, 976, 980] +Triangle: [1170, 988, 1162] +Triangle: [986, 987, 1161] +Triangle: [1364, 1359, 985] +Triangle: [1146, 1147, 973] +Triangle: [1163, 1162, 988] +Triangle: [984, 989, 988] +Triangle: [1165, 1147, 983] +Triangle: [1149, 1148, 989] +Triangle: [979, 991, 990] +Triangle: [991, 992, 994] +Triangle: [995, 1152, 1153] +Triangle: [993, 1030, 1032] +Triangle: [995, 1032, 1033] +Triangle: [997, 1000, 1002] +Triangle: [1001, 1002, 1004] +Triangle: [1004, 1006, 1005] +Triangle: [1024, 1023, 1008] +Triangle: [1026, 1010, 1009] +Triangle: [1010, 1384, 1387] +Triangle: [1386, 1385, 1013] +Triangle: [1014, 1012, 1424] +Triangle: [1405, 1391, 1392] +Triangle: [1408, 1407, 1395] +Triangle: [1409, 1397, 1391] +Triangle: [1400, 1392, 1388] +Triangle: [1406, 1401, 1394] +Triangle: [1407, 1402, 1388] +Triangle: [1401, 1408, 1396] +Triangle: [1006, 1023, 1024] +Triangle: [1406, 1393, 1389] +Triangle: [1008, 1026, 1027] +Triangle: [1000, 997, 1033] +Triangle: [1029, 1033, 1032] +Triangle: [1031, 1397, 1399] +Triangle: [1030, 998, 999] +Triangle: [1413, 1011, 1381] +Triangle: [1075, 1047, 1360] +Triangle: [1067, 1065, 1045] +Triangle: [950, 951, 1045] +Triangle: [1041, 1042, 1379] +Triangle: [1027, 1009, 1372] +Triangle: [1027, 1382, 1383] +Triangle: [1037, 1376, 1373] +Triangle: [1055, 1054, 1056] +Triangle: [1056, 1058, 1059] +Triangle: [1007, 1055, 1057] +Triangle: [1024, 1057, 1059] +Triangle: [1037, 1039, 1371] +Triangle: [1038, 1374, 1371] +Triangle: [1038, 1043, 1375] +Triangle: [1043, 1040, 1377] +Triangle: [1040, 1041, 1380] +Triangle: [952, 1062, 1361] +Triangle: [1065, 1068, 1066] +Triangle: [1045, 1066, 1064] +Triangle: [1068, 1071, 1060] +Triangle: [1065, 1067, 949] +Triangle: [1066, 1060, 1061] +Triangle: [950, 1046, 1048] +Triangle: [1050, 1048, 1046] +Triangle: [1051, 1050, 1064] +Triangle: [1068, 1065, 1047] +Triangle: [1062, 1075, 1362] +Triangle: [964, 1077, 1164] +Triangle: [1070, 1071, 1062] +Triangle: [1072, 957, 956] +Triangle: [1071, 1068, 1075] +Triangle: [1073, 955, 957] +Triangle: [1365, 1357, 946] +Triangle: [1150, 1076, 1358] +Triangle: [1073, 1070, 952] +Triangle: [1358, 1365, 1080] +Triangle: [955, 1073, 1081] +Triangle: [1051, 1061, 1082] +Triangle: [953, 1083, 1082] +Triangle: [1069, 1084, 1083] +Triangle: [956, 1085, 1084] +Triangle: [958, 1086, 1085] +Triangle: [1087, 1056, 1054] +Triangle: [1052, 1082, 1087] +Triangle: [1083, 1088, 1087] +Triangle: [1084, 1085, 1088] +Triangle: [1058, 1056, 1087] +Triangle: [1086, 1058, 1088] +Triangle: [1090, 1091, 1086] +Triangle: [1091, 1090, 1094] +Triangle: [1059, 1058, 1086] +Triangle: [1095, 1094, 961] +Triangle: [1090, 1089, 1093] +Triangle: [1005, 1059, 1091] +Triangle: [1003, 1005, 1095] +Triangle: [996, 997, 1001] +Triangle: [1003, 1092, 1096] +Triangle: [971, 1096, 1092] +Triangle: [1097, 1033, 997] +Triangle: [1097, 1154, 1152] +Triangle: [1098, 1035, 1381] +Triangle: [1035, 1098, 1100] +Triangle: [1099, 1100, 1102] +Triangle: [1416, 1415, 1104] +Triangle: [1103, 1104, 1106] +Triangle: [1414, 1416, 1103] +Triangle: [1034, 1103, 1105] +Triangle: [1106, 1108, 1107] +Triangle: [1124, 1123, 1110] +Triangle: [1126, 1115, 1111] +Triangle: [1927, 1101, 1102] +Triangle: [1110, 1116, 1136] +Triangle: [1111, 1115, 1113] +Triangle: [1106, 1104, 1932] +Triangle: [1115, 1937, 1936] +Triangle: [1106, 1933, 1934] +Triangle: [1113, 1936, 1935] +Triangle: [1415, 1101, 1938] +Triangle: [1108, 1115, 1126] +Triangle: [1108, 1934, 1937] +Triangle: [1116, 1126, 1125] +Triangle: [1107, 1108, 1123] +Triangle: [1036, 1105, 1107] +Triangle: [1037, 1107, 1124] +Triangle: [1039, 1124, 1109] +Triangle: [1043, 1038, 1109] +Triangle: [1040, 1043, 1127] +Triangle: [1041, 1040, 1128] +Triangle: [1041, 1129, 1130] +Triangle: [1133, 1141, 1140] +Triangle: [1132, 1142, 1129] +Triangle: [1134, 1136, 1140] +Triangle: [1131, 1130, 1129] +Triangle: [1135, 1136, 1116] +Triangle: [1139, 1137, 1138] +Triangle: [1135, 1139, 1140] +Triangle: [1123, 1126, 1116] +Triangle: [1110, 1134, 1141] +Triangle: [1141, 1133, 1127] +Triangle: [1137, 1131, 1142] +Triangle: [1133, 1138, 1142] +Triangle: [1128, 1127, 1133] +Triangle: [1077, 1150, 1366] +Triangle: [981, 977, 1148] +Triangle: [973, 1147, 1165] +Triangle: [983, 1147, 1146] +Triangle: [1545, 1544, 960] +Triangle: [1144, 1145, 960] +Triangle: [1077, 964, 1144] +Triangle: [1154, 1151, 994] +Triangle: [1152, 994, 992] +Triangle: [1154, 1097, 996] +Triangle: [1166, 1151, 996] +Triangle: [977, 1158, 1165] +Triangle: [1160, 1164, 1079] +Triangle: [1165, 1163, 989] +Triangle: [983, 968, 1162] +Triangle: [1160, 1161, 966] +Triangle: [1172, 1162, 968] +Triangle: [971, 972, 1157] +Triangle: [1565, 973, 1158] +Triangle: [972, 974, 1156] +Triangle: [1367, 1155, 985] +Triangle: [1166, 1096, 971] +Triangle: [990, 994, 1151] +Triangle: [975, 990, 1166] +Triangle: [1543, 1172, 1169] +Triangle: [963, 1167, 1171] +Triangle: [1541, 1170, 1172] +Triangle: [1146, 1171, 1169] +Triangle: [1541, 1540, 1168] +Triangle: [889, 1173, 1174] +Triangle: [1439, 1476, 1475] +Triangle: [901, 927, 1436] +Triangle: [874, 1176, 1177] +Triangle: [1830, 1841, 1176] +Triangle: [1173, 1440, 1441] +Triangle: [889, 1438, 1440] +Triangle: [1484, 1477, 920] +Triangle: [1189, 1187, 1458] +Triangle: [1183, 1184, 1181] +Triangle: [1180, 1181, 1184] +Triangle: [1191, 1189, 1459] +Triangle: [1180, 1185, 1187] +Triangle: [1441, 1186, 893] +Triangle: [1442, 1187, 1189] +Triangle: [1191, 1463, 1467] +Triangle: [1192, 1202, 1468] +Triangle: [1182, 1453, 1452] +Triangle: [1193, 1467, 1471] +Triangle: [1184, 1183, 1452] +Triangle: [1185, 1456, 1458] +Triangle: [1204, 1205, 1471] +Triangle: [1451, 1439, 895] +Triangle: [896, 897, 1450] +Triangle: [920, 1201, 1190] +Triangle: [1201, 1200, 1192] +Triangle: [1190, 1460, 1453] +Triangle: [1203, 1204, 1470] +Triangle: [1190, 1192, 1464] +Triangle: [1202, 1192, 1200] +Triangle: [1198, 1203, 1202] +Triangle: [1204, 1203, 1198] +Triangle: [1205, 1204, 1197] +Triangle: [1195, 1193, 1205] +Triangle: [1193, 1195, 1194] +Triangle: [1443, 1189, 1191] +Triangle: [898, 1207, 1206] +Triangle: [1449, 1450, 897] +Triangle: [1207, 1209, 1208] +Triangle: [1208, 1209, 1211] +Triangle: [1206, 1208, 1448] +Triangle: [1448, 1208, 1210] +Triangle: [901, 902, 1212] +Triangle: [1218, 1217, 927] +Triangle: [921, 1215, 1217] +Triangle: [898, 899, 1214] +Triangle: [899, 900, 1215] +Triangle: [902, 903, 1213] +Triangle: [1220, 1219, 1217] +Triangle: [1214, 1215, 921] +Triangle: [1212, 1213, 1216] +Triangle: [1214, 1222, 1209] +Triangle: [1222, 922, 1211] +Triangle: [2, 1211, 922] +Triangle: [1223, 1210, 1211] +Triangle: [1447, 1210, 1223] +Triangle: [1223, 2, 1] +Triangle: [1446, 1223, 1224] +Triangle: [1225, 1224, 1] +Triangle: [1445, 1224, 1225] +Triangle: [1244, 1225, 0] +Triangle: [1227, 1226, 4] +Triangle: [1188, 1229, 1228] +Triangle: [1226, 1244, 1231] +Triangle: [1239, 1243, 940] +Triangle: [940, 1243, 1241] +Triangle: [932, 1241, 1242] +Triangle: [936, 937, 1240] +Triangle: [71, 75, 1238] +Triangle: [19, 76, 1238] +Triangle: [6, 73, 1237] +Triangle: [73, 71, 1236] +Triangle: [1232, 1235, 16] +Triangle: [19, 1234, 1235] +Triangle: [4, 1231, 1233] +Triangle: [14, 1233, 1232] +Triangle: [1230, 1444, 1225] +Triangle: [1444, 1230, 1229] +Triangle: [1186, 1228, 907] +Triangle: [1230, 1247, 1246] +Triangle: [1229, 1246, 1245] +Triangle: [1247, 1230, 1244] +Triangle: [1228, 1245, 908] +Triangle: [1247, 1250, 1249] +Triangle: [1246, 1249, 1248] +Triangle: [1245, 1248, 904] +Triangle: [1250, 1247, 1226] +Triangle: [11, 1251, 1253] +Triangle: [23, 1253, 1252] +Triangle: [10, 941, 1251] +Triangle: [1252, 1227, 5] +Triangle: [1260, 1259, 1254] +Triangle: [1855, 1856, 1258] +Triangle: [1854, 1855, 1256] +Triangle: [1262, 1259, 1260] +Triangle: [1265, 1262, 1261] +Triangle: [1264, 1265, 1266] +Triangle: [1266, 1272, 1271] +Triangle: [1266, 1261, 1270] +Triangle: [1255, 1267, 1269] +Triangle: [1257, 1263, 1271] +Triangle: [1260, 1269, 1270] +Triangle: [1272, 1270, 1276] +Triangle: [1270, 1269, 1275] +Triangle: [1271, 1277, 1274] +Triangle: [1271, 1272, 1278] +Triangle: [1267, 1273, 1275] +Triangle: [1278, 1276, 1282] +Triangle: [1276, 1275, 1281] +Triangle: [1274, 1277, 1283] +Triangle: [1277, 1278, 1284] +Triangle: [1273, 1279, 1281] +Triangle: [1257, 1268, 1857] +Triangle: [1857, 1268, 1274] +Triangle: [1858, 1274, 1280] +Triangle: [1284, 1282, 1288] +Triangle: [1282, 1281, 1287] +Triangle: [1280, 1283, 1289] +Triangle: [1283, 1284, 1290] +Triangle: [1279, 1285, 1287] +Triangle: [1289, 1290, 1296] +Triangle: [1287, 1285, 1291] +Triangle: [1290, 1288, 1294] +Triangle: [1288, 1287, 1293] +Triangle: [1286, 1289, 1295] +Triangle: [1859, 1280, 1286] +Triangle: [1860, 1286, 1292] +Triangle: [1292, 1295, 1301] +Triangle: [1295, 1296, 1302] +Triangle: [1293, 1291, 1297] +Triangle: [1296, 1294, 1300] +Triangle: [1294, 1293, 1299] +Triangle: [1301, 1302, 1308] +Triangle: [1299, 1297, 1303] +Triangle: [1300, 1306, 1308] +Triangle: [1300, 1299, 1305] +Triangle: [1298, 1301, 1307] +Triangle: [1307, 1308, 1314] +Triangle: [1303, 1309, 1311] +Triangle: [1306, 1312, 1314] +Triangle: [1305, 1311, 1312] +Triangle: [1304, 1307, 1313] +Triangle: [1314, 1320, 1319] +Triangle: [1309, 1315, 1317] +Triangle: [1312, 1318, 1320] +Triangle: [1311, 1317, 1318] +Triangle: [1310, 1313, 1319] +Triangle: [1320, 1326, 1325] +Triangle: [1315, 1321, 1323] +Triangle: [1318, 1324, 1326] +Triangle: [1317, 1323, 1324] +Triangle: [1319, 1325, 1322] +Triangle: [1861, 1292, 1298] +Triangle: [1862, 1298, 1304] +Triangle: [1863, 1304, 1310] +Triangle: [1864, 1310, 1316] +Triangle: [1316, 1322, 1866] +Triangle: [1904, 182, 176] +Triangle: [1903, 177, 182] +Triangle: [1327, 165, 172] +Triangle: [159, 171, 165] +Triangle: [111, 1328, 108] +Triangle: [110, 81, 1328] +Triangle: [74, 72, 1328] +Triangle: [1496, 1492, 1491] +Triangle: [1493, 1490, 1492] +Triangle: [943, 1251, 941] +Triangle: [942, 941, 933] +Triangle: [1330, 942, 1331] +Triangle: [1329, 1330, 1332] +Triangle: [918, 1332, 1331] +Triangle: [919, 1333, 1332] +Triangle: [1334, 1253, 1251] +Triangle: [1253, 1334, 1335] +Triangle: [1227, 1252, 1335] +Triangle: [1250, 1227, 1336] +Triangle: [1249, 1250, 1337] +Triangle: [1249, 1338, 1339] +Triangle: [1248, 1339, 1340] +Triangle: [1341, 905, 904] +Triangle: [1844, 1334, 1489] +Triangle: [1844, 1843, 1335] +Triangle: [1843, 1842, 1336] +Triangle: [1842, 1845, 1337] +Triangle: [1845, 1846, 1338] +Triangle: [1846, 1847, 1339] +Triangle: [1847, 1848, 1340] +Triangle: [1848, 1849, 1341] +Triangle: [945, 1353, 1352] +Triangle: [1074, 1044, 1352] +Triangle: [1063, 1074, 1351] +Triangle: [946, 1063, 1350] +Triangle: [1080, 946, 1349] +Triangle: [947, 1080, 1342] +Triangle: [1143, 947, 1343] +Triangle: [948, 1143, 1344] +Triangle: [1155, 1345, 1346] +Triangle: [944, 985, 1346] +Triangle: [948, 1347, 1345] +Triangle: [1257, 1256, 1354] +Triangle: [1258, 1355, 1354] +Triangle: [1354, 1355, 1264] +Triangle: [1164, 1367, 1359] +Triangle: [1363, 1366, 1143] +Triangle: [1076, 1081, 1365] +Triangle: [1366, 1358, 947] +Triangle: [952, 1357, 1365] +Triangle: [1361, 1362, 1074] +Triangle: [1357, 1361, 1063] +Triangle: [1362, 1360, 1044] +Triangle: [1078, 1079, 1359] +Triangle: [1077, 1363, 1367] +Triangle: [1044, 1360, 1356] +Triangle: [1410, 1398, 1399] +Triangle: [998, 1368, 1369] +Triangle: [1055, 1007, 1383] +Triangle: [1375, 1051, 1052] +Triangle: [1382, 1372, 1034] +Triangle: [1383, 1382, 1036] +Triangle: [1377, 1380, 1048] +Triangle: [1376, 1054, 1055] +Triangle: [1378, 1381, 1011] +Triangle: [1380, 1379, 1049] +Triangle: [1381, 1035, 1414] +Triangle: [1375, 1377, 1050] +Triangle: [1376, 1371, 1053] +Triangle: [1374, 1052, 1053] +Triangle: [1413, 1009, 1387] +Triangle: [1419, 1387, 1384] +Triangle: [1022, 1390, 1389] +Triangle: [1385, 1386, 1012] +Triangle: [1422, 1421, 1398] +Triangle: [1420, 1370, 1398] +Triangle: [1393, 1028, 1021] +Triangle: [1390, 1404, 1403] +Triangle: [1398, 1370, 1015] +Triangle: [1391, 1016, 1017] +Triangle: [1396, 1395, 1019] +Triangle: [1397, 1031, 1016] +Triangle: [1409, 1029, 999] +Triangle: [1392, 1017, 1018] +Triangle: [1393, 1394, 1020] +Triangle: [1395, 1388, 1018] +Triangle: [1394, 1396, 1025] +Triangle: [1404, 1384, 1010] +Triangle: [1397, 1409, 1411] +Triangle: [1410, 1369, 1424] +Triangle: [1369, 1410, 1411] +Triangle: [1026, 1406, 1403] +Triangle: [1008, 1023, 1408] +Triangle: [1006, 1004, 1402] +Triangle: [1026, 1008, 1401] +Triangle: [1002, 1400, 1402] +Triangle: [1029, 1409, 1405] +Triangle: [1023, 1006, 1407] +Triangle: [1000, 1405, 1400] +Triangle: [1386, 1419, 1412] +Triangle: [1011, 1413, 1419] +Triangle: [1418, 1414, 1034] +Triangle: [1415, 1931, 1932] +Triangle: [1035, 1099, 1416] +Triangle: [1099, 1101, 1415] +Triangle: [1009, 1413, 1418] +Triangle: [1022, 1420, 1421] +Triangle: [1390, 1421, 1422] +Triangle: [1404, 1422, 1412] +Triangle: [1423, 1424, 1369] +Triangle: [1422, 1424, 1012] +Triangle: [1427, 1437, 1177] +Triangle: [1433, 1436, 926] +Triangle: [1435, 1434, 878] +Triangle: [1434, 1433, 876] +Triangle: [926, 1436, 1432] +Triangle: [1432, 1431, 880] +Triangle: [881, 1430, 1429] +Triangle: [1431, 1430, 881] +Triangle: [882, 1429, 1428] +Triangle: [883, 1428, 1427] +Triangle: [1437, 1425, 885] +Triangle: [886, 885, 1425] +Triangle: [1477, 1476, 1439] +Triangle: [1181, 1180, 1441] +Triangle: [1181, 1440, 1438] +Triangle: [1180, 1442, 1186] +Triangle: [1442, 1443, 1188] +Triangle: [1443, 1194, 1444] +Triangle: [1194, 1195, 1445] +Triangle: [1196, 1446, 1445] +Triangle: [1196, 1197, 1447] +Triangle: [1198, 1448, 1447] +Triangle: [1199, 1449, 1448] +Triangle: [1200, 1450, 1449] +Triangle: [1200, 1201, 1451] +Triangle: [920, 1439, 1451] +Triangle: [1452, 1453, 1455] +Triangle: [1457, 1456, 1454] +Triangle: [1457, 1459, 1458] +Triangle: [1457, 1462, 1463] +Triangle: [1455, 1461, 1462] +Triangle: [1453, 1460, 1461] +Triangle: [1463, 1462, 1466] +Triangle: [1462, 1461, 1465] +Triangle: [1460, 1464, 1465] +Triangle: [1466, 1470, 1471] +Triangle: [1466, 1465, 1469] +Triangle: [1465, 1464, 1468] +Triangle: [1185, 1184, 1454] +Triangle: [1203, 1469, 1468] +Triangle: [895, 1178, 1437] +Triangle: [1474, 1473, 887] +Triangle: [1475, 1474, 1178] +Triangle: [1472, 1473, 1480] +Triangle: [1474, 1475, 1476] +Triangle: [1476, 1479, 1474] +Triangle: [1476, 1477, 1481] +Triangle: [1485, 1179, 1438] +Triangle: [1487, 1486, 889] +Triangle: [1482, 1480, 1473] +Triangle: [1179, 1481, 1483] +Triangle: [1484, 1483, 1481] +Triangle: [1483, 1484, 1182] +Triangle: [1481, 1179, 1485] +Triangle: [1478, 1480, 1486] +Triangle: [1438, 889, 1486] +Triangle: [1485, 1488, 1482] +Triangle: [1334, 943, 1494] +Triangle: [1852, 1496, 1495] +Triangle: [1489, 1494, 1490] +Triangle: [1851, 1489, 1493] +Triangle: [1492, 1330, 1329] +Triangle: [1490, 942, 1330] +Triangle: [1494, 943, 942] +Triangle: [958, 959, 1089] +Triangle: [1089, 1501, 1503] +Triangle: [1513, 1512, 1504] +Triangle: [1505, 1504, 1506] +Triangle: [1510, 1520, 1518] +Triangle: [1514, 1515, 1510] +Triangle: [1503, 1501, 1512] +Triangle: [1506, 1515, 1514] +Triangle: [1555, 1528, 1519] +Triangle: [1520, 1521, 1553] +Triangle: [1518, 1520, 1557] +Triangle: [1515, 1521, 1520] +Triangle: [1522, 1521, 1515] +Triangle: [1523, 1522, 1506] +Triangle: [1524, 1523, 1504] +Triangle: [1501, 1525, 1524] +Triangle: [959, 1525, 1501] +Triangle: [1524, 1499, 1500] +Triangle: [1524, 1525, 1526] +Triangle: [1575, 1577, 1578] +Triangle: [1509, 1527, 1530] +Triangle: [1499, 1532, 1533] +Triangle: [1526, 1534, 1532] +Triangle: [1532, 1535, 1536] +Triangle: [1534, 1537, 1535] +Triangle: [987, 967, 1540] +Triangle: [987, 1541, 1543] +Triangle: [1161, 1543, 1538] +Triangle: [1545, 1145, 1542] +Triangle: [1171, 1542, 1538] +Triangle: [1525, 1537, 1534] +Triangle: [1537, 1525, 959] +Triangle: [1537, 960, 1544] +Triangle: [1545, 1546, 1539] +Triangle: [1535, 1544, 1539] +Triangle: [1547, 1546, 1542] +Triangle: [1547, 1171, 1167] +Triangle: [1546, 1547, 1548] +Triangle: [1548, 1167, 1549] +Triangle: [1549, 1551, 1552] +Triangle: [1552, 1551, 1553] +Triangle: [1539, 1548, 1550] +Triangle: [1550, 1552, 1533] +Triangle: [1522, 1554, 1553] +Triangle: [1552, 1554, 1500] +Triangle: [1523, 1500, 1554] +Triangle: [1555, 1530, 1527] +Triangle: [1551, 1556, 1557] +Triangle: [1556, 1558, 1559] +Triangle: [1558, 1556, 1560] +Triangle: [1560, 1556, 1551] +Triangle: [1560, 1549, 1167] +Triangle: [1511, 1510, 1527] +Triangle: [1559, 1519, 1528] +Triangle: [1517, 1519, 1562] +Triangle: [1558, 1562, 1519] +Triangle: [1560, 963, 1563] +Triangle: [974, 1565, 1568] +Triangle: [1566, 1567, 982] +Triangle: [1156, 1568, 1566] +Triangle: [970, 1564, 1565] +Triangle: [1562, 1570, 1569] +Triangle: [1561, 1570, 1562] +Triangle: [1571, 1570, 1561] +Triangle: [1564, 1571, 1563] +Triangle: [1571, 1564, 970] +Triangle: [1570, 1571, 1572] +Triangle: [1573, 1572, 970] +Triangle: [1516, 1575, 1576] +Triangle: [1572, 1573, 1577] +Triangle: [1574, 1578, 1577] +Triangle: [1577, 1575, 1516] +Triangle: [1555, 1517, 1576] +Triangle: [1530, 1555, 1579] +Triangle: [1576, 1575, 1498] +Triangle: [1508, 1529, 1579] +Triangle: [1508, 1580, 1581] +Triangle: [1498, 1497, 1580] +Triangle: [1531, 1530, 1529] +Triangle: [961, 1584, 1582] +Triangle: [1583, 1584, 961] +Triangle: [1585, 1583, 1094] +Triangle: [1583, 1585, 1582] +Triangle: [1093, 1586, 1587] +Triangle: [1586, 1588, 1589] +Triangle: [1589, 1588, 1590] +Triangle: [1585, 1587, 1574] +Triangle: [1587, 1589, 1578] +Triangle: [1580, 1591, 1592] +Triangle: [1497, 1498, 1578] +Triangle: [1497, 1590, 1591] +Triangle: [1588, 1594, 1595] +Triangle: [1588, 1586, 1593] +Triangle: [1593, 1586, 1093] +Triangle: [1502, 1594, 1593] +Triangle: [1503, 1597, 1596] +Triangle: [1502, 1596, 1595] +Triangle: [1590, 1595, 1598] +Triangle: [1596, 1599, 1598] +Triangle: [1509, 1531, 1601] +Triangle: [1581, 1592, 1601] +Triangle: [1511, 1509, 1600] +Triangle: [1511, 1602, 1603] +Triangle: [1507, 1514, 1603] +Triangle: [1505, 1507, 1604] +Triangle: [1513, 1505, 1605] +Triangle: [1606, 1597, 1503] +Triangle: [1597, 1607, 1599] +Triangle: [1602, 1605, 1604] +Triangle: [1608, 1598, 1599] +Triangle: [1592, 1591, 1598] +Triangle: [1608, 1607, 1609] +Triangle: [1610, 1609, 1611] +Triangle: [1609, 1607, 1597] +Triangle: [1611, 1609, 1606] +Triangle: [1612, 1611, 1605] +Triangle: [1592, 1608, 1610] +Triangle: [1610, 1612, 1600] +Triangle: [1617, 1613, 1614] +Triangle: [1618, 1614, 1615] +Triangle: [1617, 1620, 1616] +Triangle: [1623, 1624, 1620] +Triangle: [1621, 1618, 1619] +Triangle: [1623, 1617, 1618] +Triangle: [823, 1623, 1621] +Triangle: [824, 1621, 1622] +Triangle: [833, 1624, 1623] +Triangle: [1613, 1625, 1626] +Triangle: [1614, 1626, 1627] +Triangle: [1613, 1616, 1628] +Triangle: [1615, 1627, 1629] +Triangle: [1619, 1615, 1630] +Triangle: [1633, 1632, 1622] +Triangle: [1631, 827, 1622] +Triangle: [829, 827, 1631] +Triangle: [829, 1634, 1635] +Triangle: [830, 1635, 1636] +Triangle: [825, 1637, 1638] +Triangle: [835, 1641, 1637] +Triangle: [836, 1642, 1640] +Triangle: [832, 1639, 1642] +Triangle: [834, 1640, 1641] +Triangle: [1657, 1656, 718] +Triangle: [717, 1645, 1648] +Triangle: [1656, 1645, 717] +Triangle: [830, 1646, 1652] +Triangle: [720, 1651, 1657] +Triangle: [1647, 1655, 715] +Triangle: [710, 1643, 1644] +Triangle: [709, 1650, 1643] +Triangle: [1655, 1654, 722] +Triangle: [1646, 1653, 714] +Triangle: [1644, 1652, 712] +Triangle: [1649, 1651, 720] +Triangle: [1654, 1649, 721] +Triangle: [708, 1648, 1650] +Triangle: [1653, 1647, 716] +Triangle: [826, 1638, 1658] +Triangle: [1616, 1663, 1664] +Triangle: [1616, 1620, 1662] +Triangle: [1620, 1624, 1661] +Triangle: [1624, 833, 1660] +Triangle: [828, 1659, 1660] +Triangle: [837, 1658, 1659] +Triangle: [1681, 1693, 1694] +Triangle: [1688, 1700, 1701] +Triangle: [1678, 1677, 1691] +Triangle: [1685, 1697, 1698] +Triangle: [1682, 1694, 1695] +Triangle: [1679, 1691, 1692] +Triangle: [1686, 1698, 1699] +Triangle: [1683, 1695, 1696] +Triangle: [1680, 1692, 1693] +Triangle: [1687, 1699, 1700] +Triangle: [1696, 1697, 1685] +Triangle: [1702, 1703, 1696] +Triangle: [1704, 1705, 1703] +Triangle: [1697, 1696, 1703] +Triangle: [1694, 1704, 1702] +Triangle: [1697, 1705, 1707] +Triangle: [1706, 1704, 1694] +Triangle: [1708, 1709, 1700] +Triangle: [1666, 1665, 1689] +Triangle: [1711, 1666, 1701] +Triangle: [1701, 1700, 1709] +Triangle: [1698, 1707, 1708] +Triangle: [1667, 1666, 1711] +Triangle: [1690, 1713, 1691] +Triangle: [1714, 1706, 1693] +Triangle: [1692, 1691, 1713] +Triangle: [1718, 1719, 1672] +Triangle: [1720, 1721, 1719] +Triangle: [1672, 1719, 1722] +Triangle: [1722, 1717, 1674] +Triangle: [1675, 1674, 1717] +Triangle: [1676, 1675, 1716] +Triangle: [1677, 1676, 1715] +Triangle: [1723, 1722, 1719] +Triangle: [1725, 1720, 1718] +Triangle: [1724, 1718, 1671] +Triangle: [1670, 1726, 1728] +Triangle: [1724, 1728, 1729] +Triangle: [1726, 1670, 1669] +Triangle: [1730, 1728, 1726] +Triangle: [1728, 1730, 1731] +Triangle: [1667, 1712, 1732] +Triangle: [1668, 1732, 1733] +Triangle: [1727, 1669, 1733] +Triangle: [1734, 1731, 1730] +Triangle: [1760, 1675, 1676] +Triangle: [1761, 1676, 1677] +Triangle: [1762, 1677, 1678] +Triangle: [1764, 1763, 1678] +Triangle: [1765, 1764, 1679] +Triangle: [1765, 1680, 1681] +Triangle: [831, 1636, 1639] +Triangle: [1767, 1639, 1636] +Triangle: [1768, 1767, 1682] +Triangle: [1769, 1768, 1683] +Triangle: [1769, 1684, 1685] +Triangle: [1770, 1685, 1686] +Triangle: [1771, 1686, 1687] +Triangle: [1773, 1772, 1687] +Triangle: [1773, 1688, 1689] +Triangle: [1774, 1689, 1665] +Triangle: [1775, 1759, 1665] +Triangle: [1776, 1775, 1666] +Triangle: [1777, 1776, 1667] +Triangle: [1778, 1777, 1668] +Triangle: [1778, 1669, 1670] +Triangle: [1780, 1779, 1670] +Triangle: [1780, 1671, 1672] +Triangle: [1781, 1672, 1673] +Triangle: [1782, 1673, 1674] +Triangle: [1783, 1674, 1675] +Triangle: [1735, 1737, 1738] +Triangle: [1737, 1746, 1739] +Triangle: [1746, 1745, 1740] +Triangle: [1745, 1744, 1741] +Triangle: [1744, 1747, 1742] +Triangle: [1747, 1748, 1743] +Triangle: [1748, 1749, 1750] +Triangle: [1749, 1758, 1751] +Triangle: [1758, 1757, 1752] +Triangle: [1756, 1755, 1752] +Triangle: [1756, 1753, 1754] +Triangle: [1630, 1629, 1783] +Triangle: [1627, 1782, 1783] +Triangle: [1626, 1781, 1782] +Triangle: [1625, 1780, 1781] +Triangle: [1625, 1628, 1779] +Triangle: [1628, 1664, 1778] +Triangle: [1664, 1663, 1777] +Triangle: [1662, 1776, 1777] +Triangle: [1661, 1775, 1776] +Triangle: [1660, 1759, 1775] +Triangle: [1659, 1774, 1759] +Triangle: [1658, 1773, 1774] +Triangle: [1658, 1638, 1772] +Triangle: [1637, 1771, 1772] +Triangle: [1641, 1770, 1771] +Triangle: [1640, 1769, 1770] +Triangle: [1640, 1642, 1768] +Triangle: [1642, 1639, 1767] +Triangle: [1682, 1767, 1766] +Triangle: [1635, 1765, 1766] +Triangle: [1634, 1764, 1765] +Triangle: [1634, 1631, 1763] +Triangle: [1631, 1632, 1762] +Triangle: [1632, 1633, 1761] +Triangle: [1633, 1630, 1760] +Triangle: [809, 1791, 1786] +Triangle: [816, 1794, 1798] +Triangle: [821, 1797, 1785] +Triangle: [808, 812, 1792] +Triangle: [808, 1784, 1789] +Triangle: [812, 814, 1793] +Triangle: [818, 1796, 1791] +Triangle: [820, 1789, 1795] +Triangle: [821, 822, 1790] +Triangle: [819, 1788, 1796] +Triangle: [822, 817, 1795] +Triangle: [814, 815, 1787] +Triangle: [811, 1785, 1788] +Triangle: [813, 1786, 1794] +Triangle: [815, 810, 1798] +Triangle: [1823, 1802, 1811] +Triangle: [1825, 1821, 1813] +Triangle: [1814, 1815, 1800] +Triangle: [1822, 1801, 1802] +Triangle: [1826, 1814, 1799] +Triangle: [1818, 1806, 1812] +Triangle: [1828, 1811, 1807] +Triangle: [1824, 1805, 1800] +Triangle: [1817, 1826, 1809] +Triangle: [1820, 1812, 1801] +Triangle: [1818, 1825, 1808] +Triangle: [1816, 1817, 1804] +Triangle: [1827, 1810, 1805] +Triangle: [1821, 1816, 1803] +Triangle: [1819, 1807, 1810] +Triangle: [733, 1819, 1827] +Triangle: [726, 725, 1816] +Triangle: [732, 1827, 1824] +Triangle: [725, 724, 1817] +Triangle: [728, 727, 1825] +Triangle: [737, 1820, 1822] +Triangle: [724, 723, 1826] +Triangle: [731, 1824, 1815] +Triangle: [734, 1828, 1819] +Triangle: [737, 728, 1818] +Triangle: [730, 1814, 1826] +Triangle: [736, 1822, 1823] +Triangle: [730, 729, 1815] +Triangle: [727, 726, 1821] +Triangle: [735, 1823, 1828] +Triangle: [863, 1175, 1841] +Triangle: [924, 1840, 1834] +Triangle: [856, 1839, 1833] +Triangle: [858, 1837, 1831] +Triangle: [861, 1836, 1829] +Triangle: [856, 855, 1838] +Triangle: [857, 1834, 1837] +Triangle: [860, 1832, 1836] +Triangle: [864, 863, 1830] +Triangle: [924, 854, 1833] +Triangle: [859, 1831, 1832] +Triangle: [1175, 862, 1829] +Triangle: [1347, 1851, 1853] +Triangle: [1348, 1346, 1852] +Triangle: [1353, 1849, 1848] +Triangle: [1351, 1352, 1848] +Triangle: [1350, 1351, 1847] +Triangle: [1349, 1350, 1846] +Triangle: [1349, 1845, 1842] +Triangle: [1342, 1842, 1843] +Triangle: [1344, 1343, 1843] +Triangle: [1347, 1344, 1844] +Triangle: [1345, 1853, 1852] +Triangle: [1865, 1866, 1879] +Triangle: [1877, 1864, 1865] +Triangle: [1876, 1863, 1864] +Triangle: [1875, 1862, 1863] +Triangle: [1861, 1862, 1875] +Triangle: [1873, 1860, 1861] +Triangle: [1872, 1859, 1860] +Triangle: [1871, 1858, 1859] +Triangle: [1870, 1857, 1858] +Triangle: [1854, 1857, 1870] +Triangle: [1867, 1868, 1855] +Triangle: [1868, 1869, 1856] +Triangle: [863, 864, 1869] +Triangle: [1175, 863, 1868] +Triangle: [1867, 1870, 862] +Triangle: [862, 1870, 1871] +Triangle: [861, 1871, 1872] +Triangle: [860, 1872, 1873] +Triangle: [859, 1873, 1874] +Triangle: [1874, 1875, 857] +Triangle: [857, 1875, 1876] +Triangle: [924, 1876, 1877] +Triangle: [854, 1877, 1878] +Triangle: [856, 1878, 1879] +Triangle: [1031, 1015, 1880] +Triangle: [1021, 1028, 1889] +Triangle: [1022, 1021, 1886] +Triangle: [1420, 1022, 1887] +Triangle: [1020, 1885, 1889] +Triangle: [1016, 1031, 1890] +Triangle: [1017, 1016, 1881] +Triangle: [1015, 1370, 1891] +Triangle: [1018, 1017, 1882] +Triangle: [1019, 1884, 1888] +Triangle: [1018, 1883, 1884] +Triangle: [1025, 1888, 1885] +Triangle: [1370, 1420, 1892] +Triangle: [1916, 1903, 1904] +Triangle: [1911, 1904, 1902] +Triangle: [1898, 1902, 176] +Triangle: [183, 1897, 1901] +Triangle: [179, 1894, 1898] +Triangle: [177, 1903, 1897] +Triangle: [178, 174, 1900] +Triangle: [173, 1899, 1896] +Triangle: [180, 175, 1901] +Triangle: [181, 1896, 1894] +Triangle: [174, 180, 1895] +Triangle: [178, 1893, 1899] +Triangle: [1327, 1911, 1915] +Triangle: [160, 1916, 1911] +Triangle: [1910, 1915, 1902] +Triangle: [1909, 1914, 1901] +Triangle: [1894, 1906, 1910] +Triangle: [1903, 1916, 1909] +Triangle: [1893, 1900, 1913] +Triangle: [1899, 1912, 1908] +Triangle: [1895, 1901, 1914] +Triangle: [1896, 1908, 1906] +Triangle: [1900, 1895, 1907] +Triangle: [1893, 1905, 1912] +Triangle: [1917, 1918, 58] +Triangle: [1918, 611, 57] +Triangle: [1921, 1920, 615] +Triangle: [1920, 99, 101] +Triangle: [1917, 1922, 610] +Triangle: [1922, 1921, 616] +Triangle: [1924, 1923, 55] +Triangle: [55, 1923, 1919] +Triangle: [54, 52, 617] +Triangle: [1925, 500, 619] +Triangle: [1926, 187, 186] +Triangle: [186, 500, 1926] +Triangle: [1927, 1935, 1938] +Triangle: [1113, 1927, 1928] +Triangle: [1930, 1121, 1122] +Triangle: [1930, 1120, 1119] +Triangle: [1929, 1121, 1930] +Triangle: [1417, 1117, 1930] +Triangle: [1417, 1118, 1932] +Triangle: [1118, 1119, 1933] +Triangle: [1120, 1934, 1933] +Triangle: [1929, 1935, 1936] +Triangle: [1121, 1936, 1937] +Triangle: [1122, 1937, 1934] +Triangle: [1117, 1417, 1931] +Triangle: [1117, 1938, 1935] +Triangle: [3110, 3109, 1952] +Triangle: [3108, 3110, 1954] +Triangle: [3111, 3112, 1955] +Triangle: [3112, 1957, 1952] +Triangle: [1955, 1959, 1960] +Triangle: [1961, 1962, 1963] +Triangle: [1964, 1963, 1960] +Triangle: [1951, 1965, 1959] +Triangle: [1953, 1966, 1965] +Triangle: [1944, 1966, 1953] +Triangle: [1964, 1959, 1965] +Triangle: [1961, 1964, 1966] +Triangle: [1967, 1940, 1939] +Triangle: [2007, 1968, 1942] +Triangle: [1968, 1969, 1948] +Triangle: [2001, 2000, 1969] +Triangle: [1999, 1975, 1976] +Triangle: [2006, 1972, 1970] +Triangle: [1971, 1974, 2002] +Triangle: [2047, 2024, 2023] +Triangle: [1973, 1972, 2006] +Triangle: [2063, 1977, 1981] +Triangle: [1983, 1978, 2067] +Triangle: [2065, 1980, 1982] +Triangle: [1979, 1983, 2066] +Triangle: [1981, 1980, 2065] +Triangle: [2067, 1978, 1977] +Triangle: [1984, 1970, 1972] +Triangle: [1986, 1976, 1975] +Triangle: [1990, 1972, 1973] +Triangle: [2008, 2007, 1967] +Triangle: [2024, 2079, 2033] +Triangle: [1989, 1975, 1974] +Triangle: [1987, 1985, 1974] +Triangle: [1952, 2003, 2005] +Triangle: [2001, 2008, 2002] +Triangle: [2005, 2002, 1967] +Triangle: [1958, 2004, 2006] +Triangle: [1957, 2006, 2003] +Triangle: [2001, 1999, 1998] +Triangle: [1974, 1975, 1999] +Triangle: [1968, 2007, 2008] +Triangle: [1967, 2007, 1941] +Triangle: [2013, 2011, 3113] +Triangle: [2009, 2013, 3114] +Triangle: [3111, 1956, 2014] +Triangle: [2011, 2015, 3115] +Triangle: [1956, 1960, 2016] +Triangle: [2017, 1963, 1962] +Triangle: [2016, 1960, 1963] +Triangle: [2014, 2016, 2018] +Triangle: [2012, 2010, 2018] +Triangle: [2012, 2019, 1949] +Triangle: [2017, 2019, 2018] +Triangle: [1950, 1949, 2019] +Triangle: [2009, 1946, 2020] +Triangle: [2049, 1947, 2021] +Triangle: [2022, 2021, 1948] +Triangle: [1969, 2000, 2044] +Triangle: [1998, 1976, 2027] +Triangle: [2048, 2046, 2023] +Triangle: [2045, 2026, 2024] +Triangle: [2004, 2048, 2025] +Triangle: [1984, 1987, 1971] +Triangle: [2104, 2111, 2041] +Triangle: [2074, 2031, 2028] +Triangle: [2072, 2073, 2029] +Triangle: [2075, 2069, 1982] +Triangle: [2064, 2077, 2078] +Triangle: [2071, 2030, 2031] +Triangle: [2073, 2070, 2028] +Triangle: [2033, 2083, 2025] +Triangle: [2081, 2027, 1976] +Triangle: [1988, 1973, 2025] +Triangle: [2034, 2026, 2027] +Triangle: [2079, 2024, 2026] +Triangle: [3192, 2047, 2046] +Triangle: [2044, 2043, 2045] +Triangle: [1958, 2015, 2048] +Triangle: [2015, 2011, 2046] +Triangle: [2000, 1998, 2043] +Triangle: [2043, 2027, 2026] +Triangle: [2050, 2049, 2022] +Triangle: [2020, 1946, 1947] +Triangle: [1970, 1971, 2005] +Triangle: [2040, 2106, 2110] +Triangle: [2042, 2105, 2109] +Triangle: [2101, 2106, 2040] +Triangle: [2111, 2105, 2042] +Triangle: [2038, 2110, 2104] +Triangle: [1995, 2108, 2100] +Triangle: [2107, 2103, 1993] +Triangle: [1997, 2109, 2102] +Triangle: [2103, 2101, 1994] +Triangle: [1996, 2102, 2108] +Triangle: [2100, 2107, 1991] +Triangle: [1978, 2051, 2056] +Triangle: [2052, 2058, 1980] +Triangle: [2057, 2059, 1983] +Triangle: [1980, 2058, 2053] +Triangle: [2059, 2051, 1978] +Triangle: [1977, 2056, 2052] +Triangle: [2028, 2060, 2086] +Triangle: [2031, 2030, 2061] +Triangle: [1979, 2078, 2085] +Triangle: [1982, 2053, 2084] +Triangle: [2029, 2086, 2062] +Triangle: [2031, 2088, 2060] +Triangle: [2080, 2035, 2070] +Triangle: [2036, 2071, 2074] +Triangle: [1988, 2083, 2077] +Triangle: [1986, 2069, 2075] +Triangle: [2037, 2080, 2073] +Triangle: [2082, 2074, 2070] +Triangle: [2067, 2063, 1987] +Triangle: [2068, 2065, 1989] +Triangle: [2064, 2066, 1990] +Triangle: [1989, 2065, 2069] +Triangle: [2066, 2067, 1984] +Triangle: [2063, 2068, 1985] +Triangle: [2075, 2076, 2030] +Triangle: [2032, 2078, 2077] +Triangle: [2080, 2033, 2079] +Triangle: [2034, 2081, 2036] +Triangle: [2037, 2083, 2033] +Triangle: [2035, 2079, 2034] +Triangle: [2076, 2084, 2061] +Triangle: [2062, 2085, 2078] +Triangle: [2087, 2054, 2086] +Triangle: [2061, 2084, 2055] +Triangle: [2086, 2054, 2085] +Triangle: [2088, 2055, 2087] +Triangle: [2036, 2081, 2075] +Triangle: [2072, 2077, 2083] +Triangle: [2095, 2089, 3739] +Triangle: [3747, 2096, 2091] +Triangle: [2090, 2092, 3742] +Triangle: [3741, 2091, 2097] +Triangle: [2092, 2095, 3746] +Triangle: [3739, 2089, 2096] +Triangle: [3750, 3743, 2093] +Triangle: [3740, 3744, 2094] +Triangle: [3743, 3748, 2097] +Triangle: [3749, 2098, 2094] +Triangle: [2107, 2100, 2089] +Triangle: [2096, 2108, 2102] +Triangle: [2101, 2103, 2092] +Triangle: [2091, 2102, 2109] +Triangle: [2103, 2107, 2095] +Triangle: [2089, 2100, 2108] +Triangle: [2099, 2093, 2105] +Triangle: [2094, 2106, 2101] +Triangle: [2097, 2109, 2105] +Triangle: [2098, 2110, 2106] +Triangle: [2055, 2116, 2121] +Triangle: [2054, 2115, 2123] +Triangle: [2053, 2114, 2122] +Triangle: [2057, 2085, 2123] +Triangle: [2055, 2084, 2122] +Triangle: [2054, 2087, 2121] +Triangle: [2117, 2113, 2052] +Triangle: [2120, 2112, 2051] +Triangle: [2058, 2119, 2114] +Triangle: [2118, 2120, 2059] +Triangle: [2052, 2113, 2119] +Triangle: [2051, 2112, 2117] +Triangle: [2558, 1995, 1992] +Triangle: [2499, 2500, 2475] +Triangle: [2566, 2130, 2128] +Triangle: [2128, 2129, 2560] +Triangle: [2130, 2133, 2131] +Triangle: [2131, 2132, 2129] +Triangle: [2136, 2134, 2161] +Triangle: [2161, 2134, 2135] +Triangle: [2164, 2144, 2143] +Triangle: [2164, 2166, 2145] +Triangle: [2548, 3751, 3752] +Triangle: [2165, 2143, 2142] +Triangle: [2146, 2145, 2166] +Triangle: [2147, 2137, 2135] +Triangle: [2147, 2139, 2138] +Triangle: [2136, 2141, 2147] +Triangle: [2163, 2167, 2142] +Triangle: [2133, 2146, 2168] +Triangle: [2141, 2140, 2139] +Triangle: [2143, 2149, 2148] +Triangle: [2144, 2150, 2149] +Triangle: [2151, 2150, 2144] +Triangle: [2132, 2142, 2148] +Triangle: [2130, 2152, 2146] +Triangle: [2152, 2151, 2145] +Triangle: [2155, 2154, 2563] +Triangle: [2156, 2155, 2564] +Triangle: [2562, 2157, 2156] +Triangle: [2125, 2158, 2160] +Triangle: [2127, 2159, 2158] +Triangle: [2159, 2157, 2562] +Triangle: [2560, 2129, 2148] +Triangle: [2162, 2168, 2141] +Triangle: [2137, 2167, 2163] +Triangle: [2154, 2153, 2565] +Triangle: [2168, 2166, 2140] +Triangle: [2140, 2166, 2164] +Triangle: [2138, 2139, 2164] +Triangle: [2131, 2161, 2163] +Triangle: [2162, 2161, 2131] +Triangle: [2177, 2172, 2173] +Triangle: [2174, 2172, 2177] +Triangle: [2170, 2176, 2177] +Triangle: [2177, 2175, 2171] +Triangle: [2233, 2198, 2197] +Triangle: [2191, 2189, 2211] +Triangle: [2193, 2191, 2215] +Triangle: [2228, 2201, 2198] +Triangle: [2211, 2189, 2190] +Triangle: [2231, 2196, 2194] +Triangle: [2232, 2197, 2196] +Triangle: [2182, 2183, 2226] +Triangle: [2595, 2180, 2181] +Triangle: [2594, 2598, 2182] +Triangle: [2184, 2185, 2227] +Triangle: [2598, 2217, 2216] +Triangle: [2593, 2179, 2180] +Triangle: [2227, 2185, 2181] +Triangle: [2183, 2184, 2229] +Triangle: [2593, 2594, 2178] +Triangle: [2169, 2198, 2201] +Triangle: [2170, 2201, 2200] +Triangle: [2174, 2176, 2200] +Triangle: [2174, 2199, 2195] +Triangle: [2169, 2171, 2197] +Triangle: [2171, 2175, 2196] +Triangle: [2173, 2194, 2196] +Triangle: [2172, 2195, 2194] +Triangle: [2218, 2209, 2207] +Triangle: [2220, 2203, 2209] +Triangle: [2221, 2202, 2203] +Triangle: [2223, 2222, 2205] +Triangle: [2224, 2223, 2206] +Triangle: [2225, 2224, 2208] +Triangle: [2225, 2204, 2202] +Triangle: [2219, 2207, 2205] +Triangle: [2217, 2187, 2193] +Triangle: [2188, 2186, 2213] +Triangle: [2188, 2212, 2214] +Triangle: [2187, 2217, 2213] +Triangle: [2192, 2214, 2210] +Triangle: [2592, 2211, 2210] +Triangle: [2597, 2216, 2215] +Triangle: [2596, 2215, 2211] +Triangle: [2567, 2219, 2222] +Triangle: [2570, 2225, 2221] +Triangle: [2569, 2224, 2225] +Triangle: [2569, 2568, 2223] +Triangle: [2568, 2574, 2222] +Triangle: [2573, 2221, 2220] +Triangle: [2571, 2572, 2220] +Triangle: [2571, 2218, 2219] +Triangle: [2226, 2229, 2199] +Triangle: [2195, 2227, 2230] +Triangle: [2229, 2227, 2195] +Triangle: [2228, 2226, 2200] +Triangle: [2179, 2232, 2231] +Triangle: [2180, 2231, 2230] +Triangle: [2178, 2182, 2228] +Triangle: [2178, 2233, 2232] +Triangle: [2242, 2237, 2238] +Triangle: [2239, 2237, 2242] +Triangle: [2235, 2241, 2242] +Triangle: [2242, 2240, 2236] +Triangle: [2298, 2263, 2262] +Triangle: [2583, 2256, 2254] +Triangle: [2584, 2258, 2256] +Triangle: [2293, 2266, 2263] +Triangle: [2587, 2254, 2255] +Triangle: [2296, 2261, 2259] +Triangle: [2297, 2262, 2261] +Triangle: [2247, 2248, 2631] +Triangle: [2279, 2245, 2246] +Triangle: [2278, 2282, 2247] +Triangle: [2249, 2250, 2634] +Triangle: [2282, 2281, 2248] +Triangle: [2277, 2244, 2245] +Triangle: [2634, 2250, 2246] +Triangle: [2248, 2249, 2633] +Triangle: [2277, 2278, 2243] +Triangle: [2234, 2263, 2266] +Triangle: [2241, 2235, 2266] +Triangle: [2239, 2241, 2265] +Triangle: [2239, 2264, 2260] +Triangle: [2234, 2236, 2262] +Triangle: [2240, 2261, 2262] +Triangle: [2238, 2259, 2261] +Triangle: [2237, 2260, 2259] +Triangle: [2283, 2274, 2272] +Triangle: [2283, 2285, 2268] +Triangle: [2285, 2286, 2267] +Triangle: [2287, 2270, 2271] +Triangle: [2288, 2271, 2273] +Triangle: [2289, 2273, 2269] +Triangle: [2290, 2269, 2267] +Triangle: [2287, 2284, 2272] +Triangle: [2585, 2252, 2258] +Triangle: [2588, 2589, 2278] +Triangle: [2588, 2277, 2279] +Triangle: [2589, 2585, 2282] +Triangle: [2590, 2279, 2275] +Triangle: [2250, 2276, 2275] +Triangle: [2281, 2280, 2249] +Triangle: [2280, 2276, 2250] +Triangle: [2575, 2284, 2287] +Triangle: [2578, 2290, 2286] +Triangle: [2577, 2289, 2290] +Triangle: [2577, 2576, 2288] +Triangle: [2582, 2287, 2288] +Triangle: [2581, 2286, 2285] +Triangle: [2580, 2285, 2283] +Triangle: [2579, 2283, 2284] +Triangle: [2291, 2294, 2264] +Triangle: [2260, 2292, 2295] +Triangle: [2264, 2294, 2292] +Triangle: [2293, 2291, 2265] +Triangle: [2637, 2297, 2296] +Triangle: [2636, 2296, 2295] +Triangle: [2638, 2632, 2293] +Triangle: [2638, 2298, 2297] +Triangle: [2307, 2302, 2303] +Triangle: [2304, 2302, 2307] +Triangle: [2300, 2306, 2307] +Triangle: [2307, 2305, 2301] +Triangle: [2363, 2328, 2327] +Triangle: [2599, 2321, 2319] +Triangle: [2600, 2323, 2321] +Triangle: [2358, 2331, 2328] +Triangle: [2603, 2319, 2320] +Triangle: [2361, 2326, 2324] +Triangle: [2361, 2362, 2327] +Triangle: [2312, 2313, 2639] +Triangle: [2344, 2310, 2311] +Triangle: [2343, 2347, 2312] +Triangle: [2314, 2315, 2642] +Triangle: [2347, 2346, 2313] +Triangle: [2342, 2309, 2310] +Triangle: [2642, 2315, 2311] +Triangle: [2313, 2314, 2641] +Triangle: [2342, 2343, 2308] +Triangle: [2299, 2328, 2331] +Triangle: [2306, 2300, 2331] +Triangle: [2304, 2306, 2330] +Triangle: [2304, 2329, 2325] +Triangle: [2299, 2301, 2327] +Triangle: [2305, 2326, 2327] +Triangle: [2305, 2303, 2324] +Triangle: [2302, 2325, 2324] +Triangle: [2348, 2339, 2337] +Triangle: [2348, 2350, 2333] +Triangle: [2350, 2351, 2332] +Triangle: [2352, 2335, 2336] +Triangle: [2353, 2336, 2338] +Triangle: [2354, 2338, 2334] +Triangle: [2351, 2355, 2334] +Triangle: [2352, 2349, 2337] +Triangle: [2601, 2317, 2323] +Triangle: [2604, 2605, 2343] +Triangle: [2604, 2342, 2344] +Triangle: [2601, 2347, 2343] +Triangle: [2606, 2344, 2340] +Triangle: [2315, 2341, 2340] +Triangle: [2346, 2345, 2314] +Triangle: [2314, 2345, 2341] +Triangle: [2607, 2349, 2352] +Triangle: [2613, 2610, 2355] +Triangle: [2610, 2609, 2354] +Triangle: [2609, 2608, 2353] +Triangle: [2614, 2352, 2353] +Triangle: [2612, 2613, 2351] +Triangle: [2611, 2612, 2350] +Triangle: [2611, 2348, 2349] +Triangle: [2330, 2356, 2359] +Triangle: [2325, 2357, 2360] +Triangle: [2329, 2359, 2357] +Triangle: [2331, 2358, 2356] +Triangle: [2644, 2645, 2362] +Triangle: [2643, 2644, 2361] +Triangle: [2646, 2640, 2358] +Triangle: [2645, 2646, 2363] +Triangle: [2372, 2367, 2368] +Triangle: [2369, 2367, 2372] +Triangle: [2365, 2371, 2372] +Triangle: [2372, 2370, 2366] +Triangle: [2428, 2393, 2392] +Triangle: [2410, 2386, 2384] +Triangle: [2388, 2386, 2410] +Triangle: [2423, 2396, 2393] +Triangle: [2384, 2385, 2405] +Triangle: [2426, 2391, 2389] +Triangle: [2427, 2392, 2391] +Triangle: [2377, 2378, 2421] +Triangle: [2619, 2375, 2376] +Triangle: [2622, 2377, 2373] +Triangle: [2379, 2380, 2422] +Triangle: [2412, 2411, 2621] +Triangle: [2617, 2374, 2375] +Triangle: [2380, 2376, 2425] +Triangle: [2378, 2379, 2424] +Triangle: [2618, 2373, 2374] +Triangle: [2364, 2393, 2396] +Triangle: [2365, 2396, 2395] +Triangle: [2369, 2371, 2395] +Triangle: [2367, 2369, 2394] +Triangle: [2366, 2392, 2393] +Triangle: [2370, 2391, 2392] +Triangle: [2370, 2368, 2389] +Triangle: [2367, 2390, 2389] +Triangle: [2413, 2404, 2402] +Triangle: [2413, 2415, 2398] +Triangle: [2416, 2397, 2398] +Triangle: [2418, 2417, 2400] +Triangle: [2419, 2418, 2401] +Triangle: [2420, 2419, 2403] +Triangle: [2416, 2420, 2399] +Triangle: [2414, 2402, 2400] +Triangle: [2382, 2388, 2411] +Triangle: [2381, 2408, 2407] +Triangle: [2383, 2407, 2409] +Triangle: [2381, 2382, 2412] +Triangle: [2387, 2409, 2405] +Triangle: [2406, 2405, 2615] +Triangle: [2411, 2410, 2620] +Triangle: [2620, 2410, 2406] +Triangle: [2623, 2414, 2417] +Triangle: [2626, 2420, 2416] +Triangle: [2625, 2419, 2420] +Triangle: [2625, 2624, 2418] +Triangle: [2624, 2630, 2417] +Triangle: [2628, 2629, 2416] +Triangle: [2627, 2628, 2415] +Triangle: [2627, 2413, 2414] +Triangle: [2395, 2421, 2424] +Triangle: [2390, 2422, 2425] +Triangle: [2424, 2422, 2390] +Triangle: [2423, 2421, 2395] +Triangle: [2374, 2427, 2426] +Triangle: [2375, 2426, 2425] +Triangle: [2377, 2423, 2428] +Triangle: [2373, 2428, 2427] +Triangle: [2209, 2269, 2273] +Triangle: [2274, 2334, 2338] +Triangle: [2339, 2399, 2403] +Triangle: [2402, 2404, 2430] +Triangle: [2429, 2430, 2432] +Triangle: [2455, 2490, 2491] +Triangle: [2552, 2491, 2490] +Triangle: [2431, 2432, 2434] +Triangle: [2431, 2436, 2437] +Triangle: [2549, 2548, 2433] +Triangle: [2439, 2440, 2127] +Triangle: [2138, 2165, 2167] +Triangle: [2443, 2442, 2435] +Triangle: [2533, 2536, 2519] +Triangle: [2453, 2535, 2518] +Triangle: [2447, 2448, 2437] +Triangle: [2433, 2435, 2436] +Triangle: [2450, 2449, 2437] +Triangle: [2442, 2443, 2446] +Triangle: [2452, 2448, 2447] +Triangle: [2451, 2450, 2448] +Triangle: [2527, 2519, 2536] +Triangle: [3753, 3754, 2554] +Triangle: [2551, 2490, 2489] +Triangle: [2478, 2454, 2491] +Triangle: [2489, 2490, 2455] +Triangle: [2457, 2458, 2268] +Triangle: [2459, 2457, 2267] +Triangle: [2268, 2458, 2460] +Triangle: [2461, 2462, 2203] +Triangle: [2204, 2463, 2461] +Triangle: [2203, 2462, 2464] +Triangle: [2465, 2466, 2333] +Triangle: [2467, 2465, 2332] +Triangle: [2333, 2466, 2468] +Triangle: [2334, 2274, 2460] +Triangle: [2464, 2459, 2269] +Triangle: [2397, 2469, 2470] +Triangle: [2471, 2469, 2397] +Triangle: [2398, 2470, 2430] +Triangle: [2399, 2339, 2468] +Triangle: [2466, 2469, 2471] +Triangle: [2458, 2465, 2467] +Triangle: [2459, 2464, 2462] +Triangle: [2127, 2474, 2157] +Triangle: [2473, 2157, 2474] +Triangle: [2473, 2475, 2476] +Triangle: [2477, 2472, 2476] +Triangle: [2461, 2463, 2472] +Triangle: [2555, 2493, 2492] +Triangle: [2493, 2488, 2478] +Triangle: [2477, 2456, 2485] +Triangle: [2485, 2456, 2455] +Triangle: [2480, 2479, 2485] +Triangle: [2461, 2477, 2479] +Triangle: [2457, 2462, 2479] +Triangle: [2458, 2457, 2480] +Triangle: [2465, 2458, 2481] +Triangle: [2466, 2465, 2482] +Triangle: [2466, 2483, 2484] +Triangle: [2469, 2484, 2487] +Triangle: [2469, 2478, 2488] +Triangle: [2430, 2470, 2488] +Triangle: [2432, 2488, 2493] +Triangle: [2549, 2434, 2493] +Triangle: [2501, 2489, 2456] +Triangle: [2553, 2489, 2498] +Triangle: [2454, 2478, 2487] +Triangle: [2494, 2487, 2484] +Triangle: [2495, 2494, 2483] +Triangle: [2494, 2495, 2496] +Triangle: [2496, 2486, 2455] +Triangle: [2480, 2486, 2497] +Triangle: [2497, 2486, 2496] +Triangle: [2497, 2495, 2482] +Triangle: [2498, 2440, 2557] +Triangle: [2505, 2438, 3760] +Triangle: [2500, 2499, 2440] +Triangle: [2501, 2500, 2498] +Triangle: [2499, 2474, 2127] +Triangle: [2124, 3752, 2550] +Triangle: [2475, 2500, 2501] +Triangle: [2445, 2156, 2502] +Triangle: [2155, 2156, 2445] +Triangle: [2155, 2503, 2504] +Triangle: [2435, 2124, 2438] +Triangle: [2126, 2160, 2153] +Triangle: [2451, 2452, 2446] +Triangle: [2446, 2506, 2503] +Triangle: [2504, 2503, 2506] +Triangle: [2153, 2154, 2504] +Triangle: [2506, 2446, 2443] +Triangle: [2402, 2429, 2507] +Triangle: [2437, 2449, 2507] +Triangle: [2403, 2509, 2508] +Triangle: [2509, 2511, 2510] +Triangle: [2335, 2337, 2508] +Triangle: [2401, 2511, 2509] +Triangle: [2512, 2400, 2507] +Triangle: [2512, 2511, 2401] +Triangle: [2513, 2512, 2449] +Triangle: [2510, 2511, 2514] +Triangle: [2512, 2513, 2514] +Triangle: [2527, 2532, 2526] +Triangle: [2517, 2450, 2451] +Triangle: [2516, 2513, 2450] +Triangle: [2514, 2513, 2516] +Triangle: [2522, 2521, 2272] +Triangle: [2524, 2523, 2521] +Triangle: [2336, 2524, 2522] +Triangle: [2270, 2272, 2521] +Triangle: [2273, 2526, 2532] +Triangle: [2535, 2525, 2531] +Triangle: [2271, 2528, 2526] +Triangle: [2270, 2523, 2528] +Triangle: [2453, 2446, 2445] +Triangle: [2529, 2524, 2336] +Triangle: [2510, 2515, 2529] +Triangle: [2517, 2529, 2515] +Triangle: [2529, 2517, 2530] +Triangle: [2518, 2531, 2530] +Triangle: [2523, 2524, 2530] +Triangle: [2525, 2519, 2534] +Triangle: [2444, 2520, 2535] +Triangle: [2523, 2531, 2534] +Triangle: [2528, 2534, 2519] +Triangle: [2436, 2435, 2442] +Triangle: [2520, 2533, 2525] +Triangle: [2205, 2207, 2532] +Triangle: [2537, 2538, 2208] +Triangle: [2538, 2463, 2204] +Triangle: [2206, 2205, 2536] +Triangle: [2539, 2540, 2542] +Triangle: [2541, 2542, 2538] +Triangle: [2533, 2541, 2537] +Triangle: [2520, 2539, 2541] +Triangle: [2543, 2539, 2520] +Triangle: [2544, 2543, 2444] +Triangle: [2540, 2539, 2543] +Triangle: [2538, 2542, 2545] +Triangle: [2540, 2546, 2545] +Triangle: [2544, 2547, 2546] +Triangle: [2472, 2463, 2545] +Triangle: [2472, 2546, 2547] +Triangle: [2547, 2544, 2502] +Triangle: [2550, 1996, 1995] +Triangle: [2156, 2157, 2473] +Triangle: [2441, 2438, 2505] +Triangle: [2438, 2550, 3759] +Triangle: [2556, 2557, 1992] +Triangle: [2041, 3756, 3755] +Triangle: [2038, 2039, 3755] +Triangle: [3757, 2551, 2553] +Triangle: [2552, 2554, 2492] +Triangle: [2042, 3751, 3756] +Triangle: [3753, 2552, 2551] +Triangle: [2440, 2439, 2558] +Triangle: [2548, 2124, 2435] +Triangle: [2149, 2563, 2565] +Triangle: [2160, 2560, 2565] +Triangle: [2566, 2562, 2152] +Triangle: [2152, 2562, 2561] +Triangle: [2561, 2564, 2150] +Triangle: [2564, 2563, 2149] +Triangle: [2158, 2559, 2560] +Triangle: [2159, 2566, 2559] +Triangle: [2191, 2193, 2571] +Triangle: [2187, 2572, 2571] +Triangle: [2186, 2573, 2572] +Triangle: [2190, 2189, 2574] +Triangle: [2190, 2568, 2569] +Triangle: [2192, 2569, 2570] +Triangle: [2188, 2570, 2573] +Triangle: [2189, 2191, 2567] +Triangle: [2258, 2579, 2575] +Triangle: [2252, 2580, 2579] +Triangle: [2252, 2251, 2581] +Triangle: [2254, 2582, 2576] +Triangle: [2255, 2576, 2577] +Triangle: [2257, 2577, 2578] +Triangle: [2253, 2578, 2581] +Triangle: [2256, 2575, 2582] +Triangle: [2255, 2257, 2590] +Triangle: [2251, 2252, 2585] +Triangle: [2253, 2588, 2590] +Triangle: [2253, 2251, 2589] +Triangle: [2585, 2584, 2281] +Triangle: [2276, 2587, 2586] +Triangle: [2584, 2583, 2280] +Triangle: [2280, 2583, 2587] +Triangle: [2596, 2592, 2185] +Triangle: [2597, 2596, 2184] +Triangle: [2185, 2592, 2591] +Triangle: [2212, 2213, 2594] +Triangle: [2212, 2593, 2595] +Triangle: [2598, 2597, 2183] +Triangle: [2217, 2598, 2594] +Triangle: [2214, 2595, 2591] +Triangle: [2322, 2606, 2602] +Triangle: [2316, 2317, 2601] +Triangle: [2318, 2604, 2606] +Triangle: [2318, 2316, 2605] +Triangle: [2601, 2600, 2346] +Triangle: [2341, 2603, 2602] +Triangle: [2600, 2599, 2345] +Triangle: [2345, 2599, 2603] +Triangle: [2323, 2611, 2607] +Triangle: [2317, 2612, 2611] +Triangle: [2317, 2316, 2613] +Triangle: [2320, 2319, 2614] +Triangle: [2320, 2608, 2609] +Triangle: [2322, 2609, 2610] +Triangle: [2316, 2318, 2610] +Triangle: [2319, 2321, 2607] +Triangle: [2379, 2620, 2616] +Triangle: [2621, 2620, 2379] +Triangle: [2616, 2615, 2376] +Triangle: [2408, 2618, 2617] +Triangle: [2407, 2617, 2619] +Triangle: [2622, 2621, 2378] +Triangle: [2408, 2412, 2622] +Triangle: [2409, 2619, 2615] +Triangle: [2386, 2388, 2627] +Triangle: [2388, 2382, 2628] +Triangle: [2382, 2381, 2629] +Triangle: [2385, 2384, 2630] +Triangle: [2385, 2624, 2625] +Triangle: [2387, 2625, 2626] +Triangle: [2383, 2626, 2629] +Triangle: [2386, 2623, 2630] +Triangle: [2244, 2243, 2638] +Triangle: [2243, 2247, 2632] +Triangle: [2245, 2636, 2635] +Triangle: [2244, 2637, 2636] +Triangle: [2631, 2633, 2294] +Triangle: [2292, 2634, 2635] +Triangle: [2633, 2634, 2292] +Triangle: [2632, 2631, 2291] +Triangle: [2309, 2308, 2646] +Triangle: [2308, 2312, 2640] +Triangle: [2310, 2644, 2643] +Triangle: [2309, 2645, 2644] +Triangle: [2639, 2641, 2359] +Triangle: [2357, 2642, 2643] +Triangle: [2359, 2641, 2642] +Triangle: [2640, 2639, 2356] +Triangle: [2652, 2651, 3649] +Triangle: [3655, 2658, 2659] +Triangle: [2653, 2652, 3652] +Triangle: [3645, 2659, 2660] +Triangle: [3629, 2666, 2665] +Triangle: [3648, 2656, 2657] +Triangle: [2664, 2663, 3628] +Triangle: [3630, 2668, 2670] +Triangle: [3635, 2667, 2666] +Triangle: [3632, 2672, 2673] +Triangle: [2648, 2647, 3654] +Triangle: [3646, 2660, 2661] +Triangle: [3638, 2669, 2668] +Triangle: [3639, 2671, 2672] +Triangle: [2673, 2674, 3631] +Triangle: [2662, 2669, 3638] +Triangle: [3634, 2676, 2667] +Triangle: [2674, 2675, 3626] +Triangle: [3642, 2655, 2653] +Triangle: [2675, 2676, 3634] +Triangle: [2651, 2650, 3653] +Triangle: [2647, 2656, 3648] +Triangle: [3627, 2670, 2671] +Triangle: [3651, 2661, 2654] +Triangle: [2665, 2664, 3636] +Triangle: [2649, 2648, 3643] +Triangle: [3641, 2654, 2655] +Triangle: [3650, 2657, 2658] +Triangle: [2663, 2662, 3633] +Triangle: [2650, 2649, 3644] +Triangle: [2677, 2678, 2680] +Triangle: [2678, 2677, 2681] +Triangle: [2745, 2685, 2682] +Triangle: [2685, 2745, 2746] +Triangle: [2682, 2685, 2683] +Triangle: [2680, 2678, 2683] +Triangle: [2688, 2746, 2744] +Triangle: [2683, 2685, 2688] +Triangle: [2684, 2683, 2686] +Triangle: [2686, 2688, 2689] +Triangle: [2691, 2690, 2744] +Triangle: [2690, 2691, 2704] +Triangle: [2693, 2694, 2731] +Triangle: [2694, 2692, 2738] +Triangle: [2741, 2681, 2710] +Triangle: [2705, 2704, 2691] +Triangle: [2692, 2691, 2743] +Triangle: [2707, 2705, 2692] +Triangle: [2679, 2680, 2696] +Triangle: [2698, 2697, 2695] +Triangle: [2698, 2700, 2759] +Triangle: [2700, 2702, 2756] +Triangle: [2696, 2699, 2700] +Triangle: [2680, 2684, 2699] +Triangle: [2702, 2703, 2761] +Triangle: [2699, 2701, 2702] +Triangle: [2684, 2687, 2701] +Triangle: [2689, 2702, 2701] +Triangle: [2704, 2760, 2761] +Triangle: [2707, 2706, 2757] +Triangle: [2705, 2707, 2758] +Triangle: [2723, 2697, 2751] +Triangle: [2704, 2705, 2750] +Triangle: [2677, 2679, 2709] +Triangle: [2710, 2681, 2677] +Triangle: [2713, 2734, 2733] +Triangle: [2713, 2716, 2742] +Triangle: [2708, 2711, 2713] +Triangle: [2709, 2712, 2711] +Triangle: [2716, 2718, 2740] +Triangle: [2714, 2716, 2713] +Triangle: [2715, 2714, 2711] +Triangle: [2717, 2716, 2714] +Triangle: [2740, 2718, 2719] +Triangle: [2706, 2707, 2694] +Triangle: [2728, 2719, 2718] +Triangle: [2721, 2693, 2739] +Triangle: [2720, 2721, 2732] +Triangle: [2719, 2728, 2729] +Triangle: [2720, 2736, 2737] +Triangle: [2720, 2729, 2730] +Triangle: [2722, 2709, 2679] +Triangle: [2722, 2695, 2697] +Triangle: [2723, 2753, 2754] +Triangle: [2749, 2727, 2725] +Triangle: [2722, 2723, 2725] +Triangle: [2709, 2722, 2724] +Triangle: [2725, 2727, 2726] +Triangle: [2712, 2724, 2726] +Triangle: [2726, 2727, 2717] +Triangle: [2728, 2727, 2749] +Triangle: [2706, 2730, 2748] +Triangle: [2730, 2729, 2752] +Triangle: [2735, 2682, 2681] +Triangle: [2729, 2728, 2755] +Triangle: [3489, 2771, 2770] +Triangle: [3490, 3492, 2762] +Triangle: [3491, 2774, 2773] +Triangle: [3493, 2764, 2774] +Triangle: [3494, 2768, 2766] +Triangle: [3488, 3495, 2770] +Triangle: [3496, 2773, 2775] +Triangle: [3492, 3485, 2763] +Triangle: [3486, 2766, 2763] +Triangle: [3489, 3497, 2775] +Triangle: [3493, 3499, 2765] +Triangle: [2651, 2652, 3488] +Triangle: [3487, 2767, 2776] +Triangle: [3487, 3490, 2772] +Triangle: [3498, 2776, 2765] +Triangle: [2693, 2721, 2730] +Triangle: [2697, 2698, 2747] +Triangle: [2777, 2785, 2739] +Triangle: [2746, 2792, 2790] +Triangle: [2733, 2779, 2787] +Triangle: [2741, 2787, 2781] +Triangle: [2789, 2784, 2738] +Triangle: [2778, 2782, 2736] +Triangle: [2782, 2783, 2737] +Triangle: [2734, 2780, 2779] +Triangle: [2742, 2788, 2780] +Triangle: [2790, 2789, 2743] +Triangle: [2783, 2786, 2740] +Triangle: [2784, 2777, 2731] +Triangle: [2745, 2791, 2792] +Triangle: [2740, 2786, 2788] +Triangle: [2735, 2781, 2791] +Triangle: [2785, 2778, 2732] +Triangle: [3055, 2809, 3671] +Triangle: [2807, 2806, 3673] +Triangle: [3680, 2845, 2802] +Triangle: [1835, 875, 2810] +Triangle: [2808, 2807, 3674] +Triangle: [2805, 2804, 3676] +Triangle: [3679, 2803, 866] +Triangle: [2809, 2808, 3677] +Triangle: [2806, 2805, 3678] +Triangle: [3675, 2802, 2803] +Triangle: [2816, 2815, 2806] +Triangle: [2845, 2846, 2811] +Triangle: [875, 886, 2819] +Triangle: [2817, 2816, 2807] +Triangle: [2805, 2814, 2813] +Triangle: [2803, 2812, 877] +Triangle: [2818, 2817, 2808] +Triangle: [2815, 2814, 2805] +Triangle: [2811, 2812, 2803] +Triangle: [3055, 3056, 2818] +Triangle: [888, 1472, 3321] +Triangle: [1174, 892, 2822] +Triangle: [892, 894, 2823] +Triangle: [1426, 888, 2820] +Triangle: [3276, 2820, 3057] +Triangle: [3278, 3277, 2824] +Triangle: [3279, 3278, 2825] +Triangle: [3280, 2827, 2828] +Triangle: [3280, 3279, 2826] +Triangle: [3281, 2828, 2829] +Triangle: [3282, 2829, 2847] +Triangle: [3283, 2830, 2831] +Triangle: [905, 2832, 2834] +Triangle: [894, 906, 2833] +Triangle: [909, 2834, 2833] +Triangle: [3098, 2835, 911] +Triangle: [2835, 2836, 913] +Triangle: [2836, 2837, 915] +Triangle: [3118, 2838, 917] +Triangle: [2839, 919, 917] +Triangle: [3099, 2842, 2843] +Triangle: [2843, 2848, 3096] +Triangle: [3334, 3329, 3327] +Triangle: [3097, 3098, 3091] +Triangle: [2843, 2842, 1942] +Triangle: [3284, 2831, 903] +Triangle: [2804, 2813, 2846] +Triangle: [3676, 2804, 2845] +Triangle: [2848, 2843, 1948] +Triangle: [3093, 3094, 2847] +Triangle: [3096, 2848, 2849] +Triangle: [3097, 2849, 2835] +Triangle: [2836, 2835, 2849] +Triangle: [2836, 2850, 2851] +Triangle: [2856, 2837, 2851] +Triangle: [2853, 2839, 2838] +Triangle: [2848, 2854, 2850] +Triangle: [2850, 2854, 2855] +Triangle: [2854, 2848, 2021] +Triangle: [2855, 2854, 1947] +Triangle: [2856, 2857, 3117] +Triangle: [2837, 2856, 937] +Triangle: [2858, 2857, 2851] +Triangle: [2857, 2858, 3119] +Triangle: [2858, 2855, 1946] +Triangle: [3119, 2858, 2009] +Triangle: [2860, 2859, 1945] +Triangle: [2852, 2859, 2860] +Triangle: [3340, 3338, 3691] +Triangle: [2867, 2868, 2957] +Triangle: [2868, 2966, 2967] +Triangle: [1356, 949, 2945] +Triangle: [1078, 2974, 2892] +Triangle: [2965, 2968, 2868] +Triangle: [2968, 2969, 2966] +Triangle: [2874, 2869, 2871] +Triangle: [2873, 2871, 2870] +Triangle: [3424, 2876, 3415] +Triangle: [2972, 2869, 3027] +Triangle: [3223, 3036, 2865] +Triangle: [2892, 2893, 967] +Triangle: [3050, 2894, 969] +Triangle: [3028, 2879, 2878] +Triangle: [3385, 3382, 2879] +Triangle: [2883, 2885, 2881] +Triangle: [3407, 3408, 2884] +Triangle: [2882, 2883, 2876] +Triangle: [3038, 2887, 2889] +Triangle: [3409, 2888, 3039] +Triangle: [3040, 2886, 2887] +Triangle: [980, 982, 2889] +Triangle: [3409, 1567, 981] +Triangle: [2886, 979, 980] +Triangle: [3043, 2894, 3050] +Triangle: [3042, 2893, 2892] +Triangle: [1364, 944, 2891] +Triangle: [3029, 2877, 2884] +Triangle: [3044, 2895, 2894] +Triangle: [2894, 2895, 984] +Triangle: [3046, 3044, 2890] +Triangle: [1149, 984, 2895] +Triangle: [2896, 991, 979] +Triangle: [2897, 992, 991] +Triangle: [1153, 3034, 2898] +Triangle: [2931, 1030, 993] +Triangle: [2932, 2931, 2898] +Triangle: [2900, 2903, 2904] +Triangle: [2903, 2905, 2906] +Triangle: [2907, 2908, 2906] +Triangle: [2924, 2909, 2910] +Triangle: [2911, 2912, 2926] +Triangle: [3239, 3237, 2912] +Triangle: [1013, 1385, 3238] +Triangle: [3275, 2914, 1014] +Triangle: [3244, 3243, 3257] +Triangle: [3260, 3248, 3247] +Triangle: [3243, 3249, 3261] +Triangle: [3240, 3244, 3252] +Triangle: [3258, 3245, 3246] +Triangle: [3259, 3247, 3240] +Triangle: [3253, 3246, 3248] +Triangle: [2924, 2923, 2908] +Triangle: [3241, 3245, 3258] +Triangle: [2927, 2926, 2910] +Triangle: [2902, 2929, 2932] +Triangle: [2929, 2901, 2931] +Triangle: [2930, 2915, 3251] +Triangle: [2901, 998, 1030] +Triangle: [3265, 3270, 3234] +Triangle: [3217, 2945, 2971] +Triangle: [2943, 2962, 1067] +Triangle: [950, 2944, 2943] +Triangle: [2940, 3233, 1379] +Triangle: [2927, 3235, 3227] +Triangle: [3236, 3235, 2927] +Triangle: [3228, 3231, 2936] +Triangle: [2952, 2954, 2953] +Triangle: [2956, 2955, 2953] +Triangle: [2909, 2924, 2954] +Triangle: [2924, 2907, 2956] +Triangle: [2936, 3231, 3226] +Triangle: [3226, 3229, 2937] +Triangle: [2937, 3229, 3230] +Triangle: [2941, 3230, 3232] +Triangle: [2939, 3232, 3233] +Triangle: [3218, 2959, 2866] +Triangle: [2963, 2964, 2962] +Triangle: [2961, 2963, 2943] +Triangle: [2957, 2967, 2964] +Triangle: [2962, 2945, 949] +Triangle: [2958, 2957, 2963] +Triangle: [950, 1049, 2946] +Triangle: [2947, 2961, 2944] +Triangle: [2948, 2958, 2961] +Triangle: [2964, 2971, 2945] +Triangle: [3219, 2971, 2959] +Triangle: [3045, 2973, 2878] +Triangle: [2966, 2866, 2959] +Triangle: [2870, 2871, 2968] +Triangle: [2967, 2959, 2971] +Triangle: [2871, 2869, 2969] +Triangle: [3221, 2975, 2863] +Triangle: [3215, 2972, 3032] +Triangle: [2969, 2976, 2866] +Triangle: [3215, 2864, 2975] +Triangle: [2869, 2972, 2976] +Triangle: [2977, 2958, 2948] +Triangle: [2867, 2958, 2977] +Triangle: [2965, 2867, 2978] +Triangle: [2870, 2965, 2979] +Triangle: [2872, 2870, 2980] +Triangle: [2951, 2953, 2982] +Triangle: [2982, 2977, 2949] +Triangle: [2978, 2977, 2982] +Triangle: [2983, 2980, 2979] +Triangle: [2955, 2983, 2982] +Triangle: [2981, 2980, 2983] +Triangle: [2985, 2872, 2981] +Triangle: [2989, 2985, 2986] +Triangle: [2956, 2986, 2981] +Triangle: [2875, 2989, 2990] +Triangle: [2985, 2989, 2988] +Triangle: [2907, 2990, 2986] +Triangle: [2905, 2987, 2990] +Triangle: [2903, 2900, 2899] +Triangle: [2991, 2987, 2905] +Triangle: [2882, 2875, 2987] +Triangle: [2992, 2899, 2900] +Triangle: [3034, 3035, 2992] +Triangle: [1098, 1378, 3234] +Triangle: [2934, 2993, 1100] +Triangle: [2993, 2994, 1102] +Triangle: [3268, 2995, 2996] +Triangle: [2995, 2997, 2998] +Triangle: [3266, 2933, 2995] +Triangle: [2933, 2935, 2997] +Triangle: [2999, 3000, 2998] +Triangle: [3013, 3001, 3002] +Triangle: [3014, 1125, 1111] +Triangle: [1102, 2994, 3761] +Triangle: [3021, 3005, 3002] +Triangle: [1111, 1114, 3003] +Triangle: [2998, 3766, 3765] +Triangle: [3769, 3770, 3004] +Triangle: [3767, 3766, 2998] +Triangle: [3768, 3769, 3003] +Triangle: [3267, 3764, 3771] +Triangle: [3014, 3004, 3000] +Triangle: [3770, 3767, 3000] +Triangle: [3005, 1112, 1125] +Triangle: [2999, 3013, 3012] +Triangle: [2935, 2936, 2999] +Triangle: [2936, 2938, 3013] +Triangle: [2938, 2937, 3001] +Triangle: [2941, 3015, 3001] +Triangle: [2939, 3016, 3015] +Triangle: [2940, 3017, 3016] +Triangle: [1130, 3017, 2940] +Triangle: [3019, 3022, 3023] +Triangle: [3018, 3016, 3017] +Triangle: [3020, 3024, 3023] +Triangle: [1131, 3025, 3017] +Triangle: [3005, 3021, 1135] +Triangle: [1139, 3023, 3022] +Triangle: [1135, 3021, 3023] +Triangle: [3005, 3014, 3012] +Triangle: [3024, 3020, 3002] +Triangle: [3015, 3019, 3024] +Triangle: [1137, 3022, 3025] +Triangle: [3019, 3018, 3025] +Triangle: [3016, 3018, 3019] +Triangle: [3222, 3032, 2973] +Triangle: [981, 1149, 3031] +Triangle: [3046, 3030, 2884] +Triangle: [3029, 3030, 2890] +Triangle: [2874, 3387, 3388] +Triangle: [2874, 3028, 3027] +Triangle: [2973, 3032, 3027] +Triangle: [2897, 3033, 3035] +Triangle: [992, 2897, 3034] +Triangle: [3035, 3033, 2899] +Triangle: [3047, 2991, 2899] +Triangle: [2888, 3031, 3046] +Triangle: [2974, 3045, 3041] +Triangle: [2895, 3044, 3046] +Triangle: [2890, 3044, 3043] +Triangle: [2879, 3042, 3041] +Triangle: [2880, 3043, 3052] +Triangle: [2882, 3040, 3038] +Triangle: [3408, 3410, 3039] +Triangle: [2883, 3038, 3037] +Triangle: [2891, 3036, 3223] +Triangle: [2882, 2991, 3047] +Triangle: [2896, 3047, 3033] +Triangle: [2886, 3040, 3047] +Triangle: [3049, 3052, 3386] +Triangle: [2877, 3029, 3051] +Triangle: [3052, 3050, 3384] +Triangle: [3029, 2880, 3049] +Triangle: [3384, 3050, 1168] +Triangle: [1174, 3053, 2821] +Triangle: [3288, 2824, 3323] +Triangle: [3285, 2847, 2830] +Triangle: [2810, 2819, 3056] +Triangle: [3672, 2810, 3055] +Triangle: [3290, 3289, 3053] +Triangle: [3289, 3287, 2821] +Triangle: [2840, 3325, 3331] +Triangle: [3068, 3308, 3307] +Triangle: [3060, 3063, 3062] +Triangle: [3059, 3064, 3063] +Triangle: [3070, 3312, 3308] +Triangle: [3059, 3291, 3066] +Triangle: [2823, 3065, 3290] +Triangle: [3291, 3292, 3068] +Triangle: [3316, 3312, 3070] +Triangle: [3071, 3313, 3317] +Triangle: [3301, 3302, 3061] +Triangle: [3320, 3316, 3072] +Triangle: [3063, 3303, 3301] +Triangle: [3307, 3305, 3064] +Triangle: [3083, 3319, 3320] +Triangle: [2824, 3288, 3300] +Triangle: [2825, 3300, 3299] +Triangle: [2840, 3061, 3069] +Triangle: [3071, 3079, 3080] +Triangle: [3302, 3309, 3069] +Triangle: [3082, 3318, 3319] +Triangle: [3069, 3309, 3313] +Triangle: [3079, 3071, 3081] +Triangle: [3077, 3078, 3081] +Triangle: [3077, 3082, 3083] +Triangle: [3076, 3083, 3084] +Triangle: [3074, 3075, 3084] +Triangle: [3072, 3070, 3073] +Triangle: [3292, 3073, 3070] +Triangle: [2827, 2826, 3085] +Triangle: [3298, 3085, 2826] +Triangle: [3087, 3088, 3086] +Triangle: [3087, 3089, 3090] +Triangle: [3297, 3087, 3085] +Triangle: [3297, 3296, 3089] +Triangle: [2830, 3095, 3091] +Triangle: [2847, 3094, 3095] +Triangle: [2841, 3096, 3094] +Triangle: [2827, 3086, 3092] +Triangle: [2828, 3092, 3093] +Triangle: [2831, 3091, 1213] +Triangle: [3094, 3096, 3097] +Triangle: [3092, 3099, 2841] +Triangle: [3091, 3098, 1216] +Triangle: [3088, 3099, 3092] +Triangle: [3090, 2842, 3099] +Triangle: [2842, 3090, 1941] +Triangle: [3100, 1941, 3090] +Triangle: [3100, 3089, 3296] +Triangle: [1940, 1941, 3100] +Triangle: [3101, 3100, 3295] +Triangle: [1940, 3101, 3102] +Triangle: [3102, 3101, 3294] +Triangle: [1939, 3102, 3120] +Triangle: [3104, 1944, 1943] +Triangle: [3105, 3106, 3067] +Triangle: [3108, 3120, 3103] +Triangle: [2859, 3119, 3116] +Triangle: [3117, 3119, 2859] +Triangle: [3118, 3117, 2852] +Triangle: [2856, 3118, 1240] +Triangle: [2010, 3113, 3115] +Triangle: [1958, 3111, 3115] +Triangle: [1945, 3116, 3114] +Triangle: [2012, 3114, 3113] +Triangle: [1955, 3112, 3109] +Triangle: [1958, 1957, 3112] +Triangle: [1943, 1953, 3110] +Triangle: [1953, 1951, 3109] +Triangle: [3102, 3293, 3107] +Triangle: [3293, 3067, 3106] +Triangle: [2833, 3105, 3065] +Triangle: [3122, 3123, 3107] +Triangle: [3121, 3122, 3106] +Triangle: [3120, 3107, 3123] +Triangle: [2834, 3121, 3105] +Triangle: [3125, 3126, 3123] +Triangle: [3124, 3125, 3122] +Triangle: [2832, 3124, 3121] +Triangle: [3103, 3123, 3126] +Triangle: [3129, 3127, 1950] +Triangle: [3128, 3129, 1962] +Triangle: [3127, 2860, 1949] +Triangle: [1944, 3104, 3128] +Triangle: [3133, 3130, 1254] +Triangle: [3693, 3131, 1258] +Triangle: [3692, 3132, 3131] +Triangle: [3133, 1259, 1262] +Triangle: [3134, 1262, 1265] +Triangle: [3136, 1265, 1264] +Triangle: [3141, 3142, 3136] +Triangle: [3136, 3142, 3140] +Triangle: [3139, 3137, 3130] +Triangle: [3132, 3138, 3141] +Triangle: [3140, 3139, 3133] +Triangle: [3142, 3148, 3146] +Triangle: [3140, 3146, 3145] +Triangle: [3144, 3147, 3141] +Triangle: [3141, 3147, 3148] +Triangle: [3145, 3143, 3137] +Triangle: [3148, 3154, 3152] +Triangle: [3146, 3152, 3151] +Triangle: [3144, 3150, 3153] +Triangle: [3147, 3153, 3154] +Triangle: [3151, 3149, 3143] +Triangle: [3694, 3138, 3132] +Triangle: [3694, 3695, 3144] +Triangle: [3695, 3696, 3150] +Triangle: [3154, 3160, 3158] +Triangle: [3152, 3158, 3157] +Triangle: [3150, 3156, 3159] +Triangle: [3153, 3159, 3160] +Triangle: [3157, 3155, 3149] +Triangle: [3159, 3165, 3166] +Triangle: [3157, 3163, 3161] +Triangle: [3160, 3166, 3164] +Triangle: [3158, 3164, 3163] +Triangle: [3156, 3162, 3165] +Triangle: [3696, 3697, 3156] +Triangle: [3697, 3698, 3162] +Triangle: [3162, 3168, 3171] +Triangle: [3165, 3171, 3172] +Triangle: [3163, 3169, 3167] +Triangle: [3166, 3172, 3170] +Triangle: [3164, 3170, 3169] +Triangle: [3171, 3177, 3178] +Triangle: [3169, 3175, 3173] +Triangle: [3178, 3176, 3170] +Triangle: [3170, 3176, 3175] +Triangle: [3168, 3174, 3177] +Triangle: [3177, 3183, 3184] +Triangle: [3181, 3179, 3173] +Triangle: [3184, 3182, 3176] +Triangle: [3182, 3181, 3175] +Triangle: [3174, 3180, 3183] +Triangle: [3189, 3190, 3184] +Triangle: [3187, 3185, 3179] +Triangle: [3190, 3188, 3182] +Triangle: [3188, 3187, 3181] +Triangle: [3180, 3186, 3189] +Triangle: [1325, 1326, 3190] +Triangle: [1323, 1321, 3185] +Triangle: [1326, 1324, 3188] +Triangle: [1324, 1323, 3187] +Triangle: [1322, 1325, 3189] +Triangle: [3698, 3699, 3168] +Triangle: [3699, 3700, 3174] +Triangle: [3700, 3701, 3180] +Triangle: [3701, 3702, 3186] +Triangle: [1866, 1322, 3186] +Triangle: [2115, 2121, 3738] +Triangle: [3737, 3738, 2121] +Triangle: [2111, 2104, 3191] +Triangle: [2098, 3191, 2104] +Triangle: [2047, 3192, 2050] +Triangle: [3192, 2020, 2049] +Triangle: [2013, 2020, 3192] +Triangle: [1491, 3337, 3340] +Triangle: [3337, 3336, 3338] +Triangle: [2862, 2861, 2860] +Triangle: [2853, 2860, 2861] +Triangle: [3193, 3195, 3194] +Triangle: [3195, 3193, 1329] +Triangle: [2839, 2853, 3194] +Triangle: [919, 2839, 3195] +Triangle: [3127, 3129, 3196] +Triangle: [3197, 3196, 3129] +Triangle: [3104, 3198, 3197] +Triangle: [3126, 3199, 3198] +Triangle: [3125, 3200, 3199] +Triangle: [3201, 3200, 3125] +Triangle: [3202, 3201, 3124] +Triangle: [1341, 3202, 2832] +Triangle: [3335, 3196, 3684] +Triangle: [3684, 3196, 3197] +Triangle: [3683, 3197, 3198] +Triangle: [3682, 3198, 3199] +Triangle: [3685, 3199, 3200] +Triangle: [3686, 3200, 3201] +Triangle: [3687, 3201, 3202] +Triangle: [3688, 3202, 1341] +Triangle: [3212, 1353, 945] +Triangle: [2970, 3211, 3212] +Triangle: [2960, 3210, 3211] +Triangle: [2863, 3209, 3210] +Triangle: [2975, 3203, 3209] +Triangle: [2864, 3204, 3203] +Triangle: [3026, 3205, 3204] +Triangle: [2865, 3208, 3205] +Triangle: [3207, 3206, 3036] +Triangle: [944, 1348, 3207] +Triangle: [3206, 3208, 2865] +Triangle: [3132, 3135, 3213] +Triangle: [3213, 1355, 1258] +Triangle: [1264, 1355, 3213] +Triangle: [3216, 3223, 3045] +Triangle: [3026, 3222, 3220] +Triangle: [2972, 3215, 3221] +Triangle: [2864, 3215, 3222] +Triangle: [3221, 3214, 2866] +Triangle: [2970, 3219, 3218] +Triangle: [2960, 3218, 3214] +Triangle: [2942, 3217, 3219] +Triangle: [1078, 1364, 3216] +Triangle: [3223, 3220, 2973] +Triangle: [2942, 945, 1356] +Triangle: [3251, 3250, 3262] +Triangle: [998, 2901, 3224] +Triangle: [2952, 3228, 3236] +Triangle: [2949, 2948, 3230] +Triangle: [3235, 2935, 2933] +Triangle: [2935, 3235, 3236] +Triangle: [3232, 2947, 2946] +Triangle: [2952, 2951, 3231] +Triangle: [1378, 1013, 2913] +Triangle: [3233, 2946, 1049] +Triangle: [3266, 2934, 3234] +Triangle: [3230, 2948, 2947] +Triangle: [3231, 2951, 2950] +Triangle: [2950, 2949, 3229] +Triangle: [3265, 3271, 3239] +Triangle: [3271, 3264, 3237] +Triangle: [2922, 2921, 3241] +Triangle: [1385, 1014, 2914] +Triangle: [3274, 3262, 3250] +Triangle: [3250, 3225, 3272] +Triangle: [2921, 2928, 3245] +Triangle: [3255, 3256, 3242] +Triangle: [2915, 3225, 3250] +Triangle: [2917, 2916, 3243] +Triangle: [3248, 2925, 2919] +Triangle: [2916, 2930, 3249] +Triangle: [2901, 2929, 3261] +Triangle: [2918, 2917, 3244] +Triangle: [3245, 2928, 2920] +Triangle: [3247, 2919, 2918] +Triangle: [3246, 2920, 2925] +Triangle: [2912, 3237, 3256] +Triangle: [3263, 3261, 3249] +Triangle: [3275, 3224, 3262] +Triangle: [3263, 3262, 3224] +Triangle: [3255, 3258, 2926] +Triangle: [2910, 3253, 3260] +Triangle: [2908, 3259, 3254] +Triangle: [2926, 3258, 3253] +Triangle: [3254, 3252, 2904] +Triangle: [3257, 3261, 2929] +Triangle: [2923, 3260, 3259] +Triangle: [3252, 3257, 2902] +Triangle: [3238, 2914, 3264] +Triangle: [2913, 3238, 3271] +Triangle: [2933, 3266, 3270] +Triangle: [3765, 3764, 3267] +Triangle: [2934, 3266, 3268] +Triangle: [2993, 3268, 3267] +Triangle: [2911, 3227, 3270] +Triangle: [3273, 3272, 2922] +Triangle: [3274, 3273, 3242] +Triangle: [3264, 3274, 3256] +Triangle: [3224, 3275, 1423] +Triangle: [2914, 3275, 3274] +Triangle: [3056, 3286, 3277] +Triangle: [2846, 3285, 3283] +Triangle: [2812, 3284, 1435] +Triangle: [2811, 3283, 3284] +Triangle: [2846, 2813, 3282] +Triangle: [2814, 3281, 3282] +Triangle: [2815, 2816, 3279] +Triangle: [2815, 3280, 3281] +Triangle: [2816, 2817, 3278] +Triangle: [2817, 2818, 3277] +Triangle: [2819, 3276, 3286] +Triangle: [886, 1426, 3276] +Triangle: [3288, 3324, 3325] +Triangle: [3060, 3289, 3290] +Triangle: [3287, 3289, 3060] +Triangle: [3059, 3290, 3065] +Triangle: [3291, 3065, 3067] +Triangle: [3292, 3067, 3293] +Triangle: [3073, 3293, 3294] +Triangle: [3294, 3295, 3075] +Triangle: [3075, 3295, 3296] +Triangle: [3296, 3297, 3077] +Triangle: [3297, 3298, 3078] +Triangle: [3298, 3299, 3079] +Triangle: [3079, 3299, 3300] +Triangle: [3300, 3288, 2840] +Triangle: [3301, 3303, 3304] +Triangle: [3303, 3305, 3306] +Triangle: [3306, 3305, 3307] +Triangle: [3312, 3311, 3306] +Triangle: [3311, 3310, 3304] +Triangle: [3310, 3309, 3302] +Triangle: [3312, 3316, 3315] +Triangle: [3311, 3315, 3314] +Triangle: [3314, 3313, 3309] +Triangle: [3320, 3319, 3315] +Triangle: [3315, 3319, 3318] +Triangle: [3314, 3318, 3317] +Triangle: [3064, 3305, 3303] +Triangle: [3317, 3318, 3082] +Triangle: [3286, 3057, 2824] +Triangle: [3322, 3057, 2820] +Triangle: [3057, 3322, 3323] +Triangle: [1472, 1478, 3327] +Triangle: [3324, 3323, 3322] +Triangle: [3322, 3329, 3326] +Triangle: [3324, 3326, 3328] +Triangle: [3332, 3334, 3287] +Triangle: [1487, 890, 2821] +Triangle: [3329, 3322, 3321] +Triangle: [3058, 3062, 3330] +Triangle: [3328, 3330, 3331] +Triangle: [3061, 3331, 3330] +Triangle: [3332, 3058, 3328] +Triangle: [1478, 1487, 3333] +Triangle: [3287, 3334, 3333] +Triangle: [3329, 3334, 3332] +Triangle: [3339, 2862, 3196] +Triangle: [1495, 3340, 3690] +Triangle: [3335, 3338, 3336] +Triangle: [3689, 3691, 3338] +Triangle: [1329, 3193, 3337] +Triangle: [3193, 2861, 3336] +Triangle: [2861, 2862, 3339] +Triangle: [2872, 2985, 2984] +Triangle: [2984, 3346, 3347] +Triangle: [3357, 3349, 3348] +Triangle: [3349, 3351, 3350] +Triangle: [3354, 3371, 3362] +Triangle: [3358, 3355, 3354] +Triangle: [3347, 3357, 3356] +Triangle: [3358, 3359, 3350] +Triangle: [3398, 3361, 3363] +Triangle: [3396, 3365, 3364] +Triangle: [3400, 3364, 3362] +Triangle: [3359, 3354, 3364] +Triangle: [3359, 3365, 3366] +Triangle: [3350, 3366, 3367] +Triangle: [3368, 3356, 3348] +Triangle: [3345, 3356, 3368] +Triangle: [2873, 2984, 3345] +Triangle: [3344, 3343, 3368] +Triangle: [3368, 3343, 3370] +Triangle: [3420, 3419, 3417] +Triangle: [3353, 3375, 3374] +Triangle: [3377, 3376, 3343] +Triangle: [3376, 3378, 3370] +Triangle: [3380, 3379, 3376] +Triangle: [3379, 3381, 3378] +Triangle: [2893, 3384, 1540] +Triangle: [3386, 3384, 2893] +Triangle: [3382, 3386, 3042] +Triangle: [3388, 3389, 3385] +Triangle: [3051, 3049, 3382] +Triangle: [3369, 3370, 3378] +Triangle: [2873, 3369, 3381] +Triangle: [3381, 3379, 3387] +Triangle: [3388, 3387, 3383] +Triangle: [3379, 3380, 3383] +Triangle: [3385, 3389, 3390] +Triangle: [3048, 3051, 3390] +Triangle: [3391, 3390, 3389] +Triangle: [3391, 3393, 3392] +Triangle: [3395, 3394, 3392] +Triangle: [3396, 3394, 3395] +Triangle: [3383, 3380, 3393] +Triangle: [3377, 3395, 3393] +Triangle: [3366, 3365, 3396] +Triangle: [3344, 3397, 3395] +Triangle: [3397, 3344, 3367] +Triangle: [3371, 3374, 3398] +Triangle: [3400, 3399, 3394] +Triangle: [3402, 3401, 3399] +Triangle: [3401, 3404, 3403] +Triangle: [3394, 3399, 3403] +Triangle: [3048, 3392, 3403] +Triangle: [3355, 3353, 3371] +Triangle: [3402, 3362, 3372] +Triangle: [3361, 3360, 3405] +Triangle: [3401, 3402, 3363] +Triangle: [3406, 2877, 3403] +Triangle: [2885, 3037, 3410] +Triangle: [982, 1567, 3409] +Triangle: [3037, 2889, 3409] +Triangle: [2881, 2885, 3408] +Triangle: [3411, 3412, 3405] +Triangle: [3404, 3401, 3405] +Triangle: [3404, 3412, 3413] +Triangle: [3407, 2877, 3406] +Triangle: [2881, 3407, 3413] +Triangle: [3414, 3413, 3412] +Triangle: [3415, 2876, 2881] +Triangle: [3418, 3417, 3360] +Triangle: [3419, 3415, 3414] +Triangle: [3416, 3415, 3419] +Triangle: [3360, 3417, 3419] +Triangle: [3398, 3421, 3418] +Triangle: [3374, 3373, 3421] +Triangle: [3418, 3352, 3342] +Triangle: [3421, 3373, 3352] +Triangle: [3423, 3422, 3352] +Triangle: [3422, 3341, 3342] +Triangle: [3373, 3374, 3375] +Triangle: [2875, 2876, 3424] +Triangle: [3425, 2989, 2875] +Triangle: [3427, 2988, 2989] +Triangle: [3425, 3426, 3424] +Triangle: [3429, 3428, 2988] +Triangle: [3431, 3430, 3428] +Triangle: [3431, 3341, 3432] +Triangle: [3416, 3429, 3427] +Triangle: [3420, 3431, 3429] +Triangle: [3434, 3433, 3422] +Triangle: [3341, 3431, 3420] +Triangle: [3341, 3422, 3433] +Triangle: [3437, 3436, 3430] +Triangle: [3430, 3436, 3435] +Triangle: [2988, 3428, 3435] +Triangle: [3346, 2984, 3435] +Triangle: [3438, 3439, 3347] +Triangle: [3437, 3438, 3346] +Triangle: [3432, 3433, 3440] +Triangle: [3438, 3437, 3440] +Triangle: [3353, 3442, 3443] +Triangle: [3443, 3434, 3423] +Triangle: [3355, 3444, 3442] +Triangle: [3445, 3444, 3355] +Triangle: [3351, 3446, 3445] +Triangle: [3349, 3447, 3446] +Triangle: [3357, 3448, 3447] +Triangle: [3347, 3439, 3448] +Triangle: [3439, 3438, 3441] +Triangle: [3444, 3445, 3446] +Triangle: [3450, 3449, 3441] +Triangle: [3434, 3450, 3440] +Triangle: [3450, 3452, 3451] +Triangle: [3452, 3454, 3453] +Triangle: [3439, 3449, 3451] +Triangle: [3448, 3451, 3453] +Triangle: [3447, 3453, 3454] +Triangle: [3434, 3443, 3452] +Triangle: [3442, 3454, 3452] +Triangle: [3456, 3455, 3459] +Triangle: [3457, 3456, 3460] +Triangle: [3459, 3455, 3458] +Triangle: [3465, 3459, 3462] +Triangle: [3461, 3460, 3463] +Triangle: [3460, 3459, 3465] +Triangle: [3463, 3465, 2762] +Triangle: [3464, 3463, 2763] +Triangle: [3465, 3466, 2772] +Triangle: [3468, 3467, 3455] +Triangle: [3469, 3468, 3456] +Triangle: [3455, 3467, 3470] +Triangle: [3471, 3469, 3457] +Triangle: [3461, 3475, 3472] +Triangle: [3464, 3474, 3475] +Triangle: [3473, 3474, 3464] +Triangle: [2768, 3476, 3473] +Triangle: [3477, 3476, 2768] +Triangle: [3478, 3477, 2769] +Triangle: [3480, 3479, 2764] +Triangle: [3479, 3483, 2774] +Triangle: [3482, 3484, 2775] +Triangle: [3484, 3481, 2771] +Triangle: [3483, 3482, 2773] +Triangle: [2657, 3498, 3499] +Triangle: [2656, 2647, 3490] +Triangle: [2656, 3487, 3498] +Triangle: [3494, 3488, 2769] +Triangle: [2659, 2658, 3499] +Triangle: [2654, 3497, 3489] +Triangle: [2649, 2650, 3486] +Triangle: [2648, 2649, 3485] +Triangle: [2661, 3496, 3497] +Triangle: [2653, 3495, 3488] +Triangle: [2651, 3494, 3486] +Triangle: [2659, 3493, 3491] +Triangle: [2660, 3491, 3496] +Triangle: [2647, 2648, 3492] +Triangle: [2655, 3489, 3495] +Triangle: [3500, 3480, 2765] +Triangle: [3506, 3505, 3458] +Triangle: [3458, 3505, 3504] +Triangle: [3462, 3504, 3503] +Triangle: [3466, 3503, 3502] +Triangle: [3502, 3501, 2767] +Triangle: [3501, 3500, 2776] +Triangle: [3523, 3524, 3536] +Triangle: [3530, 3531, 3543] +Triangle: [3520, 3521, 3533] +Triangle: [3527, 3528, 3540] +Triangle: [3524, 3525, 3537] +Triangle: [3521, 3522, 3534] +Triangle: [3528, 3529, 3541] +Triangle: [3525, 3526, 3538] +Triangle: [3522, 3523, 3535] +Triangle: [3529, 3530, 3542] +Triangle: [3527, 3539, 3538] +Triangle: [3538, 3545, 3544] +Triangle: [3545, 3547, 3546] +Triangle: [3539, 3547, 3545] +Triangle: [3544, 3546, 3536] +Triangle: [3549, 3547, 3539] +Triangle: [3548, 3535, 3536] +Triangle: [3542, 3551, 3550] +Triangle: [3508, 3543, 3531] +Triangle: [3543, 3508, 3553] +Triangle: [3543, 3552, 3551] +Triangle: [3550, 3549, 3540] +Triangle: [3509, 3554, 3553] +Triangle: [3533, 3555, 3532] +Triangle: [3556, 3534, 3535] +Triangle: [3534, 3556, 3555] +Triangle: [3514, 3561, 3560] +Triangle: [3561, 3563, 3562] +Triangle: [3564, 3561, 3514] +Triangle: [3516, 3559, 3564] +Triangle: [3517, 3558, 3559] +Triangle: [3518, 3557, 3558] +Triangle: [3519, 3532, 3557] +Triangle: [3561, 3564, 3565] +Triangle: [3567, 3566, 3560] +Triangle: [3513, 3560, 3566] +Triangle: [3570, 3568, 3512] +Triangle: [3571, 3570, 3566] +Triangle: [3511, 3512, 3568] +Triangle: [3568, 3570, 3572] +Triangle: [3573, 3572, 3570] +Triangle: [3574, 3554, 3509] +Triangle: [3575, 3574, 3510] +Triangle: [3569, 3576, 3575] +Triangle: [3572, 3573, 3576] +Triangle: [3518, 3517, 3602] +Triangle: [3519, 3518, 3603] +Triangle: [3520, 3519, 3604] +Triangle: [3606, 3521, 3520] +Triangle: [3607, 3522, 3521] +Triangle: [3523, 3522, 3607] +Triangle: [3481, 3478, 2770] +Triangle: [3609, 3608, 3478] +Triangle: [3610, 3525, 3524] +Triangle: [3611, 3526, 3525] +Triangle: [3527, 3526, 3611] +Triangle: [3528, 3527, 3612] +Triangle: [3529, 3528, 3613] +Triangle: [3615, 3530, 3529] +Triangle: [3531, 3530, 3615] +Triangle: [3616, 3601, 3507] +Triangle: [3617, 3508, 3507] +Triangle: [3618, 3509, 3508] +Triangle: [3619, 3510, 3509] +Triangle: [3620, 3511, 3510] +Triangle: [3512, 3511, 3620] +Triangle: [3622, 3513, 3512] +Triangle: [3514, 3513, 3622] +Triangle: [3515, 3514, 3623] +Triangle: [3516, 3515, 3624] +Triangle: [3517, 3516, 3625] +Triangle: [3577, 3578, 3580] +Triangle: [3579, 3580, 3581] +Triangle: [3588, 3581, 3582] +Triangle: [3587, 3582, 3583] +Triangle: [3586, 3583, 3584] +Triangle: [3589, 3584, 3585] +Triangle: [3590, 3585, 3592] +Triangle: [3591, 3592, 3593] +Triangle: [3600, 3593, 3594] +Triangle: [3594, 3597, 3598] +Triangle: [3598, 3597, 3596] +Triangle: [3472, 3602, 3625] +Triangle: [3625, 3624, 3469] +Triangle: [3624, 3623, 3468] +Triangle: [3623, 3622, 3467] +Triangle: [3467, 3622, 3621] +Triangle: [3470, 3621, 3620] +Triangle: [3506, 3620, 3619] +Triangle: [3619, 3618, 3504] +Triangle: [3618, 3617, 3503] +Triangle: [3617, 3601, 3502] +Triangle: [3501, 3502, 3601] +Triangle: [3616, 3615, 3500] +Triangle: [3500, 3615, 3614] +Triangle: [3614, 3613, 3479] +Triangle: [3613, 3612, 3483] +Triangle: [3612, 3611, 3482] +Triangle: [3482, 3611, 3610] +Triangle: [3484, 3610, 3609] +Triangle: [3524, 3523, 3608] +Triangle: [3608, 3607, 3477] +Triangle: [3607, 3606, 3476] +Triangle: [3476, 3606, 3605] +Triangle: [3473, 3605, 3604] +Triangle: [3474, 3604, 3603] +Triangle: [3475, 3603, 3602] +Triangle: [3628, 3633, 2748] +Triangle: [3640, 3636, 2755] +Triangle: [3627, 3639, 2760] +Triangle: [2747, 3626, 3634] +Triangle: [3631, 3626, 2747] +Triangle: [2751, 3634, 3635] +Triangle: [3633, 3638, 2757] +Triangle: [3637, 3631, 2759] +Triangle: [2760, 3639, 3632] +Triangle: [3638, 3630, 2758] +Triangle: [2761, 3632, 3637] +Triangle: [2753, 3635, 3629] +Triangle: [3630, 3627, 2750] +Triangle: [3636, 3628, 2752] +Triangle: [2754, 3629, 3640] +Triangle: [3653, 3644, 3665] +Triangle: [3667, 3650, 3655] +Triangle: [3656, 3641, 3642] +Triangle: [3644, 3643, 3664] +Triangle: [3668, 3651, 3641] +Triangle: [3654, 3648, 3660] +Triangle: [3649, 3653, 3670] +Triangle: [3642, 3647, 3666] +Triangle: [3659, 3646, 3651] +Triangle: [3643, 3654, 3662] +Triangle: [3660, 3648, 3650] +Triangle: [3658, 3645, 3646] +Triangle: [3647, 3652, 3669] +Triangle: [3663, 3655, 3645] +Triangle: [3652, 3649, 3661] +Triangle: [3669, 3661, 2672] +Triangle: [2665, 3663, 3658] +Triangle: [3666, 3669, 2671] +Triangle: [2664, 3658, 3659] +Triangle: [2667, 3660, 3667] +Triangle: [3664, 3662, 2676] +Triangle: [2663, 3659, 3668] +Triangle: [3657, 3666, 2670] +Triangle: [3661, 3670, 2673] +Triangle: [2676, 3662, 3660] +Triangle: [3668, 3656, 2669] +Triangle: [3665, 3664, 2675] +Triangle: [2669, 3656, 3657] +Triangle: [2666, 3667, 3663] +Triangle: [3670, 3665, 2674] +Triangle: [2801, 3672, 3681] +Triangle: [3676, 3680, 2844] +Triangle: [3675, 3679, 2794] +Triangle: [3673, 3678, 2796] +Triangle: [3671, 3677, 2799] +Triangle: [2794, 3679, 1838] +Triangle: [3678, 3676, 2795] +Triangle: [3677, 3674, 2798] +Triangle: [864, 1835, 3672] +Triangle: [2844, 3680, 3675] +Triangle: [3674, 3673, 2797] +Triangle: [3054, 3681, 3671] +Triangle: [3208, 3206, 3691] +Triangle: [1348, 1850, 3690] +Triangle: [3688, 1849, 1353] +Triangle: [3211, 3687, 3688] +Triangle: [3210, 3686, 3687] +Triangle: [3209, 3685, 3686] +Triangle: [3682, 3685, 3209] +Triangle: [3683, 3682, 3203] +Triangle: [3205, 3684, 3683] +Triangle: [3208, 3689, 3684] +Triangle: [3690, 3691, 3206] +Triangle: [1879, 1866, 3702] +Triangle: [3712, 3713, 3702] +Triangle: [3711, 3712, 3701] +Triangle: [3710, 3711, 3700] +Triangle: [3710, 3699, 3698] +Triangle: [3708, 3709, 3698] +Triangle: [3707, 3708, 3697] +Triangle: [3706, 3707, 3696] +Triangle: [3705, 3706, 3695] +Triangle: [3705, 3694, 3692] +Triangle: [3703, 3692, 3693] +Triangle: [3704, 3693, 1856] +Triangle: [2801, 3704, 1869] +Triangle: [3054, 3703, 3704] +Triangle: [2800, 3705, 3703] +Triangle: [2800, 2799, 3706] +Triangle: [2799, 2798, 3707] +Triangle: [2798, 2797, 3708] +Triangle: [2797, 2796, 3709] +Triangle: [2795, 3710, 3709] +Triangle: [2795, 2844, 3711] +Triangle: [2844, 2793, 3712] +Triangle: [2793, 2794, 3713] +Triangle: [2794, 855, 1879] +Triangle: [2930, 3724, 3714] +Triangle: [2921, 3720, 3723] +Triangle: [2922, 3721, 3720] +Triangle: [3272, 3726, 3721] +Triangle: [3723, 3719, 2920] +Triangle: [2916, 3715, 3724] +Triangle: [2917, 3716, 3715] +Triangle: [2915, 3714, 3725] +Triangle: [2918, 3717, 3716] +Triangle: [3722, 3718, 2919] +Triangle: [3718, 3717, 2918] +Triangle: [3719, 3722, 2925] +Triangle: [3225, 3725, 3726] +Triangle: [3750, 3745, 3738] +Triangle: [3736, 3738, 3745] +Triangle: [2115, 3736, 3732] +Triangle: [2122, 2114, 3735] +Triangle: [2118, 2123, 3732] +Triangle: [2116, 2122, 3731] +Triangle: [2117, 3727, 3734] +Triangle: [3730, 3733, 2112] +Triangle: [2119, 3729, 3735] +Triangle: [3728, 3730, 2120] +Triangle: [2113, 3734, 3729] +Triangle: [3733, 3727, 2117] +Triangle: [3749, 3745, 3191] +Triangle: [2099, 3191, 3745] +Triangle: [3736, 3749, 3744] +Triangle: [3735, 3748, 3743] +Triangle: [3728, 3732, 3744] +Triangle: [3737, 3731, 3743] +Triangle: [3727, 3739, 3747] +Triangle: [3742, 3746, 3733] +Triangle: [3729, 3741, 3748] +Triangle: [3740, 3742, 3730] +Triangle: [3734, 3747, 3741] +Triangle: [3746, 3739, 3727] +Triangle: [3751, 2042, 1997] +Triangle: [3752, 1997, 1996] +Triangle: [3755, 2555, 2554] +Triangle: [2040, 2038, 3754] +Triangle: [3751, 2548, 2549] +Triangle: [3756, 2549, 2555] +Triangle: [1994, 3757, 3758] +Triangle: [1994, 2040, 3753] +Triangle: [1993, 3758, 2556] +Triangle: [3759, 2550, 2558] +Triangle: [2125, 2126, 3760] +Triangle: [3760, 3759, 2439] +Triangle: [3771, 3768, 3761] +Triangle: [1928, 3761, 3003] +Triangle: [3763, 3009, 3011] +Triangle: [3008, 3009, 3763] +Triangle: [3763, 3010, 3762] +Triangle: [3269, 3007, 3763] +Triangle: [3269, 3764, 3765] +Triangle: [3007, 3765, 3766] +Triangle: [3766, 3767, 3009] +Triangle: [3769, 3768, 3762] +Triangle: [3770, 3769, 3010] +Triangle: [3767, 3770, 3011] +Triangle: [3006, 3771, 3764] +Triangle: [3768, 3771, 3006] +Triangle: [3852, 3851, 3777] +Triangle: [3849, 3848, 3851] +Triangle: [3830, 3785, 3780] +Triangle: [3851, 3773, 3776] +Triangle: [3778, 3777, 3782] +Triangle: [3788, 3789, 3784] +Triangle: [3789, 3788, 3793] +Triangle: [3830, 3795, 3790] +Triangle: [3773, 3772, 3775] +Triangle: [3777, 3776, 3781] +Triangle: [3783, 3782, 3787] +Triangle: [3776, 3775, 3780] +Triangle: [3782, 3781, 3786] +Triangle: [3787, 3792, 3793] +Triangle: [3798, 3799, 3794] +Triangle: [3798, 3803, 3804] +Triangle: [3830, 3805, 3800] +Triangle: [3781, 3780, 3785] +Triangle: [3786, 3791, 3792] +Triangle: [3792, 3797, 3798] +Triangle: [3785, 3790, 3791] +Triangle: [3791, 3796, 3797] +Triangle: [3803, 3808, 3809] +Triangle: [3797, 3802, 3803] +Triangle: [3830, 3815, 3810] +Triangle: [3790, 3795, 3796] +Triangle: [3796, 3801, 3802] +Triangle: [3802, 3807, 3808] +Triangle: [3795, 3800, 3801] +Triangle: [3801, 3806, 3807] +Triangle: [3808, 3813, 3814] +Triangle: [3813, 3818, 3819] +Triangle: [3807, 3812, 3813] +Triangle: [3830, 3825, 3820] +Triangle: [3800, 3805, 3806] +Triangle: [3806, 3811, 3812] +Triangle: [3812, 3817, 3818] +Triangle: [3811, 3816, 3817] +Triangle: [3818, 3823, 3824] +Triangle: [3823, 3828, 3829] +Triangle: [3805, 3810, 3811] +Triangle: [3817, 3822, 3823] +Triangle: [3830, 3846, 3841] +Triangle: [3810, 3815, 3816] +Triangle: [3816, 3821, 3822] +Triangle: [3822, 3827, 3828] +Triangle: [3834, 3835, 3829] +Triangle: [3835, 3834, 3839] +Triangle: [3815, 3820, 3821] +Triangle: [3821, 3826, 3827] +Triangle: [3828, 3827, 3833] +Triangle: [3830, 3775, 3772] +Triangle: [3820, 3825, 3826] +Triangle: [3826, 3832, 3833] +Triangle: [3834, 3833, 3838] +Triangle: [3844, 3845, 3840] +Triangle: [3845, 3844, 3849] +Triangle: [3825, 3831, 3832] +Triangle: [3833, 3832, 3837] +Triangle: [3839, 3838, 3843] +Triangle: [3832, 3831, 3836] +Triangle: [3838, 3837, 3842] +Triangle: [3844, 3843, 3848] +Triangle: [3852, 3774, 3850] +Triangle: [3859, 3933, 3855] +Triangle: [3837, 3836, 3841] +Triangle: [3843, 3842, 3847] +Triangle: [3779, 3778, 3783] +Triangle: [3842, 3841, 3846] +Triangle: [3848, 3847, 3773] +Triangle: [3830, 3836, 3831] +Triangle: [3847, 3846, 3772] +Triangle: [3933, 3859, 3858] +Triangle: [3930, 3933, 3932] +Triangle: [3911, 3856, 3861] +Triangle: [3932, 3858, 3857] +Triangle: [3859, 3864, 3863] +Triangle: [3869, 3864, 3865] +Triangle: [3870, 3875, 3874] +Triangle: [3911, 3866, 3871] +Triangle: [3854, 3857, 3856] +Triangle: [3858, 3863, 3862] +Triangle: [3864, 3869, 3868] +Triangle: [3857, 3862, 3861] +Triangle: [3863, 3868, 3867] +Triangle: [3874, 3873, 3868] +Triangle: [3879, 3874, 3875] +Triangle: [3885, 3884, 3879] +Triangle: [3911, 3876, 3881] +Triangle: [3862, 3867, 3866] +Triangle: [3873, 3872, 3867] +Triangle: [3879, 3878, 3873] +Triangle: [3872, 3871, 3866] +Triangle: [3878, 3877, 3872] +Triangle: [3890, 3889, 3884] +Triangle: [3884, 3883, 3878] +Triangle: [3911, 3886, 3891] +Triangle: [3877, 3876, 3871] +Triangle: [3883, 3882, 3877] +Triangle: [3889, 3888, 3883] +Triangle: [3882, 3881, 3876] +Triangle: [3888, 3887, 3882] +Triangle: [3895, 3894, 3889] +Triangle: [3900, 3899, 3894] +Triangle: [3894, 3893, 3888] +Triangle: [3911, 3896, 3901] +Triangle: [3887, 3886, 3881] +Triangle: [3893, 3892, 3887] +Triangle: [3899, 3898, 3893] +Triangle: [3898, 3897, 3892] +Triangle: [3905, 3904, 3899] +Triangle: [3910, 3909, 3904] +Triangle: [3892, 3891, 3886] +Triangle: [3904, 3903, 3898] +Triangle: [3911, 3917, 3922] +Triangle: [3897, 3896, 3891] +Triangle: [3903, 3902, 3897] +Triangle: [3909, 3908, 3903] +Triangle: [3915, 3909, 3910] +Triangle: [3916, 3921, 3920] +Triangle: [3902, 3901, 3896] +Triangle: [3908, 3907, 3902] +Triangle: [3909, 3915, 3914] +Triangle: [3853, 3856, 3911] +Triangle: [3907, 3906, 3901] +Triangle: [3914, 3913, 3907] +Triangle: [3915, 3920, 3919] +Triangle: [3925, 3920, 3921] +Triangle: [3926, 3931, 3930] +Triangle: [3913, 3912, 3906] +Triangle: [3914, 3919, 3918] +Triangle: [3920, 3925, 3924] +Triangle: [3913, 3918, 3917] +Triangle: [3919, 3924, 3923] +Triangle: [3925, 3930, 3929] +Triangle: [3933, 3930, 3931] +Triangle: [3918, 3923, 3922] +Triangle: [3924, 3929, 3928] +Triangle: [3860, 3865, 3864] +Triangle: [3923, 3928, 3927] +Triangle: [3929, 3932, 3854] +Triangle: [3911, 3906, 3912] +Triangle: [3928, 3854, 3853] +Triangle: [3778, 3779, 3774] +Triangle: [4054, 4055, 3937] +Triangle: [4055, 4056, 3941] +Triangle: [4054, 4057, 3939] +Triangle: [4058, 4059, 3945] +Triangle: [4059, 4060, 3947] +Triangle: [4056, 4058, 3942] +Triangle: [4062, 3951, 3948] +Triangle: [4060, 4061, 3948] +Triangle: [4064, 3955, 3952] +Triangle: [4065, 3957, 3955] +Triangle: [4057, 4065, 3956] +Triangle: [4063, 4066, 3959] +Triangle: [4067, 3961, 3959] +Triangle: [4068, 3963, 3961] +Triangle: [4069, 4062, 3950] +Triangle: [4070, 4069, 3964] +Triangle: [4071, 4070, 3966] +Triangle: [4072, 4073, 3973] +Triangle: [4073, 4074, 3975] +Triangle: [4074, 3974, 3969] +Triangle: [4072, 4075, 3977] +Triangle: [4075, 4076, 3979] +Triangle: [4076, 4077, 3981] +Triangle: [4077, 4068, 3962] +Triangle: [4030, 4031, 3985] +Triangle: [4031, 4032, 3989] +Triangle: [4030, 4033, 3987] +Triangle: [4034, 4035, 3993] +Triangle: [4035, 4036, 3995] +Triangle: [4032, 4034, 3990] +Triangle: [4037, 4038, 3999] +Triangle: [4036, 4037, 3996] +Triangle: [4040, 4003, 4000] +Triangle: [4041, 4005, 4003] +Triangle: [4033, 4041, 4004] +Triangle: [4039, 4042, 4007] +Triangle: [4043, 4009, 4007] +Triangle: [4044, 4011, 4009] +Triangle: [4045, 4038, 3998] +Triangle: [4046, 4045, 4012] +Triangle: [4047, 4046, 4014] +Triangle: [4048, 4049, 4021] +Triangle: [4049, 4050, 4023] +Triangle: [4050, 4022, 4017] +Triangle: [4048, 4051, 4025] +Triangle: [4051, 4052, 4027] +Triangle: [4052, 4053, 4029] +Triangle: [4053, 4044, 4010] +Triangle: [3936, 3935, 1735] +Triangle: [3934, 3937, 1705] +Triangle: [3934, 1704, 1706] +Triangle: [3939, 1737, 1735] +Triangle: [3937, 3941, 1707] +Triangle: [3940, 3936, 1736] +Triangle: [3938, 1706, 1714] +Triangle: [3956, 1746, 1737] +Triangle: [3941, 3942, 1708] +Triangle: [3943, 3940, 1738] +Triangle: [3944, 3943, 1739] +Triangle: [3942, 3945, 1709] +Triangle: [3945, 3947, 1710] +Triangle: [3946, 3944, 1740] +Triangle: [3947, 3948, 1711] +Triangle: [3949, 3946, 1741] +Triangle: [3949, 1742, 1743] +Triangle: [3948, 3951, 1712] +Triangle: [3965, 1732, 1712] +Triangle: [3964, 3950, 1743] +Triangle: [3953, 1744, 1745] +Triangle: [1690, 3952, 3955] +Triangle: [1715, 3958, 3952] +Triangle: [3959, 1747, 1744] +Triangle: [1713, 3955, 3957] +Triangle: [3954, 1745, 1746] +Triangle: [1716, 3960, 3958] +Triangle: [3961, 1748, 1747] +Triangle: [1717, 3962, 3960] +Triangle: [3963, 1749, 1748] +Triangle: [3962, 1717, 1722] +Triangle: [3980, 1758, 1749] +Triangle: [3967, 1733, 1732] +Triangle: [3966, 3964, 1750] +Triangle: [3969, 1734, 1733] +Triangle: [3966, 1751, 1752] +Triangle: [3969, 3974, 1731] +Triangle: [3975, 3968, 1752] +Triangle: [3973, 1754, 1753] +Triangle: [1729, 3972, 3971] +Triangle: [1725, 3971, 3977] +Triangle: [3976, 3970, 1753] +Triangle: [3975, 1755, 1754] +Triangle: [1731, 3974, 3972] +Triangle: [1720, 3977, 3979] +Triangle: [3978, 3976, 1756] +Triangle: [1721, 3979, 3981] +Triangle: [3980, 3978, 1757] +Triangle: [3985, 3578, 3577] +Triangle: [3547, 3984, 3983] +Triangle: [3548, 3546, 3983] +Triangle: [3577, 3579, 3986] +Triangle: [3984, 3547, 3549] +Triangle: [3989, 3580, 3578] +Triangle: [3987, 4004, 3556] +Triangle: [3579, 3588, 4005] +Triangle: [3550, 3991, 3988] +Triangle: [3990, 3581, 3580] +Triangle: [3993, 3582, 3581] +Triangle: [3551, 3992, 3991] +Triangle: [3992, 3551, 3552] +Triangle: [3995, 3583, 3582] +Triangle: [3553, 3997, 3994] +Triangle: [3996, 3584, 3583] +Triangle: [3585, 3584, 3996] +Triangle: [3554, 3998, 3997] +Triangle: [3554, 3574, 4012] +Triangle: [4013, 3592, 3585] +Triangle: [3587, 3586, 4000] +Triangle: [3532, 3555, 4002] +Triangle: [4001, 4007, 3557] +Triangle: [3586, 3589, 4006] +Triangle: [3588, 3587, 4003] +Triangle: [3555, 3556, 4004] +Triangle: [4007, 4009, 3558] +Triangle: [3589, 3590, 4008] +Triangle: [4009, 4011, 3559] +Triangle: [3590, 3591, 4010] +Triangle: [4011, 3565, 3564] +Triangle: [3591, 3600, 4029] +Triangle: [3574, 3575, 4014] +Triangle: [4015, 3593, 3592] +Triangle: [3575, 3576, 4016] +Triangle: [3594, 3593, 4015] +Triangle: [3573, 4023, 4016] +Triangle: [4022, 3597, 3594] +Triangle: [3595, 3596, 4020] +Triangle: [3571, 3567, 4018] +Triangle: [4024, 4018, 3567] +Triangle: [4025, 3598, 3595] +Triangle: [3573, 3571, 4021] +Triangle: [3596, 3597, 4022] +Triangle: [4027, 3599, 3598] +Triangle: [4026, 4024, 3562] +Triangle: [4029, 3600, 3599] +Triangle: [4028, 4026, 3563] +Triangle: [4011, 4044, 4053] +Triangle: [4028, 4053, 4052] +Triangle: [4026, 4052, 4051] +Triangle: [4024, 4051, 4048] +Triangle: [4016, 4023, 4050] +Triangle: [4022, 4050, 4049] +Triangle: [4020, 4049, 4048] +Triangle: [4015, 4046, 4047] +Triangle: [4013, 4045, 4046] +Triangle: [3999, 4038, 4045] +Triangle: [4008, 4010, 4044] +Triangle: [4006, 4008, 4043] +Triangle: [4006, 4042, 4039] +Triangle: [4005, 4041, 4033] +Triangle: [4002, 4004, 4041] +Triangle: [4001, 4002, 4040] +Triangle: [3997, 4037, 4036] +Triangle: [3997, 3998, 4038] +Triangle: [3991, 4034, 4032] +Triangle: [3994, 4036, 4035] +Triangle: [3992, 4035, 4034] +Triangle: [3986, 4033, 4030] +Triangle: [3988, 4032, 4031] +Triangle: [3984, 4031, 4030] +Triangle: [3963, 4068, 4077] +Triangle: [3980, 4077, 4076] +Triangle: [3978, 4076, 4075] +Triangle: [3976, 4075, 4072] +Triangle: [3968, 3975, 4074] +Triangle: [3974, 4074, 4073] +Triangle: [3972, 4073, 4072] +Triangle: [3967, 4070, 4071] +Triangle: [3965, 4069, 4070] +Triangle: [3951, 4062, 4069] +Triangle: [3960, 3962, 4068] +Triangle: [3958, 3960, 4067] +Triangle: [3958, 4066, 4063] +Triangle: [3957, 4065, 4057] +Triangle: [3954, 3956, 4065] +Triangle: [3953, 3954, 4064] +Triangle: [3949, 4061, 4060] +Triangle: [3950, 4062, 4061] +Triangle: [3943, 4058, 4056] +Triangle: [3946, 4060, 4059] +Triangle: [3944, 4059, 4058] +Triangle: [3938, 4057, 4054] +Triangle: [3940, 4056, 4055] +Triangle: [3936, 4055, 4054] +Triangle: [4081, 4084, 4085] +Triangle: [4084, 4086, 4087] +Triangle: [4095, 4094, 4096] +Triangle: [4123, 4098, 4099] +Triangle: [4123, 4096, 4092] +Triangle: [4120, 4098, 4091] +Triangle: [4090, 4089, 4106] +Triangle: [4089, 4088, 4105] +Triangle: [4105, 4088, 4114] +Triangle: [4120, 4107, 4100] +Triangle: [4100, 4107, 4106] +Triangle: [4101, 4106, 4105] +Triangle: [4115, 4116, 4086] +Triangle: [4084, 4104, 4103] +Triangle: [4104, 4084, 4081] +Triangle: [4108, 4104, 4080] +Triangle: [4104, 4108, 4109] +Triangle: [4115, 4117, 4079] +Triangle: [4102, 4079, 4078] +Triangle: [4101, 4078, 4110] +Triangle: [4119, 4121, 4111] +Triangle: [4124, 4125, 4112] +Triangle: [4092, 4096, 4094] +Triangle: [4103, 4109, 4117] +Triangle: [4102, 4105, 4116] +Triangle: [4086, 4116, 4114] +Triangle: [4100, 4110, 4121] +Triangle: [4098, 4120, 4119] +Triangle: [4090, 4107, 4120] +Triangle: [4099, 4111, 4125] +Triangle: [4098, 4123, 4122] +Triangle: [4097, 4096, 4123] +Triangle: [4113, 4095, 4097] +Triangle: [4132, 4131, 4129] +Triangle: [4131, 4132, 4134] +Triangle: [4095, 4141, 4140] +Triangle: [4143, 4142, 4166] +Triangle: [4139, 4140, 4166] +Triangle: [4138, 4142, 4163] +Triangle: [4137, 4151, 4150] +Triangle: [4136, 4150, 4149] +Triangle: [4157, 4135, 4149] +Triangle: [4163, 4162, 4144] +Triangle: [4144, 4145, 4150] +Triangle: [4145, 4146, 4149] +Triangle: [4158, 4147, 4133] +Triangle: [4131, 4133, 4147] +Triangle: [4129, 4131, 4148] +Triangle: [4128, 4148, 4152] +Triangle: [4148, 4147, 4153] +Triangle: [4158, 4146, 4127] +Triangle: [4146, 4145, 4126] +Triangle: [4145, 4144, 4154] +Triangle: [4162, 4143, 4155] +Triangle: [4167, 4141, 4156] +Triangle: [4094, 4140, 4139] +Triangle: [4147, 4158, 4160] +Triangle: [4146, 4158, 4159] +Triangle: [4133, 4134, 4157] +Triangle: [4144, 4162, 4164] +Triangle: [4142, 4143, 4162] +Triangle: [4137, 4161, 4163] +Triangle: [4143, 4167, 4168] +Triangle: [4165, 4166, 4142] +Triangle: [4141, 4167, 4166] +Triangle: [4141, 4095, 4113] +Triangle: [4174, 4181, 4194] +Triangle: [4193, 4181, 4174] +Triangle: [4175, 4180, 4193] +Triangle: [4192, 4180, 4175] +Triangle: [4179, 4192, 4188] +Triangle: [4191, 4179, 4176] +Triangle: [4177, 4178, 4191] +Triangle: [4183, 4190, 4178] +Triangle: [4190, 4183, 4169] +Triangle: [4184, 4172, 4171] +Triangle: [4173, 4182, 4184] +Triangle: [4186, 4194, 4182] +Triangle: [4200, 4212, 4220] +Triangle: [4213, 4200, 4207] +Triangle: [4213, 4219, 4206] +Triangle: [4201, 4206, 4218] +Triangle: [4214, 4218, 4205] +Triangle: [4202, 4205, 4217] +Triangle: [4215, 4217, 4204] +Triangle: [4209, 4203, 4204] +Triangle: [4196, 4195, 4209] +Triangle: [4197, 4198, 4210] +Triangle: [4199, 4211, 4210] +Triangle: [4212, 4199, 4208] +Triangle: [4228, 4232, 4231] +Triangle: [4232, 4225, 4223] +Triangle: [4225, 4233, 4230] +Triangle: [4226, 4222, 4230] +Triangle: [4234, 4229, 4222] +Triangle: [4234, 4227, 4221] +Triangle: [4235, 4236, 4228] +Triangle: [4242, 4254, 4262] +Triangle: [4255, 4242, 4249] +Triangle: [4243, 4255, 4261] +Triangle: [4256, 4243, 4248] +Triangle: [4244, 4256, 4260] +Triangle: [4257, 4244, 4247] +Triangle: [4257, 4259, 4246] +Triangle: [4245, 4246, 4258] +Triangle: [4238, 4237, 4251] +Triangle: [4239, 4240, 4252] +Triangle: [4253, 4252, 4250] +Triangle: [4241, 4250, 4262] +Triangle: [4268, 4280, 4288] +Triangle: [4281, 4268, 4275] +Triangle: [4269, 4281, 4287] +Triangle: [4269, 4274, 4286] +Triangle: [4282, 4286, 4273] +Triangle: [4283, 4270, 4273] +Triangle: [4271, 4283, 4285] +Triangle: [4277, 4271, 4272] +Triangle: [4264, 4263, 4277] +Triangle: [4265, 4266, 4278] +Triangle: [4279, 4278, 4276] +Triangle: [4267, 4276, 4288] +Triangle: [4294, 4306, 4310] +Triangle: [4307, 4294, 4301] +Triangle: [4295, 4307, 4309] +Triangle: [4296, 4299, 4298] +Triangle: [5127, 5129, 5128] +Triangle: [4303, 4297, 4298] +Triangle: [4289, 4303, 4308] +Triangle: [4291, 4292, 4304] +Triangle: [4305, 4304, 4302] +Triangle: [4293, 4302, 4310] +Triangle: [4323, 4336, 4328] +Triangle: [4335, 4323, 4316] +Triangle: [4322, 4335, 4329] +Triangle: [4334, 4322, 4317] +Triangle: [4321, 4334, 4330] +Triangle: [4331, 4333, 4321] +Triangle: [4319, 4320, 4333] +Triangle: [4325, 4332, 4320] +Triangle: [4332, 4325, 4311] +Triangle: [4327, 4326, 4314] +Triangle: [4315, 4324, 4326] +Triangle: [4336, 4324, 4315] +Triangle: [5511, 4362, 4354] +Triangle: [4361, 4349, 4342] +Triangle: [4343, 4348, 4361] +Triangle: [4360, 4348, 4343] +Triangle: [4344, 4347, 4360] +Triangle: [4357, 4359, 4347] +Triangle: [4346, 4359, 4357] +Triangle: [4351, 4358, 4346] +Triangle: [4358, 4351, 4337] +Triangle: [4352, 4340, 4339] +Triangle: [4350, 4352, 4353] +Triangle: [4354, 4362, 4350] +Triangle: [4368, 4380, 4388] +Triangle: [4381, 4368, 4375] +Triangle: [4369, 4381, 4387] +Triangle: [4382, 4369, 4374] +Triangle: [4370, 4382, 4386] +Triangle: [4383, 4370, 4373] +Triangle: [4383, 4385, 4372] +Triangle: [4371, 4372, 4384] +Triangle: [4364, 4363, 4377] +Triangle: [4365, 4366, 4378] +Triangle: [4379, 4378, 4376] +Triangle: [4367, 4376, 4388] +Triangle: [4396, 4404, 4394] +Triangle: [4397, 4403, 4404] +Triangle: [4399, 4401, 4402] +Triangle: [4390, 4400, 4393] +Triangle: [4395, 4394, 4392] +Triangle: [4398, 4402, 4403] +Triangle: [4410, 4417, 4430] +Triangle: [4423, 4429, 4417] +Triangle: [4411, 4416, 4429] +Triangle: [4428, 4416, 4411] +Triangle: [4415, 4428, 4424] +Triangle: [4425, 4427, 4415] +Triangle: [4413, 4414, 4427] +Triangle: [4419, 4426, 4414] +Triangle: [4406, 4426, 4419] +Triangle: [4420, 4408, 4407] +Triangle: [4409, 4418, 4420] +Triangle: [4430, 4418, 4409] +Triangle: [4443, 4456, 4448] +Triangle: [4455, 4443, 4436] +Triangle: [4442, 4455, 4449] +Triangle: [4454, 4442, 4437] +Triangle: [4441, 4454, 4450] +Triangle: [4453, 4441, 4438] +Triangle: [4439, 4440, 4453] +Triangle: [4445, 4452, 4440] +Triangle: [4452, 4445, 4431] +Triangle: [4447, 4446, 4434] +Triangle: [4444, 4446, 4447] +Triangle: [4456, 4444, 4435] +Triangle: [4469, 4482, 4474] +Triangle: [4475, 4481, 4469] +Triangle: [4463, 4468, 4481] +Triangle: [4476, 4480, 4468] +Triangle: [4464, 4467, 4480] +Triangle: [4477, 4479, 4467] +Triangle: [4466, 4479, 4477] +Triangle: [4478, 4466, 4465] +Triangle: [4458, 4478, 4471] +Triangle: [4472, 4460, 4459] +Triangle: [4470, 4472, 4473] +Triangle: [4482, 4470, 4461] +Triangle: [4488, 4493, 4506] +Triangle: [4499, 4505, 4493] +Triangle: [4489, 4492, 4505] +Triangle: [4500, 4504, 4492] +Triangle: [4491, 4503, 4501] +Triangle: [4502, 4491, 4490] +Triangle: [4484, 4502, 4495] +Triangle: [4497, 4496, 4486] +Triangle: [4487, 4494, 4496] +Triangle: [4498, 4506, 4494] +Triangle: [4524, 4532, 4519] +Triangle: [4512, 4519, 4531] +Triangle: [4525, 4531, 4518] +Triangle: [4513, 4518, 4530] +Triangle: [4526, 4530, 4517] +Triangle: [4514, 4517, 4529] +Triangle: [4527, 4529, 4516] +Triangle: [4521, 4515, 4516] +Triangle: [4507, 4521, 4528] +Triangle: [4523, 4509, 4510] +Triangle: [4523, 4522, 4520] +Triangle: [4511, 4520, 4532] +Triangle: [4538, 4541, 4554] +Triangle: [4547, 4553, 4541] +Triangle: [4539, 4540, 4553] +Triangle: [4548, 4552, 4540] +Triangle: [4573, 4574, 4570] +Triangle: [4572, 4573, 4571] +Triangle: [4550, 4543, 4533] +Triangle: [4545, 4544, 4536] +Triangle: [4542, 4544, 4545] +Triangle: [4554, 4542, 4537] +Triangle: [4563, 4576, 4568] +Triangle: [4569, 4575, 4563] +Triangle: [4561, 4562, 4575] +Triangle: [4570, 4574, 4562] +Triangle: [4595, 4596, 4592] +Triangle: [4616, 4617, 4615] +Triangle: [4556, 4572, 4565] +Triangle: [4566, 4558, 4557] +Triangle: [4564, 4566, 4567] +Triangle: [4576, 4564, 4559] +Triangle: [4585, 4598, 4590] +Triangle: [4597, 4585, 4582] +Triangle: [4584, 4597, 4591] +Triangle: [4596, 4584, 4583] +Triangle: [4617, 4618, 4614] +Triangle: [4755, 4762, 4763] +Triangle: [4578, 4594, 4587] +Triangle: [4588, 4580, 4579] +Triangle: [4586, 4588, 4589] +Triangle: [4598, 4586, 4581] +Triangle: [4607, 4620, 4612] +Triangle: [4619, 4607, 4604] +Triangle: [4606, 4619, 4613] +Triangle: [4618, 4606, 4605] +Triangle: [5225, 5226, 5222] +Triangle: [4709, 4716, 4717] +Triangle: [4600, 4616, 4609] +Triangle: [4610, 4602, 4601] +Triangle: [4608, 4610, 4611] +Triangle: [4620, 4608, 4603] +Triangle: [4633, 4646, 4638] +Triangle: [4639, 4645, 4633] +Triangle: [4632, 4645, 4639] +Triangle: [4644, 4632, 4627] +Triangle: [4631, 4644, 4640] +Triangle: [4643, 4631, 4628] +Triangle: [4629, 4630, 4643] +Triangle: [4635, 4642, 4630] +Triangle: [4642, 4635, 4621] +Triangle: [4636, 4624, 4623] +Triangle: [4625, 4634, 4636] +Triangle: [4646, 4634, 4625] +Triangle: [4659, 4672, 4664] +Triangle: [4671, 4659, 4652] +Triangle: [4658, 4671, 4665] +Triangle: [4670, 4658, 4653] +Triangle: [4657, 4670, 4666] +Triangle: [4669, 4657, 4654] +Triangle: [4656, 4669, 4667] +Triangle: [4668, 4656, 4655] +Triangle: [4648, 4668, 4661] +Triangle: [4663, 4662, 4650] +Triangle: [4651, 4660, 4662] +Triangle: [4664, 4672, 4660] +Triangle: [4685, 4698, 4690] +Triangle: [4691, 4697, 4685] +Triangle: [4679, 4684, 4697] +Triangle: [4692, 4696, 4684] +Triangle: [4680, 4683, 4696] +Triangle: [4693, 4695, 4683] +Triangle: [4681, 4682, 4695] +Triangle: [4694, 4682, 4681] +Triangle: [4674, 4694, 4687] +Triangle: [4689, 4688, 4676] +Triangle: [4677, 4686, 4688] +Triangle: [4698, 4686, 4677] +Triangle: [4707, 4720, 4712] +Triangle: [4719, 4707, 4704] +Triangle: [4706, 4719, 4713] +Triangle: [4718, 4706, 4705] +Triangle: [4741, 4742, 4738] +Triangle: [5029, 5036, 5037] +Triangle: [4716, 4709, 4699] +Triangle: [4710, 4702, 4701] +Triangle: [4703, 4708, 4710] +Triangle: [4720, 4708, 4703] +Triangle: [4731, 4744, 4736] +Triangle: [4743, 4731, 4726] +Triangle: [4730, 4743, 4737] +Triangle: [4742, 4730, 4727] +Triangle: [4763, 4764, 4760] +Triangle: [4728, 4729, 4741] +Triangle: [4733, 4740, 4729] +Triangle: [4740, 4733, 4721] +Triangle: [4735, 4734, 4724] +Triangle: [4725, 4732, 4734] +Triangle: [4736, 4744, 4732] +Triangle: [4753, 4766, 4758] +Triangle: [4765, 4753, 4750] +Triangle: [4752, 4765, 4759] +Triangle: [4764, 4752, 4751] +Triangle: [4549, 4551, 4552] +Triangle: [4550, 4551, 4549] +Triangle: [4762, 4755, 4745] +Triangle: [4756, 4748, 4747] +Triangle: [4749, 4754, 4756] +Triangle: [4758, 4766, 4754] +Triangle: [4775, 4788, 4780] +Triangle: [4787, 4775, 4772] +Triangle: [4774, 4787, 4781] +Triangle: [4786, 4774, 4773] +Triangle: [5037, 5038, 5034] +Triangle: [4785, 4786, 4782] +Triangle: [4784, 4777, 4767] +Triangle: [4779, 4778, 4770] +Triangle: [4771, 4776, 4778] +Triangle: [4780, 4788, 4776] +Triangle: [4801, 4814, 4806] +Triangle: [4813, 4801, 4794] +Triangle: [4800, 4813, 4807] +Triangle: [4812, 4800, 4795] +Triangle: [4799, 4812, 4808] +Triangle: [4811, 4799, 4796] +Triangle: [4797, 4798, 4811] +Triangle: [4803, 4810, 4798] +Triangle: [4810, 4803, 4789] +Triangle: [4805, 4804, 4792] +Triangle: [4793, 4802, 4804] +Triangle: [4806, 4814, 4802] +Triangle: [4832, 4840, 4827] +Triangle: [4820, 4827, 4839] +Triangle: [4833, 4839, 4826] +Triangle: [4821, 4826, 4838] +Triangle: [4834, 4838, 4825] +Triangle: [4822, 4825, 4837] +Triangle: [4835, 4837, 4824] +Triangle: [4829, 4823, 4824] +Triangle: [4815, 4829, 4836] +Triangle: [4817, 4818, 4830] +Triangle: [4831, 4830, 4828] +Triangle: [4819, 4828, 4840] +Triangle: [4858, 4866, 4853] +Triangle: [4846, 4853, 4865] +Triangle: [4859, 4865, 4852] +Triangle: [4847, 4852, 4864] +Triangle: [4860, 4864, 4851] +Triangle: [4848, 4851, 4863] +Triangle: [4861, 4863, 4850] +Triangle: [4855, 4849, 4850] +Triangle: [4841, 4855, 4862] +Triangle: [4843, 4844, 4856] +Triangle: [4845, 4857, 4856] +Triangle: [4845, 4854, 4866] +Triangle: [4880, 4888, 4877] +Triangle: [4881, 4870, 4877] +Triangle: [4881, 4887, 4876] +Triangle: [4871, 4876, 4886] +Triangle: [4882, 4886, 4875] +Triangle: [4872, 4875, 4885] +Triangle: [4883, 4885, 4874] +Triangle: [4879, 4873, 4874] +Triangle: [4867, 4879, 4884] +Triangle: [4869, 4878, 4888] +Triangle: [4906, 4914, 4901] +Triangle: [4894, 4901, 4913] +Triangle: [4907, 4913, 4900] +Triangle: [4895, 4900, 4912] +Triangle: [4908, 4912, 4899] +Triangle: [4896, 4899, 4911] +Triangle: [4909, 4911, 4898] +Triangle: [4903, 4897, 4898] +Triangle: [4889, 4903, 4910] +Triangle: [4891, 4892, 4904] +Triangle: [4905, 4904, 4902] +Triangle: [4893, 4902, 4914] +Triangle: [4932, 4940, 4927] +Triangle: [4920, 4927, 4939] +Triangle: [4933, 4939, 4926] +Triangle: [4921, 4926, 4938] +Triangle: [4934, 4938, 4925] +Triangle: [4922, 4925, 4937] +Triangle: [4935, 4937, 4924] +Triangle: [4929, 4923, 4924] +Triangle: [4915, 4929, 4936] +Triangle: [4917, 4918, 4930] +Triangle: [4919, 4931, 4930] +Triangle: [4919, 4928, 4940] +Triangle: [4946, 4953, 4966] +Triangle: [4965, 4953, 4946] +Triangle: [4952, 4965, 4959] +Triangle: [4964, 4952, 4947] +Triangle: [4951, 4964, 4960] +Triangle: [4963, 4951, 4948] +Triangle: [4949, 4950, 4963] +Triangle: [4955, 4962, 4950] +Triangle: [4962, 4955, 4941] +Triangle: [4957, 4956, 4944] +Triangle: [4954, 4956, 4957] +Triangle: [4966, 4954, 4945] +Triangle: [4979, 4992, 4984] +Triangle: [4991, 4979, 4972] +Triangle: [4978, 4991, 4985] +Triangle: [4990, 4978, 4973] +Triangle: [4977, 4990, 4986] +Triangle: [4989, 4977, 4974] +Triangle: [4975, 4976, 4989] +Triangle: [4981, 4988, 4976] +Triangle: [4988, 4981, 4967] +Triangle: [4983, 4982, 4970] +Triangle: [4980, 4982, 4983] +Triangle: [4992, 4980, 4971] +Triangle: [5005, 5018, 5010] +Triangle: [5017, 5005, 4998] +Triangle: [5004, 5017, 5011] +Triangle: [5016, 5004, 4999] +Triangle: [5003, 5016, 5012] +Triangle: [5015, 5003, 5000] +Triangle: [5002, 5015, 5013] +Triangle: [5007, 5014, 5002] +Triangle: [5014, 5007, 4993] +Triangle: [5009, 5008, 4996] +Triangle: [5006, 5008, 5009] +Triangle: [5018, 5006, 4997] +Triangle: [5027, 5040, 5032] +Triangle: [5039, 5027, 5024] +Triangle: [5026, 5039, 5033] +Triangle: [5038, 5026, 5025] +Triangle: [4717, 4718, 4714] +Triangle: [4777, 4784, 4785] +Triangle: [5036, 5029, 5019] +Triangle: [5030, 5022, 5021] +Triangle: [5028, 5030, 5031] +Triangle: [5040, 5028, 5023] +Triangle: [5053, 5066, 5058] +Triangle: [5065, 5053, 5046] +Triangle: [5052, 5065, 5059] +Triangle: [5064, 5052, 5047] +Triangle: [5051, 5064, 5060] +Triangle: [5063, 5051, 5048] +Triangle: [5049, 5050, 5063] +Triangle: [5055, 5062, 5050] +Triangle: [5062, 5055, 5041] +Triangle: [5057, 5056, 5044] +Triangle: [5054, 5056, 5057] +Triangle: [5066, 5054, 5045] +Triangle: [5084, 5092, 5079] +Triangle: [5072, 5079, 5091] +Triangle: [5085, 5091, 5078] +Triangle: [5073, 5078, 5090] +Triangle: [5086, 5090, 5077] +Triangle: [5074, 5077, 5089] +Triangle: [5087, 5089, 5076] +Triangle: [5081, 5075, 5076] +Triangle: [5067, 5081, 5088] +Triangle: [5083, 5069, 5070] +Triangle: [5071, 5083, 5082] +Triangle: [5071, 5080, 5092] +Triangle: [5106, 5114, 5103] +Triangle: [5096, 5103, 5113] +Triangle: [5107, 5113, 5102] +Triangle: [5097, 5102, 5112] +Triangle: [5108, 5112, 5101] +Triangle: [5098, 5101, 5111] +Triangle: [5109, 5111, 5100] +Triangle: [5099, 5100, 5110] +Triangle: [5093, 5105, 5110] +Triangle: [5095, 5104, 5114] +Triangle: [4295, 4300, 4299] +Triangle: [5125, 5124, 5132] +Triangle: [5125, 5131, 5130] +Triangle: [5116, 5115, 5121] +Triangle: [5123, 5117, 5118] +Triangle: [5119, 5123, 5122] +Triangle: [5119, 5120, 5132] +Triangle: [5126, 5130, 5129] +Triangle: [5145, 5144, 5152] +Triangle: [5146, 5145, 5151] +Triangle: [5138, 5147, 5149] +Triangle: [5138, 5139, 5148] +Triangle: [5134, 5133, 5141] +Triangle: [5135, 5136, 5142] +Triangle: [5143, 5142, 5140] +Triangle: [5137, 5140, 5152] +Triangle: [5147, 5146, 5150] +Triangle: [4400, 4401, 4399] +Triangle: [5514, 5513, 5178] +Triangle: [5171, 5177, 5165] +Triangle: [5164, 5177, 5171] +Triangle: [5172, 5176, 5164] +Triangle: [5160, 5163, 5176] +Triangle: [5175, 5163, 5160] +Triangle: [5162, 5175, 5173] +Triangle: [5167, 5174, 5162] +Triangle: [5154, 5174, 5167] +Triangle: [5168, 5156, 5155] +Triangle: [5166, 5168, 5169] +Triangle: [5170, 5178, 5166] +Triangle: [5184, 5191, 5204] +Triangle: [5197, 5203, 5191] +Triangle: [5185, 5190, 5203] +Triangle: [5198, 5202, 5190] +Triangle: [5186, 5189, 5202] +Triangle: [5199, 5201, 5189] +Triangle: [5188, 5201, 5199] +Triangle: [5200, 5188, 5187] +Triangle: [5200, 5193, 5179] +Triangle: [5195, 5194, 5182] +Triangle: [5192, 5194, 5195] +Triangle: [5204, 5192, 5183] +Triangle: [5215, 5228, 5220] +Triangle: [5221, 5227, 5215] +Triangle: [5211, 5214, 5227] +Triangle: [5222, 5226, 5214] +Triangle: [5327, 5328, 5324] +Triangle: [5213, 5225, 5223] +Triangle: [5224, 5213, 5212] +Triangle: [5206, 5224, 5217] +Triangle: [5218, 5208, 5207] +Triangle: [5216, 5218, 5219] +Triangle: [5228, 5216, 5209] +Triangle: [5241, 5254, 5246] +Triangle: [5253, 5241, 5234] +Triangle: [5240, 5253, 5247] +Triangle: [5252, 5240, 5235] +Triangle: [5239, 5252, 5248] +Triangle: [5251, 5239, 5236] +Triangle: [5238, 5251, 5249] +Triangle: [5250, 5238, 5237] +Triangle: [5230, 5250, 5243] +Triangle: [5244, 5232, 5231] +Triangle: [5242, 5244, 5245] +Triangle: [5254, 5242, 5233] +Triangle: [5267, 5280, 5272] +Triangle: [5279, 5267, 5260] +Triangle: [5266, 5279, 5273] +Triangle: [5278, 5266, 5261] +Triangle: [5265, 5278, 5274] +Triangle: [5277, 5265, 5262] +Triangle: [5264, 5277, 5275] +Triangle: [5276, 5264, 5263] +Triangle: [5256, 5276, 5269] +Triangle: [5270, 5258, 5257] +Triangle: [5268, 5270, 5271] +Triangle: [5280, 5268, 5259] +Triangle: [5293, 5306, 5298] +Triangle: [5305, 5293, 5286] +Triangle: [5292, 5305, 5299] +Triangle: [5304, 5292, 5287] +Triangle: [5291, 5304, 5300] +Triangle: [5303, 5291, 5288] +Triangle: [5289, 5290, 5303] +Triangle: [5295, 5302, 5290] +Triangle: [5302, 5295, 5281] +Triangle: [5297, 5296, 5284] +Triangle: [5285, 5294, 5296] +Triangle: [5298, 5306, 5294] +Triangle: [5317, 5330, 5322] +Triangle: [5329, 5317, 5312] +Triangle: [5316, 5329, 5323] +Triangle: [5328, 5316, 5313] +Triangle: [4501, 4503, 4504] +Triangle: [5315, 5327, 5325] +Triangle: [5319, 5326, 5315] +Triangle: [5326, 5319, 5307] +Triangle: [5320, 5310, 5309] +Triangle: [5311, 5318, 5320] +Triangle: [5322, 5330, 5318] +Triangle: [5336, 5348, 5356] +Triangle: [5349, 5336, 5343] +Triangle: [5349, 5355, 5342] +Triangle: [5337, 5342, 5354] +Triangle: [5350, 5354, 5341] +Triangle: [5338, 5341, 5353] +Triangle: [5351, 5353, 5340] +Triangle: [5345, 5339, 5340] +Triangle: [5332, 5331, 5345] +Triangle: [5333, 5334, 5346] +Triangle: [5335, 5347, 5346] +Triangle: [5348, 5335, 5344] +Triangle: [5362, 5374, 5382] +Triangle: [5375, 5362, 5369] +Triangle: [5363, 5375, 5381] +Triangle: [5363, 5368, 5380] +Triangle: [5376, 5380, 5367] +Triangle: [5364, 5367, 5379] +Triangle: [5377, 5379, 5366] +Triangle: [5365, 5366, 5378] +Triangle: [5358, 5357, 5371] +Triangle: [5373, 5359, 5360] +Triangle: [5361, 5373, 5372] +Triangle: [5374, 5361, 5370] +Triangle: [5395, 5394, 5402] +Triangle: [5396, 5395, 5401] +Triangle: [5388, 5397, 5399] +Triangle: [5388, 5389, 5398] +Triangle: [5384, 5383, 5391] +Triangle: [5385, 5386, 5392] +Triangle: [5393, 5392, 5390] +Triangle: [5387, 5390, 5402] +Triangle: [5397, 5396, 5400] +Triangle: [5408, 5415, 5428] +Triangle: [5427, 5415, 5408] +Triangle: [5414, 5427, 5421] +Triangle: [5426, 5414, 5409] +Triangle: [5413, 5426, 5422] +Triangle: [5425, 5413, 5410] +Triangle: [5411, 5412, 5425] +Triangle: [5417, 5424, 5412] +Triangle: [5424, 5417, 5403] +Triangle: [5419, 5418, 5406] +Triangle: [5416, 5418, 5419] +Triangle: [5428, 5416, 5407] +Triangle: [5434, 5440, 5436] +Triangle: [5439, 5434, 5431] +Triangle: [5432, 5433, 5439] +Triangle: [5435, 5438, 5433] +Triangle: [5438, 5435, 5429] +Triangle: [5446, 5452, 5448] +Triangle: [5451, 5446, 5443] +Triangle: [5444, 5445, 5451] +Triangle: [5447, 5450, 5445] +Triangle: [5450, 5447, 5441] +Triangle: [5458, 5464, 5460] +Triangle: [5463, 5458, 5455] +Triangle: [5456, 5457, 5463] +Triangle: [5459, 5462, 5457] +Triangle: [5462, 5459, 5453] +Triangle: [5476, 5482, 5481] +Triangle: [5482, 5470, 5468] +Triangle: [5470, 5483, 5480] +Triangle: [5471, 5467, 5480] +Triangle: [5484, 5479, 5467] +Triangle: [5484, 5472, 5466] +Triangle: [5472, 5485, 5478] +Triangle: [5485, 5473, 5465] +Triangle: [5473, 5486, 5477] +Triangle: [5474, 5475, 5477] +Triangle: [5474, 5488, 5487] +Triangle: [5489, 5490, 5476] +Triangle: [5516, 5515, 5510] +Triangle: [5505, 5509, 5499] +Triangle: [5505, 5506, 5508] +Triangle: [5498, 5508, 5506] +Triangle: [5507, 5498, 5497] +Triangle: [5492, 5507, 5501] +Triangle: [5502, 5494, 5493] +Triangle: [5500, 5502, 5503] +Triangle: [5504, 5510, 5500] +Triangle: [4342, 4349, 5511] +Triangle: [5158, 5165, 5513] +Triangle: [5496, 5499, 5515] +Triangle: [4594, 4595, 4593] +Triangle: [5522, 5526, 5520] +Triangle: [5524, 5521, 5517] +Triangle: [5523, 5525, 5526] +Triangle: [5524, 5525, 5523] +Triangle: [5532, 5536, 5530] +Triangle: [5534, 5531, 5527] +Triangle: [5533, 5535, 5536] +Triangle: [5534, 5535, 5533] +Triangle: [5542, 5546, 5540] +Triangle: [5538, 5544, 5541] +Triangle: [5543, 5545, 5546] +Triangle: [5544, 5545, 5543] +Triangle: [5552, 5556, 5550] +Triangle: [5548, 5554, 5551] +Triangle: [5553, 5555, 5556] +Triangle: [5554, 5555, 5553] +Triangle: [5562, 5566, 5560] +Triangle: [5558, 5564, 5561] +Triangle: [5563, 5565, 5566] +Triangle: [5564, 5565, 5563] +=== Vertex Weights (Max 5 bones per vertex) === +Vertex 0: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216318 + Group: 'Spine2', Weight: 0.017432 + Group: 'LeftShoulder', Weight: 0.345429 + Group: 'LeftArm', Weight: 0.001854 +Vertex 1: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011189 + Group: 'Spine1', Weight: 0.285773 + Group: 'Spine2', Weight: 0.004632 + Group: 'LeftShoulder', Weight: 0.244228 + Group: 'LeftArm', Weight: 0.004159 +Vertex 2: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036907 + Group: 'Spine1', Weight: 0.280168 + Group: 'LeftShoulder', Weight: 0.187100 + Group: 'LeftArm', Weight: 0.035895 +Vertex 3: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064710 + Group: 'Spine1', Weight: 0.281111 + Group: 'LeftShoulder', Weight: 0.167234 + Group: 'LeftArm', Weight: 0.000145 +Vertex 4: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032699 + Group: 'Spine2', Weight: 0.006241 + Group: 'LeftShoulder', Weight: 0.645603 + Group: 'LeftArm', Weight: 0.022739 +Vertex 5: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.705143 + Group: 'LeftArm', Weight: 0.062761 +Vertex 6: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014903 + Group: 'LeftShoulder', Weight: 0.698477 + Group: 'LeftArm', Weight: 0.206614 +Vertex 7: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081202 + Group: 'Spine2', Weight: 0.068767 + Group: 'LeftShoulder', Weight: 0.474493 + Group: 'LeftArm', Weight: 0.262686 +Vertex 8: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014679 + Group: 'Spine1', Weight: 0.145631 + Group: 'Spine2', Weight: 0.082951 + Group: 'LeftShoulder', Weight: 0.359550 + Group: 'LeftArm', Weight: 0.272236 +Vertex 9: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073794 + Group: 'Spine1', Weight: 0.265743 + Group: 'Spine2', Weight: 0.025001 + Group: 'LeftShoulder', Weight: 0.190536 + Group: 'LeftArm', Weight: 0.000125 +Vertex 10: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.722407 + Group: 'LeftArm', Weight: 0.216716 +Vertex 11: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.740736 + Group: 'LeftArm', Weight: 0.178603 +Vertex 12: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.237508 + Group: 'LeftArm', Weight: 0.716411 +Vertex 13: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091891 + Group: 'LeftArm', Weight: 0.896083 +Vertex 14: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.472196 + Group: 'LeftArm', Weight: 0.234301 +Vertex 15: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.082074 + Group: 'LeftShoulder', Weight: 0.206770 + Group: 'LeftArm', Weight: 0.219385 +Vertex 16: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.148479 + Group: 'LeftArm', Weight: 0.843328 +Vertex 17: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.139787 + Group: 'LeftArm', Weight: 0.853343 +Vertex 18: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.044943 + Group: 'LeftArm', Weight: 0.947216 +Vertex 19: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.034246 + Group: 'LeftArm', Weight: 0.953781 +Vertex 20: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.287215 + Group: 'LeftArm', Weight: 0.680499 +Vertex 21: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.273877 + Group: 'LeftArm', Weight: 0.695238 +Vertex 22: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.723243 + Group: 'LeftArm', Weight: 0.118332 +Vertex 23: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.747717 + Group: 'LeftArm', Weight: 0.098868 +Vertex 24: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.528749 + Group: 'LeftArm', Weight: 0.372187 +Vertex 25: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.529658 + Group: 'LeftArm', Weight: 0.367607 +Vertex 26: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.453314 + Group: 'LeftArm', Weight: 0.470126 +Vertex 27: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.536976 + Group: 'LeftArm', Weight: 0.323239 +Vertex 28: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150625 + Group: 'LeftShoulder', Weight: 0.159424 + Group: 'LeftArm', Weight: 0.238906 +Vertex 29: +Vertex groups: 4 + Group: 'Spine', Weight: 0.026975 + Group: 'Spine1', Weight: 0.165680 + Group: 'LeftShoulder', Weight: 0.113668 + Group: 'LeftArm', Weight: 0.634973 +Vertex 30: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017273 + Group: 'Spine1', Weight: 0.131971 + Group: 'LeftShoulder', Weight: 0.109388 + Group: 'LeftArm', Weight: 0.684522 +Vertex 31: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971792 +Vertex 32: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.961572 + Group: 'LeftForeArm', Weight: 0.000594 +Vertex 33: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.982004 +Vertex 34: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.987609 +Vertex 35: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.948505 + Group: 'LeftForeArm', Weight: 0.021372 +Vertex 36: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.933109 + Group: 'LeftForeArm', Weight: 0.038911 +Vertex 37: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.931195 + Group: 'LeftForeArm', Weight: 0.034024 +Vertex 38: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.293793 + Group: 'LeftForeArm', Weight: 0.705331 +Vertex 39: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.210704 + Group: 'LeftForeArm', Weight: 0.788653 +Vertex 40: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.232384 + Group: 'LeftForeArm', Weight: 0.767307 +Vertex 41: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.247590 + Group: 'LeftForeArm', Weight: 0.751443 +Vertex 42: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.304154 + Group: 'LeftForeArm', Weight: 0.694809 +Vertex 43: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.292256 + Group: 'LeftForeArm', Weight: 0.706769 +Vertex 44: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.201564 + Group: 'LeftForeArm', Weight: 0.797985 +Vertex 45: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.886904 + Group: 'LeftForeArm', Weight: 0.111440 +Vertex 46: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.758760 + Group: 'LeftForeArm', Weight: 0.238803 +Vertex 47: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.814248 + Group: 'LeftForeArm', Weight: 0.180044 +Vertex 48: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.820768 + Group: 'LeftForeArm', Weight: 0.176928 +Vertex 49: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.952023 + Group: 'LeftForeArm', Weight: 0.043964 +Vertex 50: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.793803 + Group: 'LeftForeArm', Weight: 0.201189 +Vertex 51: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935930 + Group: 'LeftForeArm', Weight: 0.062746 +Vertex 52: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.811840 + Group: 'LeftHand', Weight: 0.061220 + Group: 'LeftHandThumb1', Weight: 0.124370 +Vertex 53: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.843851 + Group: 'LeftHand', Weight: 0.019264 + Group: 'LeftHandThumb1', Weight: 0.120095 +Vertex 54: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.818438 + Group: 'LeftHand', Weight: 0.101496 + Group: 'LeftHandThumb1', Weight: 0.077318 +Vertex 55: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.842803 + Group: 'LeftHand', Weight: 0.120760 + Group: 'LeftHandThumb1', Weight: 0.018818 +Vertex 56: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.869912 + Group: 'LeftHand', Weight: 0.007246 + Group: 'LeftHandThumb1', Weight: 0.100135 +Vertex 57: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.893004 + Group: 'LeftHand', Weight: 0.022261 + Group: 'LeftHandThumb1', Weight: 0.069913 +Vertex 58: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.927531 + Group: 'LeftHand', Weight: 0.058130 +Vertex 59: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023121 + Group: 'LeftShoulder', Weight: 0.022520 + Group: 'LeftArm', Weight: 0.892497 +Vertex 60: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004386 + Group: 'LeftArm', Weight: 0.915318 +Vertex 61: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.067078 + Group: 'LeftShoulder', Weight: 0.061241 + Group: 'LeftArm', Weight: 0.827061 +Vertex 62: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052366 + Group: 'LeftShoulder', Weight: 0.035633 + Group: 'LeftArm', Weight: 0.870401 +Vertex 63: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020748 + Group: 'LeftShoulder', Weight: 0.022635 + Group: 'LeftArm', Weight: 0.907736 +Vertex 64: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.024365 + Group: 'LeftArm', Weight: 0.953181 +Vertex 65: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.977578 +Vertex 66: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.048434 + Group: 'LeftArm', Weight: 0.911631 +Vertex 67: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.971875 +Vertex 68: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009226 + Group: 'Spine1', Weight: 0.169338 + Group: 'LeftShoulder', Weight: 0.124023 + Group: 'LeftArm', Weight: 0.589110 +Vertex 69: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075807 + Group: 'LeftShoulder', Weight: 0.061974 + Group: 'LeftArm', Weight: 0.827978 +Vertex 70: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044159 + Group: 'Spine2', Weight: 0.052879 + Group: 'LeftShoulder', Weight: 0.573825 + Group: 'LeftArm', Weight: 0.264441 +Vertex 71: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.299177 + Group: 'LeftArm', Weight: 0.681327 +Vertex 72: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.109239 + Group: 'LeftArm', Weight: 0.876463 +Vertex 73: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.590379 + Group: 'LeftArm', Weight: 0.365291 +Vertex 74: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.358023 + Group: 'LeftArm', Weight: 0.580763 +Vertex 75: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.170737 + Group: 'LeftArm', Weight: 0.819722 +Vertex 76: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.059049 + Group: 'LeftArm', Weight: 0.933212 +Vertex 77: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.315037 + Group: 'LeftArm', Weight: 0.658162 +Vertex 78: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.544161 + Group: 'LeftArm', Weight: 0.396695 +Vertex 79: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.526204 + Group: 'LeftArm', Weight: 0.445874 +Vertex 80: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.642665 + Group: 'LeftArm', Weight: 0.317366 +Vertex 81: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052558 + Group: 'Spine2', Weight: 0.028145 + Group: 'LeftShoulder', Weight: 0.307704 + Group: 'LeftArm', Weight: 0.576120 +Vertex 82: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055933 + Group: 'Spine1', Weight: 0.210026 + Group: 'Spine2', Weight: 0.078244 + Group: 'LeftShoulder', Weight: 0.248205 + Group: 'LeftArm', Weight: 0.349474 +Vertex 83: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013310 + Group: 'Spine1', Weight: 0.121404 + Group: 'Spine2', Weight: 0.020472 + Group: 'LeftShoulder', Weight: 0.141689 + Group: 'LeftArm', Weight: 0.652637 +Vertex 84: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.979870 +Vertex 85: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.960650 +Vertex 86: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.986622 +Vertex 87: +Vertex groups: 1 + Group: 'LeftArm', Weight: 0.947804 +Vertex 88: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935461 + Group: 'LeftForeArm', Weight: 0.023956 +Vertex 89: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.511838 + Group: 'LeftForeArm', Weight: 0.487844 +Vertex 90: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.526992 + Group: 'LeftForeArm', Weight: 0.472789 +Vertex 91: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.427875 + Group: 'LeftForeArm', Weight: 0.571577 +Vertex 92: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.462762 + Group: 'LeftForeArm', Weight: 0.536841 +Vertex 93: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.595184 + Group: 'LeftForeArm', Weight: 0.404564 +Vertex 94: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.966781 + Group: 'LeftForeArm', Weight: 0.007018 +Vertex 95: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917747 + Group: 'LeftForeArm', Weight: 0.073963 +Vertex 96: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.917095 + Group: 'LeftForeArm', Weight: 0.078806 +Vertex 97: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.802707 + Group: 'LeftForeArm', Weight: 0.193855 +Vertex 98: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.930554 + Group: 'LeftForeArm', Weight: 0.067884 +Vertex 99: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.886413 + Group: 'LeftHand', Weight: 0.109112 +Vertex 100: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.896489 + Group: 'LeftHand', Weight: 0.099975 +Vertex 101: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.877466 + Group: 'LeftHand', Weight: 0.111812 +Vertex 102: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.906385 + Group: 'LeftHand', Weight: 0.090145 +Vertex 103: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.910117 + Group: 'LeftHand', Weight: 0.084509 +Vertex 104: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019301 + Group: 'LeftShoulder', Weight: 0.040785 + Group: 'LeftArm', Weight: 0.885107 +Vertex 105: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059977 + Group: 'LeftShoulder', Weight: 0.072566 + Group: 'LeftArm', Weight: 0.821890 +Vertex 106: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009850 + Group: 'LeftShoulder', Weight: 0.065231 + Group: 'LeftArm', Weight: 0.876389 +Vertex 107: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.051072 + Group: 'LeftArm', Weight: 0.935850 +Vertex 108: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.080840 + Group: 'LeftArm', Weight: 0.886510 +Vertex 109: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.006935 + Group: 'LeftArm', Weight: 0.965249 +Vertex 110: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082893 + Group: 'Spine2', Weight: 0.031421 + Group: 'LeftShoulder', Weight: 0.203347 + Group: 'LeftArm', Weight: 0.639262 +Vertex 111: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050454 + Group: 'LeftShoulder', Weight: 0.113846 + Group: 'LeftArm', Weight: 0.790839 +Vertex 112: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.058797 + Group: 'LeftForeArm', Weight: 0.939687 +Vertex 113: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079229 + Group: 'LeftForeArm', Weight: 0.919643 +Vertex 114: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081128 + Group: 'LeftForeArm', Weight: 0.918136 +Vertex 115: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.046372 + Group: 'LeftForeArm', Weight: 0.951209 +Vertex 116: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052679 + Group: 'LeftForeArm', Weight: 0.946734 +Vertex 117: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083439 + Group: 'LeftForeArm', Weight: 0.915276 +Vertex 118: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.063162 + Group: 'LeftForeArm', Weight: 0.936000 +Vertex 119: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.083262 + Group: 'LeftForeArm', Weight: 0.915815 +Vertex 120: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.059632 + Group: 'LeftForeArm', Weight: 0.939280 +Vertex 121: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.129683 + Group: 'LeftForeArm', Weight: 0.870068 +Vertex 122: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.176816 + Group: 'LeftForeArm', Weight: 0.822784 +Vertex 123: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.230164 + Group: 'LeftForeArm', Weight: 0.769608 +Vertex 124: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.658857 + Group: 'LeftForeArm', Weight: 0.339718 +Vertex 125: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.822226 + Group: 'LeftForeArm', Weight: 0.177316 +Vertex 126: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.497900 + Group: 'LeftForeArm', Weight: 0.500396 +Vertex 127: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.807327 + Group: 'LeftForeArm', Weight: 0.192035 +Vertex 128: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.742062 + Group: 'LeftForeArm', Weight: 0.256975 +Vertex 129: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.623441 + Group: 'LeftForeArm', Weight: 0.374839 +Vertex 130: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514064 + Group: 'LeftForeArm', Weight: 0.484188 +Vertex 131: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.810629 + Group: 'LeftForeArm', Weight: 0.187996 +Vertex 132: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.580978 + Group: 'LeftForeArm', Weight: 0.417858 +Vertex 133: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.852459 + Group: 'LeftForeArm', Weight: 0.146915 +Vertex 134: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.841882 + Group: 'LeftForeArm', Weight: 0.157239 +Vertex 135: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.744162 + Group: 'LeftForeArm', Weight: 0.254307 +Vertex 136: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.514755 + Group: 'LeftForeArm', Weight: 0.483926 +Vertex 137: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.301240 + Group: 'LeftForeArm', Weight: 0.698054 +Vertex 138: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.819937 + Group: 'LeftForeArm', Weight: 0.179620 +Vertex 139: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.360009 + Group: 'LeftForeArm', Weight: 0.639756 +Vertex 140: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.946292 + Group: 'LeftForeArm', Weight: 0.038808 +Vertex 141: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.935921 + Group: 'LeftForeArm', Weight: 0.061208 +Vertex 142: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.848221 + Group: 'LeftForeArm', Weight: 0.146356 +Vertex 143: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.871465 + Group: 'LeftForeArm', Weight: 0.124453 +Vertex 144: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.964088 + Group: 'LeftForeArm', Weight: 0.018414 +Vertex 145: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.081734 + Group: 'LeftForeArm', Weight: 0.917679 +Vertex 146: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.079866 + Group: 'LeftForeArm', Weight: 0.919597 +Vertex 147: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.165127 + Group: 'LeftForeArm', Weight: 0.834650 +Vertex 148: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.052710 + Group: 'LeftForeArm', Weight: 0.946825 +Vertex 149: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.145968 + Group: 'LeftForeArm', Weight: 0.853707 +Vertex 150: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975108 +Vertex 151: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980145 +Vertex 152: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982518 +Vertex 153: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976911 +Vertex 154: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987107 +Vertex 155: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985262 +Vertex 156: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973777 +Vertex 157: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981575 +Vertex 158: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983674 +Vertex 159: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987134 +Vertex 160: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988732 +Vertex 161: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.971384 +Vertex 162: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977914 +Vertex 163: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981804 +Vertex 164: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.972383 +Vertex 165: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985890 +Vertex 166: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985662 +Vertex 167: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983252 +Vertex 168: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.968080 +Vertex 169: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 170: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982973 +Vertex 171: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.984038 +Vertex 172: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986777 +Vertex 173: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.002291 + Group: 'LeftForeArm', Weight: 0.970304 +Vertex 174: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.015700 + Group: 'LeftForeArm', Weight: 0.964729 +Vertex 175: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.019014 + Group: 'LeftForeArm', Weight: 0.963954 +Vertex 176: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976903 +Vertex 177: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.974538 +Vertex 178: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.008572 + Group: 'LeftForeArm', Weight: 0.967379 +Vertex 179: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973480 +Vertex 180: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.025996 + Group: 'LeftForeArm', Weight: 0.960234 +Vertex 181: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.973554 +Vertex 182: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977063 +Vertex 183: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.013496 + Group: 'LeftForeArm', Weight: 0.966861 +Vertex 184: +Vertex groups: 2 + Group: 'LeftArm', Weight: 0.003456 + Group: 'LeftForeArm', Weight: 0.971457 +Vertex 185: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.021089 + Group: 'LeftHand', Weight: 0.807591 + Group: 'LeftHandThumb1', Weight: 0.148657 +Vertex 186: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.028281 + Group: 'LeftHandThumb2', Weight: 0.916375 + Group: 'LeftHandThumb3', Weight: 0.031152 +Vertex 187: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.042730 + Group: 'LeftHandThumb2', Weight: 0.926412 +Vertex 188: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.059812 + Group: 'LeftHandThumb2', Weight: 0.876514 + Group: 'LeftHandThumb3', Weight: 0.045384 +Vertex 189: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.013028 + Group: 'LeftHandThumb3', Weight: 0.912304 + Group: 'LeftHandThumb3_end', Weight: 0.055079 +Vertex 190: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.030585 + Group: 'LeftHandThumb3', Weight: 0.903029 + Group: 'LeftHandThumb3_end', Weight: 0.055984 +Vertex 191: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.001420 + Group: 'LeftHandThumb3', Weight: 0.899731 + Group: 'LeftHandThumb3_end', Weight: 0.072784 +Vertex 192: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.029837 + Group: 'LeftHandThumb3_end', Weight: 0.958590 +Vertex 193: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.016675 + Group: 'LeftHandThumb3_end', Weight: 0.965083 +Vertex 194: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.050151 + Group: 'LeftHandThumb3_end', Weight: 0.947972 +Vertex 195: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998837 +Vertex 196: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998848 +Vertex 197: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997652 +Vertex 198: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998792 +Vertex 199: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996845 +Vertex 200: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995698 +Vertex 201: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.995166 +Vertex 202: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.997479 +Vertex 203: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.009548 + Group: 'LeftHandThumb3_end', Weight: 0.968101 +Vertex 204: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.062533 + Group: 'LeftHandThumb3_end', Weight: 0.932321 +Vertex 205: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.087728 + Group: 'LeftHandThumb3_end', Weight: 0.904279 +Vertex 206: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.088681 + Group: 'LeftHandThumb3_end', Weight: 0.905451 +Vertex 207: +Vertex groups: 2 + Group: 'LeftHandThumb3', Weight: 0.058620 + Group: 'LeftHandThumb3_end', Weight: 0.938523 +Vertex 208: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.998542 +Vertex 209: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057097 + Group: 'LeftHandThumb3', Weight: 0.890182 + Group: 'LeftHandThumb3_end', Weight: 0.051959 +Vertex 210: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.078371 + Group: 'LeftHandThumb3', Weight: 0.864219 + Group: 'LeftHandThumb3_end', Weight: 0.055424 +Vertex 211: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.094871 + Group: 'LeftHandThumb3', Weight: 0.847335 + Group: 'LeftHandThumb3_end', Weight: 0.053545 +Vertex 212: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.057535 + Group: 'LeftHandThumb3', Weight: 0.861102 + Group: 'LeftHandThumb3_end', Weight: 0.076208 +Vertex 213: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.038365 + Group: 'LeftHandThumb3', Weight: 0.873967 + Group: 'LeftHandThumb3_end', Weight: 0.077492 +Vertex 214: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912027 + Group: 'LeftHandThumb3', Weight: 0.063266 +Vertex 215: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.912379 + Group: 'LeftHandThumb3', Weight: 0.048922 +Vertex 216: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.857127 + Group: 'LeftHandThumb3', Weight: 0.068930 + Group: 'LeftHandIndex1', Weight: 0.008939 +Vertex 217: +Vertex groups: 4 + Group: 'LeftHandThumb1', Weight: 0.000851 + Group: 'LeftHandThumb2', Weight: 0.687537 + Group: 'LeftHandThumb3', Weight: 0.204253 + Group: 'LeftHandIndex1', Weight: 0.047941 +Vertex 218: +Vertex groups: 3 + Group: 'LeftHandThumb1', Weight: 0.012186 + Group: 'LeftHandThumb2', Weight: 0.667205 + Group: 'LeftHandThumb3', Weight: 0.259089 +Vertex 219: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.270836 + Group: 'LeftHandThumb3', Weight: 0.714190 +Vertex 220: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.231304 + Group: 'LeftHandThumb3', Weight: 0.741913 +Vertex 221: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.664266 + Group: 'LeftHandThumb3', Weight: 0.323413 +Vertex 222: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996359 +Vertex 223: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993614 +Vertex 224: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.996320 +Vertex 225: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.991168 +Vertex 226: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994885 +Vertex 227: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.986879 +Vertex 228: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.994817 +Vertex 229: +Vertex groups: 1 + Group: 'LeftHandThumb3_end', Weight: 0.993498 +Vertex 230: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999819 +Vertex 231: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999539 +Vertex 232: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.999507 +Vertex 233: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.984836 +Vertex 234: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995095 +Vertex 235: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993253 +Vertex 236: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998072 +Vertex 237: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.998158 +Vertex 238: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.997156 +Vertex 239: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.140811 + Group: 'LeftHandIndex3_end', Weight: 0.857840 +Vertex 240: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.262095 + Group: 'LeftHandIndex3_end', Weight: 0.736199 +Vertex 241: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.706674 + Group: 'LeftHandIndex3_end', Weight: 0.288585 +Vertex 242: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.853031 + Group: 'LeftHandIndex3_end', Weight: 0.139191 +Vertex 243: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.185567 + Group: 'LeftHandIndex3_end', Weight: 0.813185 +Vertex 244: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.722542 + Group: 'LeftHandIndex3_end', Weight: 0.272677 +Vertex 245: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.844705 + Group: 'LeftHandIndex3_end', Weight: 0.147960 +Vertex 246: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.884854 + Group: 'LeftHandIndex3_end', Weight: 0.108050 +Vertex 247: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020001 + Group: 'LeftHandIndex2', Weight: 0.830929 + Group: 'LeftHandIndex3', Weight: 0.131797 +Vertex 248: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.028042 + Group: 'LeftHandIndex2', Weight: 0.821234 + Group: 'LeftHandIndex3', Weight: 0.136919 +Vertex 249: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.011881 + Group: 'LeftHandIndex2', Weight: 0.825630 + Group: 'LeftHandIndex3', Weight: 0.141086 +Vertex 250: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.001208 + Group: 'LeftHandIndex2', Weight: 0.814435 + Group: 'LeftHandIndex3', Weight: 0.157752 +Vertex 251: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.026257 + Group: 'LeftHandIndex2', Weight: 0.771437 + Group: 'LeftHandIndex3', Weight: 0.188416 +Vertex 252: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.795373 + Group: 'LeftHandIndex3', Weight: 0.180378 +Vertex 253: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.020630 + Group: 'LeftHandIndex2', Weight: 0.799298 + Group: 'LeftHandIndex3', Weight: 0.163508 +Vertex 254: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.002937 + Group: 'LeftHandIndex2', Weight: 0.788937 + Group: 'LeftHandIndex3', Weight: 0.180214 +Vertex 255: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978700 +Vertex 256: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.038211 + Group: 'LeftHandIndex3_end', Weight: 0.955529 +Vertex 257: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993536 +Vertex 258: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 259: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 260: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.978154 +Vertex 261: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.995571 +Vertex 262: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 263: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.978343 +Vertex 264: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.927191 + Group: 'LeftHandMiddle1', Weight: 0.053864 +Vertex 265: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.964621 +Vertex 266: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.774057 + Group: 'LeftHandIndex2', Weight: 0.160123 + Group: 'LeftHandMiddle1', Weight: 0.045935 +Vertex 267: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.869749 + Group: 'LeftHandIndex2', Weight: 0.091633 +Vertex 268: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.631789 + Group: 'LeftHandIndex2', Weight: 0.179978 + Group: 'LeftHandMiddle1', Weight: 0.148269 + Group: 'LeftHandMiddle2', Weight: 0.007739 +Vertex 269: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.931078 + Group: 'LeftHandIndex2', Weight: 0.044314 +Vertex 270: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.702292 + Group: 'LeftHandIndex2', Weight: 0.067405 + Group: 'LeftHandMiddle1', Weight: 0.192717 + Group: 'LeftHandMiddle2', Weight: 0.013366 +Vertex 271: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182929 + Group: 'LeftHandIndex3', Weight: 0.803895 +Vertex 272: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.163736 + Group: 'LeftHandIndex3', Weight: 0.827371 +Vertex 273: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.106835 + Group: 'LeftHandIndex3', Weight: 0.872567 +Vertex 274: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.122952 + Group: 'LeftHandIndex3', Weight: 0.859844 +Vertex 275: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.154403 + Group: 'LeftHandIndex3', Weight: 0.830657 +Vertex 276: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.182104 + Group: 'LeftHandIndex3', Weight: 0.808912 +Vertex 277: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.161471 + Group: 'LeftHandIndex3', Weight: 0.827578 +Vertex 278: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.108779 + Group: 'LeftHandIndex3', Weight: 0.873908 +Vertex 279: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.277046 + Group: 'LeftHandIndex2', Weight: 0.658632 + Group: 'LeftHandMiddle1', Weight: 0.032761 +Vertex 280: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.132142 + Group: 'LeftHandIndex2', Weight: 0.821203 + Group: 'LeftHandIndex3', Weight: 0.003212 +Vertex 281: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.806688 + Group: 'LeftHandIndex2', Weight: 0.176626 +Vertex 282: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.888682 + Group: 'LeftHandIndex2', Weight: 0.105079 +Vertex 283: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.152729 + Group: 'LeftHandIndex2', Weight: 0.810489 + Group: 'LeftHandIndex3', Weight: 0.006988 +Vertex 284: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.281327 + Group: 'LeftHandIndex2', Weight: 0.687362 +Vertex 285: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.725565 + Group: 'LeftHandIndex2', Weight: 0.258589 +Vertex 286: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.854593 + Group: 'LeftHandIndex2', Weight: 0.137538 +Vertex 287: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.053901 + Group: 'LeftHandIndex3_end', Weight: 0.945820 +Vertex 288: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.127665 + Group: 'LeftHandIndex3_end', Weight: 0.871285 +Vertex 289: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 1.000000 +Vertex 290: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.115004 + Group: 'LeftHandIndex3_end', Weight: 0.884049 +Vertex 291: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.126759 + Group: 'LeftHandIndex3_end', Weight: 0.872149 +Vertex 292: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.075921 + Group: 'LeftHandIndex3_end', Weight: 0.923597 +Vertex 293: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.986600 +Vertex 294: +Vertex groups: 1 + Group: 'LeftHandIndex3_end', Weight: 0.993369 +Vertex 295: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999637 +Vertex 296: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999382 +Vertex 297: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999745 +Vertex 298: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997831 +Vertex 299: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999033 +Vertex 300: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997617 +Vertex 301: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999748 +Vertex 302: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998997 +Vertex 303: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999338 +Vertex 304: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.092022 + Group: 'LeftHandMiddle3_end', Weight: 0.902698 +Vertex 305: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.062502 + Group: 'LeftHandMiddle3_end', Weight: 0.934706 +Vertex 306: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.113682 + Group: 'LeftHandMiddle3_end', Weight: 0.879106 +Vertex 307: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.222429 + Group: 'LeftHandMiddle3_end', Weight: 0.762610 +Vertex 308: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.069978 + Group: 'LeftHandMiddle3_end', Weight: 0.928125 +Vertex 309: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.230310 + Group: 'LeftHandMiddle3_end', Weight: 0.763260 +Vertex 310: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.655753 + Group: 'LeftHandMiddle3_end', Weight: 0.332022 +Vertex 311: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.698308 + Group: 'LeftHandMiddle3_end', Weight: 0.286578 +Vertex 312: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.512755 + Group: 'LeftHandMiddle3', Weight: 0.465143 +Vertex 313: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.785032 + Group: 'LeftHandMiddle3', Weight: 0.206999 +Vertex 314: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.322187 + Group: 'LeftHandMiddle3', Weight: 0.660327 +Vertex 315: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.628431 + Group: 'LeftHandMiddle3', Weight: 0.340490 +Vertex 316: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.620371 + Group: 'LeftHandMiddle3', Weight: 0.340300 +Vertex 317: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.687910 + Group: 'LeftHandMiddle3', Weight: 0.293263 +Vertex 318: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.587859 + Group: 'LeftHandMiddle3', Weight: 0.385299 +Vertex 319: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.708292 + Group: 'LeftHandMiddle3', Weight: 0.275670 +Vertex 320: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.996602 +Vertex 321: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.992912 +Vertex 322: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999583 +Vertex 323: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999887 +Vertex 324: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999566 +Vertex 325: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.991914 +Vertex 326: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997909 +Vertex 327: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.999485 +Vertex 328: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.043352 + Group: 'LeftHandMiddle1', Weight: 0.865953 + Group: 'LeftHandMiddle2', Weight: 0.071103 +Vertex 329: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.875337 + Group: 'LeftHandMiddle2', Weight: 0.065952 + Group: 'LeftHandRing1', Weight: 0.027460 +Vertex 330: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.207407 + Group: 'LeftHandMiddle1', Weight: 0.658772 + Group: 'LeftHandMiddle2', Weight: 0.105560 +Vertex 331: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.040540 + Group: 'LeftHandMiddle1', Weight: 0.818561 + Group: 'LeftHandMiddle2', Weight: 0.067831 + Group: 'LeftHandRing1', Weight: 0.052199 +Vertex 332: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.147517 + Group: 'LeftHandMiddle1', Weight: 0.716505 + Group: 'LeftHandMiddle2', Weight: 0.088090 +Vertex 333: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.791104 + Group: 'LeftHandMiddle2', Weight: 0.063704 + Group: 'LeftHandRing1', Weight: 0.116350 +Vertex 334: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.295267 + Group: 'LeftHandIndex2', Weight: 0.047157 + Group: 'LeftHandMiddle1', Weight: 0.520419 + Group: 'LeftHandMiddle2', Weight: 0.120740 +Vertex 335: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.759259 + Group: 'LeftHandMiddle2', Weight: 0.081581 + Group: 'LeftHandRing1', Weight: 0.132972 +Vertex 336: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.129860 + Group: 'LeftHandMiddle3', Weight: 0.782809 + Group: 'LeftHandMiddle3_end', Weight: 0.083487 +Vertex 337: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.141144 + Group: 'LeftHandMiddle3', Weight: 0.809677 + Group: 'LeftHandMiddle3_end', Weight: 0.040737 +Vertex 338: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.043825 + Group: 'LeftHandMiddle3', Weight: 0.861931 + Group: 'LeftHandMiddle3_end', Weight: 0.090337 +Vertex 339: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.083450 + Group: 'LeftHandMiddle3', Weight: 0.822643 + Group: 'LeftHandMiddle3_end', Weight: 0.092892 +Vertex 340: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.079715 + Group: 'LeftHandMiddle3', Weight: 0.831293 + Group: 'LeftHandMiddle3_end', Weight: 0.087121 +Vertex 341: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.115102 + Group: 'LeftHandMiddle3', Weight: 0.854705 + Group: 'LeftHandMiddle3_end', Weight: 0.005995 +Vertex 342: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.080725 + Group: 'LeftHandMiddle3', Weight: 0.856849 + Group: 'LeftHandMiddle3_end', Weight: 0.061255 +Vertex 343: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.011958 + Group: 'LeftHandMiddle3', Weight: 0.923791 + Group: 'LeftHandMiddle3_end', Weight: 0.039838 +Vertex 344: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.097412 + Group: 'LeftHandMiddle2', Weight: 0.873234 +Vertex 345: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.053675 + Group: 'LeftHandMiddle2', Weight: 0.899227 + Group: 'LeftHandMiddle3', Weight: 0.023760 +Vertex 346: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.060771 + Group: 'LeftHandMiddle2', Weight: 0.926842 +Vertex 347: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.056148 + Group: 'LeftHandMiddle2', Weight: 0.926864 +Vertex 348: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.084479 + Group: 'LeftHandMiddle2', Weight: 0.849973 + Group: 'LeftHandMiddle3', Weight: 0.047191 +Vertex 349: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.073887 + Group: 'LeftHandMiddle2', Weight: 0.841220 + Group: 'LeftHandMiddle3', Weight: 0.057170 +Vertex 350: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.028058 + Group: 'LeftHandMiddle1', Weight: 0.079080 + Group: 'LeftHandMiddle2', Weight: 0.842176 + Group: 'LeftHandMiddle3', Weight: 0.012161 +Vertex 351: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.068272 + Group: 'LeftHandMiddle2', Weight: 0.884750 +Vertex 352: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.994491 +Vertex 353: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.004737 + Group: 'LeftHandMiddle3_end', Weight: 0.971888 +Vertex 354: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998992 +Vertex 355: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.002833 + Group: 'LeftHandMiddle3_end', Weight: 0.972979 +Vertex 356: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985663 +Vertex 357: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.995213 +Vertex 358: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.998281 +Vertex 359: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.997615 +Vertex 360: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999775 +Vertex 361: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999816 +Vertex 362: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999722 +Vertex 363: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999681 +Vertex 364: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999680 +Vertex 365: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999766 +Vertex 366: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999649 +Vertex 367: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999827 +Vertex 368: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999776 +Vertex 369: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.035870 + Group: 'LeftHandRing3_end', Weight: 0.955140 +Vertex 370: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.030619 + Group: 'LeftHandRing3_end', Weight: 0.957922 +Vertex 371: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.052402 + Group: 'LeftHandRing3_end', Weight: 0.945211 +Vertex 372: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.067430 + Group: 'LeftHandRing3_end', Weight: 0.928447 +Vertex 373: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.048204 + Group: 'LeftHandRing3_end', Weight: 0.948185 +Vertex 374: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.051869 + Group: 'LeftHandRing3_end', Weight: 0.943864 +Vertex 375: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.056708 + Group: 'LeftHandRing3_end', Weight: 0.936382 +Vertex 376: +Vertex groups: 2 + Group: 'LeftHandRing3', Weight: 0.036533 + Group: 'LeftHandRing3_end', Weight: 0.947026 +Vertex 377: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.262305 + Group: 'LeftHandRing3', Weight: 0.703441 +Vertex 378: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.294289 + Group: 'LeftHandRing3', Weight: 0.667694 +Vertex 379: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.248138 + Group: 'LeftHandRing3', Weight: 0.718601 +Vertex 380: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.052415 + Group: 'LeftHandRing2', Weight: 0.351253 + Group: 'LeftHandRing3', Weight: 0.476291 + Group: 'LeftHandRing3_end', Weight: 0.113459 +Vertex 381: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261522 + Group: 'LeftHandRing3', Weight: 0.703507 +Vertex 382: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.258476 + Group: 'LeftHandRing3', Weight: 0.675946 + Group: 'LeftHandRing3_end', Weight: 0.038517 +Vertex 383: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.261333 + Group: 'LeftHandRing3', Weight: 0.705160 +Vertex 384: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.286504 + Group: 'LeftHandRing3', Weight: 0.665075 + Group: 'LeftHandRing3_end', Weight: 0.005138 +Vertex 385: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999333 +Vertex 386: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999525 +Vertex 387: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999366 +Vertex 388: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999424 +Vertex 389: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999638 +Vertex 390: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999635 +Vertex 391: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999789 +Vertex 392: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.999783 +Vertex 393: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.085800 + Group: 'LeftHandRing1', Weight: 0.804945 + Group: 'LeftHandRing2', Weight: 0.074348 +Vertex 394: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.024892 + Group: 'LeftHandRing1', Weight: 0.816975 + Group: 'LeftHandRing2', Weight: 0.062123 + Group: 'LeftHandPinky1', Weight: 0.007491 + Group: 'LeftHandPinky2', Weight: 0.013567 +Vertex 395: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.236013 + Group: 'LeftHandRing1', Weight: 0.639728 + Group: 'LeftHandRing2', Weight: 0.088961 +Vertex 396: +Vertex groups: 1 + Group: 'LeftHandRing1', Weight: 0.923482 +Vertex 397: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.097998 + Group: 'LeftHandRing1', Weight: 0.836388 + Group: 'LeftHandRing2', Weight: 0.034674 +Vertex 398: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.766472 + Group: 'LeftHandRing2', Weight: 0.078294 + Group: 'LeftHandPinky1', Weight: 0.089592 + Group: 'LeftHandPinky2', Weight: 0.034759 +Vertex 399: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.248387 + Group: 'LeftHandRing1', Weight: 0.635481 + Group: 'LeftHandRing2', Weight: 0.081826 +Vertex 400: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.759116 + Group: 'LeftHandRing2', Weight: 0.036550 + Group: 'LeftHandPinky1', Weight: 0.068285 + Group: 'LeftHandPinky2', Weight: 0.090590 +Vertex 401: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.029338 + Group: 'LeftHandRing3', Weight: 0.860450 + Group: 'LeftHandRing3_end', Weight: 0.096245 +Vertex 402: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.157480 + Group: 'LeftHandRing3', Weight: 0.568907 + Group: 'LeftHandRing3_end', Weight: 0.249820 +Vertex 403: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.014306 + Group: 'LeftHandRing3', Weight: 0.854295 + Group: 'LeftHandRing3_end', Weight: 0.111477 +Vertex 404: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.035107 + Group: 'LeftHandRing3', Weight: 0.876138 + Group: 'LeftHandRing3_end', Weight: 0.078508 +Vertex 405: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.017132 + Group: 'LeftHandRing3', Weight: 0.862204 + Group: 'LeftHandRing3_end', Weight: 0.101959 +Vertex 406: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.074018 + Group: 'LeftHandRing3', Weight: 0.795510 + Group: 'LeftHandRing3_end', Weight: 0.122755 +Vertex 407: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.057489 + Group: 'LeftHandRing3', Weight: 0.832263 + Group: 'LeftHandRing3_end', Weight: 0.105241 +Vertex 408: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.038839 + Group: 'LeftHandRing3', Weight: 0.858147 + Group: 'LeftHandRing3_end', Weight: 0.094230 +Vertex 409: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.103694 + Group: 'LeftHandRing2', Weight: 0.809405 + Group: 'LeftHandRing3', Weight: 0.064137 +Vertex 410: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.091423 + Group: 'LeftHandRing2', Weight: 0.806467 + Group: 'LeftHandRing3', Weight: 0.079314 +Vertex 411: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.090706 + Group: 'LeftHandRing2', Weight: 0.815712 + Group: 'LeftHandRing3', Weight: 0.073581 +Vertex 412: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.083158 + Group: 'LeftHandRing2', Weight: 0.821321 + Group: 'LeftHandRing3', Weight: 0.074216 +Vertex 413: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.154196 + Group: 'LeftHandRing2', Weight: 0.631799 + Group: 'LeftHandRing3', Weight: 0.166275 + Group: 'LeftHandRing3_end', Weight: 0.009080 +Vertex 414: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.044904 + Group: 'LeftHandRing2', Weight: 0.872205 + Group: 'LeftHandRing3', Weight: 0.064910 +Vertex 415: +Vertex groups: 4 + Group: 'LeftHandMiddle1', Weight: 0.007238 + Group: 'LeftHandRing1', Weight: 0.068427 + Group: 'LeftHandRing2', Weight: 0.832746 + Group: 'LeftHandRing3', Weight: 0.063650 +Vertex 416: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.072997 + Group: 'LeftHandRing2', Weight: 0.827680 + Group: 'LeftHandRing3', Weight: 0.070605 +Vertex 417: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998896 +Vertex 418: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998300 +Vertex 419: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998681 +Vertex 420: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998335 +Vertex 421: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997853 +Vertex 422: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.997692 +Vertex 423: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998028 +Vertex 424: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.998162 +Vertex 425: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999097 +Vertex 426: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999041 +Vertex 427: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999086 +Vertex 428: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998370 +Vertex 429: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998823 +Vertex 430: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998615 +Vertex 431: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999008 +Vertex 432: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998931 +Vertex 433: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998878 +Vertex 434: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980916 +Vertex 435: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980909 +Vertex 436: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.980590 +Vertex 437: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.979524 +Vertex 438: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.981379 +Vertex 439: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.976611 +Vertex 440: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.020483 + Group: 'LeftHandPinky3_end', Weight: 0.962323 +Vertex 441: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.059730 + Group: 'LeftHandPinky3_end', Weight: 0.934500 +Vertex 442: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.090345 + Group: 'LeftHandPinky3', Weight: 0.854581 + Group: 'LeftHandPinky3_end', Weight: 0.050757 +Vertex 443: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.107294 + Group: 'LeftHandPinky3', Weight: 0.836902 + Group: 'LeftHandPinky3_end', Weight: 0.051763 +Vertex 444: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.106264 + Group: 'LeftHandPinky3', Weight: 0.851906 + Group: 'LeftHandPinky3_end', Weight: 0.020482 +Vertex 445: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.187716 + Group: 'LeftHandPinky3', Weight: 0.679668 + Group: 'LeftHandPinky3_end', Weight: 0.118234 +Vertex 446: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.066627 + Group: 'LeftHandPinky3', Weight: 0.914631 +Vertex 447: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.142257 + Group: 'LeftHandPinky3', Weight: 0.800842 + Group: 'LeftHandPinky3_end', Weight: 0.046856 +Vertex 448: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.102355 + Group: 'LeftHandPinky3', Weight: 0.858434 + Group: 'LeftHandPinky3_end', Weight: 0.013179 +Vertex 449: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.119145 + Group: 'LeftHandPinky3', Weight: 0.823924 + Group: 'LeftHandPinky3_end', Weight: 0.051980 +Vertex 450: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998300 +Vertex 451: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996737 +Vertex 452: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998942 +Vertex 453: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999079 +Vertex 454: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999108 +Vertex 455: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998293 +Vertex 456: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998739 +Vertex 457: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.999132 +Vertex 458: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.040290 + Group: 'LeftHandPinky1', Weight: 0.113966 + Group: 'LeftHandPinky2', Weight: 0.816499 +Vertex 459: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.099093 + Group: 'LeftHandPinky2', Weight: 0.872004 +Vertex 460: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.133315 + Group: 'LeftHandPinky1', Weight: 0.137631 + Group: 'LeftHandPinky2', Weight: 0.693431 +Vertex 461: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031165 + Group: 'LeftHandPinky1', Weight: 0.873295 + Group: 'LeftHandPinky2', Weight: 0.065671 +Vertex 462: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.124657 + Group: 'LeftHandPinky1', Weight: 0.735474 + Group: 'LeftHandPinky2', Weight: 0.107679 +Vertex 463: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.827544 + Group: 'LeftHandPinky2', Weight: 0.146840 +Vertex 464: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.243846 + Group: 'LeftHandPinky1', Weight: 0.503760 + Group: 'LeftHandPinky2', Weight: 0.204142 +Vertex 465: +Vertex groups: 2 + Group: 'LeftHandPinky1', Weight: 0.182777 + Group: 'LeftHandPinky2', Weight: 0.799277 +Vertex 466: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.882760 + Group: 'LeftHandPinky3_end', Weight: 0.102003 +Vertex 467: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.052447 + Group: 'LeftHandPinky3', Weight: 0.594032 + Group: 'LeftHandPinky3_end', Weight: 0.349582 +Vertex 468: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.802048 + Group: 'LeftHandPinky3_end', Weight: 0.176680 +Vertex 469: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.772802 + Group: 'LeftHandPinky3_end', Weight: 0.209086 +Vertex 470: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.819602 + Group: 'LeftHandPinky3_end', Weight: 0.159631 +Vertex 471: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.029280 + Group: 'LeftHandPinky3', Weight: 0.774473 + Group: 'LeftHandPinky3_end', Weight: 0.183370 +Vertex 472: +Vertex groups: 3 + Group: 'LeftHandPinky2', Weight: 0.011059 + Group: 'LeftHandPinky3', Weight: 0.772119 + Group: 'LeftHandPinky3_end', Weight: 0.195938 +Vertex 473: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.768159 + Group: 'LeftHandPinky3_end', Weight: 0.209291 +Vertex 474: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.001216 + Group: 'LeftHandPinky2', Weight: 0.810575 + Group: 'LeftHandPinky3', Weight: 0.156752 +Vertex 475: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.040516 + Group: 'LeftHandPinky2', Weight: 0.758187 + Group: 'LeftHandPinky3', Weight: 0.186779 +Vertex 476: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.773542 + Group: 'LeftHandPinky3', Weight: 0.201316 +Vertex 477: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.793073 + Group: 'LeftHandPinky3', Weight: 0.170717 +Vertex 478: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.044640 + Group: 'LeftHandPinky2', Weight: 0.613307 + Group: 'LeftHandPinky3', Weight: 0.311759 +Vertex 479: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.010339 + Group: 'LeftHandPinky2', Weight: 0.819226 + Group: 'LeftHandPinky3', Weight: 0.140694 +Vertex 480: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.001373 + Group: 'LeftHandPinky1', Weight: 0.055982 + Group: 'LeftHandPinky2', Weight: 0.778959 + Group: 'LeftHandPinky3', Weight: 0.134012 +Vertex 481: +Vertex groups: 3 + Group: 'LeftHandPinky1', Weight: 0.021691 + Group: 'LeftHandPinky2', Weight: 0.802056 + Group: 'LeftHandPinky3', Weight: 0.137507 +Vertex 482: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.997846 +Vertex 483: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.989806 +Vertex 484: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998761 +Vertex 485: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996066 +Vertex 486: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.996664 +Vertex 487: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998036 +Vertex 488: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998306 +Vertex 489: +Vertex groups: 1 + Group: 'LeftHandPinky3_end', Weight: 0.998096 +Vertex 490: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.070684 + Group: 'LeftHandPinky1', Weight: 0.884462 + Group: 'LeftHandPinky2', Weight: 0.020581 +Vertex 491: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.034493 + Group: 'LeftHandPinky1', Weight: 0.845804 + Group: 'LeftHandPinky2', Weight: 0.103891 +Vertex 492: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.807627 + Group: 'LeftHandPinky1', Weight: 0.170969 +Vertex 493: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827359 + Group: 'LeftHandPinky1', Weight: 0.147382 +Vertex 494: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.905987 + Group: 'LeftHandThumb1', Weight: 0.037145 + Group: 'LeftHandPinky1', Weight: 0.013223 +Vertex 495: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.931747 + Group: 'LeftHandPinky1', Weight: 0.010863 +Vertex 496: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.827868 + Group: 'LeftHandThumb1', Weight: 0.142414 +Vertex 497: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.795626 + Group: 'LeftHandPinky1', Weight: 0.168536 +Vertex 498: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.393647 + Group: 'LeftHandPinky1', Weight: 0.569644 +Vertex 499: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.137457 + Group: 'LeftHandThumb1', Weight: 0.816345 + Group: 'LeftHandThumb2', Weight: 0.003382 +Vertex 500: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.883909 + Group: 'LeftHandThumb2', Weight: 0.074213 +Vertex 501: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.055176 + Group: 'LeftHand', Weight: 0.050780 + Group: 'LeftHandThumb1', Weight: 0.908839 +Vertex 502: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.304724 + Group: 'LeftHandThumb1', Weight: 0.645170 + Group: 'LeftHandThumb2', Weight: 0.011152 +Vertex 503: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.892267 + Group: 'LeftHandThumb1', Weight: 0.057274 + Group: 'LeftHandPinky1', Weight: 0.005880 +Vertex 504: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.649157 + Group: 'LeftHandThumb1', Weight: 0.269024 + Group: 'LeftHandThumb2', Weight: 0.036488 +Vertex 505: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.065307 + Group: 'LeftHandThumb1', Weight: 0.066873 + Group: 'LeftHandThumb2', Weight: 0.211411 + Group: 'LeftHandIndex1', Weight: 0.500588 + Group: 'LeftHandMiddle1', Weight: 0.123626 +Vertex 506: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.386052 + Group: 'LeftHandIndex1', Weight: 0.365316 + Group: 'LeftHandThumb1', Weight: 0.097245 + Group: 'LeftHandMiddle1', Weight: 0.090179 + Group: 'LeftHand', Weight: 0.061208 +Vertex 507: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.679133 + Group: 'LeftHandThumb1', Weight: 0.129535 + Group: 'LeftHandThumb2', Weight: 0.111466 + Group: 'LeftHandMiddle1', Weight: 0.040055 +Vertex 508: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.869410 + Group: 'LeftHandThumb1', Weight: 0.000797 + Group: 'LeftHandPinky1', Weight: 0.079895 +Vertex 509: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.850568 + Group: 'LeftHandRing1', Weight: 0.019816 + Group: 'LeftHandPinky1', Weight: 0.090479 +Vertex 510: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.113106 + Group: 'LeftHandRing1', Weight: 0.042697 + Group: 'LeftHandPinky1', Weight: 0.824677 +Vertex 511: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.632216 + Group: 'LeftHandRing1', Weight: 0.206048 + Group: 'LeftHandPinky1', Weight: 0.130575 +Vertex 512: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.741607 + Group: 'LeftHandIndex1', Weight: 0.040709 + Group: 'LeftHandMiddle1', Weight: 0.137429 + Group: 'LeftHandRing1', Weight: 0.024334 +Vertex 513: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.945016 +Vertex 514: +Vertex groups: 5 + Group: 'LeftHandMiddle1', Weight: 0.341213 + Group: 'LeftHandIndex1', Weight: 0.278909 + Group: 'LeftHand', Weight: 0.252582 + Group: 'LeftHandThumb2', Weight: 0.090560 + Group: 'LeftHandThumb1', Weight: 0.036737 +Vertex 515: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.865912 + Group: 'LeftHandRing1', Weight: 0.003140 + Group: 'LeftHandPinky1', Weight: 0.044612 +Vertex 516: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.783804 + Group: 'LeftHandThumb1', Weight: 0.061255 + Group: 'LeftHandThumb2', Weight: 0.016100 + Group: 'LeftHandIndex1', Weight: 0.010417 + Group: 'LeftHandMiddle1', Weight: 0.055878 +Vertex 517: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.474689 + Group: 'LeftHandThumb1', Weight: 0.176773 + Group: 'LeftHandThumb2', Weight: 0.153641 + Group: 'LeftHandIndex1', Weight: 0.096690 + Group: 'LeftHandMiddle1', Weight: 0.071769 +Vertex 518: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.135674 + Group: 'LeftHandMiddle1', Weight: 0.805306 +Vertex 519: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.011444 + Group: 'LeftHandMiddle1', Weight: 0.787585 + Group: 'LeftHandRing1', Weight: 0.129690 +Vertex 520: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.328285 + Group: 'LeftHandMiddle1', Weight: 0.601272 + Group: 'LeftHandMiddle2', Weight: 0.024219 +Vertex 521: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.628351 + Group: 'LeftHandRing1', Weight: 0.284846 +Vertex 522: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.965288 +Vertex 523: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.777884 + Group: 'LeftHandMiddle1', Weight: 0.184446 +Vertex 524: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.951676 +Vertex 525: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.652691 + Group: 'LeftHandMiddle1', Weight: 0.296024 +Vertex 526: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.060657 + Group: 'LeftHandMiddle1', Weight: 0.213323 + Group: 'LeftHandRing1', Weight: 0.646936 + Group: 'LeftHandPinky1', Weight: 0.012470 +Vertex 527: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.103901 + Group: 'LeftHandMiddle1', Weight: 0.070147 + Group: 'LeftHandRing1', Weight: 0.631051 + Group: 'LeftHandPinky1', Weight: 0.104138 + Group: 'LeftHandPinky2', Weight: 0.073580 +Vertex 528: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.008088 + Group: 'LeftHandMiddle1', Weight: 0.307001 + Group: 'LeftHandRing1', Weight: 0.576834 + Group: 'LeftHandRing2', Weight: 0.030667 +Vertex 529: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.053452 + Group: 'LeftHandMiddle1', Weight: 0.019938 + Group: 'LeftHandRing1', Weight: 0.606845 + Group: 'LeftHandPinky1', Weight: 0.145098 + Group: 'LeftHandPinky2', Weight: 0.136013 +Vertex 530: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.113834 + Group: 'LeftHandRing1', Weight: 0.058673 + Group: 'LeftHandPinky1', Weight: 0.718269 + Group: 'LeftHandPinky2', Weight: 0.093494 +Vertex 531: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.065217 + Group: 'LeftHandPinky1', Weight: 0.818004 + Group: 'LeftHandPinky2', Weight: 0.097827 +Vertex 532: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051565 + Group: 'LeftHandRing1', Weight: 0.231067 + Group: 'LeftHandPinky1', Weight: 0.396476 + Group: 'LeftHandPinky2', Weight: 0.289971 +Vertex 533: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.059347 + Group: 'LeftHandThumb1', Weight: 0.045396 + Group: 'LeftHandThumb2', Weight: 0.111404 + Group: 'LeftHandIndex1', Weight: 0.681950 + Group: 'LeftHandMiddle1', Weight: 0.073255 +Vertex 534: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.414147 + Group: 'LeftHandIndex1', Weight: 0.270856 + Group: 'LeftHandThumb1', Weight: 0.170303 + Group: 'LeftHand', Weight: 0.088997 + Group: 'LeftHandThumb3', Weight: 0.055696 +Vertex 535: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.005249 + Group: 'LeftHandThumb1', Weight: 0.117591 + Group: 'LeftHandThumb2', Weight: 0.766796 + Group: 'LeftHandThumb3', Weight: 0.053734 + Group: 'LeftHandIndex1', Weight: 0.000972 +Vertex 536: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.562222 + Group: 'LeftHandThumb1', Weight: 0.215675 + Group: 'LeftHand', Weight: 0.119970 + Group: 'LeftHandIndex1', Weight: 0.076751 + Group: 'LeftHandThumb3', Weight: 0.025383 +Vertex 537: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.191259 + Group: 'LeftHandThumb1', Weight: 0.182777 + Group: 'LeftHandThumb2', Weight: 0.416702 + Group: 'LeftHandIndex1', Weight: 0.130399 + Group: 'LeftHandMiddle1', Weight: 0.041773 +Vertex 538: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.113632 + Group: 'LeftHandThumb1', Weight: 0.028450 + Group: 'LeftHandThumb2', Weight: 0.070994 + Group: 'LeftHandIndex1', Weight: 0.594514 + Group: 'LeftHandMiddle1', Weight: 0.162974 +Vertex 539: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.859239 + Group: 'LeftHandPinky1', Weight: 0.094089 +Vertex 540: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.133583 + Group: 'LeftHandThumb2', Weight: 0.012067 + Group: 'LeftHandIndex1', Weight: 0.306109 + Group: 'LeftHandMiddle1', Weight: 0.482380 +Vertex 541: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.134238 + Group: 'LeftHandIndex1', Weight: 0.085903 + Group: 'LeftHandMiddle1', Weight: 0.710593 + Group: 'LeftHandRing1', Weight: 0.025045 +Vertex 542: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.166561 + Group: 'LeftHandIndex1', Weight: 0.008309 + Group: 'LeftHandMiddle1', Weight: 0.625997 + Group: 'LeftHandRing1', Weight: 0.138867 +Vertex 543: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.264190 + Group: 'LeftHandMiddle1', Weight: 0.208717 + Group: 'LeftHandRing1', Weight: 0.418558 + Group: 'LeftHandPinky1', Weight: 0.066564 +Vertex 544: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.453795 + Group: 'LeftHandMiddle1', Weight: 0.081295 + Group: 'LeftHandRing1', Weight: 0.237820 + Group: 'LeftHandPinky1', Weight: 0.180966 + Group: 'LeftHandPinky2', Weight: 0.012193 +Vertex 545: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.368421 + Group: 'LeftHandMiddle1', Weight: 0.017368 + Group: 'LeftHandRing1', Weight: 0.100432 + Group: 'LeftHandPinky1', Weight: 0.441050 + Group: 'LeftHandPinky2', Weight: 0.043156 +Vertex 546: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.481490 + Group: 'LeftHandThumb1', Weight: 0.071186 + Group: 'LeftHandThumb2', Weight: 0.066047 + Group: 'LeftHandIndex1', Weight: 0.154824 + Group: 'LeftHandMiddle1', Weight: 0.191958 +Vertex 547: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.640809 + Group: 'LeftHandIndex1', Weight: 0.058131 + Group: 'LeftHandMiddle1', Weight: 0.195092 + Group: 'LeftHandRing1', Weight: 0.029947 +Vertex 548: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.660962 + Group: 'LeftHandRing1', Weight: 0.046195 + Group: 'LeftHandPinky1', Weight: 0.231041 +Vertex 549: +Vertex groups: 2 + Group: 'LeftHand', Weight: 0.805690 + Group: 'LeftHandPinky1', Weight: 0.157955 +Vertex 550: +Vertex groups: 4 + Group: 'LeftForeArm', Weight: 0.067629 + Group: 'LeftHand', Weight: 0.386847 + Group: 'LeftHandThumb1', Weight: 0.502419 + Group: 'LeftHandThumb2', Weight: 0.000243 +Vertex 551: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.051882 + Group: 'LeftHand', Weight: 0.719529 + Group: 'LeftHandThumb1', Weight: 0.195200 +Vertex 552: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.005437 + Group: 'LeftHand', Weight: 0.898096 + Group: 'LeftHandThumb1', Weight: 0.047949 +Vertex 553: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.002072 + Group: 'LeftHand', Weight: 0.936887 +Vertex 554: +Vertex groups: 1 + Group: 'LeftHand', Weight: 0.942268 +Vertex 555: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.739942 + Group: 'LeftHandMiddle1', Weight: 0.031333 + Group: 'LeftHandRing1', Weight: 0.060842 + Group: 'LeftHandPinky1', Weight: 0.122489 +Vertex 556: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.604698 + Group: 'LeftHandMiddle1', Weight: 0.133873 + Group: 'LeftHandRing1', Weight: 0.161618 + Group: 'LeftHandPinky1', Weight: 0.057629 +Vertex 557: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.733964 + Group: 'LeftHandMiddle1', Weight: 0.102486 + Group: 'LeftHandRing1', Weight: 0.065610 + Group: 'LeftHandPinky1', Weight: 0.033181 +Vertex 558: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.501666 + Group: 'LeftHandIndex1', Weight: 0.014323 + Group: 'LeftHandMiddle1', Weight: 0.302423 + Group: 'LeftHandRing1', Weight: 0.105195 + Group: 'LeftHandPinky1', Weight: 0.006238 +Vertex 559: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.095644 + Group: 'LeftHand', Weight: 0.137536 + Group: 'LeftHandThumb1', Weight: 0.743862 +Vertex 560: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.050434 + Group: 'LeftHandThumb1', Weight: 0.600647 + Group: 'LeftHandThumb2', Weight: 0.287569 +Vertex 561: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.098096 + Group: 'LeftHandThumb1', Weight: 0.674223 + Group: 'LeftHandThumb2', Weight: 0.160751 +Vertex 562: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.182186 + Group: 'LeftHandThumb1', Weight: 0.599177 + Group: 'LeftHandThumb2', Weight: 0.133341 + Group: 'LeftHandIndex1', Weight: 0.015596 +Vertex 563: +Vertex groups: 5 + Group: 'LeftHandThumb2', Weight: 0.413621 + Group: 'LeftHandIndex1', Weight: 0.308264 + Group: 'LeftHand', Weight: 0.102676 + Group: 'LeftHandThumb3', Weight: 0.088090 + Group: 'LeftHandThumb1', Weight: 0.087349 +Vertex 564: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.073242 + Group: 'LeftHandThumb1', Weight: 0.069430 + Group: 'LeftHandThumb2', Weight: 0.736660 + Group: 'LeftHandIndex1', Weight: 0.072917 +Vertex 565: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.046589 + Group: 'LeftHandThumb1', Weight: 0.083200 + Group: 'LeftHandThumb2', Weight: 0.828067 +Vertex 566: +Vertex groups: 2 + Group: 'LeftHandThumb1', Weight: 0.085831 + Group: 'LeftHandThumb2', Weight: 0.865987 +Vertex 567: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.244032 + Group: 'LeftHandThumb1', Weight: 0.455229 + Group: 'LeftHandThumb2', Weight: 0.263935 +Vertex 568: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.072860 + Group: 'LeftHandRing1', Weight: 0.007662 + Group: 'LeftHandPinky1', Weight: 0.873103 +Vertex 569: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.767188 + Group: 'LeftHandRing2', Weight: 0.004950 + Group: 'LeftHandPinky1', Weight: 0.141417 + Group: 'LeftHandPinky2', Weight: 0.029129 +Vertex 570: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.327556 + Group: 'LeftHandPinky1', Weight: 0.501187 + Group: 'LeftHandPinky2', Weight: 0.122104 +Vertex 571: +Vertex groups: 2 + Group: 'LeftHandRing1', Weight: 0.781382 + Group: 'LeftHandPinky1', Weight: 0.148387 +Vertex 572: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.018037 + Group: 'LeftHandRing1', Weight: 0.334711 + Group: 'LeftHandPinky1', Weight: 0.568902 + Group: 'LeftHandPinky2', Weight: 0.037274 +Vertex 573: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.027035 + Group: 'LeftHandRing1', Weight: 0.144894 + Group: 'LeftHandPinky1', Weight: 0.784634 +Vertex 574: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.188337 + Group: 'LeftHandRing1', Weight: 0.466569 + Group: 'LeftHandPinky1', Weight: 0.311695 +Vertex 575: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.088319 + Group: 'LeftHandRing1', Weight: 0.536938 + Group: 'LeftHandPinky1', Weight: 0.331193 +Vertex 576: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.044110 + Group: 'LeftHandRing1', Weight: 0.779033 + Group: 'LeftHandPinky1', Weight: 0.133493 +Vertex 577: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.117094 + Group: 'LeftHandRing1', Weight: 0.685356 + Group: 'LeftHandPinky1', Weight: 0.156573 +Vertex 578: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.128023 + Group: 'LeftHandMiddle1', Weight: 0.052972 + Group: 'LeftHandRing1', Weight: 0.749160 + Group: 'LeftHandPinky1', Weight: 0.055502 +Vertex 579: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.201600 + Group: 'LeftHandIndex1', Weight: 0.076170 + Group: 'LeftHandMiddle1', Weight: 0.565604 + Group: 'LeftHandRing1', Weight: 0.125448 +Vertex 580: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.723625 + Group: 'LeftHandIndex2', Weight: 0.017646 + Group: 'LeftHandMiddle1', Weight: 0.191321 +Vertex 581: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.029731 + Group: 'LeftHandThumb1', Weight: 0.000191 + Group: 'LeftHandThumb2', Weight: 0.077450 + Group: 'LeftHandIndex1', Weight: 0.725936 + Group: 'LeftHandMiddle1', Weight: 0.104010 +Vertex 582: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.007777 + Group: 'LeftHandMiddle1', Weight: 0.630396 + Group: 'LeftHandRing1', Weight: 0.290943 +Vertex 583: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.297958 + Group: 'LeftHandRing1', Weight: 0.628527 + Group: 'LeftHandRing2', Weight: 0.014109 +Vertex 584: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067818 + Group: 'LeftHandMiddle1', Weight: 0.742701 + Group: 'LeftHandRing1', Weight: 0.150222 +Vertex 585: +Vertex groups: 2 + Group: 'LeftHandMiddle1', Weight: 0.202814 + Group: 'LeftHandRing1', Weight: 0.744998 +Vertex 586: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.006350 + Group: 'LeftHandIndex1', Weight: 0.650781 + Group: 'LeftHandMiddle1', Weight: 0.250246 +Vertex 587: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.468690 + Group: 'LeftHandIndex2', Weight: 0.033256 + Group: 'LeftHandMiddle1', Weight: 0.410269 + Group: 'LeftHandMiddle2', Weight: 0.038940 +Vertex 588: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.722081 + Group: 'LeftHandIndex2', Weight: 0.067596 + Group: 'LeftHandMiddle1', Weight: 0.171779 +Vertex 589: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.317190 + Group: 'LeftHandMiddle1', Weight: 0.575129 + Group: 'LeftHandRing1', Weight: 0.034659 +Vertex 590: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.048388 + Group: 'LeftHandRing1', Weight: 0.883322 + Group: 'LeftHandPinky1', Weight: 0.006903 +Vertex 591: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.062285 + Group: 'LeftHandMiddle1', Weight: 0.170830 + Group: 'LeftHandRing1', Weight: 0.716088 +Vertex 592: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.051121 + Group: 'LeftHandIndex1', Weight: 0.113898 + Group: 'LeftHandMiddle1', Weight: 0.699673 + Group: 'LeftHandRing1', Weight: 0.113159 +Vertex 593: +Vertex groups: 4 + Group: 'LeftHandIndex1', Weight: 0.650117 + Group: 'LeftHandIndex2', Weight: 0.085287 + Group: 'LeftHandMiddle1', Weight: 0.214495 + Group: 'LeftHandMiddle2', Weight: 0.017836 +Vertex 594: +Vertex groups: 2 + Group: 'LeftHandIndex1', Weight: 0.841570 + Group: 'LeftHandMiddle1', Weight: 0.078600 +Vertex 595: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.004893 + Group: 'LeftHandIndex1', Weight: 0.307930 + Group: 'LeftHandMiddle1', Weight: 0.570548 + Group: 'LeftHandRing1', Weight: 0.058216 +Vertex 596: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.085804 + Group: 'LeftHandThumb2', Weight: 0.034142 + Group: 'LeftHandIndex1', Weight: 0.551657 + Group: 'LeftHandMiddle1', Weight: 0.256418 + Group: 'LeftHandRing1', Weight: 0.016115 +Vertex 597: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.859828 + Group: 'LeftHandIndex2', Weight: 0.053993 + Group: 'LeftHandMiddle1', Weight: 0.059813 +Vertex 598: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.891033 + Group: 'LeftHandIndex2', Weight: 0.036198 + Group: 'LeftHandMiddle1', Weight: 0.022666 +Vertex 599: +Vertex groups: 1 + Group: 'LeftHandIndex1', Weight: 0.926109 +Vertex 600: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.014934 + Group: 'LeftHandThumb2', Weight: 0.075565 + Group: 'LeftHandIndex1', Weight: 0.770643 + Group: 'LeftHandMiddle1', Weight: 0.073863 +Vertex 601: +Vertex groups: 4 + Group: 'LeftHand', Weight: 0.010364 + Group: 'LeftHandThumb2', Weight: 0.078975 + Group: 'LeftHandIndex1', Weight: 0.795688 + Group: 'LeftHandMiddle1', Weight: 0.049855 +Vertex 602: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.018858 + Group: 'LeftHandIndex1', Weight: 0.854590 + Group: 'LeftHandMiddle1', Weight: 0.056636 +Vertex 603: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.025925 + Group: 'LeftHandIndex1', Weight: 0.880035 + Group: 'LeftHandMiddle1', Weight: 0.020383 +Vertex 604: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.048847 + Group: 'LeftHandThumb1', Weight: 0.042246 + Group: 'LeftHandThumb2', Weight: 0.148388 + Group: 'LeftHandIndex1', Weight: 0.635446 + Group: 'LeftHandMiddle1', Weight: 0.092986 +Vertex 605: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.682513 + Group: 'LeftHandThumb2', Weight: 0.165796 + Group: 'LeftHandMiddle1', Weight: 0.065188 + Group: 'LeftHand', Weight: 0.053168 + Group: 'LeftHandThumb1', Weight: 0.033336 +Vertex 606: +Vertex groups: 3 + Group: 'LeftHandThumb2', Weight: 0.028094 + Group: 'LeftHandIndex1', Weight: 0.888974 + Group: 'LeftHandMiddle1', Weight: 0.005995 +Vertex 607: +Vertex groups: 5 + Group: 'LeftHand', Weight: 0.028952 + Group: 'LeftHandThumb1', Weight: 0.011139 + Group: 'LeftHandThumb2', Weight: 0.091104 + Group: 'LeftHandIndex1', Weight: 0.763456 + Group: 'LeftHandMiddle1', Weight: 0.052353 +Vertex 608: +Vertex groups: 5 + Group: 'LeftHandIndex1', Weight: 0.430602 + Group: 'LeftHandThumb2', Weight: 0.303568 + Group: 'LeftHandThumb1', Weight: 0.121699 + Group: 'LeftHand', Weight: 0.076634 + Group: 'LeftHandMiddle1', Weight: 0.067496 +Vertex 609: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.016306 + Group: 'LeftHand', Weight: 0.904971 + Group: 'LeftHandThumb1', Weight: 0.045701 +Vertex 610: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.023636 + Group: 'LeftHand', Weight: 0.930825 +Vertex 611: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101070 + Group: 'LeftHand', Weight: 0.125675 + Group: 'LeftHandThumb1', Weight: 0.768676 +Vertex 612: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.111238 + Group: 'LeftHand', Weight: 0.732081 + Group: 'LeftHandThumb1', Weight: 0.139462 +Vertex 613: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.070355 + Group: 'LeftHand', Weight: 0.870917 + Group: 'LeftHandThumb1', Weight: 0.041861 +Vertex 614: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.155604 + Group: 'LeftHand', Weight: 0.511151 + Group: 'LeftHandThumb1', Weight: 0.313019 +Vertex 615: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.061499 + Group: 'LeftHand', Weight: 0.911427 +Vertex 616: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.037291 + Group: 'LeftHand', Weight: 0.933631 +Vertex 617: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.225119 + Group: 'LeftHand', Weight: 0.153887 + Group: 'LeftHandThumb1', Weight: 0.611082 +Vertex 618: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.110146 + Group: 'LeftHand', Weight: 0.059624 + Group: 'LeftHandThumb1', Weight: 0.831553 +Vertex 619: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.079676 + Group: 'LeftHand', Weight: 0.037539 + Group: 'LeftHandThumb1', Weight: 0.865884 +Vertex 620: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.152855 + Group: 'LeftHandThumb3', Weight: 0.828922 +Vertex 621: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.279825 + Group: 'LeftHandThumb3', Weight: 0.704398 +Vertex 622: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.336261 + Group: 'LeftHandThumb3', Weight: 0.611716 +Vertex 623: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.288276 + Group: 'LeftHandThumb3', Weight: 0.667271 +Vertex 624: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.831985 + Group: 'LeftHandThumb3', Weight: 0.145892 +Vertex 625: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.738979 + Group: 'LeftHandThumb3', Weight: 0.223454 +Vertex 626: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.826433 + Group: 'LeftHandThumb3', Weight: 0.159033 +Vertex 627: +Vertex groups: 2 + Group: 'LeftHandThumb2', Weight: 0.117962 + Group: 'LeftHandThumb3', Weight: 0.854678 +Vertex 628: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.045682 + Group: 'LeftHandIndex2', Weight: 0.873169 + Group: 'LeftHandIndex3', Weight: 0.072577 +Vertex 629: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.110016 + Group: 'LeftHandIndex2', Weight: 0.814995 + Group: 'LeftHandIndex3', Weight: 0.071944 +Vertex 630: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.156982 + Group: 'LeftHandIndex2', Weight: 0.798063 + Group: 'LeftHandIndex3', Weight: 0.036243 +Vertex 631: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.158220 + Group: 'LeftHandIndex2', Weight: 0.812057 + Group: 'LeftHandIndex3', Weight: 0.007103 +Vertex 632: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.091310 + Group: 'LeftHandIndex2', Weight: 0.840978 + Group: 'LeftHandIndex3', Weight: 0.054894 +Vertex 633: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.160235 + Group: 'LeftHandIndex2', Weight: 0.802605 + Group: 'LeftHandIndex3', Weight: 0.016768 +Vertex 634: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.159168 + Group: 'LeftHandIndex2', Weight: 0.812702 + Group: 'LeftHandIndex3', Weight: 0.003328 +Vertex 635: +Vertex groups: 3 + Group: 'LeftHandIndex1', Weight: 0.067443 + Group: 'LeftHandIndex2', Weight: 0.856443 + Group: 'LeftHandIndex3', Weight: 0.072283 +Vertex 636: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.861457 + Group: 'LeftHandMiddle3', Weight: 0.111209 +Vertex 637: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.016870 + Group: 'LeftHandMiddle2', Weight: 0.792094 + Group: 'LeftHandMiddle3', Weight: 0.155193 +Vertex 638: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.000761 + Group: 'LeftHandMiddle2', Weight: 0.841365 + Group: 'LeftHandMiddle3', Weight: 0.116541 +Vertex 639: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.847375 + Group: 'LeftHandMiddle3', Weight: 0.127863 +Vertex 640: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.906608 + Group: 'LeftHandMiddle3', Weight: 0.062678 +Vertex 641: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.946666 + Group: 'LeftHandMiddle3', Weight: 0.027006 +Vertex 642: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.934000 + Group: 'LeftHandMiddle3', Weight: 0.055005 +Vertex 643: +Vertex groups: 3 + Group: 'LeftHandMiddle1', Weight: 0.020321 + Group: 'LeftHandMiddle2', Weight: 0.809398 + Group: 'LeftHandMiddle3', Weight: 0.143064 +Vertex 644: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.312567 + Group: 'LeftHandMiddle3', Weight: 0.666808 +Vertex 645: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.265393 + Group: 'LeftHandMiddle3', Weight: 0.709125 +Vertex 646: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.169675 + Group: 'LeftHandMiddle3', Weight: 0.815898 +Vertex 647: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.305289 + Group: 'LeftHandMiddle3', Weight: 0.645604 + Group: 'LeftHandMiddle3_end', Weight: 0.029023 +Vertex 648: +Vertex groups: 2 + Group: 'LeftHandMiddle2', Weight: 0.319304 + Group: 'LeftHandMiddle3', Weight: 0.647112 +Vertex 649: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.136336 + Group: 'LeftHandMiddle3', Weight: 0.828749 + Group: 'LeftHandMiddle3_end', Weight: 0.015126 +Vertex 650: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.242286 + Group: 'LeftHandMiddle3', Weight: 0.713845 + Group: 'LeftHandMiddle3_end', Weight: 0.032658 +Vertex 651: +Vertex groups: 3 + Group: 'LeftHandMiddle2', Weight: 0.232732 + Group: 'LeftHandMiddle3', Weight: 0.726426 + Group: 'LeftHandMiddle3_end', Weight: 0.021180 +Vertex 652: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.046567 + Group: 'LeftHandIndex3', Weight: 0.933746 +Vertex 653: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.034720 + Group: 'LeftHandIndex3', Weight: 0.942021 +Vertex 654: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.882764 + Group: 'LeftHandIndex3_end', Weight: 0.097977 +Vertex 655: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.900712 + Group: 'LeftHandIndex3_end', Weight: 0.084092 +Vertex 656: +Vertex groups: 3 + Group: 'LeftHandIndex2', Weight: 0.017983 + Group: 'LeftHandIndex3', Weight: 0.934047 + Group: 'LeftHandIndex3_end', Weight: 0.010954 +Vertex 657: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.033739 + Group: 'LeftHandIndex3', Weight: 0.946169 +Vertex 658: +Vertex groups: 2 + Group: 'LeftHandIndex2', Weight: 0.018147 + Group: 'LeftHandIndex3', Weight: 0.948545 +Vertex 659: +Vertex groups: 2 + Group: 'LeftHandIndex3', Weight: 0.901009 + Group: 'LeftHandIndex3_end', Weight: 0.081486 +Vertex 660: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.145802 + Group: 'LeftHandRing3', Weight: 0.766881 + Group: 'LeftHandRing3_end', Weight: 0.073824 +Vertex 661: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.141086 + Group: 'LeftHandRing3', Weight: 0.795928 + Group: 'LeftHandRing3_end', Weight: 0.052138 +Vertex 662: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.129589 + Group: 'LeftHandRing3', Weight: 0.820879 + Group: 'LeftHandRing3_end', Weight: 0.032014 +Vertex 663: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103893 + Group: 'LeftHandRing3', Weight: 0.844192 + Group: 'LeftHandRing3_end', Weight: 0.040165 +Vertex 664: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.018788 + Group: 'LeftHandRing2', Weight: 0.244266 + Group: 'LeftHandRing3', Weight: 0.546941 + Group: 'LeftHandRing3_end', Weight: 0.170024 +Vertex 665: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.099762 + Group: 'LeftHandRing3', Weight: 0.849814 + Group: 'LeftHandRing3_end', Weight: 0.039386 +Vertex 666: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.119487 + Group: 'LeftHandRing3', Weight: 0.834820 + Group: 'LeftHandRing3_end', Weight: 0.026940 +Vertex 667: +Vertex groups: 3 + Group: 'LeftHandRing2', Weight: 0.103700 + Group: 'LeftHandRing3', Weight: 0.846788 + Group: 'LeftHandRing3_end', Weight: 0.037371 +Vertex 668: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.031600 + Group: 'LeftHandRing2', Weight: 0.683019 + Group: 'LeftHandRing3', Weight: 0.248849 +Vertex 669: +Vertex groups: 2 + Group: 'LeftHandRing2', Weight: 0.727995 + Group: 'LeftHandRing3', Weight: 0.235370 +Vertex 670: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.001846 + Group: 'LeftHandRing2', Weight: 0.720238 + Group: 'LeftHandRing3', Weight: 0.236502 +Vertex 671: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.005628 + Group: 'LeftHandRing2', Weight: 0.707902 + Group: 'LeftHandRing3', Weight: 0.247519 +Vertex 672: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.036016 + Group: 'LeftHandRing2', Weight: 0.710352 + Group: 'LeftHandRing3', Weight: 0.227830 +Vertex 673: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.024878 + Group: 'LeftHandRing2', Weight: 0.707956 + Group: 'LeftHandRing3', Weight: 0.238876 +Vertex 674: +Vertex groups: 3 + Group: 'LeftHandRing1', Weight: 0.013908 + Group: 'LeftHandRing2', Weight: 0.703902 + Group: 'LeftHandRing3', Weight: 0.248347 +Vertex 675: +Vertex groups: 4 + Group: 'LeftHandRing1', Weight: 0.092124 + Group: 'LeftHandRing2', Weight: 0.527108 + Group: 'LeftHandRing3', Weight: 0.307938 + Group: 'LeftHandRing3_end', Weight: 0.061565 +Vertex 676: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.113049 + Group: 'LeftHandPinky3_end', Weight: 0.882797 +Vertex 677: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.189196 + Group: 'LeftHandPinky3_end', Weight: 0.791031 +Vertex 678: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.136583 + Group: 'LeftHandPinky3_end', Weight: 0.859719 +Vertex 679: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.128677 + Group: 'LeftHandPinky3_end', Weight: 0.867967 +Vertex 680: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.132805 + Group: 'LeftHandPinky3_end', Weight: 0.863425 +Vertex 681: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.178309 + Group: 'LeftHandPinky3_end', Weight: 0.810525 +Vertex 682: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.157308 + Group: 'LeftHandPinky3_end', Weight: 0.835969 +Vertex 683: +Vertex groups: 2 + Group: 'LeftHandPinky3', Weight: 0.135647 + Group: 'LeftHandPinky3_end', Weight: 0.860209 +Vertex 684: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.331166 + Group: 'LeftHandPinky3', Weight: 0.626907 +Vertex 685: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.228933 + Group: 'LeftHandPinky3', Weight: 0.751851 +Vertex 686: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.297147 + Group: 'LeftHandPinky3', Weight: 0.667794 +Vertex 687: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.303890 + Group: 'LeftHandPinky3', Weight: 0.664746 +Vertex 688: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.324024 + Group: 'LeftHandPinky3', Weight: 0.645726 +Vertex 689: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.295535 + Group: 'LeftHandPinky3', Weight: 0.675681 +Vertex 690: +Vertex groups: 2 + Group: 'LeftHandPinky2', Weight: 0.274203 + Group: 'LeftHandPinky3', Weight: 0.696785 +Vertex 691: +Vertex groups: 4 + Group: 'LeftHandPinky1', Weight: 0.001874 + Group: 'LeftHandPinky2', Weight: 0.357208 + Group: 'LeftHandPinky3', Weight: 0.555790 + Group: 'LeftHandPinky3_end', Weight: 0.058572 +Vertex 692: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.030228 + Group: 'LeftHandMiddle3_end', Weight: 0.958676 +Vertex 693: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.988097 +Vertex 694: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.126958 + Group: 'LeftHandMiddle3_end', Weight: 0.870386 +Vertex 695: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.132188 + Group: 'LeftHandMiddle3_end', Weight: 0.864517 +Vertex 696: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.060886 + Group: 'LeftHandMiddle3_end', Weight: 0.935951 +Vertex 697: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.003922 + Group: 'LeftHandMiddle3_end', Weight: 0.971557 +Vertex 698: +Vertex groups: 1 + Group: 'LeftHandMiddle3_end', Weight: 0.985054 +Vertex 699: +Vertex groups: 2 + Group: 'LeftHandMiddle3', Weight: 0.001080 + Group: 'LeftHandMiddle3_end', Weight: 0.973104 +Vertex 700: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991248 +Vertex 701: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991477 +Vertex 702: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.989449 +Vertex 703: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.991299 +Vertex 704: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988641 +Vertex 705: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.988717 +Vertex 706: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990779 +Vertex 707: +Vertex groups: 1 + Group: 'LeftHandRing3_end', Weight: 0.990886 +Vertex 708: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982152 +Vertex 709: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.982362 +Vertex 710: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983841 +Vertex 711: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985709 +Vertex 712: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987327 +Vertex 713: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989512 +Vertex 714: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990747 +Vertex 715: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990410 +Vertex 716: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990522 +Vertex 717: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983640 +Vertex 718: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.988478 +Vertex 719: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989648 +Vertex 720: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989711 +Vertex 721: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990458 +Vertex 722: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990387 +Vertex 723: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995397 +Vertex 724: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995805 +Vertex 725: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997103 +Vertex 726: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998328 +Vertex 727: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999309 +Vertex 728: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999480 +Vertex 729: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995680 +Vertex 730: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995539 +Vertex 731: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996130 +Vertex 732: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997410 +Vertex 733: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998048 +Vertex 734: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998389 +Vertex 735: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998883 +Vertex 736: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999193 +Vertex 737: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999379 +Vertex 738: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.706661 + Group: 'LeftLeg', Weight: 0.293339 +Vertex 739: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.709870 + Group: 'LeftLeg', Weight: 0.290130 +Vertex 740: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.258831 + Group: 'LeftLeg', Weight: 0.741168 +Vertex 741: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.293129 + Group: 'LeftLeg', Weight: 0.706870 +Vertex 742: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.842288 + Group: 'LeftLeg', Weight: 0.157711 +Vertex 743: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.828770 + Group: 'LeftLeg', Weight: 0.171230 +Vertex 744: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.711809 + Group: 'LeftLeg', Weight: 0.288191 +Vertex 745: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297788 + Group: 'LeftLeg', Weight: 0.702211 +Vertex 746: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.819543 + Group: 'LeftLeg', Weight: 0.180457 +Vertex 747: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.574182 + Group: 'LeftLeg', Weight: 0.425818 +Vertex 748: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402087 + Group: 'LeftLeg', Weight: 0.597913 +Vertex 749: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.780450 + Group: 'LeftLeg', Weight: 0.219550 +Vertex 750: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.380441 + Group: 'LeftLeg', Weight: 0.619559 +Vertex 751: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.679365 + Group: 'LeftLeg', Weight: 0.320635 +Vertex 752: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.746237 + Group: 'LeftLeg', Weight: 0.253762 +Vertex 753: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.790568 + Group: 'LeftLeg', Weight: 0.209431 +Vertex 754: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.784240 + Group: 'LeftLeg', Weight: 0.215759 +Vertex 755: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.765987 + Group: 'LeftLeg', Weight: 0.234013 +Vertex 756: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111938 + Group: 'LeftLeg', Weight: 0.888061 +Vertex 757: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.125971 + Group: 'LeftLeg', Weight: 0.874027 +Vertex 758: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062836 + Group: 'LeftLeg', Weight: 0.937161 +Vertex 759: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.068973 + Group: 'LeftLeg', Weight: 0.931020 +Vertex 760: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.173494 + Group: 'LeftLeg', Weight: 0.826505 +Vertex 761: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.100150 + Group: 'LeftLeg', Weight: 0.899848 +Vertex 762: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.261608 + Group: 'LeftLeg', Weight: 0.738391 +Vertex 763: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.182862 + Group: 'LeftLeg', Weight: 0.817137 +Vertex 764: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238939 + Group: 'LeftLeg', Weight: 0.761060 +Vertex 765: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.220612 + Group: 'LeftLeg', Weight: 0.779387 +Vertex 766: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.225149 + Group: 'LeftLeg', Weight: 0.774850 +Vertex 767: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.402109 + Group: 'LeftLeg', Weight: 0.679282 +Vertex 768: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.298174 + Group: 'LeftLeg', Weight: 0.705367 +Vertex 769: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.704478 + Group: 'LeftLeg', Weight: 0.295522 +Vertex 770: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265068 + Group: 'LeftLeg', Weight: 0.734931 +Vertex 771: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823687 + Group: 'LeftLeg', Weight: 0.176313 +Vertex 772: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.646880 + Group: 'LeftLeg', Weight: 0.353119 +Vertex 773: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.294171 + Group: 'LeftLeg', Weight: 0.705829 +Vertex 774: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.774853 + Group: 'LeftLeg', Weight: 0.225147 +Vertex 775: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.568222 + Group: 'LeftLeg', Weight: 0.431778 +Vertex 776: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.355477 + Group: 'LeftLeg', Weight: 0.644522 +Vertex 777: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.665036 + Group: 'LeftLeg', Weight: 0.334964 +Vertex 778: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.387606 + Group: 'LeftLeg', Weight: 0.612394 +Vertex 779: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.538153 + Group: 'LeftLeg', Weight: 0.461846 +Vertex 780: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.690068 + Group: 'LeftLeg', Weight: 0.309932 +Vertex 781: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.735797 + Group: 'LeftLeg', Weight: 0.264203 +Vertex 782: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.823469 + Group: 'LeftLeg', Weight: 0.176531 +Vertex 783: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.118046 + Group: 'LeftLeg', Weight: 0.881953 +Vertex 784: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.056776 + Group: 'LeftLeg', Weight: 0.943220 +Vertex 785: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.142083 + Group: 'LeftLeg', Weight: 0.857916 +Vertex 786: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.072237 + Group: 'LeftLeg', Weight: 0.927434 +Vertex 787: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.238269 + Group: 'LeftLeg', Weight: 0.761731 +Vertex 788: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.259819 + Group: 'LeftLeg', Weight: 0.740181 +Vertex 789: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.265287 + Group: 'LeftLeg', Weight: 0.734713 +Vertex 790: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.381225 + Group: 'LeftLeg', Weight: 0.632171 +Vertex 791: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.598935 + Group: 'LeftLeg', Weight: 0.614533 +Vertex 792: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956444 + Group: 'LeftLeg', Weight: 0.037112 +Vertex 793: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956846 + Group: 'LeftLeg', Weight: 0.036308 +Vertex 794: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948359 + Group: 'LeftLeg', Weight: 0.051827 +Vertex 795: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.948561 + Group: 'LeftLeg', Weight: 0.051439 +Vertex 796: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.950542 + Group: 'LeftLeg', Weight: 0.050335 +Vertex 797: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.954945 + Group: 'LeftLeg', Weight: 0.040110 +Vertex 798: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.952809 + Group: 'LeftLeg', Weight: 0.044381 +Vertex 799: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.963813 + Group: 'LeftLeg', Weight: 0.022375 +Vertex 800: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956107 + Group: 'LeftLeg', Weight: 0.037786 +Vertex 801: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951239 + Group: 'LeftLeg', Weight: 0.047523 +Vertex 802: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.949304 + Group: 'LeftLeg', Weight: 0.051872 +Vertex 803: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.951714 + Group: 'LeftLeg', Weight: 0.046573 +Vertex 804: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.964721 + Group: 'LeftLeg', Weight: 0.020558 +Vertex 805: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.960647 + Group: 'LeftLeg', Weight: 0.029684 +Vertex 806: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.953529 + Group: 'LeftLeg', Weight: 0.043076 +Vertex 807: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.965094 + Group: 'LeftLeg', Weight: 0.028896 +Vertex 808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980510 +Vertex 809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993606 +Vertex 810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.973836 +Vertex 811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.960675 +Vertex 812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979909 +Vertex 813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992083 +Vertex 814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.980609 +Vertex 815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.979565 +Vertex 816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984031 +Vertex 817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.983448 +Vertex 818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999991 +Vertex 819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.963100 +Vertex 820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.981542 +Vertex 821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.972436 +Vertex 822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.977718 +Vertex 823: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.174399 + Group: 'LeftFoot', Weight: 0.823683 +Vertex 824: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.171835 + Group: 'LeftFoot', Weight: 0.826827 +Vertex 825: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.286903 + Group: 'LeftFoot', Weight: 0.711532 +Vertex 826: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.245928 + Group: 'LeftFoot', Weight: 0.752510 +Vertex 827: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.156761 + Group: 'LeftFoot', Weight: 0.842382 +Vertex 828: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.179457 + Group: 'LeftFoot', Weight: 0.818754 +Vertex 829: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.127925 + Group: 'LeftFoot', Weight: 0.870773 +Vertex 830: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.212185 + Group: 'LeftFoot', Weight: 0.786627 +Vertex 831: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.467297 + Group: 'LeftFoot', Weight: 0.531899 +Vertex 832: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.492616 + Group: 'LeftFoot', Weight: 0.506282 +Vertex 833: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.163667 + Group: 'LeftFoot', Weight: 0.834411 +Vertex 834: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.505997 + Group: 'LeftFoot', Weight: 0.492775 +Vertex 835: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.430678 + Group: 'LeftFoot', Weight: 0.567903 +Vertex 836: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.516600 + Group: 'LeftFoot', Weight: 0.482265 +Vertex 837: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.218890 + Group: 'LeftFoot', Weight: 0.779554 +Vertex 838: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.980656 +Vertex 839: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.978826 +Vertex 840: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973745 + Group: 'LeftLeg', Weight: 0.015011 +Vertex 841: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.969129 + Group: 'LeftLeg', Weight: 0.011741 +Vertex 842: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.998012 + Group: 'LeftLeg', Weight: 0.011823 +Vertex 843: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.977942 +Vertex 844: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976470 +Vertex 845: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.983232 +Vertex 846: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979409 +Vertex 847: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.974360 + Group: 'LeftLeg', Weight: 0.001280 +Vertex 848: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.995540 + Group: 'LeftLeg', Weight: 0.014732 +Vertex 849: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.972434 + Group: 'LeftLeg', Weight: 0.005133 +Vertex 850: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.990120 +Vertex 851: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.989060 +Vertex 852: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990304 + Group: 'LeftLeg', Weight: 0.006059 +Vertex 853: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.997279 +Vertex 854: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200169 + Group: 'Spine', Weight: 0.200863 + Group: 'LeftUpLeg', Weight: 0.532568 + Group: 'RightUpLeg', Weight: 0.025115 +Vertex 855: +Vertex groups: 4 + Group: 'Hips', Weight: 0.452418 + Group: 'Spine', Weight: 0.239129 + Group: 'LeftUpLeg', Weight: 0.141726 + Group: 'RightUpLeg', Weight: 0.141806 +Vertex 856: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402381 + Group: 'Spine', Weight: 0.232605 + Group: 'LeftUpLeg', Weight: 0.261517 + Group: 'RightUpLeg', Weight: 0.076971 +Vertex 857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069291 + Group: 'Spine', Weight: 0.127481 + Group: 'LeftUpLeg', Weight: 0.765794 +Vertex 858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070182 + Group: 'Spine', Weight: 0.079731 + Group: 'LeftUpLeg', Weight: 0.819146 +Vertex 859: +Vertex groups: 3 + Group: 'Hips', Weight: 0.084007 + Group: 'Spine', Weight: 0.041860 + Group: 'LeftUpLeg', Weight: 0.841428 +Vertex 860: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162404 + Group: 'Spine', Weight: 0.027326 + Group: 'LeftUpLeg', Weight: 0.757237 +Vertex 861: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251686 + Group: 'Spine', Weight: 0.003036 + Group: 'LeftUpLeg', Weight: 0.658947 + Group: 'RightUpLeg', Weight: 0.035070 +Vertex 862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401670 + Group: 'LeftUpLeg', Weight: 0.470020 + Group: 'RightUpLeg', Weight: 0.092870 +Vertex 863: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550645 + Group: 'Spine', Weight: 0.002702 + Group: 'LeftUpLeg', Weight: 0.244009 + Group: 'RightUpLeg', Weight: 0.157108 +Vertex 864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.568180 + Group: 'Spine', Weight: 0.005989 + Group: 'LeftUpLeg', Weight: 0.190205 + Group: 'RightUpLeg', Weight: 0.190270 +Vertex 865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150195 + Group: 'Spine', Weight: 0.506016 + Group: 'Spine1', Weight: 0.055737 + Group: 'LeftUpLeg', Weight: 0.248345 +Vertex 866: +Vertex groups: 5 + Group: 'Hips', Weight: 0.215564 + Group: 'Spine', Weight: 0.586025 + Group: 'Spine1', Weight: 0.031765 + Group: 'LeftUpLeg', Weight: 0.073542 + Group: 'RightUpLeg', Weight: 0.073626 +Vertex 867: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198215 + Group: 'Spine', Weight: 0.564208 + Group: 'Spine1', Weight: 0.043305 + Group: 'LeftUpLeg', Weight: 0.138077 + Group: 'RightUpLeg', Weight: 0.030674 +Vertex 868: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113449 + Group: 'Spine', Weight: 0.395298 + Group: 'Spine1', Weight: 0.065645 + Group: 'LeftUpLeg', Weight: 0.395973 +Vertex 869: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193222 + Group: 'Spine', Weight: 0.250191 + Group: 'Spine1', Weight: 0.065118 + Group: 'LeftUpLeg', Weight: 0.465960 +Vertex 870: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220849 + Group: 'Spine', Weight: 0.164316 + Group: 'Spine1', Weight: 0.067224 + Group: 'LeftUpLeg', Weight: 0.523562 +Vertex 871: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351595 + Group: 'Spine', Weight: 0.117300 + Group: 'Spine1', Weight: 0.065304 + Group: 'LeftUpLeg', Weight: 0.439938 +Vertex 872: +Vertex groups: 5 + Group: 'Hips', Weight: 0.454354 + Group: 'Spine', Weight: 0.085680 + Group: 'Spine1', Weight: 0.055763 + Group: 'LeftUpLeg', Weight: 0.368531 + Group: 'RightUpLeg', Weight: 0.001858 +Vertex 873: +Vertex groups: 5 + Group: 'Hips', Weight: 0.562217 + Group: 'Spine', Weight: 0.070419 + Group: 'Spine1', Weight: 0.048973 + Group: 'LeftUpLeg', Weight: 0.261919 + Group: 'RightUpLeg', Weight: 0.046354 +Vertex 874: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640723 + Group: 'Spine', Weight: 0.075874 + Group: 'Spine1', Weight: 0.056867 + Group: 'LeftUpLeg', Weight: 0.132598 + Group: 'RightUpLeg', Weight: 0.085661 +Vertex 875: +Vertex groups: 5 + Group: 'Hips', Weight: 0.645672 + Group: 'Spine', Weight: 0.076860 + Group: 'Spine1', Weight: 0.057966 + Group: 'LeftUpLeg', Weight: 0.105521 + Group: 'RightUpLeg', Weight: 0.105600 +Vertex 876: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084374 + Group: 'Spine', Weight: 0.631730 + Group: 'Spine1', Weight: 0.101384 + Group: 'LeftUpLeg', Weight: 0.137897 +Vertex 877: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087438 + Group: 'Spine', Weight: 0.743252 + Group: 'Spine1', Weight: 0.075353 + Group: 'LeftUpLeg', Weight: 0.026282 + Group: 'RightUpLeg', Weight: 0.026419 +Vertex 878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088298 + Group: 'Spine', Weight: 0.705093 + Group: 'Spine1', Weight: 0.087088 + Group: 'LeftUpLeg', Weight: 0.075199 +Vertex 879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105012 + Group: 'Spine', Weight: 0.504953 + Group: 'Spine1', Weight: 0.106244 + Group: 'LeftUpLeg', Weight: 0.241664 +Vertex 880: +Vertex groups: 4 + Group: 'Hips', Weight: 0.162046 + Group: 'Spine', Weight: 0.432225 + Group: 'Spine1', Weight: 0.124673 + Group: 'LeftUpLeg', Weight: 0.236584 +Vertex 881: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280826 + Group: 'Spine', Weight: 0.295689 + Group: 'Spine1', Weight: 0.136460 + Group: 'LeftUpLeg', Weight: 0.245244 +Vertex 882: +Vertex groups: 4 + Group: 'Hips', Weight: 0.373502 + Group: 'Spine', Weight: 0.223791 + Group: 'Spine1', Weight: 0.133819 + Group: 'LeftUpLeg', Weight: 0.231362 +Vertex 883: +Vertex groups: 4 + Group: 'Hips', Weight: 0.457428 + Group: 'Spine', Weight: 0.185698 + Group: 'Spine1', Weight: 0.126515 + Group: 'LeftUpLeg', Weight: 0.191247 +Vertex 884: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525858 + Group: 'Spine', Weight: 0.167058 + Group: 'Spine1', Weight: 0.121661 + Group: 'LeftUpLeg', Weight: 0.137248 + Group: 'RightUpLeg', Weight: 0.008965 +Vertex 885: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558716 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129574 + Group: 'LeftUpLeg', Weight: 0.077794 + Group: 'RightUpLeg', Weight: 0.050803 +Vertex 886: +Vertex groups: 5 + Group: 'Hips', Weight: 0.556111 + Group: 'Spine', Weight: 0.168603 + Group: 'Spine1', Weight: 0.133706 + Group: 'LeftUpLeg', Weight: 0.061625 + Group: 'RightUpLeg', Weight: 0.061699 +Vertex 887: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143778 + Group: 'Spine', Weight: 0.184886 + Group: 'Spine1', Weight: 0.558066 + Group: 'LeftUpLeg', Weight: 0.005120 +Vertex 888: +Vertex groups: 3 + Group: 'Hips', Weight: 0.145155 + Group: 'Spine', Weight: 0.185814 + Group: 'Spine1', Weight: 0.556726 +Vertex 889: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071012 + Group: 'Spine', Weight: 0.099931 + Group: 'Spine1', Weight: 0.683809 + Group: 'Spine2', Weight: 0.022940 +Vertex 890: +Vertex groups: 4 + Group: 'Hips', Weight: 0.070900 + Group: 'Spine', Weight: 0.099454 + Group: 'Spine1', Weight: 0.684875 + Group: 'Spine2', Weight: 0.023355 +Vertex 891: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788850 + Group: 'Spine2', Weight: 0.078811 + Group: 'Spine', Weight: 0.067414 + Group: 'LeftShoulder', Weight: 0.033108 + Group: 'Hips', Weight: 0.031816 +Vertex 892: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.795940 + Group: 'Spine2', Weight: 0.083149 + Group: 'Spine', Weight: 0.066157 + Group: 'Hips', Weight: 0.029532 + Group: 'RightShoulder', Weight: 0.025223 +Vertex 893: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738598 + Group: 'Spine2', Weight: 0.127726 + Group: 'LeftShoulder', Weight: 0.067123 + Group: 'Spine', Weight: 0.034805 + Group: 'RightShoulder', Weight: 0.031747 +Vertex 894: +Vertex groups: 5 + Group: 'Spine', Weight: 0.027601 + Group: 'Spine1', Weight: 0.647707 + Group: 'Spine2', Weight: 0.118796 + Group: 'LeftShoulder', Weight: 0.048741 + Group: 'RightShoulder', Weight: 0.048849 +Vertex 895: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139753 + Group: 'Spine', Weight: 0.191953 + Group: 'Spine1', Weight: 0.541467 + Group: 'LeftUpLeg', Weight: 0.037184 +Vertex 896: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127108 + Group: 'Spine', Weight: 0.207684 + Group: 'Spine1', Weight: 0.519437 + Group: 'LeftShoulder', Weight: 0.000338 + Group: 'LeftUpLeg', Weight: 0.056388 +Vertex 897: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094791 + Group: 'Spine', Weight: 0.218488 + Group: 'Spine1', Weight: 0.510942 + Group: 'LeftShoulder', Weight: 0.020781 + Group: 'LeftUpLeg', Weight: 0.059516 +Vertex 898: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066388 + Group: 'Spine', Weight: 0.247223 + Group: 'Spine1', Weight: 0.480087 + Group: 'LeftShoulder', Weight: 0.042059 + Group: 'LeftUpLeg', Weight: 0.053653 +Vertex 899: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073113 + Group: 'Spine', Weight: 0.389123 + Group: 'Spine1', Weight: 0.333782 + Group: 'LeftShoulder', Weight: 0.023191 + Group: 'LeftUpLeg', Weight: 0.080450 +Vertex 900: +Vertex groups: 5 + Group: 'Hips', Weight: 0.050926 + Group: 'Spine', Weight: 0.432481 + Group: 'Spine1', Weight: 0.314853 + Group: 'LeftShoulder', Weight: 0.027658 + Group: 'LeftUpLeg', Weight: 0.070994 +Vertex 901: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015622 + Group: 'Spine', Weight: 0.515215 + Group: 'Spine1', Weight: 0.301943 + Group: 'LeftShoulder', Weight: 0.010276 + Group: 'LeftUpLeg', Weight: 0.046271 +Vertex 902: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005173 + Group: 'Spine', Weight: 0.602211 + Group: 'Spine1', Weight: 0.272485 + Group: 'LeftUpLeg', Weight: 0.003993 +Vertex 903: +Vertex groups: 3 + Group: 'Hips', Weight: 0.000553 + Group: 'Spine', Weight: 0.638871 + Group: 'Spine1', Weight: 0.258027 +Vertex 904: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457332 + Group: 'LeftShoulder', Weight: 0.246350 + Group: 'Spine1', Weight: 0.108884 + Group: 'Neck', Weight: 0.103796 + Group: 'RightShoulder', Weight: 0.083638 +Vertex 905: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.496144 + Group: 'RightShoulder', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.142642 + Group: 'Spine1', Weight: 0.112662 + Group: 'Neck', Weight: 0.105813 +Vertex 906: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.547606 + Group: 'Spine2', Weight: 0.199895 + Group: 'LeftShoulder', Weight: 0.066887 + Group: 'RightShoulder', Weight: 0.066953 +Vertex 907: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.549339 + Group: 'Spine2', Weight: 0.192987 + Group: 'LeftShoulder', Weight: 0.084895 + Group: 'RightShoulder', Weight: 0.051532 +Vertex 908: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250933 + Group: 'Spine2', Weight: 0.418201 + Group: 'Neck', Weight: 0.029601 + Group: 'LeftShoulder', Weight: 0.140766 + Group: 'RightShoulder', Weight: 0.069307 +Vertex 909: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.252801 + Group: 'Spine2', Weight: 0.430548 + Group: 'Neck', Weight: 0.030590 + Group: 'LeftShoulder', Weight: 0.098704 + Group: 'RightShoulder', Weight: 0.098786 +Vertex 910: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118498 + Group: 'Spine1', Weight: 0.623927 + Group: 'Spine2', Weight: 0.084648 + Group: 'LeftShoulder', Weight: 0.074498 +Vertex 911: +Vertex groups: 5 + Group: 'Spine', Weight: 0.116883 + Group: 'Spine1', Weight: 0.680072 + Group: 'Spine2', Weight: 0.074221 + Group: 'LeftShoulder', Weight: 0.024111 + Group: 'RightShoulder', Weight: 0.024208 +Vertex 912: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052717 + Group: 'Spine1', Weight: 0.482741 + Group: 'Spine2', Weight: 0.185313 + Group: 'LeftShoulder', Weight: 0.152634 + Group: 'RightShoulder', Weight: 0.029916 +Vertex 913: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052139 + Group: 'Spine1', Weight: 0.560549 + Group: 'Spine2', Weight: 0.179178 + Group: 'LeftShoulder', Weight: 0.073278 + Group: 'RightShoulder', Weight: 0.073341 +Vertex 914: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000783 + Group: 'Spine1', Weight: 0.218664 + Group: 'Spine2', Weight: 0.338394 + Group: 'LeftShoulder', Weight: 0.270866 + Group: 'RightShoulder', Weight: 0.059152 +Vertex 915: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001652 + Group: 'Spine1', Weight: 0.250302 + Group: 'Spine2', Weight: 0.412489 + Group: 'LeftShoulder', Weight: 0.122597 + Group: 'RightShoulder', Weight: 0.122664 +Vertex 916: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205494 + Group: 'Neck', Weight: 0.054275 + Group: 'LeftShoulder', Weight: 0.570568 + Group: 'RightShoulder', Weight: 0.077024 +Vertex 917: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.053865 + Group: 'Spine2', Weight: 0.424380 + Group: 'Neck', Weight: 0.064108 + Group: 'LeftShoulder', Weight: 0.209568 + Group: 'RightShoulder', Weight: 0.209623 +Vertex 918: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001963 + Group: 'Spine2', Weight: 0.184872 + Group: 'Neck', Weight: 0.092660 + Group: 'LeftShoulder', Weight: 0.586863 + Group: 'RightShoulder', Weight: 0.075108 +Vertex 919: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.005293 + Group: 'Spine2', Weight: 0.403798 + Group: 'Neck', Weight: 0.123007 + Group: 'LeftShoulder', Weight: 0.208937 + Group: 'RightShoulder', Weight: 0.209006 +Vertex 920: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092404 + Group: 'Spine', Weight: 0.141905 + Group: 'Spine1', Weight: 0.623896 + Group: 'LeftShoulder', Weight: 0.010634 + Group: 'LeftUpLeg', Weight: 0.010748 +Vertex 921: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162997 + Group: 'Spine1', Weight: 0.455615 + Group: 'Spine2', Weight: 0.003161 + Group: 'LeftShoulder', Weight: 0.098446 + Group: 'LeftUpLeg', Weight: 0.003321 +Vertex 922: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088626 + Group: 'Spine1', Weight: 0.397742 + Group: 'LeftShoulder', Weight: 0.131922 +Vertex 923: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115112 + Group: 'Spine1', Weight: 0.398274 + Group: 'Spine2', Weight: 0.008509 + Group: 'LeftShoulder', Weight: 0.133193 +Vertex 924: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118070 + Group: 'Spine', Weight: 0.175395 + Group: 'LeftUpLeg', Weight: 0.655324 +Vertex 925: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115022 + Group: 'Spine', Weight: 0.465374 + Group: 'Spine1', Weight: 0.061963 + Group: 'LeftUpLeg', Weight: 0.323237 +Vertex 926: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084832 + Group: 'Spine', Weight: 0.570558 + Group: 'Spine1', Weight: 0.109170 + Group: 'LeftUpLeg', Weight: 0.190621 +Vertex 927: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026515 + Group: 'Spine', Weight: 0.405800 + Group: 'Spine1', Weight: 0.371434 + Group: 'LeftShoulder', Weight: 0.025396 + Group: 'LeftUpLeg', Weight: 0.059355 +Vertex 928: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084919 + Group: 'Spine1', Weight: 0.309874 + Group: 'Spine2', Weight: 0.124415 + Group: 'LeftShoulder', Weight: 0.193318 +Vertex 929: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113683 + Group: 'Spine1', Weight: 0.488032 + Group: 'Spine2', Weight: 0.103522 + Group: 'LeftShoulder', Weight: 0.133364 +Vertex 930: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052839 + Group: 'Spine1', Weight: 0.302050 + Group: 'Spine2', Weight: 0.206220 + Group: 'LeftShoulder', Weight: 0.255829 +Vertex 931: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155606 + Group: 'Spine2', Weight: 0.177611 + Group: 'LeftShoulder', Weight: 0.466053 + Group: 'RightShoulder', Weight: 0.008513 +Vertex 932: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031047 + Group: 'Spine2', Weight: 0.110265 + Group: 'Neck', Weight: 0.014107 + Group: 'LeftShoulder', Weight: 0.699380 + Group: 'RightShoulder', Weight: 0.015912 +Vertex 933: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092611 + Group: 'Neck', Weight: 0.056098 + Group: 'LeftShoulder', Weight: 0.741631 + Group: 'RightShoulder', Weight: 0.011522 +Vertex 934: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026896 + Group: 'Spine1', Weight: 0.178695 + Group: 'Spine2', Weight: 0.106264 + Group: 'LeftShoulder', Weight: 0.366038 + Group: 'LeftArm', Weight: 0.100322 +Vertex 935: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104599 + Group: 'Spine2', Weight: 0.096528 + Group: 'LeftShoulder', Weight: 0.506200 + Group: 'LeftArm', Weight: 0.048504 +Vertex 936: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132009 + Group: 'Spine2', Weight: 0.330633 + Group: 'LeftShoulder', Weight: 0.365868 + Group: 'RightShoulder', Weight: 0.068933 +Vertex 937: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.150764 + Group: 'Spine2', Weight: 0.448687 + Group: 'LeftShoulder', Weight: 0.157036 + Group: 'RightShoulder', Weight: 0.157100 +Vertex 938: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097474 + Group: 'Spine2', Weight: 0.157927 + Group: 'LeftShoulder', Weight: 0.567394 + Group: 'RightShoulder', Weight: 0.014637 +Vertex 939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068199 + Group: 'Spine2', Weight: 0.084973 + Group: 'LeftShoulder', Weight: 0.602777 + Group: 'LeftArm', Weight: 0.047672 +Vertex 940: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007459 + Group: 'Spine2', Weight: 0.057161 + Group: 'LeftShoulder', Weight: 0.736470 + Group: 'LeftArm', Weight: 0.010951 +Vertex 941: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034595 + Group: 'Neck', Weight: 0.007575 + Group: 'LeftShoulder', Weight: 0.804248 +Vertex 942: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083894 + Group: 'Neck', Weight: 0.101414 + Group: 'LeftShoulder', Weight: 0.742302 +Vertex 943: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058615 + Group: 'Neck', Weight: 0.080772 + Group: 'LeftShoulder', Weight: 0.789894 +Vertex 944: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.030065 + Group: 'Neck', Weight: 0.828264 + Group: 'Head', Weight: 0.057041 + Group: 'LeftShoulder', Weight: 0.021187 + Group: 'RightShoulder', Weight: 0.021498 +Vertex 945: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.193598 + Group: 'Neck', Weight: 0.378876 + Group: 'Head', Weight: 0.257539 + Group: 'LeftShoulder', Weight: 0.069841 + Group: 'RightShoulder', Weight: 0.069945 +Vertex 946: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133423 + Group: 'Neck', Weight: 0.483008 + Group: 'Head', Weight: 0.184218 + Group: 'LeftShoulder', Weight: 0.169379 +Vertex 947: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123583 + Group: 'Neck', Weight: 0.561348 + Group: 'Head', Weight: 0.118456 + Group: 'LeftShoulder', Weight: 0.181347 +Vertex 948: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088093 + Group: 'Neck', Weight: 0.675156 + Group: 'Head', Weight: 0.072084 + Group: 'LeftShoulder', Weight: 0.151109 +Vertex 949: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025093 + Group: 'Neck', Weight: 0.138856 + Group: 'Head', Weight: 0.783596 +Vertex 950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070352 + Group: 'Head', Weight: 0.984089 +Vertex 951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077714 + Group: 'Head', Weight: 0.957619 +Vertex 952: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008613 + Group: 'Neck', Weight: 0.204480 + Group: 'Head', Weight: 0.727415 + Group: 'LeftShoulder', Weight: 0.008560 +Vertex 953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080646 + Group: 'Head', Weight: 0.999998 +Vertex 954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095778 + Group: 'Head', Weight: 0.999984 +Vertex 955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125553 + Group: 'Head', Weight: 0.999947 +Vertex 956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069640 + Group: 'Head', Weight: 1.000000 +Vertex 957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091685 + Group: 'Head', Weight: 0.999987 +Vertex 958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050818 + Group: 'Head', Weight: 0.999995 +Vertex 959: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060815 + Group: 'Head', Weight: 0.999992 +Vertex 960: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080789 + Group: 'Head', Weight: 0.999996 +Vertex 961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 962: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125035 + Group: 'Head', Weight: 0.967101 +Vertex 965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125500 + Group: 'Head', Weight: 0.953330 +Vertex 966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079596 + Group: 'Head', Weight: 0.999128 +Vertex 967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075724 + Group: 'Head', Weight: 0.983596 +Vertex 968: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 969: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 972: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 974: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 975: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 976: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 977: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 978: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 979: +Vertex groups: 1 + Group: 'Head', Weight: 0.999840 +Vertex 980: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 981: +Vertex groups: 1 + Group: 'Head', Weight: 0.999803 +Vertex 982: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 983: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 984: +Vertex groups: 1 + Group: 'Head', Weight: 0.996460 +Vertex 985: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038428 + Group: 'Neck', Weight: 0.800161 + Group: 'Head', Weight: 0.066241 + Group: 'LeftShoulder', Weight: 0.068234 +Vertex 986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115422 + Group: 'Head', Weight: 0.999819 +Vertex 987: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070800 + Group: 'Head', Weight: 1.000000 +Vertex 988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 989: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 990: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 991: +Vertex groups: 1 + Group: 'Head', Weight: 0.999849 +Vertex 992: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 993: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 994: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 995: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 998: +Vertex groups: 1 + Group: 'Head', Weight: 0.999873 +Vertex 999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1002: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005736 + Group: 'Head', Weight: 0.999998 +Vertex 1006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005476 + Group: 'Head', Weight: 0.999994 +Vertex 1007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020786 + Group: 'Head', Weight: 0.999641 +Vertex 1008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018400 + Group: 'Head', Weight: 0.999895 +Vertex 1009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019954 + Group: 'Head', Weight: 0.999990 +Vertex 1010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015461 + Group: 'Head', Weight: 0.999999 +Vertex 1011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014662 + Group: 'Head', Weight: 1.000000 +Vertex 1012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006087 + Group: 'Head', Weight: 1.000000 +Vertex 1013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013889 + Group: 'Head', Weight: 0.999998 +Vertex 1014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004235 + Group: 'Head', Weight: 0.999996 +Vertex 1015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009747 + Group: 'Head', Weight: 0.999964 +Vertex 1016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003689 + Group: 'Head', Weight: 0.999999 +Vertex 1017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005384 + Group: 'Head', Weight: 0.999976 +Vertex 1018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008718 + Group: 'Head', Weight: 0.999983 +Vertex 1019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012238 + Group: 'Head', Weight: 0.999968 +Vertex 1020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018378 + Group: 'Head', Weight: 0.999928 +Vertex 1021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017238 + Group: 'Head', Weight: 0.999995 +Vertex 1022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013942 + Group: 'Head', Weight: 0.999994 +Vertex 1023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013109 + Group: 'Head', Weight: 0.999994 +Vertex 1024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014840 + Group: 'Head', Weight: 0.999970 +Vertex 1025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015597 + Group: 'Head', Weight: 0.999981 +Vertex 1026: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019460 + Group: 'Head', Weight: 0.999894 +Vertex 1027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022520 + Group: 'Head', Weight: 0.999989 +Vertex 1028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019638 + Group: 'Head', Weight: 0.999872 +Vertex 1029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999944 +Vertex 1031: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004881 + Group: 'Head', Weight: 0.999999 +Vertex 1032: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 1033: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 1034: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033695 + Group: 'Head', Weight: 0.999823 +Vertex 1035: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046293 + Group: 'Head', Weight: 0.999593 +Vertex 1036: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030085 + Group: 'Head', Weight: 0.999980 +Vertex 1037: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036250 + Group: 'Head', Weight: 0.999908 +Vertex 1038: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053403 + Group: 'Head', Weight: 0.999837 +Vertex 1039: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045815 + Group: 'Head', Weight: 0.999905 +Vertex 1040: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061564 + Group: 'Head', Weight: 0.999997 +Vertex 1041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059662 + Group: 'Head', Weight: 0.999875 +Vertex 1042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060055 + Group: 'Head', Weight: 0.999186 +Vertex 1043: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059471 + Group: 'Head', Weight: 0.999998 +Vertex 1044: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191323 + Group: 'Neck', Weight: 0.381480 + Group: 'Head', Weight: 0.251578 + Group: 'LeftShoulder', Weight: 0.100061 + Group: 'RightShoulder', Weight: 0.042705 +Vertex 1045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077966 + Group: 'Head', Weight: 0.986368 +Vertex 1046: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071318 + Group: 'Head', Weight: 0.986091 +Vertex 1047: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025822 + Group: 'Neck', Weight: 0.147984 + Group: 'Head', Weight: 0.773619 +Vertex 1048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064687 + Group: 'Head', Weight: 0.997926 +Vertex 1049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064015 + Group: 'Head', Weight: 0.996190 +Vertex 1050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068594 + Group: 'Head', Weight: 0.999977 +Vertex 1051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065755 + Group: 'Head', Weight: 0.999943 +Vertex 1052: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057427 + Group: 'Head', Weight: 0.999981 +Vertex 1053: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044646 + Group: 'Head', Weight: 0.999991 +Vertex 1054: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033213 + Group: 'Head', Weight: 0.999936 +Vertex 1055: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025351 + Group: 'Head', Weight: 0.999502 +Vertex 1056: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027516 + Group: 'Head', Weight: 0.999998 +Vertex 1057: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020485 + Group: 'Head', Weight: 0.999999 +Vertex 1058: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029400 + Group: 'Head', Weight: 0.999996 +Vertex 1059: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014590 + Group: 'Head', Weight: 0.999935 +Vertex 1060: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090919 + Group: 'Head', Weight: 0.988054 +Vertex 1061: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076847 + Group: 'Head', Weight: 0.998937 +Vertex 1062: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.019891 + Group: 'Neck', Weight: 0.191093 + Group: 'Head', Weight: 0.731325 + Group: 'LeftShoulder', Weight: 0.008948 +Vertex 1063: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152848 + Group: 'Neck', Weight: 0.444698 + Group: 'Head', Weight: 0.201290 + Group: 'LeftShoulder', Weight: 0.159941 +Vertex 1064: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073389 + Group: 'Head', Weight: 0.999931 +Vertex 1065: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099851 + Group: 'Head', Weight: 0.930006 +Vertex 1066: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084290 + Group: 'Head', Weight: 0.995784 +Vertex 1067: +Vertex groups: 2 + Group: 'Neck', Weight: 0.096060 + Group: 'Head', Weight: 0.901961 +Vertex 1068: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107193 + Group: 'Head', Weight: 0.931839 +Vertex 1069: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081289 + Group: 'Head', Weight: 0.999999 +Vertex 1070: +Vertex groups: 2 + Group: 'Neck', Weight: 0.131953 + Group: 'Head', Weight: 0.999606 +Vertex 1071: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119615 + Group: 'Head', Weight: 0.989753 +Vertex 1072: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104391 + Group: 'Head', Weight: 1.000000 +Vertex 1073: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137669 + Group: 'Head', Weight: 0.998330 +Vertex 1074: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.175055 + Group: 'Neck', Weight: 0.402815 + Group: 'Head', Weight: 0.231263 + Group: 'LeftShoulder', Weight: 0.134416 + Group: 'RightShoulder', Weight: 0.009834 +Vertex 1075: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022595 + Group: 'Neck', Weight: 0.157840 + Group: 'Head', Weight: 0.765582 +Vertex 1076: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221045 + Group: 'Head', Weight: 0.729134 + Group: 'LeftShoulder', Weight: 0.000056 +Vertex 1077: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210190 + Group: 'Head', Weight: 0.762362 +Vertex 1078: +Vertex groups: 2 + Group: 'Neck', Weight: 0.232233 + Group: 'Head', Weight: 0.751628 +Vertex 1079: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206295 + Group: 'Head', Weight: 0.777393 +Vertex 1080: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133226 + Group: 'Neck', Weight: 0.505574 + Group: 'Head', Weight: 0.144089 + Group: 'LeftShoulder', Weight: 0.194361 +Vertex 1081: +Vertex groups: 3 + Group: 'Neck', Weight: 0.220276 + Group: 'Head', Weight: 0.719616 + Group: 'LeftShoulder', Weight: 0.006671 +Vertex 1082: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062550 + Group: 'Head', Weight: 1.000000 +Vertex 1083: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064020 + Group: 'Head', Weight: 1.000000 +Vertex 1084: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064044 + Group: 'Head', Weight: 1.000000 +Vertex 1085: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052328 + Group: 'Head', Weight: 0.999999 +Vertex 1086: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031243 + Group: 'Head', Weight: 1.000000 +Vertex 1087: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044910 + Group: 'Head', Weight: 0.999997 +Vertex 1088: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047624 + Group: 'Head', Weight: 1.000000 +Vertex 1089: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023140 + Group: 'Head', Weight: 0.999999 +Vertex 1090: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021558 + Group: 'Head', Weight: 1.000000 +Vertex 1091: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009460 + Group: 'Head', Weight: 1.000000 +Vertex 1092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1093: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010191 + Group: 'Head', Weight: 1.000000 +Vertex 1094: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004781 + Group: 'Head', Weight: 1.000000 +Vertex 1095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1098: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049099 + Group: 'Head', Weight: 0.999661 +Vertex 1099: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043577 + Group: 'Head', Weight: 0.999959 +Vertex 1100: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044375 + Group: 'Head', Weight: 0.999867 +Vertex 1101: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041956 + Group: 'Head', Weight: 0.999802 +Vertex 1102: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042542 + Group: 'Head', Weight: 0.999722 +Vertex 1103: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038744 + Group: 'Head', Weight: 0.999569 +Vertex 1104: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040395 + Group: 'Head', Weight: 0.998202 +Vertex 1105: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034111 + Group: 'Head', Weight: 0.999979 +Vertex 1106: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037824 + Group: 'Head', Weight: 0.999644 +Vertex 1107: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036620 + Group: 'Head', Weight: 0.999801 +Vertex 1108: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040153 + Group: 'Head', Weight: 0.999756 +Vertex 1109: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053035 + Group: 'Head', Weight: 0.999944 +Vertex 1110: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050307 + Group: 'Head', Weight: 0.999714 +Vertex 1111: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042272 + Group: 'Head', Weight: 0.999901 +Vertex 1112: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049037 + Group: 'Head', Weight: 0.999790 +Vertex 1113: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041600 + Group: 'Head', Weight: 0.999938 +Vertex 1114: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041760 + Group: 'Head', Weight: 1.000000 +Vertex 1115: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042021 + Group: 'Head', Weight: 0.999843 +Vertex 1116: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048712 + Group: 'Head', Weight: 0.999958 +Vertex 1117: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041106 + Group: 'Head', Weight: 0.999429 +Vertex 1118: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040236 + Group: 'Head', Weight: 0.998565 +Vertex 1119: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039584 + Group: 'Head', Weight: 0.999214 +Vertex 1120: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039993 + Group: 'Head', Weight: 0.999252 +Vertex 1121: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040980 + Group: 'Head', Weight: 0.999572 +Vertex 1122: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040553 + Group: 'Head', Weight: 0.998808 +Vertex 1123: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043046 + Group: 'Head', Weight: 0.999889 +Vertex 1124: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042828 + Group: 'Head', Weight: 0.999787 +Vertex 1125: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044177 + Group: 'Head', Weight: 0.999838 +Vertex 1126: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044063 + Group: 'Head', Weight: 0.999334 +Vertex 1127: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055333 + Group: 'Head', Weight: 0.999990 +Vertex 1128: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056165 + Group: 'Head', Weight: 0.999907 +Vertex 1129: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056718 + Group: 'Head', Weight: 0.999929 +Vertex 1130: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057110 + Group: 'Head', Weight: 0.999390 +Vertex 1131: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057000 + Group: 'Head', Weight: 0.999593 +Vertex 1132: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055418 + Group: 'Head', Weight: 0.999966 +Vertex 1133: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054629 + Group: 'Head', Weight: 0.999994 +Vertex 1134: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050632 + Group: 'Head', Weight: 0.999797 +Vertex 1135: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050245 + Group: 'Head', Weight: 0.999524 +Vertex 1136: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050063 + Group: 'Head', Weight: 0.999803 +Vertex 1137: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057081 + Group: 'Head', Weight: 0.999828 +Vertex 1138: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056366 + Group: 'Head', Weight: 0.999973 +Vertex 1139: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054044 + Group: 'Head', Weight: 0.999951 +Vertex 1140: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053468 + Group: 'Head', Weight: 0.999993 +Vertex 1141: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053346 + Group: 'Head', Weight: 1.000000 +Vertex 1142: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056485 + Group: 'Head', Weight: 0.999849 +Vertex 1143: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100279 + Group: 'Neck', Weight: 0.633091 + Group: 'Head', Weight: 0.102817 + Group: 'LeftShoulder', Weight: 0.151934 +Vertex 1144: +Vertex groups: 2 + Group: 'Neck', Weight: 0.129535 + Group: 'Head', Weight: 0.999568 +Vertex 1145: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086233 + Group: 'Head', Weight: 0.999999 +Vertex 1146: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1147: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 1148: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 1149: +Vertex groups: 1 + Group: 'Head', Weight: 0.998029 +Vertex 1150: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208540 + Group: 'Head', Weight: 0.753734 +Vertex 1151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1152: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1153: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 1154: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 1155: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063512 + Group: 'Neck', Weight: 0.732375 + Group: 'Head', Weight: 0.065073 + Group: 'LeftShoulder', Weight: 0.122593 +Vertex 1156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1157: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1159: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1160: +Vertex groups: 2 + Group: 'Neck', Weight: 0.117696 + Group: 'Head', Weight: 0.998653 +Vertex 1161: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073283 + Group: 'Head', Weight: 1.000000 +Vertex 1162: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1163: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 1164: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218144 + Group: 'Head', Weight: 0.759733 +Vertex 1165: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1166: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 1167: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018708 + Group: 'Head', Weight: 0.999969 +Vertex 1168: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003403 + Group: 'Head', Weight: 0.990309 +Vertex 1169: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007419 + Group: 'Head', Weight: 0.999992 +Vertex 1170: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000238 + Group: 'Head', Weight: 0.999340 +Vertex 1171: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012670 + Group: 'Head', Weight: 0.999987 +Vertex 1172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 1173: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058227 + Group: 'Spine', Weight: 0.084231 + Group: 'Spine1', Weight: 0.695961 + Group: 'Spine2', Weight: 0.040333 + Group: 'LeftShoulder', Weight: 0.008732 +Vertex 1174: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.790145 + Group: 'Spine', Weight: 0.096314 + Group: 'Hips', Weight: 0.066933 + Group: 'Spine2', Weight: 0.044738 + Group: 'RightShoulder', Weight: 0.001869 +Vertex 1175: +Vertex groups: 3 + Group: 'Hips', Weight: 0.494005 + Group: 'LeftUpLeg', Weight: 0.330190 + Group: 'RightUpLeg', Weight: 0.135685 +Vertex 1176: +Vertex groups: 5 + Group: 'Hips', Weight: 0.619027 + Group: 'Spine', Weight: 0.070926 + Group: 'Spine1', Weight: 0.051941 + Group: 'LeftUpLeg', Weight: 0.182526 + Group: 'RightUpLeg', Weight: 0.067812 +Vertex 1177: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555610 + Group: 'Spine', Weight: 0.162312 + Group: 'Spine1', Weight: 0.122892 + Group: 'LeftUpLeg', Weight: 0.100712 + Group: 'RightUpLeg', Weight: 0.031745 +Vertex 1178: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143187 + Group: 'Spine', Weight: 0.184899 + Group: 'Spine1', Weight: 0.555244 + Group: 'LeftUpLeg', Weight: 0.015913 +Vertex 1179: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071621 + Group: 'Spine', Weight: 0.103875 + Group: 'Spine1', Weight: 0.676804 + Group: 'Spine2', Weight: 0.017972 + Group: 'LeftShoulder', Weight: 0.011209 +Vertex 1180: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026710 + Group: 'Spine', Weight: 0.060088 + Group: 'Spine1', Weight: 0.688562 + Group: 'Spine2', Weight: 0.066888 + Group: 'LeftShoulder', Weight: 0.050801 +Vertex 1181: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058404 + Group: 'Spine', Weight: 0.086567 + Group: 'Spine1', Weight: 0.691362 + Group: 'Spine2', Weight: 0.035438 + Group: 'LeftShoulder', Weight: 0.020624 +Vertex 1182: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075881 + Group: 'Spine', Weight: 0.119490 + Group: 'Spine1', Weight: 0.652563 + Group: 'Spine2', Weight: 0.005641 + Group: 'LeftShoulder', Weight: 0.021373 +Vertex 1183: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066794 + Group: 'Spine', Weight: 0.100920 + Group: 'Spine1', Weight: 0.675785 + Group: 'Spine2', Weight: 0.019594 + Group: 'LeftShoulder', Weight: 0.022250 +Vertex 1184: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055028 + Group: 'Spine', Weight: 0.084708 + Group: 'Spine1', Weight: 0.687453 + Group: 'Spine2', Weight: 0.036188 + Group: 'LeftShoulder', Weight: 0.033543 +Vertex 1185: +Vertex groups: 5 + Group: 'Hips', Weight: 0.025989 + Group: 'Spine', Weight: 0.061232 + Group: 'Spine1', Weight: 0.682305 + Group: 'Spine2', Weight: 0.063987 + Group: 'LeftShoulder', Weight: 0.057675 +Vertex 1186: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026769 + Group: 'Spine1', Weight: 0.637044 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.074195 + Group: 'RightShoulder', Weight: 0.015727 +Vertex 1187: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009237 + Group: 'Spine', Weight: 0.049887 + Group: 'Spine1', Weight: 0.657250 + Group: 'Spine2', Weight: 0.080893 + Group: 'LeftShoulder', Weight: 0.076256 +Vertex 1188: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019568 + Group: 'Spine1', Weight: 0.575212 + Group: 'Spine2', Weight: 0.114139 + Group: 'LeftShoulder', Weight: 0.130704 +Vertex 1189: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003065 + Group: 'Spine', Weight: 0.044639 + Group: 'Spine1', Weight: 0.632031 + Group: 'Spine2', Weight: 0.080805 + Group: 'LeftShoulder', Weight: 0.097059 +Vertex 1190: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073847 + Group: 'Spine', Weight: 0.131289 + Group: 'Spine1', Weight: 0.632888 + Group: 'LeftShoulder', Weight: 0.030937 + Group: 'LeftUpLeg', Weight: 0.007590 +Vertex 1191: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003597 + Group: 'Spine', Weight: 0.051469 + Group: 'Spine1', Weight: 0.616633 + Group: 'Spine2', Weight: 0.064254 + Group: 'LeftShoulder', Weight: 0.108709 +Vertex 1192: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069051 + Group: 'Spine', Weight: 0.135159 + Group: 'Spine1', Weight: 0.618491 + Group: 'LeftShoulder', Weight: 0.042072 + Group: 'LeftUpLeg', Weight: 0.013651 +Vertex 1193: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003082 + Group: 'Spine', Weight: 0.055088 + Group: 'Spine1', Weight: 0.595872 + Group: 'Spine2', Weight: 0.052557 + Group: 'LeftShoulder', Weight: 0.117762 +Vertex 1194: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032664 + Group: 'Spine1', Weight: 0.560885 + Group: 'Spine2', Weight: 0.072512 + Group: 'LeftShoulder', Weight: 0.148064 +Vertex 1195: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050070 + Group: 'Spine1', Weight: 0.562114 + Group: 'Spine2', Weight: 0.052470 + Group: 'LeftShoulder', Weight: 0.139099 +Vertex 1196: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058959 + Group: 'Spine1', Weight: 0.549639 + Group: 'Spine2', Weight: 0.028452 + Group: 'LeftShoulder', Weight: 0.130516 +Vertex 1197: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009434 + Group: 'Spine', Weight: 0.072030 + Group: 'Spine1', Weight: 0.574626 + Group: 'Spine2', Weight: 0.016063 + Group: 'LeftShoulder', Weight: 0.109166 +Vertex 1198: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035077 + Group: 'Spine', Weight: 0.102358 + Group: 'Spine1', Weight: 0.600675 + Group: 'Spine2', Weight: 0.000255 + Group: 'LeftShoulder', Weight: 0.077774 +Vertex 1199: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059324 + Group: 'Spine', Weight: 0.135284 + Group: 'Spine1', Weight: 0.600106 + Group: 'LeftShoulder', Weight: 0.056101 + Group: 'LeftUpLeg', Weight: 0.015219 +Vertex 1200: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076561 + Group: 'Spine', Weight: 0.157656 + Group: 'Spine1', Weight: 0.589420 + Group: 'LeftShoulder', Weight: 0.036366 + Group: 'LeftUpLeg', Weight: 0.028250 +Vertex 1201: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087434 + Group: 'Spine', Weight: 0.164137 + Group: 'Spine1', Weight: 0.594302 + Group: 'LeftShoulder', Weight: 0.019993 + Group: 'LeftUpLeg', Weight: 0.024002 +Vertex 1202: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058690 + Group: 'Spine', Weight: 0.128209 + Group: 'Spine1', Weight: 0.610681 + Group: 'LeftShoulder', Weight: 0.056041 + Group: 'LeftUpLeg', Weight: 0.011046 +Vertex 1203: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041844 + Group: 'Spine', Weight: 0.101413 + Group: 'Spine1', Weight: 0.619594 + Group: 'Spine2', Weight: 0.005247 + Group: 'LeftShoulder', Weight: 0.071022 +Vertex 1204: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014783 + Group: 'Spine', Weight: 0.073785 + Group: 'Spine1', Weight: 0.595041 + Group: 'Spine2', Weight: 0.020197 + Group: 'LeftShoulder', Weight: 0.100807 +Vertex 1205: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003493 + Group: 'Spine', Weight: 0.061540 + Group: 'Spine1', Weight: 0.571189 + Group: 'Spine2', Weight: 0.031267 + Group: 'LeftShoulder', Weight: 0.121169 +Vertex 1206: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061127 + Group: 'Spine', Weight: 0.169103 + Group: 'Spine1', Weight: 0.557498 + Group: 'LeftShoulder', Weight: 0.053813 + Group: 'LeftUpLeg', Weight: 0.030649 +Vertex 1207: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052507 + Group: 'Spine', Weight: 0.188814 + Group: 'Spine1', Weight: 0.524214 + Group: 'LeftShoulder', Weight: 0.058961 + Group: 'LeftUpLeg', Weight: 0.031916 +Vertex 1208: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028998 + Group: 'Spine', Weight: 0.119505 + Group: 'Spine1', Weight: 0.558551 + Group: 'LeftShoulder', Weight: 0.081346 + Group: 'LeftUpLeg', Weight: 0.003214 +Vertex 1209: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027690 + Group: 'Spine', Weight: 0.138862 + Group: 'Spine1', Weight: 0.533952 + Group: 'LeftShoulder', Weight: 0.079046 + Group: 'LeftUpLeg', Weight: 0.009156 +Vertex 1210: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000375 + Group: 'Spine', Weight: 0.076350 + Group: 'Spine1', Weight: 0.506924 + Group: 'LeftShoulder', Weight: 0.122662 +Vertex 1211: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081664 + Group: 'Spine1', Weight: 0.465843 + Group: 'LeftShoulder', Weight: 0.124195 +Vertex 1212: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284370 + Group: 'Spine1', Weight: 0.564256 + Group: 'Spine2', Weight: 0.021160 + Group: 'LeftShoulder', Weight: 0.017486 +Vertex 1213: +Vertex groups: 3 + Group: 'Spine', Weight: 0.296945 + Group: 'Spine1', Weight: 0.583184 + Group: 'Spine2', Weight: 0.009605 +Vertex 1214: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026482 + Group: 'Spine', Weight: 0.180001 + Group: 'Spine1', Weight: 0.492755 + Group: 'LeftShoulder', Weight: 0.074068 + Group: 'LeftUpLeg', Weight: 0.020904 +Vertex 1215: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008715 + Group: 'Spine', Weight: 0.213027 + Group: 'Spine1', Weight: 0.465133 + Group: 'LeftShoulder', Weight: 0.076763 + Group: 'LeftUpLeg', Weight: 0.020425 +Vertex 1216: +Vertex groups: 3 + Group: 'Spine', Weight: 0.220708 + Group: 'Spine1', Weight: 0.642267 + Group: 'Spine2', Weight: 0.029062 +Vertex 1217: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207823 + Group: 'Spine1', Weight: 0.486255 + Group: 'Spine2', Weight: 0.032454 + Group: 'LeftShoulder', Weight: 0.080414 + Group: 'LeftUpLeg', Weight: 0.006606 +Vertex 1218: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260241 + Group: 'Spine1', Weight: 0.505116 + Group: 'Spine2', Weight: 0.035958 + Group: 'LeftShoulder', Weight: 0.061482 +Vertex 1219: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154163 + Group: 'Spine1', Weight: 0.462856 + Group: 'Spine2', Weight: 0.059030 + Group: 'LeftShoulder', Weight: 0.110257 +Vertex 1220: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194451 + Group: 'Spine1', Weight: 0.529189 + Group: 'Spine2', Weight: 0.058857 + Group: 'LeftShoulder', Weight: 0.080730 +Vertex 1221: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215362 + Group: 'Spine1', Weight: 0.611410 + Group: 'Spine2', Weight: 0.043523 + Group: 'LeftShoulder', Weight: 0.035531 +Vertex 1222: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005620 + Group: 'Spine', Weight: 0.132481 + Group: 'Spine1', Weight: 0.475082 + Group: 'LeftShoulder', Weight: 0.097072 + Group: 'LeftUpLeg', Weight: 0.000763 +Vertex 1223: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051944 + Group: 'Spine1', Weight: 0.423253 + Group: 'Spine2', Weight: 0.000599 + Group: 'LeftShoulder', Weight: 0.169423 +Vertex 1224: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025355 + Group: 'Spine1', Weight: 0.411569 + Group: 'Spine2', Weight: 0.025267 + Group: 'LeftShoulder', Weight: 0.214363 +Vertex 1225: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004813 + Group: 'Spine1', Weight: 0.379425 + Group: 'Spine2', Weight: 0.054055 + Group: 'LeftShoulder', Weight: 0.276077 +Vertex 1226: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080949 + Group: 'Spine2', Weight: 0.077417 + Group: 'LeftShoulder', Weight: 0.660980 +Vertex 1227: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020708 + Group: 'Neck', Weight: 0.004687 + Group: 'LeftShoulder', Weight: 0.824209 +Vertex 1228: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001910 + Group: 'Spine1', Weight: 0.547380 + Group: 'Spine2', Weight: 0.176959 + Group: 'LeftShoulder', Weight: 0.108131 + Group: 'RightShoulder', Weight: 0.027591 +Vertex 1229: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.481190 + Group: 'Spine2', Weight: 0.164287 + Group: 'LeftShoulder', Weight: 0.181800 + Group: 'RightShoulder', Weight: 0.000784 +Vertex 1230: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406817 + Group: 'Spine2', Weight: 0.126567 + Group: 'LeftShoulder', Weight: 0.280594 +Vertex 1231: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115218 + Group: 'Spine2', Weight: 0.021521 + Group: 'LeftShoulder', Weight: 0.491319 + Group: 'LeftArm', Weight: 0.009067 +Vertex 1232: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.164982 + Group: 'LeftArm', Weight: 0.805172 +Vertex 1233: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054568 + Group: 'LeftShoulder', Weight: 0.270403 + Group: 'LeftArm', Weight: 0.309092 +Vertex 1234: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.091215 + Group: 'LeftArm', Weight: 0.903352 +Vertex 1235: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.096926 + Group: 'LeftArm', Weight: 0.896415 +Vertex 1236: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.228711 + Group: 'LeftArm', Weight: 0.752006 +Vertex 1237: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.519104 + Group: 'LeftArm', Weight: 0.426475 +Vertex 1238: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.128280 + Group: 'LeftArm', Weight: 0.861834 +Vertex 1239: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013255 + Group: 'Spine2', Weight: 0.037865 + Group: 'LeftShoulder', Weight: 0.652185 + Group: 'LeftArm', Weight: 0.217968 +Vertex 1240: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.091019 + Group: 'Spine2', Weight: 0.440684 + Group: 'Neck', Weight: 0.026329 + Group: 'LeftShoulder', Weight: 0.190012 + Group: 'RightShoulder', Weight: 0.190069 +Vertex 1241: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063618 + Group: 'Spine2', Weight: 0.131837 + Group: 'LeftShoulder', Weight: 0.643826 + Group: 'RightShoulder', Weight: 0.016609 +Vertex 1242: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078672 + Group: 'Spine2', Weight: 0.250943 + Group: 'Neck', Weight: 0.017939 + Group: 'LeftShoulder', Weight: 0.497322 + Group: 'RightShoulder', Weight: 0.076274 +Vertex 1243: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039873 + Group: 'Spine2', Weight: 0.070338 + Group: 'LeftShoulder', Weight: 0.676994 + Group: 'LeftArm', Weight: 0.037972 +Vertex 1244: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206681 + Group: 'Spine2', Weight: 0.066597 + Group: 'LeftShoulder', Weight: 0.478802 +Vertex 1245: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242087 + Group: 'Spine2', Weight: 0.372502 + Group: 'Neck', Weight: 0.025830 + Group: 'LeftShoulder', Weight: 0.213200 + Group: 'RightShoulder', Weight: 0.042974 +Vertex 1246: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219979 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014312 + Group: 'LeftShoulder', Weight: 0.336341 + Group: 'RightShoulder', Weight: 0.002959 +Vertex 1247: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167347 + Group: 'Spine2', Weight: 0.176499 + Group: 'LeftShoulder', Weight: 0.524779 +Vertex 1248: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.461945 + Group: 'Spine2', Weight: 0.306246 + Group: 'Spine1', Weight: 0.099872 + Group: 'Neck', Weight: 0.094643 + Group: 'Head', Weight: 0.037294 +Vertex 1249: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065488 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078172 + Group: 'Head', Weight: 0.018628 + Group: 'LeftShoulder', Weight: 0.581523 +Vertex 1250: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039280 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055488 + Group: 'LeftShoulder', Weight: 0.717772 +Vertex 1251: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007149 + Group: 'Neck', Weight: 0.013393 + Group: 'LeftShoulder', Weight: 0.824344 +Vertex 1252: +Vertex groups: 1 + Group: 'LeftShoulder', Weight: 0.838834 +Vertex 1253: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001524 + Group: 'Neck', Weight: 0.017943 + Group: 'LeftShoulder', Weight: 0.838130 +Vertex 1254: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 1255: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999928 + Group: 'RightUpLeg', Weight: 0.361022 +Vertex 1256: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319115 + Group: 'LeftUpLeg', Weight: 0.418647 + Group: 'RightUpLeg', Weight: 0.242814 +Vertex 1257: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265509 + Group: 'LeftUpLeg', Weight: 0.540174 + Group: 'RightUpLeg', Weight: 0.175189 +Vertex 1258: +Vertex groups: 3 + Group: 'Hips', Weight: 0.339836 + Group: 'LeftUpLeg', Weight: 0.320161 + Group: 'RightUpLeg', Weight: 0.320198 +Vertex 1259: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999476 + Group: 'RightUpLeg', Weight: 0.999476 +Vertex 1260: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.319484 +Vertex 1261: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.970136 + Group: 'RightUpLeg', Weight: 0.297091 +Vertex 1262: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.731152 + Group: 'RightUpLeg', Weight: 0.731152 +Vertex 1263: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119356 + Group: 'LeftUpLeg', Weight: 0.627661 + Group: 'RightUpLeg', Weight: 0.244521 +Vertex 1264: +Vertex groups: 3 + Group: 'Hips', Weight: 0.125067 + Group: 'LeftUpLeg', Weight: 0.433229 + Group: 'RightUpLeg', Weight: 0.433244 +Vertex 1265: +Vertex groups: 3 + Group: 'Hips', Weight: 0.036357 + Group: 'LeftUpLeg', Weight: 0.476847 + Group: 'RightUpLeg', Weight: 0.476851 +Vertex 1266: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034125 + Group: 'LeftUpLeg', Weight: 0.898037 + Group: 'RightUpLeg', Weight: 0.280588 +Vertex 1267: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.956005 + Group: 'RightUpLeg', Weight: 0.251425 +Vertex 1268: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226216 + Group: 'LeftUpLeg', Weight: 0.635899 + Group: 'RightUpLeg', Weight: 0.118828 +Vertex 1269: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.206984 +Vertex 1270: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999506 + Group: 'RightUpLeg', Weight: 0.151825 +Vertex 1271: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082520 + Group: 'LeftUpLeg', Weight: 0.799944 + Group: 'RightUpLeg', Weight: 0.113551 +Vertex 1272: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010462 + Group: 'LeftUpLeg', Weight: 0.999395 + Group: 'RightUpLeg', Weight: 0.134928 +Vertex 1273: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.984507 + Group: 'RightUpLeg', Weight: 0.188992 +Vertex 1274: +Vertex groups: 3 + Group: 'Hips', Weight: 0.132004 + Group: 'LeftUpLeg', Weight: 0.795821 + Group: 'RightUpLeg', Weight: 0.055408 +Vertex 1275: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.114681 +Vertex 1276: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999942 + Group: 'RightUpLeg', Weight: 0.079966 +Vertex 1277: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049656 + Group: 'LeftUpLeg', Weight: 0.949605 + Group: 'RightUpLeg', Weight: 0.055362 +Vertex 1278: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985497 + Group: 'RightUpLeg', Weight: 0.067640 +Vertex 1279: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.985976 + Group: 'RightUpLeg', Weight: 0.150166 +Vertex 1280: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063725 + Group: 'LeftUpLeg', Weight: 0.902105 +Vertex 1281: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999998 + Group: 'RightUpLeg', Weight: 0.062569 +Vertex 1282: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999972 + Group: 'RightUpLeg', Weight: 0.027990 +Vertex 1283: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004093 + Group: 'LeftUpLeg', Weight: 0.995493 +Vertex 1284: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999635 + Group: 'RightUpLeg', Weight: 0.010761 +Vertex 1285: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.990285 + Group: 'RightUpLeg', Weight: 0.120570 +Vertex 1286: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.960236 +Vertex 1287: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 1.000000 + Group: 'RightUpLeg', Weight: 0.010438 +Vertex 1288: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.998746 +Vertex 1289: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.976578 +Vertex 1290: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.995184 +Vertex 1291: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.973425 + Group: 'RightUpLeg', Weight: 0.111977 +Vertex 1292: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.961858 +Vertex 1293: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999987 +Vertex 1294: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.996362 +Vertex 1295: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.979451 +Vertex 1296: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.984899 +Vertex 1297: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.992031 + Group: 'RightUpLeg', Weight: 0.131464 +Vertex 1298: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017776 + Group: 'Spine', Weight: 0.005939 + Group: 'LeftUpLeg', Weight: 0.920096 +Vertex 1299: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.975828 + Group: 'RightUpLeg', Weight: 0.029551 +Vertex 1300: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.999934 +Vertex 1301: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.954659 +Vertex 1302: +Vertex groups: 1 + Group: 'LeftUpLeg', Weight: 0.967678 +Vertex 1303: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980256 + Group: 'RightUpLeg', Weight: 0.177521 +Vertex 1304: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072145 + Group: 'Spine', Weight: 0.041545 + Group: 'LeftUpLeg', Weight: 0.847223 + Group: 'RightUpLeg', Weight: 0.004750 +Vertex 1305: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.980361 + Group: 'RightUpLeg', Weight: 0.076540 +Vertex 1306: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.999994 + Group: 'RightUpLeg', Weight: 0.049468 +Vertex 1307: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031042 + Group: 'LeftUpLeg', Weight: 0.907974 + Group: 'RightUpLeg', Weight: 0.013052 +Vertex 1308: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.933705 + Group: 'RightUpLeg', Weight: 0.029148 +Vertex 1309: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.738737 + Group: 'RightUpLeg', Weight: 0.254898 +Vertex 1310: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156627 + Group: 'Spine', Weight: 0.066580 + Group: 'LeftUpLeg', Weight: 0.711027 + Group: 'RightUpLeg', Weight: 0.056370 +Vertex 1311: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.854014 + Group: 'RightUpLeg', Weight: 0.138909 +Vertex 1312: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.871211 + Group: 'RightUpLeg', Weight: 0.107563 +Vertex 1313: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083701 + Group: 'Spine', Weight: 0.001668 + Group: 'LeftUpLeg', Weight: 0.818512 + Group: 'RightUpLeg', Weight: 0.068288 +Vertex 1314: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022326 + Group: 'LeftUpLeg', Weight: 0.864529 + Group: 'RightUpLeg', Weight: 0.088885 +Vertex 1315: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.621906 + Group: 'RightUpLeg', Weight: 0.370499 +Vertex 1316: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383655 + Group: 'Spine', Weight: 0.092892 + Group: 'LeftUpLeg', Weight: 0.396163 + Group: 'RightUpLeg', Weight: 0.115940 +Vertex 1317: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.721209 + Group: 'RightUpLeg', Weight: 0.268674 +Vertex 1318: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003658 + Group: 'LeftUpLeg', Weight: 0.733087 + Group: 'RightUpLeg', Weight: 0.234400 +Vertex 1319: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169937 + Group: 'Spine', Weight: 0.019072 + Group: 'LeftUpLeg', Weight: 0.635687 + Group: 'RightUpLeg', Weight: 0.155426 +Vertex 1320: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062244 + Group: 'LeftUpLeg', Weight: 0.720751 + Group: 'RightUpLeg', Weight: 0.203493 +Vertex 1321: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.496016 + Group: 'RightUpLeg', Weight: 0.496017 +Vertex 1322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.432765 + Group: 'Spine', Weight: 0.086114 + Group: 'LeftUpLeg', Weight: 0.235492 + Group: 'RightUpLeg', Weight: 0.235547 +Vertex 1323: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.494655 + Group: 'RightUpLeg', Weight: 0.494656 +Vertex 1324: +Vertex groups: 3 + Group: 'Hips', Weight: 0.012129 + Group: 'LeftUpLeg', Weight: 0.481554 + Group: 'RightUpLeg', Weight: 0.481557 +Vertex 1325: +Vertex groups: 4 + Group: 'Hips', Weight: 0.284070 + Group: 'Spine', Weight: 0.023456 + Group: 'LeftUpLeg', Weight: 0.337338 + Group: 'RightUpLeg', Weight: 0.337362 +Vertex 1326: +Vertex groups: 3 + Group: 'Hips', Weight: 0.080388 + Group: 'LeftUpLeg', Weight: 0.452966 + Group: 'RightUpLeg', Weight: 0.452974 +Vertex 1327: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988596 +Vertex 1328: +Vertex groups: 2 + Group: 'LeftShoulder', Weight: 0.138239 + Group: 'LeftArm', Weight: 0.816871 +Vertex 1329: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.332760 + Group: 'Neck', Weight: 0.307267 + Group: 'LeftShoulder', Weight: 0.163853 + Group: 'RightShoulder', Weight: 0.163969 +Vertex 1330: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185791 + Group: 'Neck', Weight: 0.236064 + Group: 'LeftShoulder', Weight: 0.484210 + Group: 'RightShoulder', Weight: 0.058238 +Vertex 1331: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111575 + Group: 'Neck', Weight: 0.090522 + Group: 'LeftShoulder', Weight: 0.705507 + Group: 'RightShoulder', Weight: 0.027294 +Vertex 1332: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189367 + Group: 'Neck', Weight: 0.134716 + Group: 'LeftShoulder', Weight: 0.552051 + Group: 'RightShoulder', Weight: 0.076660 +Vertex 1333: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.384760 + Group: 'Neck', Weight: 0.169201 + Group: 'LeftShoulder', Weight: 0.200475 + Group: 'RightShoulder', Weight: 0.200556 +Vertex 1334: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098583 + Group: 'LeftShoulder', Weight: 0.780750 +Vertex 1335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072157 + Group: 'LeftShoulder', Weight: 0.809111 +Vertex 1336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079630 + Group: 'LeftShoulder', Weight: 0.763951 +Vertex 1337: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001268 + Group: 'Spine2', Weight: 0.128367 + Group: 'Neck', Weight: 0.113053 + Group: 'Head', Weight: 0.030129 + Group: 'LeftShoulder', Weight: 0.653173 +Vertex 1338: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027578 + Group: 'Spine2', Weight: 0.192667 + Group: 'Neck', Weight: 0.140433 + Group: 'Head', Weight: 0.060240 + Group: 'LeftShoulder', Weight: 0.521038 +Vertex 1339: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.399199 + Group: 'Spine2', Weight: 0.295054 + Group: 'Neck', Weight: 0.169908 + Group: 'Head', Weight: 0.083858 + Group: 'Spine1', Weight: 0.051981 +Vertex 1340: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428595 + Group: 'LeftShoulder', Weight: 0.214635 + Group: 'Neck', Weight: 0.182294 + Group: 'Head', Weight: 0.098253 + Group: 'RightShoulder', Weight: 0.076222 +Vertex 1341: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.456703 + Group: 'Neck', Weight: 0.186296 + Group: 'RightShoulder', Weight: 0.128813 + Group: 'LeftShoulder', Weight: 0.128704 + Group: 'Head', Weight: 0.099484 +Vertex 1342: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228835 + Group: 'Neck', Weight: 0.285584 + Group: 'Head', Weight: 0.080261 + Group: 'LeftShoulder', Weight: 0.373498 +Vertex 1343: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.247735 + Group: 'Neck', Weight: 0.310178 + Group: 'Head', Weight: 0.062729 + Group: 'LeftShoulder', Weight: 0.357776 +Vertex 1344: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.252668 + Group: 'Neck', Weight: 0.327326 + Group: 'Head', Weight: 0.041007 + Group: 'LeftShoulder', Weight: 0.354065 +Vertex 1345: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110189 + Group: 'Neck', Weight: 0.550806 + Group: 'Head', Weight: 0.017167 + Group: 'LeftShoulder', Weight: 0.276835 +Vertex 1346: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086051 + Group: 'Neck', Weight: 0.696215 + Group: 'Head', Weight: 0.018832 + Group: 'LeftShoulder', Weight: 0.147615 + Group: 'RightShoulder', Weight: 0.006283 +Vertex 1347: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183902 + Group: 'Neck', Weight: 0.371339 + Group: 'Head', Weight: 0.014374 + Group: 'LeftShoulder', Weight: 0.386244 +Vertex 1348: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.079372 + Group: 'Neck', Weight: 0.757144 + Group: 'Head', Weight: 0.006251 + Group: 'LeftShoulder', Weight: 0.064353 + Group: 'RightShoulder', Weight: 0.064523 +Vertex 1349: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228027 + Group: 'Neck', Weight: 0.273393 + Group: 'Head', Weight: 0.091254 + Group: 'LeftShoulder', Weight: 0.366626 +Vertex 1350: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249506 + Group: 'Neck', Weight: 0.263115 + Group: 'Head', Weight: 0.112772 + Group: 'LeftShoulder', Weight: 0.315626 +Vertex 1351: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307346 + Group: 'Neck', Weight: 0.274938 + Group: 'LeftShoulder', Weight: 0.254926 + Group: 'Head', Weight: 0.142536 + Group: 'RightShoulder', Weight: 0.020255 +Vertex 1352: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346868 + Group: 'Neck', Weight: 0.273198 + Group: 'LeftShoulder', Weight: 0.158814 + Group: 'Head', Weight: 0.157034 + Group: 'RightShoulder', Weight: 0.064086 +Vertex 1353: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.331846 + Group: 'Neck', Weight: 0.302944 + Group: 'Head', Weight: 0.159794 + Group: 'RightShoulder', Weight: 0.102764 + Group: 'LeftShoulder', Weight: 0.102652 +Vertex 1354: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202990 + Group: 'LeftUpLeg', Weight: 0.487598 + Group: 'RightUpLeg', Weight: 0.296196 +Vertex 1355: +Vertex groups: 3 + Group: 'Hips', Weight: 0.182427 + Group: 'LeftUpLeg', Weight: 0.402874 + Group: 'RightUpLeg', Weight: 0.402895 +Vertex 1356: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.084901 + Group: 'Neck', Weight: 0.241900 + Group: 'Head', Weight: 0.588975 + Group: 'LeftShoulder', Weight: 0.021124 + Group: 'RightShoulder', Weight: 0.021319 +Vertex 1357: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067373 + Group: 'Neck', Weight: 0.489391 + Group: 'Head', Weight: 0.349822 + Group: 'LeftShoulder', Weight: 0.075462 +Vertex 1358: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.042835 + Group: 'Neck', Weight: 0.585622 + Group: 'Head', Weight: 0.296064 + Group: 'LeftShoulder', Weight: 0.063517 +Vertex 1359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.719491 + Group: 'Head', Weight: 0.233981 +Vertex 1360: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081979 + Group: 'Neck', Weight: 0.255700 + Group: 'Head', Weight: 0.578202 + Group: 'LeftShoulder', Weight: 0.042392 + Group: 'RightShoulder', Weight: 0.000948 +Vertex 1361: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075819 + Group: 'Neck', Weight: 0.424433 + Group: 'Head', Weight: 0.404573 + Group: 'LeftShoulder', Weight: 0.071045 +Vertex 1362: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079398 + Group: 'Neck', Weight: 0.302599 + Group: 'Head', Weight: 0.529972 + Group: 'LeftShoulder', Weight: 0.057092 +Vertex 1363: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013277 + Group: 'Neck', Weight: 0.704727 + Group: 'Head', Weight: 0.207091 + Group: 'LeftShoulder', Weight: 0.050355 +Vertex 1364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.780898 + Group: 'Head', Weight: 0.171812 +Vertex 1365: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055366 + Group: 'Neck', Weight: 0.531674 + Group: 'Head', Weight: 0.330912 + Group: 'LeftShoulder', Weight: 0.069655 +Vertex 1366: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.032769 + Group: 'Neck', Weight: 0.646882 + Group: 'Head', Weight: 0.244862 + Group: 'LeftShoulder', Weight: 0.060428 +Vertex 1367: +Vertex groups: 3 + Group: 'Neck', Weight: 0.734824 + Group: 'Head', Weight: 0.193006 + Group: 'LeftShoulder', Weight: 0.030948 +Vertex 1368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999968 +Vertex 1369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011366 + Group: 'Head', Weight: 0.999978 +Vertex 1371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045245 + Group: 'Head', Weight: 0.999989 +Vertex 1372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025936 + Group: 'Head', Weight: 1.000000 +Vertex 1373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026265 + Group: 'Head', Weight: 0.999507 +Vertex 1374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055691 + Group: 'Head', Weight: 0.999948 +Vertex 1375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062413 + Group: 'Head', Weight: 0.999995 +Vertex 1376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034565 + Group: 'Head', Weight: 0.999812 +Vertex 1377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064099 + Group: 'Head', Weight: 0.999989 +Vertex 1378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026905 + Group: 'Head', Weight: 0.999973 +Vertex 1379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061701 + Group: 'Head', Weight: 0.998362 +Vertex 1380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061855 + Group: 'Head', Weight: 0.999675 +Vertex 1381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029119 + Group: 'Head', Weight: 0.999965 +Vertex 1382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024988 + Group: 'Head', Weight: 1.000000 +Vertex 1383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023832 + Group: 'Head', Weight: 0.999838 +Vertex 1384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013132 + Group: 'Head', Weight: 0.999999 +Vertex 1385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008768 + Group: 'Head', Weight: 0.999998 +Vertex 1386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010648 + Group: 'Head', Weight: 1.000000 +Vertex 1387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015140 + Group: 'Head', Weight: 1.000000 +Vertex 1388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001900 + Group: 'Head', Weight: 1.000000 +Vertex 1389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999998 +Vertex 1390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013545 + Group: 'Head', Weight: 0.999997 +Vertex 1391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002554 + Group: 'Head', Weight: 0.999998 +Vertex 1392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003159 + Group: 'Head', Weight: 0.999946 +Vertex 1393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019301 + Group: 'Head', Weight: 0.999895 +Vertex 1394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017997 + Group: 'Head', Weight: 0.999896 +Vertex 1395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007667 + Group: 'Head', Weight: 0.999997 +Vertex 1396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013989 + Group: 'Head', Weight: 1.000000 +Vertex 1397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002580 + Group: 'Head', Weight: 1.000000 +Vertex 1398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009154 + Group: 'Head', Weight: 0.999982 +Vertex 1399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005824 + Group: 'Head', Weight: 0.999990 +Vertex 1400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018112 + Group: 'Head', Weight: 0.999904 +Vertex 1402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015629 + Group: 'Head', Weight: 0.999999 +Vertex 1404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013335 + Group: 'Head', Weight: 0.999998 +Vertex 1405: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019341 + Group: 'Head', Weight: 0.999898 +Vertex 1407: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006238 + Group: 'Head', Weight: 0.999997 +Vertex 1408: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013350 + Group: 'Head', Weight: 0.999999 +Vertex 1409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1410: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001654 + Group: 'Head', Weight: 1.000000 +Vertex 1411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009721 + Group: 'Head', Weight: 1.000000 +Vertex 1413: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017546 + Group: 'Head', Weight: 0.999999 +Vertex 1414: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038357 + Group: 'Head', Weight: 0.999425 +Vertex 1415: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999333 +Vertex 1416: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043000 + Group: 'Head', Weight: 0.999285 +Vertex 1417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040756 + Group: 'Head', Weight: 0.999179 +Vertex 1418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027471 + Group: 'Head', Weight: 0.999999 +Vertex 1419: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013030 + Group: 'Head', Weight: 1.000000 +Vertex 1420: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012713 + Group: 'Head', Weight: 0.999987 +Vertex 1421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011501 + Group: 'Head', Weight: 0.999991 +Vertex 1422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007434 + Group: 'Head', Weight: 0.999997 +Vertex 1423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000365 + Group: 'Head', Weight: 0.999990 +Vertex 1424: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001695 + Group: 'Head', Weight: 1.000000 +Vertex 1425: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274440 + Group: 'Spine', Weight: 0.331051 + Group: 'Spine1', Weight: 0.279496 + Group: 'LeftUpLeg', Weight: 0.044506 + Group: 'RightUpLeg', Weight: 0.014127 +Vertex 1426: +Vertex groups: 5 + Group: 'Hips', Weight: 0.273402 + Group: 'Spine', Weight: 0.331294 + Group: 'Spine1', Weight: 0.282128 + Group: 'LeftUpLeg', Weight: 0.027408 + Group: 'RightUpLeg', Weight: 0.027529 +Vertex 1427: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279827 + Group: 'Spine', Weight: 0.333694 + Group: 'Spine1', Weight: 0.249848 + Group: 'LeftUpLeg', Weight: 0.081128 +Vertex 1428: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249301 + Group: 'Spine', Weight: 0.340681 + Group: 'Spine1', Weight: 0.248131 + Group: 'LeftUpLeg', Weight: 0.108046 +Vertex 1429: +Vertex groups: 4 + Group: 'Hips', Weight: 0.194064 + Group: 'Spine', Weight: 0.366639 + Group: 'Spine1', Weight: 0.254902 + Group: 'LeftUpLeg', Weight: 0.122462 +Vertex 1430: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136718 + Group: 'Spine', Weight: 0.412271 + Group: 'Spine1', Weight: 0.254658 + Group: 'LeftUpLeg', Weight: 0.119643 +Vertex 1431: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113098 + Group: 'Spine', Weight: 0.479945 + Group: 'Spine1', Weight: 0.197220 + Group: 'LeftUpLeg', Weight: 0.138987 +Vertex 1432: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078645 + Group: 'Spine', Weight: 0.535506 + Group: 'Spine1', Weight: 0.181559 + Group: 'LeftUpLeg', Weight: 0.134478 +Vertex 1433: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054028 + Group: 'Spine', Weight: 0.629855 + Group: 'Spine1', Weight: 0.170298 + Group: 'LeftUpLeg', Weight: 0.084247 +Vertex 1434: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050324 + Group: 'Spine', Weight: 0.705961 + Group: 'Spine1', Weight: 0.146775 + Group: 'LeftUpLeg', Weight: 0.044057 +Vertex 1435: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045276 + Group: 'Spine', Weight: 0.746064 + Group: 'Spine1', Weight: 0.130161 +Vertex 1436: +Vertex groups: 4 + Group: 'Hips', Weight: 0.059928 + Group: 'Spine', Weight: 0.568808 + Group: 'Spine1', Weight: 0.192140 + Group: 'LeftUpLeg', Weight: 0.109679 +Vertex 1437: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289721 + Group: 'Spine', Weight: 0.330511 + Group: 'Spine1', Weight: 0.257337 + Group: 'LeftUpLeg', Weight: 0.061254 + Group: 'RightUpLeg', Weight: 0.004091 +Vertex 1438: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071109 + Group: 'Spine', Weight: 0.101239 + Group: 'Spine1', Weight: 0.681154 + Group: 'Spine2', Weight: 0.021283 + Group: 'LeftShoulder', Weight: 0.005795 +Vertex 1439: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108303 + Group: 'Spine', Weight: 0.158449 + Group: 'Spine1', Weight: 0.599234 + Group: 'LeftShoulder', Weight: 0.001521 + Group: 'LeftUpLeg', Weight: 0.018891 +Vertex 1440: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058513 + Group: 'Spine', Weight: 0.085395 + Group: 'Spine1', Weight: 0.694096 + Group: 'Spine2', Weight: 0.037937 + Group: 'LeftShoulder', Weight: 0.014498 +Vertex 1441: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780843 + Group: 'Spine2', Weight: 0.075573 + Group: 'Spine', Weight: 0.068243 + Group: 'LeftShoulder', Weight: 0.042683 + Group: 'Hips', Weight: 0.032658 +Vertex 1442: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746934 + Group: 'Spine2', Weight: 0.114455 + Group: 'LeftShoulder', Weight: 0.093846 + Group: 'Spine', Weight: 0.041425 + Group: 'RightShoulder', Weight: 0.003341 +Vertex 1443: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028118 + Group: 'Spine1', Weight: 0.595936 + Group: 'Spine2', Weight: 0.099157 + Group: 'LeftShoulder', Weight: 0.119897 +Vertex 1444: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021586 + Group: 'Spine1', Weight: 0.527535 + Group: 'Spine2', Weight: 0.079295 + Group: 'LeftShoulder', Weight: 0.171920 +Vertex 1445: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039353 + Group: 'Spine1', Weight: 0.528177 + Group: 'Spine2', Weight: 0.053477 + Group: 'LeftShoulder', Weight: 0.160604 +Vertex 1446: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054737 + Group: 'Spine1', Weight: 0.511184 + Group: 'Spine2', Weight: 0.024095 + Group: 'LeftShoulder', Weight: 0.146544 +Vertex 1447: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006169 + Group: 'Spine', Weight: 0.072781 + Group: 'Spine1', Weight: 0.553704 + Group: 'Spine2', Weight: 0.010009 + Group: 'LeftShoulder', Weight: 0.114713 +Vertex 1448: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034202 + Group: 'Spine', Weight: 0.108451 + Group: 'Spine1', Weight: 0.587786 + Group: 'LeftShoulder', Weight: 0.078381 +Vertex 1449: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062200 + Group: 'Spine', Weight: 0.150104 + Group: 'Spine1', Weight: 0.583746 + Group: 'LeftShoulder', Weight: 0.053519 + Group: 'LeftUpLeg', Weight: 0.023177 +Vertex 1450: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086924 + Group: 'Spine', Weight: 0.179646 + Group: 'Spine1', Weight: 0.562551 + Group: 'LeftShoulder', Weight: 0.026643 + Group: 'LeftUpLeg', Weight: 0.043324 +Vertex 1451: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103225 + Group: 'Spine', Weight: 0.178297 + Group: 'Spine1', Weight: 0.570240 + Group: 'LeftShoulder', Weight: 0.010541 + Group: 'LeftUpLeg', Weight: 0.037724 +Vertex 1452: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057880 + Group: 'Spine', Weight: 0.093566 + Group: 'Spine1', Weight: 0.674774 + Group: 'Spine2', Weight: 0.024416 + Group: 'LeftShoulder', Weight: 0.040255 +Vertex 1453: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059453 + Group: 'Spine', Weight: 0.099764 + Group: 'Spine1', Weight: 0.665763 + Group: 'Spine2', Weight: 0.017980 + Group: 'LeftShoulder', Weight: 0.043318 +Vertex 1454: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048545 + Group: 'Spine', Weight: 0.080553 + Group: 'Spine1', Weight: 0.680163 + Group: 'Spine2', Weight: 0.039062 + Group: 'LeftShoulder', Weight: 0.051615 +Vertex 1455: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048331 + Group: 'Spine', Weight: 0.083688 + Group: 'Spine1', Weight: 0.672619 + Group: 'Spine2', Weight: 0.032769 + Group: 'LeftShoulder', Weight: 0.055231 +Vertex 1456: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029320 + Group: 'Spine', Weight: 0.066484 + Group: 'Spine1', Weight: 0.675498 + Group: 'Spine2', Weight: 0.055875 + Group: 'LeftShoulder', Weight: 0.062836 +Vertex 1457: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028192 + Group: 'Spine', Weight: 0.068481 + Group: 'Spine1', Weight: 0.666497 + Group: 'Spine2', Weight: 0.051991 + Group: 'LeftShoulder', Weight: 0.068854 +Vertex 1458: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018848 + Group: 'Spine', Weight: 0.059395 + Group: 'Spine1', Weight: 0.663040 + Group: 'Spine2', Weight: 0.063332 + Group: 'LeftShoulder', Weight: 0.074023 +Vertex 1459: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014703 + Group: 'Spine', Weight: 0.057907 + Group: 'Spine1', Weight: 0.651597 + Group: 'Spine2', Weight: 0.062487 + Group: 'LeftShoulder', Weight: 0.083247 +Vertex 1460: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058245 + Group: 'Spine', Weight: 0.104575 + Group: 'Spine1', Weight: 0.654823 + Group: 'Spine2', Weight: 0.012785 + Group: 'LeftShoulder', Weight: 0.050469 +Vertex 1461: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047144 + Group: 'Spine', Weight: 0.087263 + Group: 'Spine1', Weight: 0.662581 + Group: 'Spine2', Weight: 0.026510 + Group: 'LeftShoulder', Weight: 0.059363 +Vertex 1462: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027938 + Group: 'Spine', Weight: 0.071536 + Group: 'Spine1', Weight: 0.656758 + Group: 'Spine2', Weight: 0.044304 + Group: 'LeftShoulder', Weight: 0.073705 +Vertex 1463: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015366 + Group: 'Spine', Weight: 0.061321 + Group: 'Spine1', Weight: 0.642794 + Group: 'Spine2', Weight: 0.055062 + Group: 'LeftShoulder', Weight: 0.088211 +Vertex 1464: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056149 + Group: 'Spine', Weight: 0.106596 + Group: 'Spine1', Weight: 0.644885 + Group: 'Spine2', Weight: 0.009238 + Group: 'LeftShoulder', Weight: 0.054810 +Vertex 1465: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043838 + Group: 'Spine', Weight: 0.089532 + Group: 'Spine1', Weight: 0.650649 + Group: 'Spine2', Weight: 0.020861 + Group: 'LeftShoulder', Weight: 0.064705 +Vertex 1466: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024331 + Group: 'Spine', Weight: 0.072433 + Group: 'Spine1', Weight: 0.641716 + Group: 'Spine2', Weight: 0.037006 + Group: 'LeftShoulder', Weight: 0.081710 +Vertex 1467: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015573 + Group: 'Spine', Weight: 0.064318 + Group: 'Spine1', Weight: 0.632278 + Group: 'Spine2', Weight: 0.048143 + Group: 'LeftShoulder', Weight: 0.092568 +Vertex 1468: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051497 + Group: 'Spine', Weight: 0.103559 + Group: 'Spine1', Weight: 0.636294 + Group: 'Spine2', Weight: 0.009026 + Group: 'LeftShoulder', Weight: 0.061722 +Vertex 1469: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038804 + Group: 'Spine', Weight: 0.089422 + Group: 'Spine1', Weight: 0.639196 + Group: 'Spine2', Weight: 0.017051 + Group: 'LeftShoulder', Weight: 0.070680 +Vertex 1470: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023260 + Group: 'Spine', Weight: 0.075227 + Group: 'Spine1', Weight: 0.628140 + Group: 'Spine2', Weight: 0.028181 + Group: 'LeftShoulder', Weight: 0.086054 +Vertex 1471: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016265 + Group: 'Spine', Weight: 0.068587 + Group: 'Spine1', Weight: 0.619121 + Group: 'Spine2', Weight: 0.035131 + Group: 'LeftShoulder', Weight: 0.095029 +Vertex 1472: +Vertex groups: 3 + Group: 'Hips', Weight: 0.111636 + Group: 'Spine', Weight: 0.147335 + Group: 'Spine1', Weight: 0.621154 +Vertex 1473: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112468 + Group: 'Spine', Weight: 0.148822 + Group: 'Spine1', Weight: 0.618461 +Vertex 1474: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112178 + Group: 'Spine', Weight: 0.150127 + Group: 'Spine1', Weight: 0.615133 + Group: 'LeftUpLeg', Weight: 0.001167 +Vertex 1475: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112191 + Group: 'Spine', Weight: 0.155176 + Group: 'Spine1', Weight: 0.605282 + Group: 'LeftUpLeg', Weight: 0.011270 +Vertex 1476: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099975 + Group: 'Spine', Weight: 0.141051 + Group: 'Spine1', Weight: 0.627220 + Group: 'LeftUpLeg', Weight: 0.004952 +Vertex 1477: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.735172 + Group: 'Spine', Weight: 0.151410 + Group: 'Hips', Weight: 0.103973 + Group: 'LeftShoulder', Weight: 0.007017 + Group: 'LeftUpLeg', Weight: 0.002428 +Vertex 1478: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095390 + Group: 'Spine', Weight: 0.128490 + Group: 'Spine1', Weight: 0.649315 + Group: 'Spine2', Weight: 0.003195 +Vertex 1479: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089665 + Group: 'Spine', Weight: 0.126337 + Group: 'Spine1', Weight: 0.649433 + Group: 'Spine2', Weight: 0.003373 + Group: 'LeftShoulder', Weight: 0.001256 +Vertex 1480: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095051 + Group: 'Spine', Weight: 0.128573 + Group: 'Spine1', Weight: 0.648814 + Group: 'Spine2', Weight: 0.003010 +Vertex 1481: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082585 + Group: 'Spine', Weight: 0.119375 + Group: 'Spine1', Weight: 0.657523 + Group: 'Spine2', Weight: 0.007052 + Group: 'LeftShoulder', Weight: 0.007518 +Vertex 1482: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093749 + Group: 'Spine', Weight: 0.128662 + Group: 'Spine1', Weight: 0.647432 + Group: 'Spine2', Weight: 0.002548 +Vertex 1483: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076370 + Group: 'Spine', Weight: 0.113879 + Group: 'Spine1', Weight: 0.662213 + Group: 'Spine2', Weight: 0.010239 + Group: 'LeftShoulder', Weight: 0.015006 +Vertex 1484: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079898 + Group: 'Spine', Weight: 0.119872 + Group: 'Spine1', Weight: 0.654617 + Group: 'Spine2', Weight: 0.006161 + Group: 'LeftShoulder', Weight: 0.014001 +Vertex 1485: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081118 + Group: 'Spine', Weight: 0.114766 + Group: 'Spine1', Weight: 0.664827 + Group: 'Spine2', Weight: 0.010654 + Group: 'LeftShoulder', Weight: 0.003709 +Vertex 1486: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083319 + Group: 'Spine', Weight: 0.114703 + Group: 'Spine1', Weight: 0.667274 + Group: 'Spine2', Weight: 0.011302 +Vertex 1487: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083344 + Group: 'Spine', Weight: 0.114336 + Group: 'Spine1', Weight: 0.668170 + Group: 'Spine2', Weight: 0.011618 +Vertex 1488: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082682 + Group: 'Spine', Weight: 0.115369 + Group: 'Spine1', Weight: 0.665079 + Group: 'Spine2', Weight: 0.010503 + Group: 'LeftShoulder', Weight: 0.000027 +Vertex 1489: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108830 + Group: 'Neck', Weight: 0.225203 + Group: 'LeftShoulder', Weight: 0.611882 +Vertex 1490: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113457 + Group: 'Neck', Weight: 0.207485 + Group: 'LeftShoulder', Weight: 0.616382 +Vertex 1491: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.206389 + Group: 'Neck', Weight: 0.516922 + Group: 'LeftShoulder', Weight: 0.124590 + Group: 'RightShoulder', Weight: 0.124736 +Vertex 1492: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.214421 + Group: 'Neck', Weight: 0.354601 + Group: 'LeftShoulder', Weight: 0.349548 + Group: 'RightShoulder', Weight: 0.049580 +Vertex 1493: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116394 + Group: 'Neck', Weight: 0.361031 + Group: 'LeftShoulder', Weight: 0.463508 +Vertex 1494: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084674 + Group: 'Neck', Weight: 0.149704 + Group: 'LeftShoulder', Weight: 0.702425 +Vertex 1495: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.128330 + Group: 'Neck', Weight: 0.662197 + Group: 'LeftShoulder', Weight: 0.090794 + Group: 'RightShoulder', Weight: 0.090958 +Vertex 1496: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136346 + Group: 'Neck', Weight: 0.557778 + Group: 'LeftShoulder', Weight: 0.234572 + Group: 'RightShoulder', Weight: 0.027258 +Vertex 1497: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008073 + Group: 'Head', Weight: 1.000000 +Vertex 1498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1499: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049710 + Group: 'Head', Weight: 1.000000 +Vertex 1500: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036804 + Group: 'Head', Weight: 1.000000 +Vertex 1501: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040878 + Group: 'Head', Weight: 0.999997 +Vertex 1502: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025047 + Group: 'Head', Weight: 0.999998 +Vertex 1503: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032833 + Group: 'Head', Weight: 0.999998 +Vertex 1504: +Vertex groups: 2 + Group: 'Neck', Weight: 0.028947 + Group: 'Head', Weight: 1.000000 +Vertex 1505: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026502 + Group: 'Head', Weight: 1.000000 +Vertex 1506: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020681 + Group: 'Head', Weight: 1.000000 +Vertex 1507: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020440 + Group: 'Head', Weight: 1.000000 +Vertex 1508: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001180 + Group: 'Head', Weight: 1.000000 +Vertex 1509: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008774 + Group: 'Head', Weight: 0.999997 +Vertex 1510: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012555 + Group: 'Head', Weight: 1.000000 +Vertex 1511: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012943 + Group: 'Head', Weight: 1.000000 +Vertex 1512: +Vertex groups: 2 + Group: 'Neck', Weight: 0.035483 + Group: 'Head', Weight: 1.000000 +Vertex 1513: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032883 + Group: 'Head', Weight: 1.000000 +Vertex 1514: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016863 + Group: 'Head', Weight: 1.000000 +Vertex 1515: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016632 + Group: 'Head', Weight: 1.000000 +Vertex 1516: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002010 + Group: 'Head', Weight: 1.000000 +Vertex 1517: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003253 + Group: 'Head', Weight: 1.000000 +Vertex 1518: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008810 + Group: 'Head', Weight: 1.000000 +Vertex 1519: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006133 + Group: 'Head', Weight: 1.000000 +Vertex 1520: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012774 + Group: 'Head', Weight: 1.000000 +Vertex 1521: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017103 + Group: 'Head', Weight: 1.000000 +Vertex 1522: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022123 + Group: 'Head', Weight: 1.000000 +Vertex 1523: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031870 + Group: 'Head', Weight: 1.000000 +Vertex 1524: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044155 + Group: 'Head', Weight: 1.000000 +Vertex 1525: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055806 + Group: 'Head', Weight: 0.999998 +Vertex 1526: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055217 + Group: 'Head', Weight: 1.000000 +Vertex 1527: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008466 + Group: 'Head', Weight: 1.000000 +Vertex 1528: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006494 + Group: 'Head', Weight: 1.000000 +Vertex 1529: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002069 + Group: 'Head', Weight: 1.000000 +Vertex 1530: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004806 + Group: 'Head', Weight: 1.000000 +Vertex 1531: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007769 + Group: 'Head', Weight: 0.999998 +Vertex 1532: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051002 + Group: 'Head', Weight: 1.000000 +Vertex 1533: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040515 + Group: 'Head', Weight: 1.000000 +Vertex 1534: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058424 + Group: 'Head', Weight: 0.999999 +Vertex 1535: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059909 + Group: 'Head', Weight: 0.999999 +Vertex 1536: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051516 + Group: 'Head', Weight: 0.999998 +Vertex 1537: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064037 + Group: 'Head', Weight: 0.999998 +Vertex 1538: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047818 + Group: 'Head', Weight: 0.999999 +Vertex 1539: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053230 + Group: 'Head', Weight: 0.999991 +Vertex 1540: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044808 + Group: 'Head', Weight: 0.978008 +Vertex 1541: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037574 + Group: 'Head', Weight: 0.999829 +Vertex 1542: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053640 + Group: 'Head', Weight: 0.999997 +Vertex 1543: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037167 + Group: 'Head', Weight: 1.000000 +Vertex 1544: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065371 + Group: 'Head', Weight: 0.999998 +Vertex 1545: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069730 + Group: 'Head', Weight: 1.000000 +Vertex 1546: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052812 + Group: 'Head', Weight: 0.999993 +Vertex 1547: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027721 + Group: 'Head', Weight: 0.999962 +Vertex 1548: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030188 + Group: 'Head', Weight: 0.999974 +Vertex 1549: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019742 + Group: 'Head', Weight: 0.999994 +Vertex 1550: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031996 + Group: 'Head', Weight: 0.999996 +Vertex 1551: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018010 + Group: 'Head', Weight: 1.000000 +Vertex 1552: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025189 + Group: 'Head', Weight: 1.000000 +Vertex 1553: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017603 + Group: 'Head', Weight: 1.000000 +Vertex 1554: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024046 + Group: 'Head', Weight: 1.000000 +Vertex 1555: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003601 + Group: 'Head', Weight: 1.000000 +Vertex 1556: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011568 + Group: 'Head', Weight: 1.000000 +Vertex 1557: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012120 + Group: 'Head', Weight: 1.000000 +Vertex 1558: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008033 + Group: 'Head', Weight: 1.000000 +Vertex 1559: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008418 + Group: 'Head', Weight: 1.000000 +Vertex 1560: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008324 + Group: 'Head', Weight: 1.000000 +Vertex 1561: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002998 + Group: 'Head', Weight: 1.000000 +Vertex 1562: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006520 + Group: 'Head', Weight: 1.000000 +Vertex 1563: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 1564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1567: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 1568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1576: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001162 + Group: 'Head', Weight: 1.000000 +Vertex 1577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1579: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002248 + Group: 'Head', Weight: 1.000000 +Vertex 1580: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007314 + Group: 'Head', Weight: 1.000000 +Vertex 1581: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007365 + Group: 'Head', Weight: 1.000000 +Vertex 1582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1583: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001354 + Group: 'Head', Weight: 1.000000 +Vertex 1584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 1585: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005700 + Group: 'Head', Weight: 1.000000 +Vertex 1586: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011251 + Group: 'Head', Weight: 1.000000 +Vertex 1587: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006660 + Group: 'Head', Weight: 1.000000 +Vertex 1588: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012207 + Group: 'Head', Weight: 1.000000 +Vertex 1589: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007549 + Group: 'Head', Weight: 1.000000 +Vertex 1590: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013145 + Group: 'Head', Weight: 1.000000 +Vertex 1591: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012851 + Group: 'Head', Weight: 0.999999 +Vertex 1592: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011214 + Group: 'Head', Weight: 0.999998 +Vertex 1593: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019096 + Group: 'Head', Weight: 1.000000 +Vertex 1594: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 1.000000 +Vertex 1595: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018063 + Group: 'Head', Weight: 1.000000 +Vertex 1596: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025334 + Group: 'Head', Weight: 0.999996 +Vertex 1597: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031543 + Group: 'Head', Weight: 0.999967 +Vertex 1598: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017246 + Group: 'Head', Weight: 0.999995 +Vertex 1599: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024120 + Group: 'Head', Weight: 0.999930 +Vertex 1600: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011929 + Group: 'Head', Weight: 0.999980 +Vertex 1601: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010265 + Group: 'Head', Weight: 0.999997 +Vertex 1602: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015224 + Group: 'Head', Weight: 0.999950 +Vertex 1603: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016561 + Group: 'Head', Weight: 0.999976 +Vertex 1604: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018654 + Group: 'Head', Weight: 0.999991 +Vertex 1605: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019815 + Group: 'Head', Weight: 0.999983 +Vertex 1606: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025498 + Group: 'Head', Weight: 0.999979 +Vertex 1607: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026999 + Group: 'Head', Weight: 0.999932 +Vertex 1608: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020436 + Group: 'Head', Weight: 0.999835 +Vertex 1609: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023506 + Group: 'Head', Weight: 0.999936 +Vertex 1610: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018307 + Group: 'Head', Weight: 0.999821 +Vertex 1611: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019865 + Group: 'Head', Weight: 0.999889 +Vertex 1612: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016737 + Group: 'Head', Weight: 0.999884 +Vertex 1613: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.073463 + Group: 'LeftToeBase', Weight: 0.926402 +Vertex 1614: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.097338 + Group: 'LeftToeBase', Weight: 0.902464 +Vertex 1615: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.154740 + Group: 'LeftToeBase', Weight: 0.844913 +Vertex 1616: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120517 + Group: 'LeftToeBase', Weight: 0.879278 +Vertex 1617: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864044 + Group: 'LeftToeBase', Weight: 0.134425 +Vertex 1618: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.878343 + Group: 'LeftToeBase', Weight: 0.120249 +Vertex 1619: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.866721 + Group: 'LeftToeBase', Weight: 0.131897 +Vertex 1620: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.854454 + Group: 'LeftToeBase', Weight: 0.143962 +Vertex 1621: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.977703 +Vertex 1622: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.980095 +Vertex 1623: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.973147 +Vertex 1624: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972489 +Vertex 1625: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989609 +Vertex 1626: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.977761 +Vertex 1627: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.070281 + Group: 'LeftToeBase', Weight: 0.929522 +Vertex 1628: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.978817 +Vertex 1629: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150121 + Group: 'LeftToeBase', Weight: 0.849440 +Vertex 1630: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.273749 + Group: 'LeftToeBase', Weight: 0.725526 +Vertex 1631: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.040591 + Group: 'LeftFoot', Weight: 0.949888 +Vertex 1632: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.974024 +Vertex 1633: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.848904 + Group: 'LeftToeBase', Weight: 0.148506 +Vertex 1634: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.061683 + Group: 'LeftFoot', Weight: 0.931415 +Vertex 1635: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114464 + Group: 'LeftFoot', Weight: 0.877155 +Vertex 1636: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.238540 + Group: 'LeftFoot', Weight: 0.754233 +Vertex 1637: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.200547 + Group: 'LeftFoot', Weight: 0.793565 +Vertex 1638: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.143198 + Group: 'LeftFoot', Weight: 0.850487 +Vertex 1639: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.338322 + Group: 'LeftFoot', Weight: 0.655969 +Vertex 1640: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.381164 + Group: 'LeftFoot', Weight: 0.614123 +Vertex 1641: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.326861 + Group: 'LeftFoot', Weight: 0.668184 +Vertex 1642: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.380114 + Group: 'LeftFoot', Weight: 0.614887 +Vertex 1643: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.848470 + Group: 'LeftFoot', Weight: 0.151272 +Vertex 1644: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.870936 + Group: 'LeftFoot', Weight: 0.128902 +Vertex 1645: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.825286 + Group: 'LeftFoot', Weight: 0.174338 +Vertex 1646: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.899448 + Group: 'LeftFoot', Weight: 0.100400 +Vertex 1647: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918571 + Group: 'LeftFoot', Weight: 0.081258 +Vertex 1648: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.809759 + Group: 'LeftFoot', Weight: 0.189830 +Vertex 1649: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.901356 + Group: 'LeftFoot', Weight: 0.098411 +Vertex 1650: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.829067 + Group: 'LeftFoot', Weight: 0.170589 +Vertex 1651: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.892425 + Group: 'LeftFoot', Weight: 0.107335 +Vertex 1652: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.869871 + Group: 'LeftFoot', Weight: 0.129945 +Vertex 1653: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.924167 + Group: 'LeftFoot', Weight: 0.075701 +Vertex 1654: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.917332 + Group: 'LeftFoot', Weight: 0.082473 +Vertex 1655: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.918868 + Group: 'LeftFoot', Weight: 0.080949 +Vertex 1656: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.863686 + Group: 'LeftFoot', Weight: 0.136030 +Vertex 1657: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.896403 + Group: 'LeftFoot', Weight: 0.103375 +Vertex 1658: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.092076 + Group: 'LeftFoot', Weight: 0.901239 +Vertex 1659: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.071948 + Group: 'LeftFoot', Weight: 0.922459 +Vertex 1660: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.066540 + Group: 'LeftFoot', Weight: 0.927537 +Vertex 1661: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.964186 + Group: 'LeftToeBase', Weight: 0.001808 +Vertex 1662: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.813721 + Group: 'LeftToeBase', Weight: 0.185004 +Vertex 1663: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.119640 + Group: 'LeftToeBase', Weight: 0.880166 +Vertex 1664: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.059100 + Group: 'LeftToeBase', Weight: 0.940802 +Vertex 1665: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050534 + Group: 'LeftFoot', Weight: 0.941615 +Vertex 1666: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.965310 +Vertex 1667: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807971 + Group: 'LeftToeBase', Weight: 0.190789 +Vertex 1668: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.102699 + Group: 'LeftToeBase', Weight: 0.897132 +Vertex 1669: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.040566 + Group: 'LeftToeBase', Weight: 0.954641 +Vertex 1670: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987620 +Vertex 1671: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994547 +Vertex 1672: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983220 +Vertex 1673: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.057549 + Group: 'LeftToeBase', Weight: 0.942274 +Vertex 1674: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.134850 + Group: 'LeftToeBase', Weight: 0.864712 +Vertex 1675: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.280795 + Group: 'LeftToeBase', Weight: 0.718247 +Vertex 1676: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.852625 + Group: 'LeftToeBase', Weight: 0.144251 +Vertex 1677: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966402 +Vertex 1678: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.015541 + Group: 'LeftFoot', Weight: 0.959351 +Vertex 1679: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.038822 + Group: 'LeftFoot', Weight: 0.945539 +Vertex 1680: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081960 + Group: 'LeftFoot', Weight: 0.906482 +Vertex 1681: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.178153 + Group: 'LeftFoot', Weight: 0.811860 +Vertex 1682: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.294369 + Group: 'LeftFoot', Weight: 0.697746 +Vertex 1683: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.341665 + Group: 'LeftFoot', Weight: 0.651827 +Vertex 1684: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.347074 + Group: 'LeftFoot', Weight: 0.646874 +Vertex 1685: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.304952 + Group: 'LeftFoot', Weight: 0.688711 +Vertex 1686: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.173867 + Group: 'LeftFoot', Weight: 0.818357 +Vertex 1687: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.120875 + Group: 'LeftFoot', Weight: 0.870936 +Vertex 1688: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.069488 + Group: 'LeftFoot', Weight: 0.921374 +Vertex 1689: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050463 + Group: 'LeftFoot', Weight: 0.941521 +Vertex 1690: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.923595 + Group: 'LeftToeBase', Weight: 0.066034 +Vertex 1691: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.005959 + Group: 'LeftFoot', Weight: 0.950324 +Vertex 1692: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.058694 + Group: 'LeftFoot', Weight: 0.922137 +Vertex 1693: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.115346 + Group: 'LeftFoot', Weight: 0.868017 +Vertex 1694: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.158735 + Group: 'LeftFoot', Weight: 0.825180 +Vertex 1695: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.194102 + Group: 'LeftFoot', Weight: 0.792330 +Vertex 1696: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.195131 + Group: 'LeftFoot', Weight: 0.791528 +Vertex 1697: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.165357 + Group: 'LeftFoot', Weight: 0.820491 +Vertex 1698: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.113429 + Group: 'LeftFoot', Weight: 0.871348 +Vertex 1699: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.076945 + Group: 'LeftFoot', Weight: 0.906664 +Vertex 1700: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.041774 + Group: 'LeftFoot', Weight: 0.936744 +Vertex 1701: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.954796 +Vertex 1702: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.148029 + Group: 'LeftFoot', Weight: 0.833234 +Vertex 1703: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.146532 + Group: 'LeftFoot', Weight: 0.835012 +Vertex 1704: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.111083 + Group: 'LeftFoot', Weight: 0.864613 +Vertex 1705: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.114312 + Group: 'LeftFoot', Weight: 0.862725 +Vertex 1706: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.080240 + Group: 'LeftFoot', Weight: 0.894024 + Group: 'LeftToeBase', Weight: 0.001472 +Vertex 1707: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081302 + Group: 'LeftFoot', Weight: 0.894850 +Vertex 1708: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.055414 + Group: 'LeftFoot', Weight: 0.920605 +Vertex 1709: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.017835 + Group: 'LeftFoot', Weight: 0.938919 + Group: 'LeftToeBase', Weight: 0.004327 +Vertex 1710: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.946634 + Group: 'LeftToeBase', Weight: 0.024297 +Vertex 1711: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.931701 + Group: 'LeftToeBase', Weight: 0.062135 +Vertex 1712: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.779564 + Group: 'LeftToeBase', Weight: 0.219105 +Vertex 1713: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.934266 + Group: 'LeftToeBase', Weight: 0.038202 +Vertex 1714: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.038399 + Group: 'LeftFoot', Weight: 0.925586 + Group: 'LeftToeBase', Weight: 0.010429 +Vertex 1715: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.856297 + Group: 'LeftToeBase', Weight: 0.139497 +Vertex 1716: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.294318 + Group: 'LeftToeBase', Weight: 0.704515 +Vertex 1717: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.127443 + Group: 'LeftToeBase', Weight: 0.872110 +Vertex 1718: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.998116 +Vertex 1719: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986738 +Vertex 1720: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.997648 +Vertex 1721: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.989800 +Vertex 1722: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.052709 + Group: 'LeftToeBase', Weight: 0.947112 +Vertex 1723: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.037903 + Group: 'LeftToeBase', Weight: 0.955883 +Vertex 1724: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996858 +Vertex 1725: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996125 +Vertex 1726: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983703 +Vertex 1727: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.001975 + Group: 'LeftToeBase', Weight: 0.973968 +Vertex 1728: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992679 +Vertex 1729: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994674 +Vertex 1730: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986569 +Vertex 1731: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.986599 +Vertex 1732: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.168801 + Group: 'LeftToeBase', Weight: 0.830910 +Vertex 1733: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.058453 + Group: 'LeftToeBase', Weight: 0.941446 +Vertex 1734: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.005055 + Group: 'LeftToeBase', Weight: 0.972424 +Vertex 1735: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.024778 + Group: 'LeftFoot', Weight: 0.909764 + Group: 'LeftToeBase', Weight: 0.052847 +Vertex 1736: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.026331 + Group: 'LeftFoot', Weight: 0.909950 + Group: 'LeftToeBase', Weight: 0.051884 +Vertex 1737: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.008951 + Group: 'LeftFoot', Weight: 0.915523 + Group: 'LeftToeBase', Weight: 0.055002 +Vertex 1738: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.015068 + Group: 'LeftFoot', Weight: 0.917116 + Group: 'LeftToeBase', Weight: 0.050350 +Vertex 1739: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.918062 + Group: 'LeftToeBase', Weight: 0.057780 +Vertex 1740: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.907609 + Group: 'LeftToeBase', Weight: 0.075897 +Vertex 1741: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.865942 + Group: 'LeftToeBase', Weight: 0.125290 +Vertex 1742: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.778546 + Group: 'LeftToeBase', Weight: 0.217130 +Vertex 1743: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.500889 + Group: 'LeftToeBase', Weight: 0.498191 +Vertex 1744: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.824159 + Group: 'LeftToeBase', Weight: 0.168429 +Vertex 1745: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.876158 + Group: 'LeftToeBase', Weight: 0.111847 +Vertex 1746: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.905691 + Group: 'LeftToeBase', Weight: 0.075089 +Vertex 1747: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.704136 + Group: 'LeftToeBase', Weight: 0.292088 +Vertex 1748: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.243803 + Group: 'LeftToeBase', Weight: 0.755028 +Vertex 1749: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116650 + Group: 'LeftToeBase', Weight: 0.882824 +Vertex 1750: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.150788 + Group: 'LeftToeBase', Weight: 0.848921 +Vertex 1751: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068376 + Group: 'LeftToeBase', Weight: 0.931491 +Vertex 1752: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029523 + Group: 'LeftToeBase', Weight: 0.960160 +Vertex 1753: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993362 +Vertex 1754: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.991393 +Vertex 1755: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981759 +Vertex 1756: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.990411 +Vertex 1757: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.985422 +Vertex 1758: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023850 + Group: 'LeftToeBase', Weight: 0.962921 +Vertex 1759: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.060273 + Group: 'LeftFoot', Weight: 0.933767 +Vertex 1760: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.290389 + Group: 'LeftToeBase', Weight: 0.708743 +Vertex 1761: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.864639 + Group: 'LeftToeBase', Weight: 0.132396 +Vertex 1762: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.972987 +Vertex 1763: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.026020 + Group: 'LeftFoot', Weight: 0.956313 +Vertex 1764: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.050731 + Group: 'LeftFoot', Weight: 0.940768 +Vertex 1765: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.093862 + Group: 'LeftFoot', Weight: 0.896353 +Vertex 1766: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.208658 + Group: 'LeftFoot', Weight: 0.782900 +Vertex 1767: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.318558 + Group: 'LeftFoot', Weight: 0.674787 +Vertex 1768: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.360552 + Group: 'LeftFoot', Weight: 0.633680 +Vertex 1769: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.365207 + Group: 'LeftFoot', Weight: 0.629430 +Vertex 1770: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.313469 + Group: 'LeftFoot', Weight: 0.680887 +Vertex 1771: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.188456 + Group: 'LeftFoot', Weight: 0.804726 +Vertex 1772: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.133785 + Group: 'LeftFoot', Weight: 0.858975 +Vertex 1773: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.081676 + Group: 'LeftFoot', Weight: 0.910606 +Vertex 1774: +Vertex groups: 2 + Group: 'LeftLeg', Weight: 0.059512 + Group: 'LeftFoot', Weight: 0.933687 +Vertex 1775: +Vertex groups: 1 + Group: 'LeftFoot', Weight: 0.966603 +Vertex 1776: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.819768 + Group: 'LeftToeBase', Weight: 0.178829 +Vertex 1777: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.120634 + Group: 'LeftToeBase', Weight: 0.879172 +Vertex 1778: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.053349 + Group: 'LeftToeBase', Weight: 0.946563 +Vertex 1779: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983700 +Vertex 1780: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992415 +Vertex 1781: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.981223 +Vertex 1782: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.064456 + Group: 'LeftToeBase', Weight: 0.935356 +Vertex 1783: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.146248 + Group: 'LeftToeBase', Weight: 0.853309 +Vertex 1784: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996203 +Vertex 1785: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.989524 +Vertex 1786: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.986266 +Vertex 1787: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996385 +Vertex 1788: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.987702 +Vertex 1789: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.995619 +Vertex 1790: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994097 +Vertex 1791: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.984809 +Vertex 1792: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996694 +Vertex 1793: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.996955 +Vertex 1794: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.990550 +Vertex 1795: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.994796 +Vertex 1796: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.985759 +Vertex 1797: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.992642 +Vertex 1798: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.993617 +Vertex 1799: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997938 +Vertex 1800: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997916 +Vertex 1801: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997253 +Vertex 1802: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997471 +Vertex 1803: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998322 +Vertex 1804: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998254 +Vertex 1805: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997955 +Vertex 1806: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997842 +Vertex 1807: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997815 +Vertex 1808: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998419 +Vertex 1809: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998055 +Vertex 1810: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998000 +Vertex 1811: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997745 +Vertex 1812: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.997409 +Vertex 1813: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998437 +Vertex 1814: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998219 +Vertex 1815: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998210 +Vertex 1816: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998893 +Vertex 1817: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998537 +Vertex 1818: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999465 +Vertex 1819: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998992 +Vertex 1820: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999324 +Vertex 1821: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999245 +Vertex 1822: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999222 +Vertex 1823: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999185 +Vertex 1824: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998339 +Vertex 1825: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999523 +Vertex 1826: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998295 +Vertex 1827: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.998804 +Vertex 1828: +Vertex groups: 1 + Group: 'LeftLeg', Weight: 0.999095 +Vertex 1829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493468 + Group: 'Spine', Weight: 0.024445 + Group: 'Spine1', Weight: 0.001912 + Group: 'LeftUpLeg', Weight: 0.370508 + Group: 'RightUpLeg', Weight: 0.068758 +Vertex 1830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617245 + Group: 'Spine', Weight: 0.038698 + Group: 'Spine1', Weight: 0.014979 + Group: 'LeftUpLeg', Weight: 0.183815 + Group: 'RightUpLeg', Weight: 0.117251 +Vertex 1831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146252 + Group: 'Spine', Weight: 0.095297 + Group: 'Spine1', Weight: 0.025325 + Group: 'LeftUpLeg', Weight: 0.704864 +Vertex 1832: +Vertex groups: 4 + Group: 'Hips', Weight: 0.242144 + Group: 'Spine', Weight: 0.069961 + Group: 'Spine1', Weight: 0.026841 + Group: 'LeftUpLeg', Weight: 0.627749 +Vertex 1833: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225450 + Group: 'Spine', Weight: 0.328733 + Group: 'Spine1', Weight: 0.022561 + Group: 'LeftUpLeg', Weight: 0.368500 + Group: 'RightUpLeg', Weight: 0.010529 +Vertex 1834: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097211 + Group: 'Spine', Weight: 0.243044 + Group: 'Spine1', Weight: 0.031718 + Group: 'LeftUpLeg', Weight: 0.596725 +Vertex 1835: +Vertex groups: 5 + Group: 'Hips', Weight: 0.627609 + Group: 'Spine', Weight: 0.042205 + Group: 'Spine1', Weight: 0.017929 + Group: 'LeftUpLeg', Weight: 0.143604 + Group: 'RightUpLeg', Weight: 0.143678 +Vertex 1836: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336362 + Group: 'Spine', Weight: 0.047098 + Group: 'Spine1', Weight: 0.012833 + Group: 'LeftUpLeg', Weight: 0.544916 + Group: 'RightUpLeg', Weight: 0.016672 +Vertex 1837: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123402 + Group: 'Spine', Weight: 0.153701 + Group: 'Spine1', Weight: 0.028960 + Group: 'LeftUpLeg', Weight: 0.666248 +Vertex 1838: +Vertex groups: 5 + Group: 'Hips', Weight: 0.381500 + Group: 'Spine', Weight: 0.372684 + Group: 'Spine1', Weight: 0.007059 + Group: 'LeftUpLeg', Weight: 0.104851 + Group: 'RightUpLeg', Weight: 0.104937 +Vertex 1839: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343402 + Group: 'Spine', Weight: 0.365255 + Group: 'Spine1', Weight: 0.012972 + Group: 'LeftUpLeg', Weight: 0.193903 + Group: 'RightUpLeg', Weight: 0.057345 +Vertex 1840: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131711 + Group: 'Spine', Weight: 0.301320 + Group: 'Spine1', Weight: 0.028865 + Group: 'LeftUpLeg', Weight: 0.496619 +Vertex 1841: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578692 + Group: 'Spine', Weight: 0.028014 + Group: 'Spine1', Weight: 0.006212 + Group: 'LeftUpLeg', Weight: 0.252094 + Group: 'RightUpLeg', Weight: 0.097829 +Vertex 1842: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.139008 + Group: 'Neck', Weight: 0.158395 + Group: 'Head', Weight: 0.041608 + Group: 'LeftShoulder', Weight: 0.615679 +Vertex 1843: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.122200 + Group: 'Neck', Weight: 0.152525 + Group: 'Head', Weight: 0.013208 + Group: 'LeftShoulder', Weight: 0.663319 +Vertex 1844: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177223 + Group: 'LeftShoulder', Weight: 0.652039 +Vertex 1845: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161857 + Group: 'Neck', Weight: 0.169491 + Group: 'Head', Weight: 0.057382 + Group: 'LeftShoulder', Weight: 0.559579 +Vertex 1846: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013915 + Group: 'Spine2', Weight: 0.213869 + Group: 'Neck', Weight: 0.182493 + Group: 'Head', Weight: 0.078071 + Group: 'LeftShoulder', Weight: 0.451506 +Vertex 1847: +Vertex groups: 5 + Group: 'LeftShoulder', Weight: 0.338118 + Group: 'Spine2', Weight: 0.315756 + Group: 'Neck', Weight: 0.207881 + Group: 'Head', Weight: 0.104444 + Group: 'Spine1', Weight: 0.033800 +Vertex 1848: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.402014 + Group: 'Neck', Weight: 0.214778 + Group: 'LeftShoulder', Weight: 0.192965 + Group: 'Head', Weight: 0.118410 + Group: 'RightShoulder', Weight: 0.071833 +Vertex 1849: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.416489 + Group: 'Neck', Weight: 0.225014 + Group: 'Head', Weight: 0.120156 + Group: 'RightShoulder', Weight: 0.119226 + Group: 'LeftShoulder', Weight: 0.119116 +Vertex 1850: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.105913 + Group: 'Neck', Weight: 0.705297 + Group: 'LeftShoulder', Weight: 0.079503 + Group: 'RightShoulder', Weight: 0.079672 +Vertex 1851: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.131028 + Group: 'Neck', Weight: 0.275888 + Group: 'LeftShoulder', Weight: 0.538749 +Vertex 1852: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113323 + Group: 'Neck', Weight: 0.620912 + Group: 'Head', Weight: 0.000582 + Group: 'LeftShoulder', Weight: 0.196129 + Group: 'RightShoulder', Weight: 0.018632 +Vertex 1853: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117240 + Group: 'Neck', Weight: 0.442937 + Group: 'LeftShoulder', Weight: 0.380428 +Vertex 1854: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408835 + Group: 'LeftUpLeg', Weight: 0.408902 + Group: 'RightUpLeg', Weight: 0.153058 +Vertex 1855: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465935 + Group: 'LeftUpLeg', Weight: 0.310522 + Group: 'RightUpLeg', Weight: 0.191431 +Vertex 1856: +Vertex groups: 3 + Group: 'Hips', Weight: 0.486569 + Group: 'LeftUpLeg', Weight: 0.239928 + Group: 'RightUpLeg', Weight: 0.239982 +Vertex 1857: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320947 + Group: 'LeftUpLeg', Weight: 0.547361 + Group: 'RightUpLeg', Weight: 0.104295 +Vertex 1858: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195393 + Group: 'LeftUpLeg', Weight: 0.726781 + Group: 'RightUpLeg', Weight: 0.045117 +Vertex 1859: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105912 + Group: 'LeftUpLeg', Weight: 0.843059 +Vertex 1860: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036123 + Group: 'LeftUpLeg', Weight: 0.922482 +Vertex 1861: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014941 + Group: 'Spine', Weight: 0.014038 + Group: 'LeftUpLeg', Weight: 0.921458 +Vertex 1862: +Vertex groups: 3 + Group: 'Hips', Weight: 0.045054 + Group: 'Spine', Weight: 0.060797 + Group: 'LeftUpLeg', Weight: 0.868704 +Vertex 1863: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096599 + Group: 'Spine', Weight: 0.095924 + Group: 'LeftUpLeg', Weight: 0.767662 +Vertex 1864: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183488 + Group: 'Spine', Weight: 0.124295 + Group: 'LeftUpLeg', Weight: 0.629243 + Group: 'RightUpLeg', Weight: 0.040437 +Vertex 1865: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411854 + Group: 'Spine', Weight: 0.158935 + Group: 'LeftUpLeg', Weight: 0.318014 + Group: 'RightUpLeg', Weight: 0.092471 +Vertex 1866: +Vertex groups: 4 + Group: 'Hips', Weight: 0.468146 + Group: 'Spine', Weight: 0.155922 + Group: 'LeftUpLeg', Weight: 0.179297 + Group: 'RightUpLeg', Weight: 0.179368 +Vertex 1867: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456200 + Group: 'LeftUpLeg', Weight: 0.366901 + Group: 'RightUpLeg', Weight: 0.142205 +Vertex 1868: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514785 + Group: 'LeftUpLeg', Weight: 0.275298 + Group: 'RightUpLeg', Weight: 0.169975 +Vertex 1869: +Vertex groups: 3 + Group: 'Hips', Weight: 0.535538 + Group: 'LeftUpLeg', Weight: 0.211053 + Group: 'RightUpLeg', Weight: 0.211113 +Vertex 1870: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367215 + Group: 'LeftUpLeg', Weight: 0.503988 + Group: 'RightUpLeg', Weight: 0.097200 +Vertex 1871: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226156 + Group: 'LeftUpLeg', Weight: 0.690465 + Group: 'RightUpLeg', Weight: 0.038900 +Vertex 1872: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135414 + Group: 'Spine', Weight: 0.009570 + Group: 'LeftUpLeg', Weight: 0.798801 +Vertex 1873: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062588 + Group: 'Spine', Weight: 0.014163 + Group: 'LeftUpLeg', Weight: 0.884270 +Vertex 1874: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050073 + Group: 'Spine', Weight: 0.054143 + Group: 'LeftUpLeg', Weight: 0.874007 +Vertex 1875: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058324 + Group: 'Spine', Weight: 0.091904 + Group: 'LeftUpLeg', Weight: 0.820256 +Vertex 1876: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107877 + Group: 'Spine', Weight: 0.135263 + Group: 'LeftUpLeg', Weight: 0.711793 +Vertex 1877: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191489 + Group: 'Spine', Weight: 0.164518 + Group: 'LeftUpLeg', Weight: 0.580046 + Group: 'RightUpLeg', Weight: 0.030621 +Vertex 1878: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406860 + Group: 'Spine', Weight: 0.199726 + Group: 'LeftUpLeg', Weight: 0.288144 + Group: 'RightUpLeg', Weight: 0.082116 +Vertex 1879: +Vertex groups: 4 + Group: 'Hips', Weight: 0.463800 + Group: 'Spine', Weight: 0.200947 + Group: 'LeftUpLeg', Weight: 0.156831 + Group: 'RightUpLeg', Weight: 0.156908 +Vertex 1880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011126 + Group: 'Head', Weight: 0.999594 +Vertex 1881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008729 + Group: 'Head', Weight: 0.999704 +Vertex 1882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011619 + Group: 'Head', Weight: 0.999972 +Vertex 1883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016828 + Group: 'Head', Weight: 0.999989 +Vertex 1884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018628 + Group: 'Head', Weight: 0.999964 +Vertex 1885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023164 + Group: 'Head', Weight: 0.999723 +Vertex 1886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017330 + Group: 'Head', Weight: 0.999562 +Vertex 1887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014861 + Group: 'Head', Weight: 0.999591 +Vertex 1888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020491 + Group: 'Head', Weight: 0.999821 +Vertex 1889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024370 + Group: 'Head', Weight: 0.999418 +Vertex 1890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008569 + Group: 'Head', Weight: 0.999945 +Vertex 1891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012224 + Group: 'Head', Weight: 0.999546 +Vertex 1892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013494 + Group: 'Head', Weight: 0.999405 +Vertex 1893: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.976853 +Vertex 1894: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.981398 +Vertex 1895: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.975823 +Vertex 1896: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979903 +Vertex 1897: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980866 +Vertex 1898: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982521 +Vertex 1899: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978360 +Vertex 1900: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977265 +Vertex 1901: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.977474 +Vertex 1902: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985697 +Vertex 1903: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985780 +Vertex 1904: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.987236 +Vertex 1905: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.979416 +Vertex 1906: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982230 +Vertex 1907: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982989 +Vertex 1908: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.980432 +Vertex 1909: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.986695 +Vertex 1910: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.985845 +Vertex 1911: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989648 +Vertex 1912: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.978514 +Vertex 1913: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.982675 +Vertex 1914: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.983735 +Vertex 1915: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.988099 +Vertex 1916: +Vertex groups: 1 + Group: 'LeftForeArm', Weight: 0.989207 +Vertex 1917: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.083270 + Group: 'LeftHand', Weight: 0.884992 + Group: 'LeftHandThumb1', Weight: 0.006303 +Vertex 1918: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.101089 + Group: 'LeftHand', Weight: 0.795394 + Group: 'LeftHandThumb1', Weight: 0.100861 +Vertex 1919: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.163639 + Group: 'LeftHand', Weight: 0.793174 + Group: 'LeftHandThumb1', Weight: 0.025141 +Vertex 1920: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.161640 + Group: 'LeftHand', Weight: 0.819762 +Vertex 1921: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.132683 + Group: 'LeftHand', Weight: 0.855852 +Vertex 1922: +Vertex groups: 2 + Group: 'LeftForeArm', Weight: 0.115878 + Group: 'LeftHand', Weight: 0.868824 +Vertex 1923: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.215606 + Group: 'LeftHand', Weight: 0.668489 + Group: 'LeftHandThumb1', Weight: 0.107038 +Vertex 1924: +Vertex groups: 3 + Group: 'LeftForeArm', Weight: 0.242437 + Group: 'LeftHand', Weight: 0.487562 + Group: 'LeftHandThumb1', Weight: 0.257841 +Vertex 1925: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.026313 + Group: 'LeftHandThumb1', Weight: 0.907342 + Group: 'LeftHandThumb2', Weight: 0.006701 +Vertex 1926: +Vertex groups: 3 + Group: 'LeftHand', Weight: 0.018151 + Group: 'LeftHandThumb1', Weight: 0.837122 + Group: 'LeftHandThumb2', Weight: 0.113350 +Vertex 1927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041603 + Group: 'Head', Weight: 0.999786 +Vertex 1928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041892 + Group: 'Head', Weight: 0.999956 +Vertex 1929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041174 + Group: 'Head', Weight: 0.999566 +Vertex 1930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040565 + Group: 'Head', Weight: 0.998859 +Vertex 1931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041152 + Group: 'Head', Weight: 0.999235 +Vertex 1932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040334 + Group: 'Head', Weight: 0.998430 +Vertex 1933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039072 + Group: 'Head', Weight: 0.999481 +Vertex 1934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040145 + Group: 'Head', Weight: 0.999433 +Vertex 1935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041476 + Group: 'Head', Weight: 0.999681 +Vertex 1936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041339 + Group: 'Head', Weight: 0.999823 +Vertex 1937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041050 + Group: 'Head', Weight: 0.999391 +Vertex 1938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041486 + Group: 'Head', Weight: 0.999602 +Vertex 1939: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.216106 + Group: 'Spine2', Weight: 0.017407 + Group: 'RightShoulder', Weight: 0.345521 + Group: 'RightArm', Weight: 0.001854 +Vertex 1940: +Vertex groups: 5 + Group: 'Spine', Weight: 0.011228 + Group: 'Spine1', Weight: 0.285472 + Group: 'Spine2', Weight: 0.004630 + Group: 'RightShoulder', Weight: 0.244334 + Group: 'RightArm', Weight: 0.004159 +Vertex 1941: +Vertex groups: 4 + Group: 'Spine', Weight: 0.036947 + Group: 'Spine1', Weight: 0.279836 + Group: 'RightShoulder', Weight: 0.187196 + Group: 'RightArm', Weight: 0.035895 +Vertex 1942: +Vertex groups: 4 + Group: 'Spine', Weight: 0.064733 + Group: 'Spine1', Weight: 0.280718 + Group: 'RightShoulder', Weight: 0.167339 + Group: 'RightArm', Weight: 0.000145 +Vertex 1943: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.032638 + Group: 'Spine2', Weight: 0.006174 + Group: 'RightShoulder', Weight: 0.645642 + Group: 'RightArm', Weight: 0.022739 +Vertex 1944: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.705169 + Group: 'RightArm', Weight: 0.062761 +Vertex 1945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.014835 + Group: 'RightShoulder', Weight: 0.698509 + Group: 'RightArm', Weight: 0.206614 +Vertex 1946: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.081153 + Group: 'Spine2', Weight: 0.068685 + Group: 'RightShoulder', Weight: 0.474555 + Group: 'RightArm', Weight: 0.262686 +Vertex 1947: +Vertex groups: 5 + Group: 'Spine', Weight: 0.014735 + Group: 'Spine1', Weight: 0.145521 + Group: 'Spine2', Weight: 0.082828 + Group: 'RightShoulder', Weight: 0.359641 + Group: 'RightArm', Weight: 0.272236 +Vertex 1948: +Vertex groups: 5 + Group: 'Spine', Weight: 0.073821 + Group: 'Spine1', Weight: 0.265384 + Group: 'Spine2', Weight: 0.024913 + Group: 'RightShoulder', Weight: 0.190647 + Group: 'RightArm', Weight: 0.000125 +Vertex 1949: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.722435 + Group: 'RightArm', Weight: 0.216716 +Vertex 1950: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.740766 + Group: 'RightArm', Weight: 0.178603 +Vertex 1951: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.237515 + Group: 'RightArm', Weight: 0.716411 +Vertex 1952: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091895 + Group: 'RightArm', Weight: 0.896083 +Vertex 1953: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.472215 + Group: 'RightArm', Weight: 0.234301 +Vertex 1954: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.081991 + Group: 'RightShoulder', Weight: 0.206807 + Group: 'RightArm', Weight: 0.219385 +Vertex 1955: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.148482 + Group: 'RightArm', Weight: 0.843328 +Vertex 1956: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.139789 + Group: 'RightArm', Weight: 0.853343 +Vertex 1957: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.044946 + Group: 'RightArm', Weight: 0.947218 +Vertex 1958: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.034247 + Group: 'RightArm', Weight: 0.953782 +Vertex 1959: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.287221 + Group: 'RightArm', Weight: 0.680499 +Vertex 1960: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.273883 + Group: 'RightArm', Weight: 0.695238 +Vertex 1961: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.723267 + Group: 'RightArm', Weight: 0.118332 +Vertex 1962: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.747752 + Group: 'RightArm', Weight: 0.098868 +Vertex 1963: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.528762 + Group: 'RightArm', Weight: 0.372187 +Vertex 1964: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.529670 + Group: 'RightArm', Weight: 0.367607 +Vertex 1965: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.453323 + Group: 'RightArm', Weight: 0.470126 +Vertex 1966: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.536988 + Group: 'RightArm', Weight: 0.323239 +Vertex 1967: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.150458 + Group: 'RightShoulder', Weight: 0.159481 + Group: 'RightArm', Weight: 0.238906 +Vertex 1968: +Vertex groups: 4 + Group: 'Spine', Weight: 0.027004 + Group: 'Spine1', Weight: 0.165458 + Group: 'RightShoulder', Weight: 0.113733 + Group: 'RightArm', Weight: 0.634973 +Vertex 1969: +Vertex groups: 4 + Group: 'Spine', Weight: 0.017302 + Group: 'Spine1', Weight: 0.131801 + Group: 'RightShoulder', Weight: 0.109444 + Group: 'RightArm', Weight: 0.684522 +Vertex 1970: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971793 +Vertex 1971: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.961573 + Group: 'RightForeArm', Weight: 0.000595 +Vertex 1972: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.982004 +Vertex 1973: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.987609 +Vertex 1974: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.948508 + Group: 'RightForeArm', Weight: 0.021372 +Vertex 1975: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.933114 + Group: 'RightForeArm', Weight: 0.038912 +Vertex 1976: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.931201 + Group: 'RightForeArm', Weight: 0.034024 +Vertex 1977: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.293796 + Group: 'RightForeArm', Weight: 0.705328 +Vertex 1978: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.210707 + Group: 'RightForeArm', Weight: 0.788651 +Vertex 1979: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.232386 + Group: 'RightForeArm', Weight: 0.767306 +Vertex 1980: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.247591 + Group: 'RightForeArm', Weight: 0.751443 +Vertex 1981: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.304156 + Group: 'RightForeArm', Weight: 0.694807 +Vertex 1982: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.292256 + Group: 'RightForeArm', Weight: 0.706769 +Vertex 1983: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.201565 + Group: 'RightForeArm', Weight: 0.797984 +Vertex 1984: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.886904 + Group: 'RightForeArm', Weight: 0.111440 +Vertex 1985: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.758760 + Group: 'RightForeArm', Weight: 0.238803 +Vertex 1986: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.814249 + Group: 'RightForeArm', Weight: 0.180044 +Vertex 1987: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.820768 + Group: 'RightForeArm', Weight: 0.176928 +Vertex 1988: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.952024 + Group: 'RightForeArm', Weight: 0.043962 +Vertex 1989: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.793803 + Group: 'RightForeArm', Weight: 0.201190 +Vertex 1990: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935931 + Group: 'RightForeArm', Weight: 0.062745 +Vertex 1991: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.811872 + Group: 'RightHand', Weight: 0.061257 + Group: 'RightHandThumb1', Weight: 0.124227 +Vertex 1992: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.843914 + Group: 'RightHand', Weight: 0.019393 + Group: 'RightHandThumb1', Weight: 0.119780 +Vertex 1993: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.818451 + Group: 'RightHand', Weight: 0.101514 + Group: 'RightHandThumb1', Weight: 0.077263 +Vertex 1994: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.842807 + Group: 'RightHand', Weight: 0.120767 + Group: 'RightHandThumb1', Weight: 0.018783 +Vertex 1995: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.870027 + Group: 'RightHand', Weight: 0.007456 + Group: 'RightHandThumb1', Weight: 0.099506 +Vertex 1996: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.893108 + Group: 'RightHand', Weight: 0.022444 + Group: 'RightHandThumb1', Weight: 0.069331 +Vertex 1997: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.927552 + Group: 'RightHand', Weight: 0.058147 +Vertex 1998: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.023031 + Group: 'RightShoulder', Weight: 0.022552 + Group: 'RightArm', Weight: 0.892519 +Vertex 1999: +Vertex groups: 2 + Group: 'Spine1', Weight: 0.004317 + Group: 'RightArm', Weight: 0.915334 +Vertex 2000: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.066994 + Group: 'RightShoulder', Weight: 0.061270 + Group: 'RightArm', Weight: 0.827102 +Vertex 2001: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.052299 + Group: 'RightShoulder', Weight: 0.035675 + Group: 'RightArm', Weight: 0.870432 +Vertex 2002: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.020664 + Group: 'RightShoulder', Weight: 0.022662 + Group: 'RightArm', Weight: 0.907754 +Vertex 2003: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.024369 + Group: 'RightArm', Weight: 0.953183 +Vertex 2004: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.977578 +Vertex 2005: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.048454 + Group: 'RightArm', Weight: 0.911631 +Vertex 2006: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.971876 +Vertex 2007: +Vertex groups: 4 + Group: 'Spine', Weight: 0.009251 + Group: 'Spine1', Weight: 0.169130 + Group: 'RightShoulder', Weight: 0.124084 + Group: 'RightArm', Weight: 0.589110 +Vertex 2008: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.075715 + Group: 'RightShoulder', Weight: 0.062002 + Group: 'RightArm', Weight: 0.827978 +Vertex 2009: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.044111 + Group: 'Spine2', Weight: 0.052823 + Group: 'RightShoulder', Weight: 0.573869 + Group: 'RightArm', Weight: 0.264441 +Vertex 2010: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.299186 + Group: 'RightArm', Weight: 0.681327 +Vertex 2011: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.109244 + Group: 'RightArm', Weight: 0.876466 +Vertex 2012: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.590399 + Group: 'RightArm', Weight: 0.365291 +Vertex 2013: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.358045 + Group: 'RightArm', Weight: 0.580775 +Vertex 2014: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.170741 + Group: 'RightArm', Weight: 0.819722 +Vertex 2015: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.059051 + Group: 'RightArm', Weight: 0.933214 +Vertex 2016: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.315045 + Group: 'RightArm', Weight: 0.658162 +Vertex 2017: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.544176 + Group: 'RightArm', Weight: 0.396695 +Vertex 2018: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.526217 + Group: 'RightArm', Weight: 0.445874 +Vertex 2019: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.642684 + Group: 'RightArm', Weight: 0.317366 +Vertex 2020: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.052521 + Group: 'Spine2', Weight: 0.028048 + Group: 'RightShoulder', Weight: 0.307742 + Group: 'RightArm', Weight: 0.576147 +Vertex 2021: +Vertex groups: 5 + Group: 'Spine', Weight: 0.055972 + Group: 'Spine1', Weight: 0.209815 + Group: 'Spine2', Weight: 0.078109 + Group: 'RightShoulder', Weight: 0.248317 + Group: 'RightArm', Weight: 0.349474 +Vertex 2022: +Vertex groups: 5 + Group: 'Spine', Weight: 0.013347 + Group: 'Spine1', Weight: 0.121267 + Group: 'Spine2', Weight: 0.020363 + Group: 'RightShoulder', Weight: 0.141749 + Group: 'RightArm', Weight: 0.652712 +Vertex 2023: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.979872 +Vertex 2024: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.960654 +Vertex 2025: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.986623 +Vertex 2026: +Vertex groups: 1 + Group: 'RightArm', Weight: 0.947810 +Vertex 2027: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935467 + Group: 'RightForeArm', Weight: 0.023957 +Vertex 2028: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.511838 + Group: 'RightForeArm', Weight: 0.487844 +Vertex 2029: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.526992 + Group: 'RightForeArm', Weight: 0.472789 +Vertex 2030: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.427875 + Group: 'RightForeArm', Weight: 0.571577 +Vertex 2031: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.462762 + Group: 'RightForeArm', Weight: 0.536841 +Vertex 2032: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.595185 + Group: 'RightForeArm', Weight: 0.404563 +Vertex 2033: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.966782 + Group: 'RightForeArm', Weight: 0.007018 +Vertex 2034: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917748 + Group: 'RightForeArm', Weight: 0.073963 +Vertex 2035: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.917096 + Group: 'RightForeArm', Weight: 0.078806 +Vertex 2036: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.802708 + Group: 'RightForeArm', Weight: 0.193855 +Vertex 2037: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.930555 + Group: 'RightForeArm', Weight: 0.067884 +Vertex 2038: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.886417 + Group: 'RightHand', Weight: 0.109111 +Vertex 2039: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.896494 + Group: 'RightHand', Weight: 0.099974 +Vertex 2040: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.877469 + Group: 'RightHand', Weight: 0.111813 +Vertex 2041: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.906391 + Group: 'RightHand', Weight: 0.090144 +Vertex 2042: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.910126 + Group: 'RightHand', Weight: 0.084512 +Vertex 2043: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.019221 + Group: 'RightShoulder', Weight: 0.040818 + Group: 'RightArm', Weight: 0.885128 +Vertex 2044: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.059908 + Group: 'RightShoulder', Weight: 0.072595 + Group: 'RightArm', Weight: 0.821926 +Vertex 2045: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.009789 + Group: 'RightShoulder', Weight: 0.065247 + Group: 'RightArm', Weight: 0.876406 +Vertex 2046: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.051076 + Group: 'RightArm', Weight: 0.935853 +Vertex 2047: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.080850 + Group: 'RightArm', Weight: 0.886519 +Vertex 2048: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.006937 + Group: 'RightArm', Weight: 0.965251 +Vertex 2049: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.082820 + Group: 'Spine2', Weight: 0.031302 + Group: 'RightShoulder', Weight: 0.203396 + Group: 'RightArm', Weight: 0.639309 +Vertex 2050: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.050406 + Group: 'RightShoulder', Weight: 0.113874 + Group: 'RightArm', Weight: 0.790868 +Vertex 2051: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.058799 + Group: 'RightForeArm', Weight: 0.939686 +Vertex 2052: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079230 + Group: 'RightForeArm', Weight: 0.919643 +Vertex 2053: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081127 + Group: 'RightForeArm', Weight: 0.918137 +Vertex 2054: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.046371 + Group: 'RightForeArm', Weight: 0.951210 +Vertex 2055: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052677 + Group: 'RightForeArm', Weight: 0.946735 +Vertex 2056: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083440 + Group: 'RightForeArm', Weight: 0.915275 +Vertex 2057: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.063162 + Group: 'RightForeArm', Weight: 0.935999 +Vertex 2058: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.083262 + Group: 'RightForeArm', Weight: 0.915815 +Vertex 2059: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.059633 + Group: 'RightForeArm', Weight: 0.939280 +Vertex 2060: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.129681 + Group: 'RightForeArm', Weight: 0.870070 +Vertex 2061: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.176815 + Group: 'RightForeArm', Weight: 0.822785 +Vertex 2062: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.230163 + Group: 'RightForeArm', Weight: 0.769609 +Vertex 2063: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.658858 + Group: 'RightForeArm', Weight: 0.339717 +Vertex 2064: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.822227 + Group: 'RightForeArm', Weight: 0.177315 +Vertex 2065: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.497900 + Group: 'RightForeArm', Weight: 0.500396 +Vertex 2066: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.807329 + Group: 'RightForeArm', Weight: 0.192034 +Vertex 2067: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.742063 + Group: 'RightForeArm', Weight: 0.256974 +Vertex 2068: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.623441 + Group: 'RightForeArm', Weight: 0.374839 +Vertex 2069: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514064 + Group: 'RightForeArm', Weight: 0.484188 +Vertex 2070: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.810629 + Group: 'RightForeArm', Weight: 0.187995 +Vertex 2071: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.580978 + Group: 'RightForeArm', Weight: 0.417857 +Vertex 2072: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.852461 + Group: 'RightForeArm', Weight: 0.146914 +Vertex 2073: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.841883 + Group: 'RightForeArm', Weight: 0.157238 +Vertex 2074: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.744162 + Group: 'RightForeArm', Weight: 0.254307 +Vertex 2075: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.514755 + Group: 'RightForeArm', Weight: 0.483927 +Vertex 2076: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.301240 + Group: 'RightForeArm', Weight: 0.698055 +Vertex 2077: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.819939 + Group: 'RightForeArm', Weight: 0.179619 +Vertex 2078: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.360010 + Group: 'RightForeArm', Weight: 0.639755 +Vertex 2079: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.946293 + Group: 'RightForeArm', Weight: 0.038808 +Vertex 2080: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.935922 + Group: 'RightForeArm', Weight: 0.061208 +Vertex 2081: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.848222 + Group: 'RightForeArm', Weight: 0.146356 +Vertex 2082: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.871466 + Group: 'RightForeArm', Weight: 0.124453 +Vertex 2083: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.964089 + Group: 'RightForeArm', Weight: 0.018413 +Vertex 2084: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.081733 + Group: 'RightForeArm', Weight: 0.917680 +Vertex 2085: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.079866 + Group: 'RightForeArm', Weight: 0.919597 +Vertex 2086: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.165125 + Group: 'RightForeArm', Weight: 0.834652 +Vertex 2087: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.052709 + Group: 'RightForeArm', Weight: 0.946826 +Vertex 2088: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.145967 + Group: 'RightForeArm', Weight: 0.853709 +Vertex 2089: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975114 +Vertex 2090: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980146 +Vertex 2091: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982523 +Vertex 2092: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976913 +Vertex 2093: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987109 +Vertex 2094: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985263 +Vertex 2095: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973781 +Vertex 2096: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981582 +Vertex 2097: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983677 +Vertex 2098: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987135 +Vertex 2099: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988733 +Vertex 2100: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.971393 +Vertex 2101: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977915 +Vertex 2102: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981813 +Vertex 2103: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.972386 +Vertex 2104: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985891 +Vertex 2105: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985664 +Vertex 2106: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983252 +Vertex 2107: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.968086 +Vertex 2108: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978525 +Vertex 2109: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982978 +Vertex 2110: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.984039 +Vertex 2111: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986779 +Vertex 2112: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.002293 + Group: 'RightForeArm', Weight: 0.970303 +Vertex 2113: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.015701 + Group: 'RightForeArm', Weight: 0.964730 +Vertex 2114: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.019014 + Group: 'RightForeArm', Weight: 0.963955 +Vertex 2115: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976904 +Vertex 2116: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.974539 +Vertex 2117: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.008574 + Group: 'RightForeArm', Weight: 0.967379 +Vertex 2118: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973480 +Vertex 2119: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.025997 + Group: 'RightForeArm', Weight: 0.960235 +Vertex 2120: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.973554 +Vertex 2121: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977064 +Vertex 2122: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.013495 + Group: 'RightForeArm', Weight: 0.966862 +Vertex 2123: +Vertex groups: 2 + Group: 'RightArm', Weight: 0.003456 + Group: 'RightForeArm', Weight: 0.971457 +Vertex 2124: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.021229 + Group: 'RightHand', Weight: 0.807636 + Group: 'RightHandThumb1', Weight: 0.148562 +Vertex 2125: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.023363 + Group: 'RightHandThumb2', Weight: 0.917409 + Group: 'RightHandThumb3', Weight: 0.032801 +Vertex 2126: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.044327 + Group: 'RightHandThumb2', Weight: 0.925590 +Vertex 2127: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.059608 + Group: 'RightHandThumb2', Weight: 0.876481 + Group: 'RightHandThumb3', Weight: 0.045681 +Vertex 2128: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.013054 + Group: 'RightHandThumb3', Weight: 0.912288 + Group: 'RightHandThumb3_end', Weight: 0.055089 +Vertex 2129: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.030607 + Group: 'RightHandThumb3', Weight: 0.903013 + Group: 'RightHandThumb3_end', Weight: 0.055994 +Vertex 2130: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.001437 + Group: 'RightHandThumb3', Weight: 0.899719 + Group: 'RightHandThumb3_end', Weight: 0.072791 +Vertex 2131: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.029861 + Group: 'RightHandThumb3_end', Weight: 0.958577 +Vertex 2132: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.016691 + Group: 'RightHandThumb3_end', Weight: 0.965074 +Vertex 2133: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.050157 + Group: 'RightHandThumb3_end', Weight: 0.947966 +Vertex 2134: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998836 +Vertex 2135: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998847 +Vertex 2136: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997652 +Vertex 2137: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998792 +Vertex 2138: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996846 +Vertex 2139: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995698 +Vertex 2140: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.995166 +Vertex 2141: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.997478 +Vertex 2142: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.009540 + Group: 'RightHandThumb3_end', Weight: 0.968106 +Vertex 2143: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.062520 + Group: 'RightHandThumb3_end', Weight: 0.932335 +Vertex 2144: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.087717 + Group: 'RightHandThumb3_end', Weight: 0.904293 +Vertex 2145: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.088676 + Group: 'RightHandThumb3_end', Weight: 0.905458 +Vertex 2146: +Vertex groups: 2 + Group: 'RightHandThumb3', Weight: 0.058621 + Group: 'RightHandThumb3_end', Weight: 0.938522 +Vertex 2147: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.998541 +Vertex 2148: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057091 + Group: 'RightHandThumb3', Weight: 0.890194 + Group: 'RightHandThumb3_end', Weight: 0.051953 +Vertex 2149: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.078355 + Group: 'RightHandThumb3', Weight: 0.864246 + Group: 'RightHandThumb3_end', Weight: 0.055413 +Vertex 2150: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.094858 + Group: 'RightHandThumb3', Weight: 0.847359 + Group: 'RightHandThumb3_end', Weight: 0.053536 +Vertex 2151: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.057526 + Group: 'RightHandThumb3', Weight: 0.861120 + Group: 'RightHandThumb3_end', Weight: 0.076201 +Vertex 2152: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.038367 + Group: 'RightHandThumb3', Weight: 0.873968 + Group: 'RightHandThumb3_end', Weight: 0.077492 +Vertex 2153: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.911910 + Group: 'RightHandThumb3', Weight: 0.063277 +Vertex 2154: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.912352 + Group: 'RightHandThumb3', Weight: 0.048908 +Vertex 2155: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.857143 + Group: 'RightHandThumb3', Weight: 0.068914 + Group: 'RightHandIndex1', Weight: 0.008927 +Vertex 2156: +Vertex groups: 4 + Group: 'RightHandThumb1', Weight: 0.000844 + Group: 'RightHandThumb2', Weight: 0.687557 + Group: 'RightHandThumb3', Weight: 0.204244 + Group: 'RightHandIndex1', Weight: 0.047931 +Vertex 2157: +Vertex groups: 3 + Group: 'RightHandThumb1', Weight: 0.012117 + Group: 'RightHandThumb2', Weight: 0.667213 + Group: 'RightHandThumb3', Weight: 0.259106 +Vertex 2158: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.270946 + Group: 'RightHandThumb3', Weight: 0.714238 +Vertex 2159: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.231343 + Group: 'RightHandThumb3', Weight: 0.741917 +Vertex 2160: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.664259 + Group: 'RightHandThumb3', Weight: 0.323485 +Vertex 2161: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996357 +Vertex 2162: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993613 +Vertex 2163: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.996318 +Vertex 2164: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.991170 +Vertex 2165: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994887 +Vertex 2166: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.986880 +Vertex 2167: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.994817 +Vertex 2168: +Vertex groups: 1 + Group: 'RightHandThumb3_end', Weight: 0.993497 +Vertex 2169: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999819 +Vertex 2170: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999539 +Vertex 2171: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.999506 +Vertex 2172: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.984838 +Vertex 2173: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995094 +Vertex 2174: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993256 +Vertex 2175: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998070 +Vertex 2176: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.998160 +Vertex 2177: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.997156 +Vertex 2178: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.140831 + Group: 'RightHandIndex3_end', Weight: 0.857820 +Vertex 2179: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.262114 + Group: 'RightHandIndex3_end', Weight: 0.736180 +Vertex 2180: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.706648 + Group: 'RightHandIndex3_end', Weight: 0.288609 +Vertex 2181: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.853015 + Group: 'RightHandIndex3_end', Weight: 0.139205 +Vertex 2182: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.185562 + Group: 'RightHandIndex3_end', Weight: 0.813190 +Vertex 2183: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.722578 + Group: 'RightHandIndex3_end', Weight: 0.272643 +Vertex 2184: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.844733 + Group: 'RightHandIndex3_end', Weight: 0.147935 +Vertex 2185: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.884866 + Group: 'RightHandIndex3_end', Weight: 0.108040 +Vertex 2186: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020012 + Group: 'RightHandIndex2', Weight: 0.830911 + Group: 'RightHandIndex3', Weight: 0.131809 +Vertex 2187: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.028044 + Group: 'RightHandIndex2', Weight: 0.821234 + Group: 'RightHandIndex3', Weight: 0.136918 +Vertex 2188: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.011898 + Group: 'RightHandIndex2', Weight: 0.825601 + Group: 'RightHandIndex3', Weight: 0.141105 +Vertex 2189: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.001204 + Group: 'RightHandIndex2', Weight: 0.814446 + Group: 'RightHandIndex3', Weight: 0.157745 +Vertex 2190: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.026267 + Group: 'RightHandIndex2', Weight: 0.771423 + Group: 'RightHandIndex3', Weight: 0.188425 +Vertex 2191: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.795402 + Group: 'RightHandIndex3', Weight: 0.180357 +Vertex 2192: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.020648 + Group: 'RightHandIndex2', Weight: 0.799268 + Group: 'RightHandIndex3', Weight: 0.163529 +Vertex 2193: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.002924 + Group: 'RightHandIndex2', Weight: 0.788963 + Group: 'RightHandIndex3', Weight: 0.180196 +Vertex 2194: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978696 +Vertex 2195: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.038204 + Group: 'RightHandIndex3_end', Weight: 0.955533 +Vertex 2196: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993533 +Vertex 2197: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2198: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2199: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.978163 +Vertex 2200: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.995573 +Vertex 2201: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2202: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.978337 +Vertex 2203: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.927201 + Group: 'RightHandMiddle1', Weight: 0.053855 +Vertex 2204: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.964613 +Vertex 2205: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.774072 + Group: 'RightHandIndex2', Weight: 0.160117 + Group: 'RightHandMiddle1', Weight: 0.045921 +Vertex 2206: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.869750 + Group: 'RightHandIndex2', Weight: 0.091633 +Vertex 2207: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.631826 + Group: 'RightHandIndex2', Weight: 0.179970 + Group: 'RightHandMiddle1', Weight: 0.148245 + Group: 'RightHandMiddle2', Weight: 0.007734 +Vertex 2208: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.931072 + Group: 'RightHandIndex2', Weight: 0.044321 +Vertex 2209: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.702321 + Group: 'RightHandIndex2', Weight: 0.067403 + Group: 'RightHandMiddle1', Weight: 0.192691 + Group: 'RightHandMiddle2', Weight: 0.013365 +Vertex 2210: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182936 + Group: 'RightHandIndex3', Weight: 0.803886 +Vertex 2211: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.163726 + Group: 'RightHandIndex3', Weight: 0.827383 +Vertex 2212: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.106849 + Group: 'RightHandIndex3', Weight: 0.872548 +Vertex 2213: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.122957 + Group: 'RightHandIndex3', Weight: 0.859836 +Vertex 2214: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.154416 + Group: 'RightHandIndex3', Weight: 0.830639 +Vertex 2215: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.182085 + Group: 'RightHandIndex3', Weight: 0.808936 +Vertex 2216: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.161454 + Group: 'RightHandIndex3', Weight: 0.827600 +Vertex 2217: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.108774 + Group: 'RightHandIndex3', Weight: 0.873915 +Vertex 2218: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.277028 + Group: 'RightHandIndex2', Weight: 0.658665 + Group: 'RightHandMiddle1', Weight: 0.032742 +Vertex 2219: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.132128 + Group: 'RightHandIndex2', Weight: 0.821232 + Group: 'RightHandIndex3', Weight: 0.003198 +Vertex 2220: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.806700 + Group: 'RightHandIndex2', Weight: 0.176617 +Vertex 2221: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.888660 + Group: 'RightHandIndex2', Weight: 0.105099 +Vertex 2222: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.152727 + Group: 'RightHandIndex2', Weight: 0.810495 + Group: 'RightHandIndex3', Weight: 0.006984 +Vertex 2223: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.281332 + Group: 'RightHandIndex2', Weight: 0.687356 +Vertex 2224: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.725547 + Group: 'RightHandIndex2', Weight: 0.258603 +Vertex 2225: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.854569 + Group: 'RightHandIndex2', Weight: 0.137559 +Vertex 2226: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.053892 + Group: 'RightHandIndex3_end', Weight: 0.945830 +Vertex 2227: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.127650 + Group: 'RightHandIndex3_end', Weight: 0.871301 +Vertex 2228: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 1.000000 +Vertex 2229: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.114981 + Group: 'RightHandIndex3_end', Weight: 0.884072 +Vertex 2230: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.126770 + Group: 'RightHandIndex3_end', Weight: 0.872139 +Vertex 2231: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.075932 + Group: 'RightHandIndex3_end', Weight: 0.923586 +Vertex 2232: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.986592 +Vertex 2233: +Vertex groups: 1 + Group: 'RightHandIndex3_end', Weight: 0.993366 +Vertex 2234: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999638 +Vertex 2235: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999382 +Vertex 2236: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999745 +Vertex 2237: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997831 +Vertex 2238: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999033 +Vertex 2239: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997618 +Vertex 2240: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999748 +Vertex 2241: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998997 +Vertex 2242: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999338 +Vertex 2243: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.092021 + Group: 'RightHandMiddle3_end', Weight: 0.902699 +Vertex 2244: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.062511 + Group: 'RightHandMiddle3_end', Weight: 0.934695 +Vertex 2245: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.113699 + Group: 'RightHandMiddle3_end', Weight: 0.879087 +Vertex 2246: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.222448 + Group: 'RightHandMiddle3_end', Weight: 0.762587 +Vertex 2247: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.069959 + Group: 'RightHandMiddle3_end', Weight: 0.928145 +Vertex 2248: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.230283 + Group: 'RightHandMiddle3_end', Weight: 0.763288 +Vertex 2249: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.655761 + Group: 'RightHandMiddle3_end', Weight: 0.332014 +Vertex 2250: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.698306 + Group: 'RightHandMiddle3_end', Weight: 0.286578 +Vertex 2251: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.512774 + Group: 'RightHandMiddle3', Weight: 0.465122 +Vertex 2252: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.785069 + Group: 'RightHandMiddle3', Weight: 0.206964 +Vertex 2253: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.322223 + Group: 'RightHandMiddle3', Weight: 0.660286 +Vertex 2254: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.628436 + Group: 'RightHandMiddle3', Weight: 0.340485 +Vertex 2255: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.620364 + Group: 'RightHandMiddle3', Weight: 0.340302 +Vertex 2256: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.687927 + Group: 'RightHandMiddle3', Weight: 0.293250 +Vertex 2257: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.587850 + Group: 'RightHandMiddle3', Weight: 0.385303 +Vertex 2258: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.708317 + Group: 'RightHandMiddle3', Weight: 0.275649 +Vertex 2259: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.996602 +Vertex 2260: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.992912 +Vertex 2261: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999583 +Vertex 2262: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999887 +Vertex 2263: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999566 +Vertex 2264: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.991915 +Vertex 2265: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997910 +Vertex 2266: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.999485 +Vertex 2267: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.043378 + Group: 'RightHandMiddle1', Weight: 0.865927 + Group: 'RightHandMiddle2', Weight: 0.071113 +Vertex 2268: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.875337 + Group: 'RightHandMiddle2', Weight: 0.065953 + Group: 'RightHandRing1', Weight: 0.027410 +Vertex 2269: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.207436 + Group: 'RightHandMiddle1', Weight: 0.658733 + Group: 'RightHandMiddle2', Weight: 0.105568 +Vertex 2270: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.040547 + Group: 'RightHandMiddle1', Weight: 0.818569 + Group: 'RightHandMiddle2', Weight: 0.067828 + Group: 'RightHandRing1', Weight: 0.052191 +Vertex 2271: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.147531 + Group: 'RightHandMiddle1', Weight: 0.716490 + Group: 'RightHandMiddle2', Weight: 0.088093 +Vertex 2272: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.791140 + Group: 'RightHandMiddle2', Weight: 0.063695 + Group: 'RightHandRing1', Weight: 0.116320 +Vertex 2273: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.295297 + Group: 'RightHandIndex2', Weight: 0.047155 + Group: 'RightHandMiddle1', Weight: 0.520389 + Group: 'RightHandMiddle2', Weight: 0.120742 +Vertex 2274: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.759291 + Group: 'RightHandMiddle2', Weight: 0.081572 + Group: 'RightHandRing1', Weight: 0.132919 +Vertex 2275: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.129871 + Group: 'RightHandMiddle3', Weight: 0.782792 + Group: 'RightHandMiddle3_end', Weight: 0.083491 +Vertex 2276: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.141149 + Group: 'RightHandMiddle3', Weight: 0.809671 + Group: 'RightHandMiddle3_end', Weight: 0.040739 +Vertex 2277: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.043849 + Group: 'RightHandMiddle3', Weight: 0.861904 + Group: 'RightHandMiddle3_end', Weight: 0.090352 +Vertex 2278: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.083453 + Group: 'RightHandMiddle3', Weight: 0.822641 + Group: 'RightHandMiddle3_end', Weight: 0.092891 +Vertex 2279: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.079729 + Group: 'RightHandMiddle3', Weight: 0.831268 + Group: 'RightHandMiddle3_end', Weight: 0.087130 +Vertex 2280: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.115096 + Group: 'RightHandMiddle3', Weight: 0.854715 + Group: 'RightHandMiddle3_end', Weight: 0.005988 +Vertex 2281: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.080716 + Group: 'RightHandMiddle3', Weight: 0.856865 + Group: 'RightHandMiddle3_end', Weight: 0.061248 +Vertex 2282: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.011935 + Group: 'RightHandMiddle3', Weight: 0.923815 + Group: 'RightHandMiddle3_end', Weight: 0.039814 +Vertex 2283: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.097399 + Group: 'RightHandMiddle2', Weight: 0.873257 +Vertex 2284: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.053671 + Group: 'RightHandMiddle2', Weight: 0.899240 + Group: 'RightHandMiddle3', Weight: 0.023748 +Vertex 2285: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.060766 + Group: 'RightHandMiddle2', Weight: 0.926849 +Vertex 2286: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.056154 + Group: 'RightHandMiddle2', Weight: 0.926854 +Vertex 2287: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.084477 + Group: 'RightHandMiddle2', Weight: 0.849976 + Group: 'RightHandMiddle3', Weight: 0.047188 +Vertex 2288: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.073890 + Group: 'RightHandMiddle2', Weight: 0.841210 + Group: 'RightHandMiddle3', Weight: 0.057173 +Vertex 2289: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.028071 + Group: 'RightHandMiddle1', Weight: 0.079083 + Group: 'RightHandMiddle2', Weight: 0.842159 + Group: 'RightHandMiddle3', Weight: 0.012172 +Vertex 2290: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.068279 + Group: 'RightHandMiddle2', Weight: 0.884732 +Vertex 2291: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.994494 +Vertex 2292: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.004736 + Group: 'RightHandMiddle3_end', Weight: 0.971889 +Vertex 2293: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998993 +Vertex 2294: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.002825 + Group: 'RightHandMiddle3_end', Weight: 0.972983 +Vertex 2295: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985661 +Vertex 2296: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.995211 +Vertex 2297: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.998281 +Vertex 2298: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.997615 +Vertex 2299: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999775 +Vertex 2300: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999816 +Vertex 2301: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999722 +Vertex 2302: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999681 +Vertex 2303: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999680 +Vertex 2304: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999766 +Vertex 2305: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999649 +Vertex 2306: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999827 +Vertex 2307: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999776 +Vertex 2308: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.035868 + Group: 'RightHandRing3_end', Weight: 0.955141 +Vertex 2309: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.030626 + Group: 'RightHandRing3_end', Weight: 0.957918 +Vertex 2310: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.052408 + Group: 'RightHandRing3_end', Weight: 0.945205 +Vertex 2311: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.067439 + Group: 'RightHandRing3_end', Weight: 0.928437 +Vertex 2312: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.048194 + Group: 'RightHandRing3_end', Weight: 0.948191 +Vertex 2313: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.051861 + Group: 'RightHandRing3_end', Weight: 0.943874 +Vertex 2314: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.056698 + Group: 'RightHandRing3_end', Weight: 0.936394 +Vertex 2315: +Vertex groups: 2 + Group: 'RightHandRing3', Weight: 0.036533 + Group: 'RightHandRing3_end', Weight: 0.947026 +Vertex 2316: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.262306 + Group: 'RightHandRing3', Weight: 0.703438 +Vertex 2317: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.294283 + Group: 'RightHandRing3', Weight: 0.667701 +Vertex 2318: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.248143 + Group: 'RightHandRing3', Weight: 0.718593 +Vertex 2319: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.052403 + Group: 'RightHandRing2', Weight: 0.351255 + Group: 'RightHandRing3', Weight: 0.476288 + Group: 'RightHandRing3_end', Weight: 0.113459 +Vertex 2320: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261541 + Group: 'RightHandRing3', Weight: 0.703479 +Vertex 2321: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.258465 + Group: 'RightHandRing3', Weight: 0.675964 + Group: 'RightHandRing3_end', Weight: 0.038507 +Vertex 2322: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.261335 + Group: 'RightHandRing3', Weight: 0.705152 +Vertex 2323: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.286499 + Group: 'RightHandRing3', Weight: 0.665085 + Group: 'RightHandRing3_end', Weight: 0.005131 +Vertex 2324: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999333 +Vertex 2325: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999525 +Vertex 2326: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999365 +Vertex 2327: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999424 +Vertex 2328: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999638 +Vertex 2329: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999635 +Vertex 2330: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999789 +Vertex 2331: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.999783 +Vertex 2332: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.085795 + Group: 'RightHandRing1', Weight: 0.804538 + Group: 'RightHandRing2', Weight: 0.074335 +Vertex 2333: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.024763 + Group: 'RightHandRing1', Weight: 0.815409 + Group: 'RightHandRing2', Weight: 0.062054 + Group: 'RightHandPinky1', Weight: 0.040457 +Vertex 2334: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.236034 + Group: 'RightHandRing1', Weight: 0.639594 + Group: 'RightHandRing2', Weight: 0.088962 +Vertex 2335: +Vertex groups: 1 + Group: 'RightHandRing1', Weight: 0.923499 +Vertex 2336: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.098012 + Group: 'RightHandRing1', Weight: 0.836370 + Group: 'RightHandRing2', Weight: 0.034680 +Vertex 2337: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.765812 + Group: 'RightHandRing2', Weight: 0.078266 + Group: 'RightHandPinky1', Weight: 0.102620 + Group: 'RightHandPinky2', Weight: 0.010516 +Vertex 2338: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.248415 + Group: 'RightHandRing1', Weight: 0.635425 + Group: 'RightHandRing2', Weight: 0.081827 +Vertex 2339: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.754758 + Group: 'RightHandRing2', Weight: 0.036157 + Group: 'RightHandPinky1', Weight: 0.114221 + Group: 'RightHandPinky2', Weight: 0.050269 +Vertex 2340: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.029356 + Group: 'RightHandRing3', Weight: 0.860425 + Group: 'RightHandRing3_end', Weight: 0.096260 +Vertex 2341: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.157482 + Group: 'RightHandRing3', Weight: 0.568904 + Group: 'RightHandRing3_end', Weight: 0.249821 +Vertex 2342: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.014311 + Group: 'RightHandRing3', Weight: 0.854289 + Group: 'RightHandRing3_end', Weight: 0.111480 +Vertex 2343: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.035106 + Group: 'RightHandRing3', Weight: 0.876135 + Group: 'RightHandRing3_end', Weight: 0.078511 +Vertex 2344: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.017141 + Group: 'RightHandRing3', Weight: 0.862190 + Group: 'RightHandRing3_end', Weight: 0.101968 +Vertex 2345: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.074011 + Group: 'RightHandRing3', Weight: 0.795528 + Group: 'RightHandRing3_end', Weight: 0.122745 +Vertex 2346: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.057484 + Group: 'RightHandRing3', Weight: 0.832277 + Group: 'RightHandRing3_end', Weight: 0.105234 +Vertex 2347: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.038834 + Group: 'RightHandRing3', Weight: 0.858153 + Group: 'RightHandRing3_end', Weight: 0.094227 +Vertex 2348: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.103445 + Group: 'RightHandRing2', Weight: 0.809406 + Group: 'RightHandRing3', Weight: 0.064133 +Vertex 2349: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.091400 + Group: 'RightHandRing2', Weight: 0.806486 + Group: 'RightHandRing3', Weight: 0.079306 +Vertex 2350: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.090596 + Group: 'RightHandRing2', Weight: 0.815711 + Group: 'RightHandRing3', Weight: 0.073579 +Vertex 2351: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.083089 + Group: 'RightHandRing2', Weight: 0.821317 + Group: 'RightHandRing3', Weight: 0.074218 +Vertex 2352: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.154163 + Group: 'RightHandRing2', Weight: 0.631796 + Group: 'RightHandRing3', Weight: 0.166278 + Group: 'RightHandRing3_end', Weight: 0.009081 +Vertex 2353: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.044910 + Group: 'RightHandRing2', Weight: 0.872174 + Group: 'RightHandRing3', Weight: 0.064926 +Vertex 2354: +Vertex groups: 4 + Group: 'RightHandMiddle1', Weight: 0.007246 + Group: 'RightHandRing1', Weight: 0.068414 + Group: 'RightHandRing2', Weight: 0.832729 + Group: 'RightHandRing3', Weight: 0.063659 +Vertex 2355: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.072965 + Group: 'RightHandRing2', Weight: 0.827669 + Group: 'RightHandRing3', Weight: 0.070610 +Vertex 2356: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998897 +Vertex 2357: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998300 +Vertex 2358: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998681 +Vertex 2359: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998336 +Vertex 2360: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997852 +Vertex 2361: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.997691 +Vertex 2362: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998027 +Vertex 2363: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.998162 +Vertex 2364: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999097 +Vertex 2365: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999041 +Vertex 2366: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999087 +Vertex 2367: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998371 +Vertex 2368: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998824 +Vertex 2369: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998615 +Vertex 2370: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999008 +Vertex 2371: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998932 +Vertex 2372: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998879 +Vertex 2373: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980916 +Vertex 2374: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980908 +Vertex 2375: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.980586 +Vertex 2376: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.979518 +Vertex 2377: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.981380 +Vertex 2378: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.976614 +Vertex 2379: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.020470 + Group: 'RightHandPinky3_end', Weight: 0.962330 +Vertex 2380: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.059731 + Group: 'RightHandPinky3_end', Weight: 0.934500 +Vertex 2381: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.087545 + Group: 'RightHandPinky3', Weight: 0.854557 + Group: 'RightHandPinky3_end', Weight: 0.050758 +Vertex 2382: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103562 + Group: 'RightHandPinky3', Weight: 0.836875 + Group: 'RightHandPinky3_end', Weight: 0.051760 +Vertex 2383: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.103458 + Group: 'RightHandPinky3', Weight: 0.851876 + Group: 'RightHandPinky3_end', Weight: 0.020484 +Vertex 2384: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.186202 + Group: 'RightHandPinky3', Weight: 0.679659 + Group: 'RightHandPinky3_end', Weight: 0.118235 +Vertex 2385: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.066194 + Group: 'RightHandPinky3', Weight: 0.914603 +Vertex 2386: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.139888 + Group: 'RightHandPinky3', Weight: 0.800844 + Group: 'RightHandPinky3_end', Weight: 0.046843 +Vertex 2387: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.100332 + Group: 'RightHandPinky3', Weight: 0.858407 + Group: 'RightHandPinky3_end', Weight: 0.013184 +Vertex 2388: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.115167 + Group: 'RightHandPinky3', Weight: 0.823901 + Group: 'RightHandPinky3_end', Weight: 0.051974 +Vertex 2389: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998300 +Vertex 2390: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996737 +Vertex 2391: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998942 +Vertex 2392: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999079 +Vertex 2393: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999108 +Vertex 2394: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998294 +Vertex 2395: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998740 +Vertex 2396: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.999132 +Vertex 2397: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013593 + Group: 'RightHandPinky1', Weight: 0.709734 + Group: 'RightHandPinky2', Weight: 0.239491 +Vertex 2398: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.542093 + Group: 'RightHandPinky2', Weight: 0.442855 +Vertex 2399: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.094586 + Group: 'RightHandPinky1', Weight: 0.517785 + Group: 'RightHandPinky2', Weight: 0.362846 +Vertex 2400: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.038132 + Group: 'RightHandPinky1', Weight: 0.878590 + Group: 'RightHandPinky2', Weight: 0.055480 +Vertex 2401: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.129350 + Group: 'RightHandPinky1', Weight: 0.739917 + Group: 'RightHandPinky2', Weight: 0.097281 +Vertex 2402: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.874061 + Group: 'RightHandPinky2', Weight: 0.099610 +Vertex 2403: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.243103 + Group: 'RightHandPinky1', Weight: 0.549351 + Group: 'RightHandPinky2', Weight: 0.159794 +Vertex 2404: +Vertex groups: 2 + Group: 'RightHandPinky1', Weight: 0.540070 + Group: 'RightHandPinky2', Weight: 0.450130 +Vertex 2405: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.882728 + Group: 'RightHandPinky3_end', Weight: 0.102028 +Vertex 2406: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.051946 + Group: 'RightHandPinky3', Weight: 0.594022 + Group: 'RightHandPinky3_end', Weight: 0.349590 +Vertex 2407: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.802036 + Group: 'RightHandPinky3_end', Weight: 0.176686 +Vertex 2408: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.772795 + Group: 'RightHandPinky3_end', Weight: 0.209088 +Vertex 2409: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.819589 + Group: 'RightHandPinky3_end', Weight: 0.159638 +Vertex 2410: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.028029 + Group: 'RightHandPinky3', Weight: 0.774489 + Group: 'RightHandPinky3_end', Weight: 0.183356 +Vertex 2411: +Vertex groups: 3 + Group: 'RightHandPinky2', Weight: 0.009245 + Group: 'RightHandPinky3', Weight: 0.772122 + Group: 'RightHandPinky3_end', Weight: 0.195930 +Vertex 2412: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.768157 + Group: 'RightHandPinky3_end', Weight: 0.209288 +Vertex 2413: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.064298 + Group: 'RightHandPinky2', Weight: 0.772934 + Group: 'RightHandPinky3', Weight: 0.156364 +Vertex 2414: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.053257 + Group: 'RightHandPinky2', Weight: 0.750308 + Group: 'RightHandPinky3', Weight: 0.186705 +Vertex 2415: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.041452 + Group: 'RightHandPinky2', Weight: 0.743900 + Group: 'RightHandPinky3', Weight: 0.201059 +Vertex 2416: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.049306 + Group: 'RightHandPinky2', Weight: 0.765656 + Group: 'RightHandPinky3', Weight: 0.170505 +Vertex 2417: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.051074 + Group: 'RightHandPinky2', Weight: 0.609447 + Group: 'RightHandPinky3', Weight: 0.311751 +Vertex 2418: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.013315 + Group: 'RightHandPinky2', Weight: 0.817610 + Group: 'RightHandPinky3', Weight: 0.140724 +Vertex 2419: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.000229 + Group: 'RightHandPinky1', Weight: 0.067126 + Group: 'RightHandPinky2', Weight: 0.768580 + Group: 'RightHandPinky3', Weight: 0.133960 +Vertex 2420: +Vertex groups: 3 + Group: 'RightHandPinky1', Weight: 0.062248 + Group: 'RightHandPinky2', Weight: 0.778218 + Group: 'RightHandPinky3', Weight: 0.137307 +Vertex 2421: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.997847 +Vertex 2422: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.989807 +Vertex 2423: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998762 +Vertex 2424: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996067 +Vertex 2425: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.996663 +Vertex 2426: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998035 +Vertex 2427: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998306 +Vertex 2428: +Vertex groups: 1 + Group: 'RightHandPinky3_end', Weight: 0.998096 +Vertex 2429: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.070392 + Group: 'RightHandPinky1', Weight: 0.899807 +Vertex 2430: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.032309 + Group: 'RightHandPinky1', Weight: 0.896833 + Group: 'RightHandPinky2', Weight: 0.055090 +Vertex 2431: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.807621 + Group: 'RightHandPinky1', Weight: 0.172923 +Vertex 2432: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827276 + Group: 'RightHandPinky1', Weight: 0.152208 +Vertex 2433: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.905992 + Group: 'RightHandThumb1', Weight: 0.037191 + Group: 'RightHandPinky1', Weight: 0.013947 +Vertex 2434: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.931739 + Group: 'RightHandPinky1', Weight: 0.012603 +Vertex 2435: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.827876 + Group: 'RightHandThumb1', Weight: 0.142536 +Vertex 2436: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.795672 + Group: 'RightHandPinky1', Weight: 0.169021 +Vertex 2437: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.393746 + Group: 'RightHandPinky1', Weight: 0.572187 +Vertex 2438: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.137220 + Group: 'RightHandThumb1', Weight: 0.819682 +Vertex 2439: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.890534 + Group: 'RightHandThumb2', Weight: 0.068428 +Vertex 2440: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.055152 + Group: 'RightHand', Weight: 0.050887 + Group: 'RightHandThumb1', Weight: 0.909965 +Vertex 2441: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.304647 + Group: 'RightHandThumb1', Weight: 0.646118 + Group: 'RightHandThumb2', Weight: 0.009519 +Vertex 2442: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.892274 + Group: 'RightHandThumb1', Weight: 0.057344 + Group: 'RightHandPinky1', Weight: 0.006049 +Vertex 2443: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.649126 + Group: 'RightHandThumb1', Weight: 0.269399 + Group: 'RightHandThumb2', Weight: 0.035847 +Vertex 2444: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.065305 + Group: 'RightHandThumb1', Weight: 0.066887 + Group: 'RightHandThumb2', Weight: 0.211409 + Group: 'RightHandIndex1', Weight: 0.500582 + Group: 'RightHandMiddle1', Weight: 0.123622 +Vertex 2445: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.386046 + Group: 'RightHandIndex1', Weight: 0.365308 + Group: 'RightHandThumb1', Weight: 0.097266 + Group: 'RightHandMiddle1', Weight: 0.090175 + Group: 'RightHand', Weight: 0.061204 +Vertex 2446: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.679112 + Group: 'RightHandThumb1', Weight: 0.129662 + Group: 'RightHandThumb2', Weight: 0.111368 + Group: 'RightHandMiddle1', Weight: 0.040055 +Vertex 2447: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.869434 + Group: 'RightHandThumb1', Weight: 0.000855 + Group: 'RightHandPinky1', Weight: 0.080158 +Vertex 2448: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.850597 + Group: 'RightHandRing1', Weight: 0.019894 + Group: 'RightHandPinky1', Weight: 0.090872 +Vertex 2449: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.113773 + Group: 'RightHandRing1', Weight: 0.044554 + Group: 'RightHandPinky1', Weight: 0.825464 +Vertex 2450: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.632342 + Group: 'RightHandRing1', Weight: 0.206272 + Group: 'RightHandPinky1', Weight: 0.130759 +Vertex 2451: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.741590 + Group: 'RightHandIndex1', Weight: 0.040721 + Group: 'RightHandMiddle1', Weight: 0.137440 + Group: 'RightHandRing1', Weight: 0.024376 +Vertex 2452: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.945010 +Vertex 2453: +Vertex groups: 5 + Group: 'RightHandMiddle1', Weight: 0.341190 + Group: 'RightHandIndex1', Weight: 0.278907 + Group: 'RightHand', Weight: 0.252572 + Group: 'RightHandThumb2', Weight: 0.090542 + Group: 'RightHandThumb1', Weight: 0.036790 +Vertex 2454: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.865859 + Group: 'RightHandRing1', Weight: 0.002829 + Group: 'RightHandPinky1', Weight: 0.050841 +Vertex 2455: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.783785 + Group: 'RightHandThumb1', Weight: 0.061264 + Group: 'RightHandThumb2', Weight: 0.016086 + Group: 'RightHandIndex1', Weight: 0.010420 + Group: 'RightHandMiddle1', Weight: 0.055876 +Vertex 2456: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.474679 + Group: 'RightHandThumb1', Weight: 0.176795 + Group: 'RightHandThumb2', Weight: 0.153618 + Group: 'RightHandIndex1', Weight: 0.096691 + Group: 'RightHandMiddle1', Weight: 0.071767 +Vertex 2457: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.135695 + Group: 'RightHandMiddle1', Weight: 0.805277 +Vertex 2458: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.011410 + Group: 'RightHandMiddle1', Weight: 0.787587 + Group: 'RightHandRing1', Weight: 0.129533 +Vertex 2459: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.328315 + Group: 'RightHandMiddle1', Weight: 0.601236 + Group: 'RightHandMiddle2', Weight: 0.024226 +Vertex 2460: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.628363 + Group: 'RightHandRing1', Weight: 0.284618 +Vertex 2461: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.965281 +Vertex 2462: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.777907 + Group: 'RightHandMiddle1', Weight: 0.184423 +Vertex 2463: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.951667 +Vertex 2464: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.652719 + Group: 'RightHandMiddle1', Weight: 0.295995 +Vertex 2465: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.060555 + Group: 'RightHandMiddle1', Weight: 0.213292 + Group: 'RightHandRing1', Weight: 0.645961 + Group: 'RightHandPinky1', Weight: 0.033491 +Vertex 2466: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.103508 + Group: 'RightHandMiddle1', Weight: 0.069985 + Group: 'RightHandRing1', Weight: 0.627254 + Group: 'RightHandPinky1', Weight: 0.144805 + Group: 'RightHandPinky2', Weight: 0.025678 +Vertex 2467: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.007992 + Group: 'RightHandMiddle1', Weight: 0.307000 + Group: 'RightHandRing1', Weight: 0.576349 + Group: 'RightHandRing2', Weight: 0.030631 +Vertex 2468: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.052748 + Group: 'RightHandMiddle1', Weight: 0.019325 + Group: 'RightHandRing1', Weight: 0.599722 + Group: 'RightHandPinky1', Weight: 0.219583 + Group: 'RightHandPinky2', Weight: 0.070735 +Vertex 2469: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.112894 + Group: 'RightHandRing1', Weight: 0.056597 + Group: 'RightHandPinky1', Weight: 0.780840 + Group: 'RightHandPinky2', Weight: 0.019009 +Vertex 2470: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.063685 + Group: 'RightHandPinky1', Weight: 0.874406 + Group: 'RightHandPinky2', Weight: 0.039528 +Vertex 2471: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.049999 + Group: 'RightHandRing1', Weight: 0.215786 + Group: 'RightHandPinky1', Weight: 0.558335 + Group: 'RightHandPinky2', Weight: 0.147929 +Vertex 2472: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.059348 + Group: 'RightHandThumb1', Weight: 0.045401 + Group: 'RightHandThumb2', Weight: 0.111407 + Group: 'RightHandIndex1', Weight: 0.681939 + Group: 'RightHandMiddle1', Weight: 0.073255 +Vertex 2473: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.414148 + Group: 'RightHandIndex1', Weight: 0.270852 + Group: 'RightHandThumb1', Weight: 0.170296 + Group: 'RightHand', Weight: 0.088997 + Group: 'RightHandThumb3', Weight: 0.055707 +Vertex 2474: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.005262 + Group: 'RightHandThumb1', Weight: 0.117474 + Group: 'RightHandThumb2', Weight: 0.766835 + Group: 'RightHandThumb3', Weight: 0.053788 + Group: 'RightHandIndex1', Weight: 0.000973 +Vertex 2475: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.562206 + Group: 'RightHandThumb1', Weight: 0.215662 + Group: 'RightHand', Weight: 0.119969 + Group: 'RightHandIndex1', Weight: 0.076747 + Group: 'RightHandThumb3', Weight: 0.025415 +Vertex 2476: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.191257 + Group: 'RightHandThumb1', Weight: 0.182782 + Group: 'RightHandThumb2', Weight: 0.416689 + Group: 'RightHandIndex1', Weight: 0.130397 + Group: 'RightHandMiddle1', Weight: 0.041770 +Vertex 2477: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.113633 + Group: 'RightHandThumb1', Weight: 0.028458 + Group: 'RightHandThumb2', Weight: 0.070995 + Group: 'RightHandIndex1', Weight: 0.594506 + Group: 'RightHandMiddle1', Weight: 0.162969 +Vertex 2478: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.859138 + Group: 'RightHandPinky1', Weight: 0.099976 +Vertex 2479: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.133585 + Group: 'RightHandThumb2', Weight: 0.012068 + Group: 'RightHandIndex1', Weight: 0.306123 + Group: 'RightHandMiddle1', Weight: 0.482352 +Vertex 2480: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.134235 + Group: 'RightHandIndex1', Weight: 0.085913 + Group: 'RightHandMiddle1', Weight: 0.710567 + Group: 'RightHandRing1', Weight: 0.024912 +Vertex 2481: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.166527 + Group: 'RightHandIndex1', Weight: 0.008315 + Group: 'RightHandMiddle1', Weight: 0.625984 + Group: 'RightHandRing1', Weight: 0.138618 +Vertex 2482: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.264077 + Group: 'RightHandMiddle1', Weight: 0.208685 + Group: 'RightHandRing1', Weight: 0.417753 + Group: 'RightHandPinky1', Weight: 0.077008 +Vertex 2483: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.453565 + Group: 'RightHandMiddle1', Weight: 0.081240 + Group: 'RightHandRing1', Weight: 0.236653 + Group: 'RightHandPinky1', Weight: 0.199854 +Vertex 2484: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.367983 + Group: 'RightHandMiddle1', Weight: 0.017234 + Group: 'RightHandRing1', Weight: 0.099247 + Group: 'RightHandPinky1', Weight: 0.471525 +Vertex 2485: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.481476 + Group: 'RightHandThumb1', Weight: 0.071196 + Group: 'RightHandThumb2', Weight: 0.066040 + Group: 'RightHandIndex1', Weight: 0.154828 + Group: 'RightHandMiddle1', Weight: 0.191950 +Vertex 2486: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.640782 + Group: 'RightHandIndex1', Weight: 0.058135 + Group: 'RightHandMiddle1', Weight: 0.195087 + Group: 'RightHandRing1', Weight: 0.029748 +Vertex 2487: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.660730 + Group: 'RightHandRing1', Weight: 0.045007 + Group: 'RightHandPinky1', Weight: 0.246754 +Vertex 2488: +Vertex groups: 2 + Group: 'RightHand', Weight: 0.805489 + Group: 'RightHandPinky1', Weight: 0.166820 +Vertex 2489: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.067637 + Group: 'RightHand', Weight: 0.386858 + Group: 'RightHandThumb1', Weight: 0.502471 + Group: 'RightHandThumb2', Weight: 0.000103 +Vertex 2490: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.051886 + Group: 'RightHand', Weight: 0.719527 + Group: 'RightHandThumb1', Weight: 0.195220 +Vertex 2491: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.005439 + Group: 'RightHand', Weight: 0.898089 + Group: 'RightHandThumb1', Weight: 0.047958 +Vertex 2492: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.002072 + Group: 'RightHand', Weight: 0.936878 +Vertex 2493: +Vertex groups: 1 + Group: 'RightHand', Weight: 0.942252 +Vertex 2494: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.739810 + Group: 'RightHandMiddle1', Weight: 0.031285 + Group: 'RightHandRing1', Weight: 0.060384 + Group: 'RightHandPinky1', Weight: 0.132155 +Vertex 2495: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.604620 + Group: 'RightHandMiddle1', Weight: 0.133856 + Group: 'RightHandRing1', Weight: 0.161213 + Group: 'RightHandPinky1', Weight: 0.063938 +Vertex 2496: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.733911 + Group: 'RightHandMiddle1', Weight: 0.102477 + Group: 'RightHandRing1', Weight: 0.065398 + Group: 'RightHandPinky1', Weight: 0.040789 +Vertex 2497: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.501623 + Group: 'RightHandIndex1', Weight: 0.014328 + Group: 'RightHandMiddle1', Weight: 0.302412 + Group: 'RightHandRing1', Weight: 0.104964 + Group: 'RightHandPinky1', Weight: 0.013033 +Vertex 2498: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.095663 + Group: 'RightHand', Weight: 0.137593 + Group: 'RightHandThumb1', Weight: 0.744112 +Vertex 2499: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.050468 + Group: 'RightHandThumb1', Weight: 0.600925 + Group: 'RightHandThumb2', Weight: 0.287251 +Vertex 2500: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.098116 + Group: 'RightHandThumb1', Weight: 0.674383 + Group: 'RightHandThumb2', Weight: 0.160568 +Vertex 2501: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.182194 + Group: 'RightHandThumb1', Weight: 0.599268 + Group: 'RightHandThumb2', Weight: 0.133237 + Group: 'RightHandIndex1', Weight: 0.015596 +Vertex 2502: +Vertex groups: 5 + Group: 'RightHandThumb2', Weight: 0.413630 + Group: 'RightHandIndex1', Weight: 0.308257 + Group: 'RightHand', Weight: 0.102673 + Group: 'RightHandThumb3', Weight: 0.088092 + Group: 'RightHandThumb1', Weight: 0.087348 +Vertex 2503: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.073229 + Group: 'RightHandThumb1', Weight: 0.069492 + Group: 'RightHandThumb2', Weight: 0.736624 + Group: 'RightHandIndex1', Weight: 0.072911 +Vertex 2504: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.046552 + Group: 'RightHandThumb1', Weight: 0.083345 + Group: 'RightHandThumb2', Weight: 0.827942 +Vertex 2505: +Vertex groups: 2 + Group: 'RightHandThumb1', Weight: 0.086261 + Group: 'RightHandThumb2', Weight: 0.865583 +Vertex 2506: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.243993 + Group: 'RightHandThumb1', Weight: 0.455626 + Group: 'RightHandThumb2', Weight: 0.263598 +Vertex 2507: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.073260 + Group: 'RightHandRing1', Weight: 0.009208 + Group: 'RightHandPinky1', Weight: 0.878692 +Vertex 2508: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.767269 + Group: 'RightHandRing2', Weight: 0.004957 + Group: 'RightHandPinky1', Weight: 0.150372 + Group: 'RightHandPinky2', Weight: 0.011147 +Vertex 2509: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.328548 + Group: 'RightHandPinky1', Weight: 0.524935 + Group: 'RightHandPinky2', Weight: 0.097288 +Vertex 2510: +Vertex groups: 2 + Group: 'RightHandRing1', Weight: 0.781972 + Group: 'RightHandPinky1', Weight: 0.152068 +Vertex 2511: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.018973 + Group: 'RightHandRing1', Weight: 0.338254 + Group: 'RightHandPinky1', Weight: 0.569371 + Group: 'RightHandPinky2', Weight: 0.027510 +Vertex 2512: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.028907 + Group: 'RightHandRing1', Weight: 0.148586 + Group: 'RightHandPinky1', Weight: 0.782963 +Vertex 2513: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.188674 + Group: 'RightHandRing1', Weight: 0.468020 + Group: 'RightHandPinky1', Weight: 0.311470 +Vertex 2514: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.088614 + Group: 'RightHandRing1', Weight: 0.538792 + Group: 'RightHandPinky1', Weight: 0.331596 +Vertex 2515: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.044312 + Group: 'RightHandRing1', Weight: 0.779705 + Group: 'RightHandPinky1', Weight: 0.134610 +Vertex 2516: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.117246 + Group: 'RightHandRing1', Weight: 0.686086 + Group: 'RightHandPinky1', Weight: 0.156837 +Vertex 2517: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.128074 + Group: 'RightHandMiddle1', Weight: 0.052975 + Group: 'RightHandRing1', Weight: 0.749363 + Group: 'RightHandPinky1', Weight: 0.055640 +Vertex 2518: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.201602 + Group: 'RightHandIndex1', Weight: 0.076174 + Group: 'RightHandMiddle1', Weight: 0.565602 + Group: 'RightHandRing1', Weight: 0.125467 +Vertex 2519: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.723644 + Group: 'RightHandIndex2', Weight: 0.017641 + Group: 'RightHandMiddle1', Weight: 0.191307 +Vertex 2520: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.029732 + Group: 'RightHandThumb1', Weight: 0.000204 + Group: 'RightHandThumb2', Weight: 0.077451 + Group: 'RightHandIndex1', Weight: 0.725931 + Group: 'RightHandMiddle1', Weight: 0.104008 +Vertex 2521: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.007776 + Group: 'RightHandMiddle1', Weight: 0.630423 + Group: 'RightHandRing1', Weight: 0.290920 +Vertex 2522: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.297980 + Group: 'RightHandRing1', Weight: 0.628506 + Group: 'RightHandRing2', Weight: 0.014113 +Vertex 2523: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067818 + Group: 'RightHandMiddle1', Weight: 0.742718 + Group: 'RightHandRing1', Weight: 0.150212 +Vertex 2524: +Vertex groups: 2 + Group: 'RightHandMiddle1', Weight: 0.202831 + Group: 'RightHandRing1', Weight: 0.745001 +Vertex 2525: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.006349 + Group: 'RightHandIndex1', Weight: 0.650796 + Group: 'RightHandMiddle1', Weight: 0.250234 +Vertex 2526: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.468719 + Group: 'RightHandIndex2', Weight: 0.033250 + Group: 'RightHandMiddle1', Weight: 0.410245 + Group: 'RightHandMiddle2', Weight: 0.038939 +Vertex 2527: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.722107 + Group: 'RightHandIndex2', Weight: 0.067590 + Group: 'RightHandMiddle1', Weight: 0.171762 +Vertex 2528: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.317209 + Group: 'RightHandMiddle1', Weight: 0.575114 + Group: 'RightHandRing1', Weight: 0.034657 +Vertex 2529: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.048393 + Group: 'RightHandRing1', Weight: 0.883435 + Group: 'RightHandPinky1', Weight: 0.007836 +Vertex 2530: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.062304 + Group: 'RightHandMiddle1', Weight: 0.170840 + Group: 'RightHandRing1', Weight: 0.716143 +Vertex 2531: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.051122 + Group: 'RightHandIndex1', Weight: 0.113899 + Group: 'RightHandMiddle1', Weight: 0.699678 + Group: 'RightHandRing1', Weight: 0.113165 +Vertex 2532: +Vertex groups: 4 + Group: 'RightHandIndex1', Weight: 0.650152 + Group: 'RightHandIndex2', Weight: 0.085281 + Group: 'RightHandMiddle1', Weight: 0.214470 + Group: 'RightHandMiddle2', Weight: 0.017833 +Vertex 2533: +Vertex groups: 2 + Group: 'RightHandIndex1', Weight: 0.841572 + Group: 'RightHandMiddle1', Weight: 0.078596 +Vertex 2534: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.004894 + Group: 'RightHandIndex1', Weight: 0.307944 + Group: 'RightHandMiddle1', Weight: 0.570538 + Group: 'RightHandRing1', Weight: 0.058218 +Vertex 2535: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.085803 + Group: 'RightHandThumb2', Weight: 0.034133 + Group: 'RightHandIndex1', Weight: 0.551664 + Group: 'RightHandMiddle1', Weight: 0.256412 + Group: 'RightHandRing1', Weight: 0.016122 +Vertex 2536: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.859834 + Group: 'RightHandIndex2', Weight: 0.053991 + Group: 'RightHandMiddle1', Weight: 0.059808 +Vertex 2537: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.891033 + Group: 'RightHandIndex2', Weight: 0.036198 + Group: 'RightHandMiddle1', Weight: 0.022662 +Vertex 2538: +Vertex groups: 1 + Group: 'RightHandIndex1', Weight: 0.926104 +Vertex 2539: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.014935 + Group: 'RightHandThumb2', Weight: 0.075566 + Group: 'RightHandIndex1', Weight: 0.770637 + Group: 'RightHandMiddle1', Weight: 0.073862 +Vertex 2540: +Vertex groups: 4 + Group: 'RightHand', Weight: 0.010365 + Group: 'RightHandThumb2', Weight: 0.078978 + Group: 'RightHandIndex1', Weight: 0.795679 + Group: 'RightHandMiddle1', Weight: 0.049855 +Vertex 2541: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.018859 + Group: 'RightHandIndex1', Weight: 0.854588 + Group: 'RightHandMiddle1', Weight: 0.056635 +Vertex 2542: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.025930 + Group: 'RightHandIndex1', Weight: 0.880028 + Group: 'RightHandMiddle1', Weight: 0.020384 +Vertex 2543: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.048846 + Group: 'RightHandThumb1', Weight: 0.042265 + Group: 'RightHandThumb2', Weight: 0.148390 + Group: 'RightHandIndex1', Weight: 0.635437 + Group: 'RightHandMiddle1', Weight: 0.092984 +Vertex 2544: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.682499 + Group: 'RightHandThumb2', Weight: 0.165800 + Group: 'RightHandMiddle1', Weight: 0.065188 + Group: 'RightHand', Weight: 0.053168 + Group: 'RightHandThumb1', Weight: 0.033345 +Vertex 2545: +Vertex groups: 3 + Group: 'RightHandThumb2', Weight: 0.028101 + Group: 'RightHandIndex1', Weight: 0.888964 + Group: 'RightHandMiddle1', Weight: 0.005998 +Vertex 2546: +Vertex groups: 5 + Group: 'RightHand', Weight: 0.028954 + Group: 'RightHandThumb1', Weight: 0.011145 + Group: 'RightHandThumb2', Weight: 0.091108 + Group: 'RightHandIndex1', Weight: 0.763445 + Group: 'RightHandMiddle1', Weight: 0.052353 +Vertex 2547: +Vertex groups: 5 + Group: 'RightHandIndex1', Weight: 0.430598 + Group: 'RightHandThumb2', Weight: 0.303574 + Group: 'RightHandThumb1', Weight: 0.121698 + Group: 'RightHand', Weight: 0.076636 + Group: 'RightHandMiddle1', Weight: 0.067495 +Vertex 2548: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.016350 + Group: 'RightHand', Weight: 0.904990 + Group: 'RightHandThumb1', Weight: 0.045591 +Vertex 2549: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.023649 + Group: 'RightHand', Weight: 0.930830 +Vertex 2550: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.102575 + Group: 'RightHand', Weight: 0.126924 + Group: 'RightHandThumb1', Weight: 0.760283 +Vertex 2551: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.111244 + Group: 'RightHand', Weight: 0.732083 + Group: 'RightHandThumb1', Weight: 0.139471 +Vertex 2552: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.070356 + Group: 'RightHand', Weight: 0.870916 + Group: 'RightHandThumb1', Weight: 0.041865 +Vertex 2553: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.155620 + Group: 'RightHand', Weight: 0.511165 + Group: 'RightHandThumb1', Weight: 0.313035 +Vertex 2554: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.061499 + Group: 'RightHand', Weight: 0.911426 +Vertex 2555: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.037291 + Group: 'RightHand', Weight: 0.933629 +Vertex 2556: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.225192 + Group: 'RightHand', Weight: 0.153978 + Group: 'RightHandThumb1', Weight: 0.610945 +Vertex 2557: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.110368 + Group: 'RightHand', Weight: 0.059876 + Group: 'RightHandThumb1', Weight: 0.830905 +Vertex 2558: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.080588 + Group: 'RightHand', Weight: 0.039157 + Group: 'RightHandThumb1', Weight: 0.861430 +Vertex 2559: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.152907 + Group: 'RightHandThumb3', Weight: 0.828922 +Vertex 2560: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.279856 + Group: 'RightHandThumb3', Weight: 0.704392 +Vertex 2561: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.336255 + Group: 'RightHandThumb3', Weight: 0.611731 +Vertex 2562: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.288290 + Group: 'RightHandThumb3', Weight: 0.667269 +Vertex 2563: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.832002 + Group: 'RightHandThumb3', Weight: 0.145872 +Vertex 2564: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.739011 + Group: 'RightHandThumb3', Weight: 0.223429 +Vertex 2565: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.826421 + Group: 'RightHandThumb3', Weight: 0.159027 +Vertex 2566: +Vertex groups: 2 + Group: 'RightHandThumb2', Weight: 0.117990 + Group: 'RightHandThumb3', Weight: 0.854669 +Vertex 2567: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.045662 + Group: 'RightHandIndex2', Weight: 0.873197 + Group: 'RightHandIndex3', Weight: 0.072562 +Vertex 2568: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.110024 + Group: 'RightHandIndex2', Weight: 0.814981 + Group: 'RightHandIndex3', Weight: 0.071951 +Vertex 2569: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.156997 + Group: 'RightHandIndex2', Weight: 0.798037 + Group: 'RightHandIndex3', Weight: 0.036263 +Vertex 2570: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.158244 + Group: 'RightHandIndex2', Weight: 0.812024 + Group: 'RightHandIndex3', Weight: 0.007120 +Vertex 2571: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.091296 + Group: 'RightHandIndex2', Weight: 0.841006 + Group: 'RightHandIndex3', Weight: 0.054883 +Vertex 2572: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.160236 + Group: 'RightHandIndex2', Weight: 0.802606 + Group: 'RightHandIndex3', Weight: 0.016768 +Vertex 2573: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.159184 + Group: 'RightHandIndex2', Weight: 0.812681 + Group: 'RightHandIndex3', Weight: 0.003338 +Vertex 2574: +Vertex groups: 3 + Group: 'RightHandIndex1', Weight: 0.067442 + Group: 'RightHandIndex2', Weight: 0.856449 + Group: 'RightHandIndex3', Weight: 0.072280 +Vertex 2575: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.861470 + Group: 'RightHandMiddle3', Weight: 0.111200 +Vertex 2576: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.016875 + Group: 'RightHandMiddle2', Weight: 0.792086 + Group: 'RightHandMiddle3', Weight: 0.155196 +Vertex 2577: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.000768 + Group: 'RightHandMiddle2', Weight: 0.841348 + Group: 'RightHandMiddle3', Weight: 0.116551 +Vertex 2578: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.847360 + Group: 'RightHandMiddle3', Weight: 0.127871 +Vertex 2579: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.906628 + Group: 'RightHandMiddle3', Weight: 0.062666 +Vertex 2580: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.946679 + Group: 'RightHandMiddle3', Weight: 0.026987 +Vertex 2581: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.933992 + Group: 'RightHandMiddle3', Weight: 0.055011 +Vertex 2582: +Vertex groups: 3 + Group: 'RightHandMiddle1', Weight: 0.020319 + Group: 'RightHandMiddle2', Weight: 0.809400 + Group: 'RightHandMiddle3', Weight: 0.143062 +Vertex 2583: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.312567 + Group: 'RightHandMiddle3', Weight: 0.666811 +Vertex 2584: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.265382 + Group: 'RightHandMiddle3', Weight: 0.709141 +Vertex 2585: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.169644 + Group: 'RightHandMiddle3', Weight: 0.815934 +Vertex 2586: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.305295 + Group: 'RightHandMiddle3', Weight: 0.645593 + Group: 'RightHandMiddle3_end', Weight: 0.029031 +Vertex 2587: +Vertex groups: 2 + Group: 'RightHandMiddle2', Weight: 0.319305 + Group: 'RightHandMiddle3', Weight: 0.647110 +Vertex 2588: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.136361 + Group: 'RightHandMiddle3', Weight: 0.828716 + Group: 'RightHandMiddle3_end', Weight: 0.015141 +Vertex 2589: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.242294 + Group: 'RightHandMiddle3', Weight: 0.713837 + Group: 'RightHandMiddle3_end', Weight: 0.032659 +Vertex 2590: +Vertex groups: 3 + Group: 'RightHandMiddle2', Weight: 0.232750 + Group: 'RightHandMiddle3', Weight: 0.726400 + Group: 'RightHandMiddle3_end', Weight: 0.021193 +Vertex 2591: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.046574 + Group: 'RightHandIndex3', Weight: 0.933738 +Vertex 2592: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.034710 + Group: 'RightHandIndex3', Weight: 0.942028 +Vertex 2593: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.882742 + Group: 'RightHandIndex3_end', Weight: 0.097993 +Vertex 2594: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.900699 + Group: 'RightHandIndex3_end', Weight: 0.084102 +Vertex 2595: +Vertex groups: 3 + Group: 'RightHandIndex2', Weight: 0.017997 + Group: 'RightHandIndex3', Weight: 0.934028 + Group: 'RightHandIndex3_end', Weight: 0.010975 +Vertex 2596: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.033720 + Group: 'RightHandIndex3', Weight: 0.946185 +Vertex 2597: +Vertex groups: 2 + Group: 'RightHandIndex2', Weight: 0.018129 + Group: 'RightHandIndex3', Weight: 0.948564 +Vertex 2598: +Vertex groups: 2 + Group: 'RightHandIndex3', Weight: 0.901019 + Group: 'RightHandIndex3_end', Weight: 0.081479 +Vertex 2599: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.145793 + Group: 'RightHandRing3', Weight: 0.766899 + Group: 'RightHandRing3_end', Weight: 0.073817 +Vertex 2600: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.141077 + Group: 'RightHandRing3', Weight: 0.795943 + Group: 'RightHandRing3_end', Weight: 0.052133 +Vertex 2601: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.129586 + Group: 'RightHandRing3', Weight: 0.820884 + Group: 'RightHandRing3_end', Weight: 0.032010 +Vertex 2602: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103910 + Group: 'RightHandRing3', Weight: 0.844163 + Group: 'RightHandRing3_end', Weight: 0.040184 +Vertex 2603: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.018773 + Group: 'RightHandRing2', Weight: 0.244268 + Group: 'RightHandRing3', Weight: 0.546938 + Group: 'RightHandRing3_end', Weight: 0.170024 +Vertex 2604: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.099764 + Group: 'RightHandRing3', Weight: 0.849807 + Group: 'RightHandRing3_end', Weight: 0.039392 +Vertex 2605: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.119486 + Group: 'RightHandRing3', Weight: 0.834820 + Group: 'RightHandRing3_end', Weight: 0.026942 +Vertex 2606: +Vertex groups: 3 + Group: 'RightHandRing2', Weight: 0.103706 + Group: 'RightHandRing3', Weight: 0.846775 + Group: 'RightHandRing3_end', Weight: 0.037382 +Vertex 2607: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.031569 + Group: 'RightHandRing2', Weight: 0.683040 + Group: 'RightHandRing3', Weight: 0.248836 +Vertex 2608: +Vertex groups: 2 + Group: 'RightHandRing2', Weight: 0.727961 + Group: 'RightHandRing3', Weight: 0.235393 +Vertex 2609: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.001835 + Group: 'RightHandRing2', Weight: 0.720219 + Group: 'RightHandRing3', Weight: 0.236515 +Vertex 2610: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.005602 + Group: 'RightHandRing2', Weight: 0.707888 + Group: 'RightHandRing3', Weight: 0.247529 +Vertex 2611: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.035863 + Group: 'RightHandRing2', Weight: 0.710359 + Group: 'RightHandRing3', Weight: 0.227826 +Vertex 2612: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.024788 + Group: 'RightHandRing2', Weight: 0.707958 + Group: 'RightHandRing3', Weight: 0.238873 +Vertex 2613: +Vertex groups: 3 + Group: 'RightHandRing1', Weight: 0.013856 + Group: 'RightHandRing2', Weight: 0.703896 + Group: 'RightHandRing3', Weight: 0.248351 +Vertex 2614: +Vertex groups: 4 + Group: 'RightHandRing1', Weight: 0.092103 + Group: 'RightHandRing2', Weight: 0.527105 + Group: 'RightHandRing3', Weight: 0.307941 + Group: 'RightHandRing3_end', Weight: 0.061566 +Vertex 2615: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.113070 + Group: 'RightHandPinky3_end', Weight: 0.882775 +Vertex 2616: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.189204 + Group: 'RightHandPinky3_end', Weight: 0.791022 +Vertex 2617: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.136587 + Group: 'RightHandPinky3_end', Weight: 0.859713 +Vertex 2618: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.128678 + Group: 'RightHandPinky3_end', Weight: 0.867965 +Vertex 2619: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.132816 + Group: 'RightHandPinky3_end', Weight: 0.863413 +Vertex 2620: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.178294 + Group: 'RightHandPinky3_end', Weight: 0.810541 +Vertex 2621: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.157297 + Group: 'RightHandPinky3_end', Weight: 0.835979 +Vertex 2622: +Vertex groups: 2 + Group: 'RightHandPinky3', Weight: 0.135642 + Group: 'RightHandPinky3_end', Weight: 0.860212 +Vertex 2623: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.326822 + Group: 'RightHandPinky3', Weight: 0.626885 +Vertex 2624: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.228100 + Group: 'RightHandPinky3', Weight: 0.751814 +Vertex 2625: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.292392 + Group: 'RightHandPinky3', Weight: 0.667752 +Vertex 2626: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.295721 + Group: 'RightHandPinky3', Weight: 0.664670 +Vertex 2627: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.311351 + Group: 'RightHandPinky3', Weight: 0.645617 +Vertex 2628: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.284589 + Group: 'RightHandPinky3', Weight: 0.675592 +Vertex 2629: +Vertex groups: 2 + Group: 'RightHandPinky2', Weight: 0.265281 + Group: 'RightHandPinky3', Weight: 0.696709 +Vertex 2630: +Vertex groups: 4 + Group: 'RightHandPinky1', Weight: 0.006873 + Group: 'RightHandPinky2', Weight: 0.354668 + Group: 'RightHandPinky3', Weight: 0.555783 + Group: 'RightHandPinky3_end', Weight: 0.058573 +Vertex 2631: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.030204 + Group: 'RightHandMiddle3_end', Weight: 0.958689 +Vertex 2632: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.988102 +Vertex 2633: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.126948 + Group: 'RightHandMiddle3_end', Weight: 0.870397 +Vertex 2634: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.132190 + Group: 'RightHandMiddle3_end', Weight: 0.864516 +Vertex 2635: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.060895 + Group: 'RightHandMiddle3_end', Weight: 0.935941 +Vertex 2636: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.003937 + Group: 'RightHandMiddle3_end', Weight: 0.971548 +Vertex 2637: +Vertex groups: 1 + Group: 'RightHandMiddle3_end', Weight: 0.985050 +Vertex 2638: +Vertex groups: 2 + Group: 'RightHandMiddle3', Weight: 0.001079 + Group: 'RightHandMiddle3_end', Weight: 0.973104 +Vertex 2639: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991251 +Vertex 2640: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991478 +Vertex 2641: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.989453 +Vertex 2642: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.991299 +Vertex 2643: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988638 +Vertex 2644: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.988715 +Vertex 2645: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990778 +Vertex 2646: +Vertex groups: 1 + Group: 'RightHandRing3_end', Weight: 0.990885 +Vertex 2647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982151 +Vertex 2648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.982362 +Vertex 2649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983841 +Vertex 2650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985709 +Vertex 2651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987327 +Vertex 2652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989512 +Vertex 2653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990747 +Vertex 2654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990410 +Vertex 2655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990522 +Vertex 2656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983640 +Vertex 2657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.988478 +Vertex 2658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989648 +Vertex 2659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989711 +Vertex 2660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990458 +Vertex 2661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990387 +Vertex 2662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995397 +Vertex 2663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995805 +Vertex 2664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997103 +Vertex 2665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998328 +Vertex 2666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999309 +Vertex 2667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999480 +Vertex 2668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995680 +Vertex 2669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995539 +Vertex 2670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996130 +Vertex 2671: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997410 +Vertex 2672: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998048 +Vertex 2673: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998389 +Vertex 2674: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998883 +Vertex 2675: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999193 +Vertex 2676: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999379 +Vertex 2677: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.706661 + Group: 'RightLeg', Weight: 0.293339 +Vertex 2678: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.709870 + Group: 'RightLeg', Weight: 0.290130 +Vertex 2679: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.258831 + Group: 'RightLeg', Weight: 0.741168 +Vertex 2680: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.293129 + Group: 'RightLeg', Weight: 0.706870 +Vertex 2681: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.842288 + Group: 'RightLeg', Weight: 0.157711 +Vertex 2682: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.828770 + Group: 'RightLeg', Weight: 0.171230 +Vertex 2683: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.711809 + Group: 'RightLeg', Weight: 0.288191 +Vertex 2684: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.297788 + Group: 'RightLeg', Weight: 0.702211 +Vertex 2685: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.819544 + Group: 'RightLeg', Weight: 0.180456 +Vertex 2686: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.574182 + Group: 'RightLeg', Weight: 0.425817 +Vertex 2687: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402086 + Group: 'RightLeg', Weight: 0.597913 +Vertex 2688: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.780451 + Group: 'RightLeg', Weight: 0.219549 +Vertex 2689: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.380440 + Group: 'RightLeg', Weight: 0.619559 +Vertex 2690: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.679367 + Group: 'RightLeg', Weight: 0.320633 +Vertex 2691: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.746239 + Group: 'RightLeg', Weight: 0.253760 +Vertex 2692: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.790570 + Group: 'RightLeg', Weight: 0.209429 +Vertex 2693: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.784241 + Group: 'RightLeg', Weight: 0.215759 +Vertex 2694: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.765988 + Group: 'RightLeg', Weight: 0.234012 +Vertex 2695: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.111938 + Group: 'RightLeg', Weight: 0.888061 +Vertex 2696: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.125971 + Group: 'RightLeg', Weight: 0.874027 +Vertex 2697: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.062836 + Group: 'RightLeg', Weight: 0.937161 +Vertex 2698: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.068973 + Group: 'RightLeg', Weight: 0.931020 +Vertex 2699: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.173494 + Group: 'RightLeg', Weight: 0.826505 +Vertex 2700: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.100149 + Group: 'RightLeg', Weight: 0.899848 +Vertex 2701: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.261608 + Group: 'RightLeg', Weight: 0.738391 +Vertex 2702: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.182861 + Group: 'RightLeg', Weight: 0.817138 +Vertex 2703: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238938 + Group: 'RightLeg', Weight: 0.761061 +Vertex 2704: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.220610 + Group: 'RightLeg', Weight: 0.779389 +Vertex 2705: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.225148 + Group: 'RightLeg', Weight: 0.774851 +Vertex 2706: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.402108 + Group: 'RightLeg', Weight: 0.679282 +Vertex 2707: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.298173 + Group: 'RightLeg', Weight: 0.705367 +Vertex 2708: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.704478 + Group: 'RightLeg', Weight: 0.295522 +Vertex 2709: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265069 + Group: 'RightLeg', Weight: 0.734931 +Vertex 2710: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823687 + Group: 'RightLeg', Weight: 0.176313 +Vertex 2711: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.646880 + Group: 'RightLeg', Weight: 0.353120 +Vertex 2712: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.294171 + Group: 'RightLeg', Weight: 0.705828 +Vertex 2713: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.774852 + Group: 'RightLeg', Weight: 0.225148 +Vertex 2714: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.568222 + Group: 'RightLeg', Weight: 0.431778 +Vertex 2715: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.355478 + Group: 'RightLeg', Weight: 0.644521 +Vertex 2716: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.665035 + Group: 'RightLeg', Weight: 0.334965 +Vertex 2717: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.387607 + Group: 'RightLeg', Weight: 0.612393 +Vertex 2718: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.538153 + Group: 'RightLeg', Weight: 0.461846 +Vertex 2719: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.690066 + Group: 'RightLeg', Weight: 0.309934 +Vertex 2720: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.735796 + Group: 'RightLeg', Weight: 0.264204 +Vertex 2721: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.823469 + Group: 'RightLeg', Weight: 0.176531 +Vertex 2722: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.118046 + Group: 'RightLeg', Weight: 0.881953 +Vertex 2723: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.056776 + Group: 'RightLeg', Weight: 0.943219 +Vertex 2724: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.142083 + Group: 'RightLeg', Weight: 0.857916 +Vertex 2725: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.072237 + Group: 'RightLeg', Weight: 0.927433 +Vertex 2726: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.238270 + Group: 'RightLeg', Weight: 0.761730 +Vertex 2727: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.259821 + Group: 'RightLeg', Weight: 0.740179 +Vertex 2728: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.265289 + Group: 'RightLeg', Weight: 0.734711 +Vertex 2729: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.381226 + Group: 'RightLeg', Weight: 0.632171 +Vertex 2730: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.598934 + Group: 'RightLeg', Weight: 0.614533 +Vertex 2731: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956444 + Group: 'RightLeg', Weight: 0.037112 +Vertex 2732: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956845 + Group: 'RightLeg', Weight: 0.036309 +Vertex 2733: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948359 + Group: 'RightLeg', Weight: 0.051827 +Vertex 2734: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.948561 + Group: 'RightLeg', Weight: 0.051439 +Vertex 2735: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.950542 + Group: 'RightLeg', Weight: 0.050335 +Vertex 2736: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.954944 + Group: 'RightLeg', Weight: 0.040111 +Vertex 2737: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.952809 + Group: 'RightLeg', Weight: 0.044383 +Vertex 2738: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.963813 + Group: 'RightLeg', Weight: 0.022374 +Vertex 2739: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.956107 + Group: 'RightLeg', Weight: 0.037786 +Vertex 2740: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951238 + Group: 'RightLeg', Weight: 0.047524 +Vertex 2741: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.949304 + Group: 'RightLeg', Weight: 0.051872 +Vertex 2742: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.951713 + Group: 'RightLeg', Weight: 0.046574 +Vertex 2743: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.964722 + Group: 'RightLeg', Weight: 0.020557 +Vertex 2744: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.960647 + Group: 'RightLeg', Weight: 0.029682 +Vertex 2745: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.953529 + Group: 'RightLeg', Weight: 0.043076 +Vertex 2746: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.965094 + Group: 'RightLeg', Weight: 0.028895 +Vertex 2747: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980510 +Vertex 2748: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993606 +Vertex 2749: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.973836 +Vertex 2750: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.960675 +Vertex 2751: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979909 +Vertex 2752: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992083 +Vertex 2753: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.980609 +Vertex 2754: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.979564 +Vertex 2755: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984031 +Vertex 2756: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.983448 +Vertex 2757: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999991 +Vertex 2758: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.963100 +Vertex 2759: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.981542 +Vertex 2760: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.972436 +Vertex 2761: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.977719 +Vertex 2762: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.174400 + Group: 'RightFoot', Weight: 0.823681 +Vertex 2763: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.171835 + Group: 'RightFoot', Weight: 0.826825 +Vertex 2764: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.286905 + Group: 'RightFoot', Weight: 0.711529 +Vertex 2765: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.245929 + Group: 'RightFoot', Weight: 0.752506 +Vertex 2766: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.156761 + Group: 'RightFoot', Weight: 0.842381 +Vertex 2767: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.179458 + Group: 'RightFoot', Weight: 0.818751 +Vertex 2768: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.127924 + Group: 'RightFoot', Weight: 0.870773 +Vertex 2769: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.212183 + Group: 'RightFoot', Weight: 0.786628 +Vertex 2770: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.467297 + Group: 'RightFoot', Weight: 0.531900 +Vertex 2771: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.492615 + Group: 'RightFoot', Weight: 0.506284 +Vertex 2772: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.163669 + Group: 'RightFoot', Weight: 0.834409 +Vertex 2773: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.505997 + Group: 'RightFoot', Weight: 0.492775 +Vertex 2774: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.430679 + Group: 'RightFoot', Weight: 0.567901 +Vertex 2775: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.516600 + Group: 'RightFoot', Weight: 0.482267 +Vertex 2776: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.218891 + Group: 'RightFoot', Weight: 0.779550 +Vertex 2777: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.980656 +Vertex 2778: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.978826 +Vertex 2779: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.973745 + Group: 'RightLeg', Weight: 0.015012 +Vertex 2780: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.969129 + Group: 'RightLeg', Weight: 0.011742 +Vertex 2781: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.998012 + Group: 'RightLeg', Weight: 0.011823 +Vertex 2782: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.977942 +Vertex 2783: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976470 +Vertex 2784: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.983232 +Vertex 2785: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979409 +Vertex 2786: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.974359 + Group: 'RightLeg', Weight: 0.001281 +Vertex 2787: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.995540 + Group: 'RightLeg', Weight: 0.014732 +Vertex 2788: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.972433 + Group: 'RightLeg', Weight: 0.005134 +Vertex 2789: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.990120 +Vertex 2790: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.989060 +Vertex 2791: +Vertex groups: 2 + Group: 'RightUpLeg', Weight: 0.990304 + Group: 'RightLeg', Weight: 0.006059 +Vertex 2792: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.997279 +Vertex 2793: +Vertex groups: 4 + Group: 'Hips', Weight: 0.200043 + Group: 'Spine', Weight: 0.200711 + Group: 'LeftUpLeg', Weight: 0.025126 + Group: 'RightUpLeg', Weight: 0.532768 +Vertex 2794: +Vertex groups: 4 + Group: 'Hips', Weight: 0.402179 + Group: 'Spine', Weight: 0.232559 + Group: 'LeftUpLeg', Weight: 0.076967 + Group: 'RightUpLeg', Weight: 0.261719 +Vertex 2795: +Vertex groups: 3 + Group: 'Hips', Weight: 0.069237 + Group: 'Spine', Weight: 0.127311 + Group: 'RightUpLeg', Weight: 0.765943 +Vertex 2796: +Vertex groups: 3 + Group: 'Hips', Weight: 0.070084 + Group: 'Spine', Weight: 0.079639 + Group: 'RightUpLeg', Weight: 0.819273 +Vertex 2797: +Vertex groups: 3 + Group: 'Hips', Weight: 0.083899 + Group: 'Spine', Weight: 0.041788 + Group: 'RightUpLeg', Weight: 0.841525 +Vertex 2798: +Vertex groups: 3 + Group: 'Hips', Weight: 0.162235 + Group: 'Spine', Weight: 0.027313 + Group: 'RightUpLeg', Weight: 0.757363 +Vertex 2799: +Vertex groups: 4 + Group: 'Hips', Weight: 0.251520 + Group: 'Spine', Weight: 0.003050 + Group: 'LeftUpLeg', Weight: 0.035081 + Group: 'RightUpLeg', Weight: 0.659071 +Vertex 2800: +Vertex groups: 3 + Group: 'Hips', Weight: 0.401479 + Group: 'LeftUpLeg', Weight: 0.092878 + Group: 'RightUpLeg', Weight: 0.470177 +Vertex 2801: +Vertex groups: 4 + Group: 'Hips', Weight: 0.550563 + Group: 'Spine', Weight: 0.002712 + Group: 'LeftUpLeg', Weight: 0.157076 + Group: 'RightUpLeg', Weight: 0.244110 +Vertex 2802: +Vertex groups: 4 + Group: 'Hips', Weight: 0.150201 + Group: 'Spine', Weight: 0.505413 + Group: 'Spine1', Weight: 0.055855 + Group: 'RightUpLeg', Weight: 0.248727 +Vertex 2803: +Vertex groups: 5 + Group: 'Hips', Weight: 0.198238 + Group: 'Spine', Weight: 0.563804 + Group: 'Spine1', Weight: 0.043474 + Group: 'LeftUpLeg', Weight: 0.030678 + Group: 'RightUpLeg', Weight: 0.138326 +Vertex 2804: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113396 + Group: 'Spine', Weight: 0.394666 + Group: 'Spine1', Weight: 0.065767 + Group: 'RightUpLeg', Weight: 0.396417 +Vertex 2805: +Vertex groups: 4 + Group: 'Hips', Weight: 0.192885 + Group: 'Spine', Weight: 0.249894 + Group: 'Spine1', Weight: 0.065228 + Group: 'RightUpLeg', Weight: 0.466380 +Vertex 2806: +Vertex groups: 4 + Group: 'Hips', Weight: 0.220509 + Group: 'Spine', Weight: 0.164176 + Group: 'Spine1', Weight: 0.067312 + Group: 'RightUpLeg', Weight: 0.523871 +Vertex 2807: +Vertex groups: 4 + Group: 'Hips', Weight: 0.351098 + Group: 'Spine', Weight: 0.117277 + Group: 'Spine1', Weight: 0.065395 + Group: 'RightUpLeg', Weight: 0.440299 +Vertex 2808: +Vertex groups: 5 + Group: 'Hips', Weight: 0.453898 + Group: 'Spine', Weight: 0.085699 + Group: 'Spine1', Weight: 0.055836 + Group: 'LeftUpLeg', Weight: 0.001883 + Group: 'RightUpLeg', Weight: 0.368846 +Vertex 2809: +Vertex groups: 5 + Group: 'Hips', Weight: 0.561861 + Group: 'Spine', Weight: 0.070445 + Group: 'Spine1', Weight: 0.049077 + Group: 'LeftUpLeg', Weight: 0.046368 + Group: 'RightUpLeg', Weight: 0.262170 +Vertex 2810: +Vertex groups: 5 + Group: 'Hips', Weight: 0.640619 + Group: 'Spine', Weight: 0.075882 + Group: 'Spine1', Weight: 0.056883 + Group: 'LeftUpLeg', Weight: 0.085615 + Group: 'RightUpLeg', Weight: 0.132717 +Vertex 2811: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084465 + Group: 'Spine', Weight: 0.630967 + Group: 'Spine1', Weight: 0.101549 + Group: 'RightUpLeg', Weight: 0.138249 +Vertex 2812: +Vertex groups: 4 + Group: 'Hips', Weight: 0.088387 + Group: 'Spine', Weight: 0.704562 + Group: 'Spine1', Weight: 0.087227 + Group: 'RightUpLeg', Weight: 0.075417 +Vertex 2813: +Vertex groups: 4 + Group: 'Hips', Weight: 0.105017 + Group: 'Spine', Weight: 0.504144 + Group: 'Spine1', Weight: 0.106403 + Group: 'RightUpLeg', Weight: 0.242133 +Vertex 2814: +Vertex groups: 4 + Group: 'Hips', Weight: 0.161911 + Group: 'Spine', Weight: 0.431557 + Group: 'Spine1', Weight: 0.124835 + Group: 'RightUpLeg', Weight: 0.237041 +Vertex 2815: +Vertex groups: 4 + Group: 'Hips', Weight: 0.280380 + Group: 'Spine', Weight: 0.295408 + Group: 'Spine1', Weight: 0.136606 + Group: 'RightUpLeg', Weight: 0.245662 +Vertex 2816: +Vertex groups: 4 + Group: 'Hips', Weight: 0.372964 + Group: 'Spine', Weight: 0.223677 + Group: 'Spine1', Weight: 0.133955 + Group: 'RightUpLeg', Weight: 0.231752 +Vertex 2817: +Vertex groups: 4 + Group: 'Hips', Weight: 0.456942 + Group: 'Spine', Weight: 0.185660 + Group: 'Spine1', Weight: 0.126632 + Group: 'RightUpLeg', Weight: 0.191567 +Vertex 2818: +Vertex groups: 5 + Group: 'Hips', Weight: 0.525506 + Group: 'Spine', Weight: 0.167049 + Group: 'Spine1', Weight: 0.121746 + Group: 'LeftUpLeg', Weight: 0.008965 + Group: 'RightUpLeg', Weight: 0.137475 +Vertex 2819: +Vertex groups: 5 + Group: 'Hips', Weight: 0.558610 + Group: 'Spine', Weight: 0.165218 + Group: 'Spine1', Weight: 0.129601 + Group: 'LeftUpLeg', Weight: 0.050758 + Group: 'RightUpLeg', Weight: 0.077904 +Vertex 2820: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143790 + Group: 'Spine', Weight: 0.184880 + Group: 'Spine1', Weight: 0.557992 + Group: 'RightUpLeg', Weight: 0.005234 +Vertex 2821: +Vertex groups: 4 + Group: 'Hips', Weight: 0.071018 + Group: 'Spine', Weight: 0.099932 + Group: 'Spine1', Weight: 0.683769 + Group: 'Spine2', Weight: 0.022943 +Vertex 2822: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.788726 + Group: 'Spine2', Weight: 0.078807 + Group: 'Spine', Weight: 0.067416 + Group: 'RightShoulder', Weight: 0.033220 + Group: 'Hips', Weight: 0.031831 +Vertex 2823: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.738555 + Group: 'Spine2', Weight: 0.127738 + Group: 'RightShoulder', Weight: 0.067212 + Group: 'Spine', Weight: 0.034828 + Group: 'LeftShoulder', Weight: 0.031668 +Vertex 2824: +Vertex groups: 4 + Group: 'Hips', Weight: 0.139765 + Group: 'Spine', Weight: 0.191910 + Group: 'Spine1', Weight: 0.541271 + Group: 'RightUpLeg', Weight: 0.037425 +Vertex 2825: +Vertex groups: 5 + Group: 'Hips', Weight: 0.127120 + Group: 'Spine', Weight: 0.207591 + Group: 'Spine1', Weight: 0.519176 + Group: 'RightShoulder', Weight: 0.000473 + Group: 'RightUpLeg', Weight: 0.056552 +Vertex 2826: +Vertex groups: 5 + Group: 'Hips', Weight: 0.094820 + Group: 'Spine', Weight: 0.218362 + Group: 'Spine1', Weight: 0.510562 + Group: 'RightShoulder', Weight: 0.020977 + Group: 'RightUpLeg', Weight: 0.059711 +Vertex 2827: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066440 + Group: 'Spine', Weight: 0.247035 + Group: 'Spine1', Weight: 0.479649 + Group: 'RightShoulder', Weight: 0.042309 + Group: 'RightUpLeg', Weight: 0.053856 +Vertex 2828: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073162 + Group: 'Spine', Weight: 0.388580 + Group: 'Spine1', Weight: 0.333656 + Group: 'RightShoulder', Weight: 0.023421 + Group: 'RightUpLeg', Weight: 0.080723 +Vertex 2829: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051000 + Group: 'Spine', Weight: 0.431897 + Group: 'Spine1', Weight: 0.314727 + Group: 'RightShoulder', Weight: 0.027906 + Group: 'RightUpLeg', Weight: 0.071260 +Vertex 2830: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015787 + Group: 'Spine', Weight: 0.514663 + Group: 'Spine1', Weight: 0.301906 + Group: 'RightShoulder', Weight: 0.010495 + Group: 'RightUpLeg', Weight: 0.046685 +Vertex 2831: +Vertex groups: 4 + Group: 'Hips', Weight: 0.005290 + Group: 'Spine', Weight: 0.601781 + Group: 'Spine1', Weight: 0.272579 + Group: 'RightUpLeg', Weight: 0.004234 +Vertex 2832: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.457174 + Group: 'RightShoulder', Weight: 0.246528 + Group: 'Spine1', Weight: 0.108906 + Group: 'Neck', Weight: 0.103792 + Group: 'LeftShoulder', Weight: 0.083600 +Vertex 2833: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000002 + Group: 'Spine1', Weight: 0.549253 + Group: 'Spine2', Weight: 0.192970 + Group: 'LeftShoulder', Weight: 0.051491 + Group: 'RightShoulder', Weight: 0.084990 +Vertex 2834: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.250940 + Group: 'Spine2', Weight: 0.418058 + Group: 'Neck', Weight: 0.029609 + Group: 'LeftShoulder', Weight: 0.069264 + Group: 'RightShoulder', Weight: 0.140897 +Vertex 2835: +Vertex groups: 4 + Group: 'Spine', Weight: 0.118600 + Group: 'Spine1', Weight: 0.623504 + Group: 'Spine2', Weight: 0.084661 + Group: 'RightShoulder', Weight: 0.074643 +Vertex 2836: +Vertex groups: 5 + Group: 'Spine', Weight: 0.052776 + Group: 'Spine1', Weight: 0.482441 + Group: 'Spine2', Weight: 0.185243 + Group: 'LeftShoulder', Weight: 0.029921 + Group: 'RightShoulder', Weight: 0.152821 +Vertex 2837: +Vertex groups: 5 + Group: 'Spine', Weight: 0.000842 + Group: 'Spine1', Weight: 0.218637 + Group: 'Spine2', Weight: 0.338113 + Group: 'LeftShoulder', Weight: 0.059154 + Group: 'RightShoulder', Weight: 0.271063 +Vertex 2838: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.041431 + Group: 'Spine2', Weight: 0.205407 + Group: 'Neck', Weight: 0.054257 + Group: 'LeftShoulder', Weight: 0.077007 + Group: 'RightShoulder', Weight: 0.570665 +Vertex 2839: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001964 + Group: 'Spine2', Weight: 0.184779 + Group: 'Neck', Weight: 0.092622 + Group: 'LeftShoulder', Weight: 0.075088 + Group: 'RightShoulder', Weight: 0.586986 +Vertex 2840: +Vertex groups: 5 + Group: 'Hips', Weight: 0.092442 + Group: 'Spine', Weight: 0.141906 + Group: 'Spine1', Weight: 0.623636 + Group: 'RightShoulder', Weight: 0.010757 + Group: 'RightUpLeg', Weight: 0.010940 +Vertex 2841: +Vertex groups: 5 + Group: 'Spine', Weight: 0.162991 + Group: 'Spine1', Weight: 0.454974 + Group: 'Spine2', Weight: 0.003169 + Group: 'RightShoulder', Weight: 0.098612 + Group: 'RightUpLeg', Weight: 0.003575 +Vertex 2842: +Vertex groups: 3 + Group: 'Spine', Weight: 0.088655 + Group: 'Spine1', Weight: 0.397176 + Group: 'RightShoulder', Weight: 0.132066 +Vertex 2843: +Vertex groups: 4 + Group: 'Spine', Weight: 0.115142 + Group: 'Spine1', Weight: 0.397690 + Group: 'Spine2', Weight: 0.008491 + Group: 'RightShoulder', Weight: 0.133348 +Vertex 2844: +Vertex groups: 3 + Group: 'Hips', Weight: 0.118002 + Group: 'Spine', Weight: 0.175204 + Group: 'RightUpLeg', Weight: 0.655500 +Vertex 2845: +Vertex groups: 4 + Group: 'Hips', Weight: 0.115036 + Group: 'Spine', Weight: 0.464705 + Group: 'Spine1', Weight: 0.062084 + Group: 'RightUpLeg', Weight: 0.323658 +Vertex 2846: +Vertex groups: 4 + Group: 'Hips', Weight: 0.084902 + Group: 'Spine', Weight: 0.569730 + Group: 'Spine1', Weight: 0.109324 + Group: 'RightUpLeg', Weight: 0.191047 +Vertex 2847: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026680 + Group: 'Spine', Weight: 0.405469 + Group: 'Spine1', Weight: 0.371091 + Group: 'RightShoulder', Weight: 0.025644 + Group: 'RightUpLeg', Weight: 0.059596 +Vertex 2848: +Vertex groups: 4 + Group: 'Spine', Weight: 0.084984 + Group: 'Spine1', Weight: 0.309579 + Group: 'Spine2', Weight: 0.124183 + Group: 'RightShoulder', Weight: 0.193487 +Vertex 2849: +Vertex groups: 4 + Group: 'Spine', Weight: 0.113780 + Group: 'Spine1', Weight: 0.487529 + Group: 'Spine2', Weight: 0.103439 + Group: 'RightShoulder', Weight: 0.133562 +Vertex 2850: +Vertex groups: 4 + Group: 'Spine', Weight: 0.052902 + Group: 'Spine1', Weight: 0.301896 + Group: 'Spine2', Weight: 0.205912 + Group: 'RightShoulder', Weight: 0.256036 +Vertex 2851: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.155551 + Group: 'Spine2', Weight: 0.177427 + Group: 'LeftShoulder', Weight: 0.008518 + Group: 'RightShoulder', Weight: 0.466183 +Vertex 2852: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.031033 + Group: 'Spine2', Weight: 0.110186 + Group: 'Neck', Weight: 0.014072 + Group: 'LeftShoulder', Weight: 0.015902 + Group: 'RightShoulder', Weight: 0.699457 +Vertex 2853: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.092531 + Group: 'Neck', Weight: 0.056059 + Group: 'LeftShoulder', Weight: 0.011510 + Group: 'RightShoulder', Weight: 0.741728 +Vertex 2854: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026968 + Group: 'Spine1', Weight: 0.178570 + Group: 'Spine2', Weight: 0.106104 + Group: 'RightShoulder', Weight: 0.366152 + Group: 'RightArm', Weight: 0.100322 +Vertex 2855: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.104543 + Group: 'Spine2', Weight: 0.096417 + Group: 'RightShoulder', Weight: 0.506281 + Group: 'RightArm', Weight: 0.048504 +Vertex 2856: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.132016 + Group: 'Spine2', Weight: 0.330371 + Group: 'LeftShoulder', Weight: 0.068933 + Group: 'RightShoulder', Weight: 0.366051 +Vertex 2857: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.097450 + Group: 'Spine2', Weight: 0.157787 + Group: 'LeftShoulder', Weight: 0.014636 + Group: 'RightShoulder', Weight: 0.567497 +Vertex 2858: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.068170 + Group: 'Spine2', Weight: 0.084888 + Group: 'RightShoulder', Weight: 0.602842 + Group: 'RightArm', Weight: 0.047672 +Vertex 2859: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.007441 + Group: 'Spine2', Weight: 0.057109 + Group: 'RightShoulder', Weight: 0.736520 + Group: 'RightArm', Weight: 0.010951 +Vertex 2860: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.034490 + Group: 'Neck', Weight: 0.007522 + Group: 'RightShoulder', Weight: 0.804309 +Vertex 2861: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.083768 + Group: 'Neck', Weight: 0.101309 + Group: 'RightShoulder', Weight: 0.742481 +Vertex 2862: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.058491 + Group: 'Neck', Weight: 0.080683 + Group: 'RightShoulder', Weight: 0.790054 +Vertex 2863: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133354 + Group: 'Neck', Weight: 0.482009 + Group: 'Head', Weight: 0.184689 + Group: 'RightShoulder', Weight: 0.169915 +Vertex 2864: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.123444 + Group: 'Neck', Weight: 0.559879 + Group: 'Head', Weight: 0.119096 + Group: 'RightShoulder', Weight: 0.182235 +Vertex 2865: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.088066 + Group: 'Neck', Weight: 0.673636 + Group: 'Head', Weight: 0.072648 + Group: 'RightShoulder', Weight: 0.152017 +Vertex 2866: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.008771 + Group: 'Neck', Weight: 0.204490 + Group: 'Head', Weight: 0.727097 + Group: 'RightShoulder', Weight: 0.008965 +Vertex 2867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080748 + Group: 'Head', Weight: 0.999998 +Vertex 2868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.095869 + Group: 'Head', Weight: 0.999984 +Vertex 2869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125889 + Group: 'Head', Weight: 0.999947 +Vertex 2870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069886 + Group: 'Head', Weight: 1.000000 +Vertex 2871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.091983 + Group: 'Head', Weight: 0.999987 +Vertex 2872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051105 + Group: 'Head', Weight: 0.999995 +Vertex 2873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061175 + Group: 'Head', Weight: 0.999992 +Vertex 2874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081234 + Group: 'Head', Weight: 0.999996 +Vertex 2875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.125653 + Group: 'Head', Weight: 0.967101 +Vertex 2879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080253 + Group: 'Head', Weight: 0.999128 +Vertex 2880: +Vertex groups: 1 + Group: 'Head', Weight: 0.999957 +Vertex 2881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2883: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2885: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 2886: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 2887: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 2888: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2889: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999747 +Vertex 2891: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.038628 + Group: 'Neck', Weight: 0.799250 + Group: 'Head', Weight: 0.066554 + Group: 'RightShoulder', Weight: 0.068715 +Vertex 2892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.115704 + Group: 'Head', Weight: 0.999819 +Vertex 2893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071057 + Group: 'Head', Weight: 1.000000 +Vertex 2894: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2895: +Vertex groups: 1 + Group: 'Head', Weight: 0.999686 +Vertex 2896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 2897: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 2898: +Vertex groups: 1 + Group: 'Head', Weight: 0.999963 +Vertex 2899: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2900: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2901: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2902: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2903: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2904: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 2905: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2906: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005874 + Group: 'Head', Weight: 0.999998 +Vertex 2908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005584 + Group: 'Head', Weight: 0.999994 +Vertex 2909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020861 + Group: 'Head', Weight: 0.999641 +Vertex 2910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018468 + Group: 'Head', Weight: 0.999895 +Vertex 2911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019981 + Group: 'Head', Weight: 0.999990 +Vertex 2912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015490 + Group: 'Head', Weight: 0.999999 +Vertex 2913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014672 + Group: 'Head', Weight: 1.000000 +Vertex 2914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006107 + Group: 'Head', Weight: 1.000000 +Vertex 2915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009785 + Group: 'Head', Weight: 0.999964 +Vertex 2916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003738 + Group: 'Head', Weight: 0.999999 +Vertex 2917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005433 + Group: 'Head', Weight: 0.999976 +Vertex 2918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008778 + Group: 'Head', Weight: 0.999983 +Vertex 2919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012297 + Group: 'Head', Weight: 0.999968 +Vertex 2920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018432 + Group: 'Head', Weight: 0.999928 +Vertex 2921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017274 + Group: 'Head', Weight: 0.999995 +Vertex 2922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013976 + Group: 'Head', Weight: 0.999994 +Vertex 2923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013191 + Group: 'Head', Weight: 0.999994 +Vertex 2924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014940 + Group: 'Head', Weight: 0.999970 +Vertex 2925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015655 + Group: 'Head', Weight: 0.999981 +Vertex 2926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019505 + Group: 'Head', Weight: 0.999894 +Vertex 2927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022567 + Group: 'Head', Weight: 0.999989 +Vertex 2928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019681 + Group: 'Head', Weight: 0.999872 +Vertex 2929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004927 + Group: 'Head', Weight: 0.999999 +Vertex 2931: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 2932: +Vertex groups: 1 + Group: 'Head', Weight: 0.999980 +Vertex 2933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033723 + Group: 'Head', Weight: 0.999823 +Vertex 2934: +Vertex groups: 2 + Group: 'Neck', Weight: 0.046305 + Group: 'Head', Weight: 0.999593 +Vertex 2935: +Vertex groups: 2 + Group: 'Neck', Weight: 0.030128 + Group: 'Head', Weight: 0.999980 +Vertex 2936: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036323 + Group: 'Head', Weight: 0.999908 +Vertex 2937: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053443 + Group: 'Head', Weight: 0.999837 +Vertex 2938: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045894 + Group: 'Head', Weight: 0.999905 +Vertex 2939: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061579 + Group: 'Head', Weight: 0.999997 +Vertex 2940: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059666 + Group: 'Head', Weight: 0.999875 +Vertex 2941: +Vertex groups: 2 + Group: 'Neck', Weight: 0.059498 + Group: 'Head', Weight: 0.999998 +Vertex 2942: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.191287 + Group: 'Neck', Weight: 0.381263 + Group: 'Head', Weight: 0.251674 + Group: 'LeftShoulder', Weight: 0.042607 + Group: 'RightShoulder', Weight: 0.100250 +Vertex 2943: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.986368 +Vertex 2944: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071316 + Group: 'Head', Weight: 0.990064 +Vertex 2945: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.025849 + Group: 'Neck', Weight: 0.147943 + Group: 'Head', Weight: 0.772531 +Vertex 2946: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064691 + Group: 'Head', Weight: 0.996444 +Vertex 2947: +Vertex groups: 2 + Group: 'Neck', Weight: 0.068607 + Group: 'Head', Weight: 0.999977 +Vertex 2948: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065794 + Group: 'Head', Weight: 0.999943 +Vertex 2949: +Vertex groups: 2 + Group: 'Neck', Weight: 0.057478 + Group: 'Head', Weight: 0.999981 +Vertex 2950: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044758 + Group: 'Head', Weight: 0.999991 +Vertex 2951: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033313 + Group: 'Head', Weight: 0.999936 +Vertex 2952: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025434 + Group: 'Head', Weight: 0.999502 +Vertex 2953: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027653 + Group: 'Head', Weight: 0.999998 +Vertex 2954: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020607 + Group: 'Head', Weight: 0.999999 +Vertex 2955: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029613 + Group: 'Head', Weight: 0.999996 +Vertex 2956: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014773 + Group: 'Head', Weight: 0.999935 +Vertex 2957: +Vertex groups: 2 + Group: 'Neck', Weight: 0.090962 + Group: 'Head', Weight: 0.988054 +Vertex 2958: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076894 + Group: 'Head', Weight: 0.998937 +Vertex 2959: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.020007 + Group: 'Neck', Weight: 0.191047 + Group: 'Head', Weight: 0.731325 + Group: 'RightShoulder', Weight: 0.009273 +Vertex 2960: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.152783 + Group: 'Neck', Weight: 0.443932 + Group: 'Head', Weight: 0.201655 + Group: 'RightShoulder', Weight: 0.160358 +Vertex 2961: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073402 + Group: 'Head', Weight: 0.999931 +Vertex 2962: +Vertex groups: 2 + Group: 'Neck', Weight: 0.099870 + Group: 'Head', Weight: 0.930006 +Vertex 2963: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084297 + Group: 'Head', Weight: 0.995784 +Vertex 2964: +Vertex groups: 2 + Group: 'Neck', Weight: 0.107210 + Group: 'Head', Weight: 0.931839 +Vertex 2965: +Vertex groups: 2 + Group: 'Neck', Weight: 0.081462 + Group: 'Head', Weight: 0.999999 +Vertex 2966: +Vertex groups: 2 + Group: 'Neck', Weight: 0.132040 + Group: 'Head', Weight: 0.999606 +Vertex 2967: +Vertex groups: 2 + Group: 'Neck', Weight: 0.119660 + Group: 'Head', Weight: 0.989753 +Vertex 2968: +Vertex groups: 2 + Group: 'Neck', Weight: 0.104567 + Group: 'Head', Weight: 1.000000 +Vertex 2969: +Vertex groups: 2 + Group: 'Neck', Weight: 0.137838 + Group: 'Head', Weight: 0.998330 +Vertex 2970: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.174997 + Group: 'Neck', Weight: 0.402342 + Group: 'Head', Weight: 0.231484 + Group: 'LeftShoulder', Weight: 0.009808 + Group: 'RightShoulder', Weight: 0.134708 +Vertex 2971: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.022666 + Group: 'Neck', Weight: 0.157826 + Group: 'Head', Weight: 0.765582 +Vertex 2972: +Vertex groups: 3 + Group: 'Neck', Weight: 0.221264 + Group: 'Head', Weight: 0.728513 + Group: 'RightShoulder', Weight: 0.000576 +Vertex 2973: +Vertex groups: 2 + Group: 'Neck', Weight: 0.210701 + Group: 'Head', Weight: 0.761530 +Vertex 2974: +Vertex groups: 2 + Group: 'Neck', Weight: 0.206610 + Group: 'Head', Weight: 0.776931 +Vertex 2975: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.133096 + Group: 'Neck', Weight: 0.504386 + Group: 'Head', Weight: 0.144632 + Group: 'RightShoulder', Weight: 0.195064 +Vertex 2976: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.000023 + Group: 'Neck', Weight: 0.220361 + Group: 'Head', Weight: 0.719158 + Group: 'RightShoulder', Weight: 0.007153 +Vertex 2977: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062623 + Group: 'Head', Weight: 1.000000 +Vertex 2978: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064135 + Group: 'Head', Weight: 1.000000 +Vertex 2979: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064215 + Group: 'Head', Weight: 1.000000 +Vertex 2980: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052510 + Group: 'Head', Weight: 0.999999 +Vertex 2981: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031569 + Group: 'Head', Weight: 1.000000 +Vertex 2982: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045055 + Group: 'Head', Weight: 0.999997 +Vertex 2983: +Vertex groups: 2 + Group: 'Neck', Weight: 0.047861 + Group: 'Head', Weight: 1.000000 +Vertex 2984: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023783 + Group: 'Head', Weight: 0.999999 +Vertex 2985: +Vertex groups: 2 + Group: 'Neck', Weight: 0.022102 + Group: 'Head', Weight: 1.000000 +Vertex 2986: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009745 + Group: 'Head', Weight: 1.000000 +Vertex 2987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2988: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010795 + Group: 'Head', Weight: 1.000000 +Vertex 2989: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005275 + Group: 'Head', Weight: 1.000000 +Vertex 2990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 2993: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043586 + Group: 'Head', Weight: 0.999959 +Vertex 2994: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041965 + Group: 'Head', Weight: 0.999802 +Vertex 2995: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038768 + Group: 'Head', Weight: 0.999569 +Vertex 2996: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040414 + Group: 'Head', Weight: 0.998202 +Vertex 2997: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034146 + Group: 'Head', Weight: 0.999979 +Vertex 2998: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037852 + Group: 'Head', Weight: 0.999644 +Vertex 2999: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036667 + Group: 'Head', Weight: 0.999801 +Vertex 3000: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040176 + Group: 'Head', Weight: 0.999756 +Vertex 3001: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053059 + Group: 'Head', Weight: 0.999944 +Vertex 3002: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050322 + Group: 'Head', Weight: 0.999714 +Vertex 3003: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041605 + Group: 'Head', Weight: 0.999938 +Vertex 3004: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042026 + Group: 'Head', Weight: 0.999843 +Vertex 3005: +Vertex groups: 2 + Group: 'Neck', Weight: 0.048720 + Group: 'Head', Weight: 0.999958 +Vertex 3006: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041119 + Group: 'Head', Weight: 0.999429 +Vertex 3007: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040253 + Group: 'Head', Weight: 0.998565 +Vertex 3008: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039604 + Group: 'Head', Weight: 0.999214 +Vertex 3009: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040012 + Group: 'Head', Weight: 0.999252 +Vertex 3010: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040991 + Group: 'Head', Weight: 0.999572 +Vertex 3011: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040567 + Group: 'Head', Weight: 0.998808 +Vertex 3012: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043080 + Group: 'Head', Weight: 0.999889 +Vertex 3013: +Vertex groups: 2 + Group: 'Neck', Weight: 0.042883 + Group: 'Head', Weight: 0.999787 +Vertex 3014: +Vertex groups: 2 + Group: 'Neck', Weight: 0.044065 + Group: 'Head', Weight: 0.999934 +Vertex 3015: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055352 + Group: 'Head', Weight: 0.999990 +Vertex 3016: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056178 + Group: 'Head', Weight: 0.999907 +Vertex 3017: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056722 + Group: 'Head', Weight: 0.999929 +Vertex 3018: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055429 + Group: 'Head', Weight: 0.999966 +Vertex 3019: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054638 + Group: 'Head', Weight: 0.999994 +Vertex 3020: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050645 + Group: 'Head', Weight: 0.999797 +Vertex 3021: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050068 + Group: 'Head', Weight: 0.999803 +Vertex 3022: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056370 + Group: 'Head', Weight: 0.999973 +Vertex 3023: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053473 + Group: 'Head', Weight: 0.999993 +Vertex 3024: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053357 + Group: 'Head', Weight: 1.000000 +Vertex 3025: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056489 + Group: 'Head', Weight: 0.999849 +Vertex 3026: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.100209 + Group: 'Neck', Weight: 0.631493 + Group: 'Head', Weight: 0.103492 + Group: 'RightShoulder', Weight: 0.152852 +Vertex 3027: +Vertex groups: 2 + Group: 'Neck', Weight: 0.130107 + Group: 'Head', Weight: 0.999568 +Vertex 3028: +Vertex groups: 2 + Group: 'Neck', Weight: 0.086879 + Group: 'Head', Weight: 0.999999 +Vertex 3029: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3030: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 3031: +Vertex groups: 1 + Group: 'Head', Weight: 0.999670 +Vertex 3032: +Vertex groups: 2 + Group: 'Neck', Weight: 0.208975 + Group: 'Head', Weight: 0.752905 +Vertex 3033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3034: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 3035: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 3036: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.063589 + Group: 'Neck', Weight: 0.731002 + Group: 'Head', Weight: 0.065544 + Group: 'RightShoulder', Weight: 0.123354 +Vertex 3037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3038: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3040: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3041: +Vertex groups: 2 + Group: 'Neck', Weight: 0.118226 + Group: 'Head', Weight: 0.998653 +Vertex 3042: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073820 + Group: 'Head', Weight: 1.000000 +Vertex 3043: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3044: +Vertex groups: 1 + Group: 'Head', Weight: 0.999718 +Vertex 3045: +Vertex groups: 2 + Group: 'Neck', Weight: 0.218556 + Group: 'Head', Weight: 0.759080 +Vertex 3046: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3047: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 3048: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020506 + Group: 'Head', Weight: 0.999969 +Vertex 3049: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009500 + Group: 'Head', Weight: 0.999992 +Vertex 3050: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000733 + Group: 'Head', Weight: 0.999340 +Vertex 3051: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015201 + Group: 'Head', Weight: 0.999987 +Vertex 3052: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 3053: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058236 + Group: 'Spine', Weight: 0.084236 + Group: 'Spine1', Weight: 0.695911 + Group: 'Spine2', Weight: 0.040336 + Group: 'RightShoulder', Weight: 0.008807 +Vertex 3054: +Vertex groups: 3 + Group: 'Hips', Weight: 0.493866 + Group: 'LeftUpLeg', Weight: 0.135677 + Group: 'RightUpLeg', Weight: 0.330319 +Vertex 3055: +Vertex groups: 5 + Group: 'Hips', Weight: 0.618799 + Group: 'Spine', Weight: 0.070945 + Group: 'Spine1', Weight: 0.051975 + Group: 'LeftUpLeg', Weight: 0.067797 + Group: 'RightUpLeg', Weight: 0.182703 +Vertex 3056: +Vertex groups: 5 + Group: 'Hips', Weight: 0.555391 + Group: 'Spine', Weight: 0.162310 + Group: 'Spine1', Weight: 0.122947 + Group: 'LeftUpLeg', Weight: 0.031704 + Group: 'RightUpLeg', Weight: 0.100870 +Vertex 3057: +Vertex groups: 4 + Group: 'Hips', Weight: 0.143208 + Group: 'Spine', Weight: 0.184885 + Group: 'Spine1', Weight: 0.555099 + Group: 'RightUpLeg', Weight: 0.016064 +Vertex 3058: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071669 + Group: 'Spine', Weight: 0.103900 + Group: 'Spine1', Weight: 0.676664 + Group: 'Spine2', Weight: 0.017959 + Group: 'RightShoulder', Weight: 0.011283 +Vertex 3059: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026750 + Group: 'Spine', Weight: 0.060105 + Group: 'Spine1', Weight: 0.688406 + Group: 'Spine2', Weight: 0.066893 + Group: 'RightShoulder', Weight: 0.050872 +Vertex 3060: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058434 + Group: 'Spine', Weight: 0.086585 + Group: 'Spine1', Weight: 0.691225 + Group: 'Spine2', Weight: 0.035440 + Group: 'RightShoulder', Weight: 0.020720 +Vertex 3061: +Vertex groups: 5 + Group: 'Hips', Weight: 0.075928 + Group: 'Spine', Weight: 0.119508 + Group: 'Spine1', Weight: 0.652299 + Group: 'Spine2', Weight: 0.005651 + Group: 'RightShoulder', Weight: 0.021499 +Vertex 3062: +Vertex groups: 5 + Group: 'Hips', Weight: 0.066846 + Group: 'Spine', Weight: 0.100949 + Group: 'Spine1', Weight: 0.675578 + Group: 'Spine2', Weight: 0.019590 + Group: 'RightShoulder', Weight: 0.022356 +Vertex 3063: +Vertex groups: 5 + Group: 'Hips', Weight: 0.055066 + Group: 'Spine', Weight: 0.084733 + Group: 'Spine1', Weight: 0.687253 + Group: 'Spine2', Weight: 0.036195 + Group: 'RightShoulder', Weight: 0.033666 +Vertex 3064: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026041 + Group: 'Spine', Weight: 0.061255 + Group: 'Spine1', Weight: 0.682094 + Group: 'Spine2', Weight: 0.063994 + Group: 'RightShoulder', Weight: 0.057758 +Vertex 3065: +Vertex groups: 5 + Group: 'Spine', Weight: 0.026801 + Group: 'Spine1', Weight: 0.636873 + Group: 'Spine2', Weight: 0.115883 + Group: 'LeftShoulder', Weight: 0.015680 + Group: 'RightShoulder', Weight: 0.074292 +Vertex 3066: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009286 + Group: 'Spine', Weight: 0.049935 + Group: 'Spine1', Weight: 0.657002 + Group: 'Spine2', Weight: 0.080897 + Group: 'RightShoulder', Weight: 0.076361 +Vertex 3067: +Vertex groups: 4 + Group: 'Spine', Weight: 0.019617 + Group: 'Spine1', Weight: 0.574918 + Group: 'Spine2', Weight: 0.114116 + Group: 'RightShoulder', Weight: 0.130857 +Vertex 3068: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003119 + Group: 'Spine', Weight: 0.044694 + Group: 'Spine1', Weight: 0.631722 + Group: 'Spine2', Weight: 0.080806 + Group: 'RightShoulder', Weight: 0.097188 +Vertex 3069: +Vertex groups: 5 + Group: 'Hips', Weight: 0.073889 + Group: 'Spine', Weight: 0.131285 + Group: 'Spine1', Weight: 0.632571 + Group: 'RightShoulder', Weight: 0.031097 + Group: 'RightUpLeg', Weight: 0.007783 +Vertex 3070: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003658 + Group: 'Spine', Weight: 0.051500 + Group: 'Spine1', Weight: 0.616256 + Group: 'Spine2', Weight: 0.064260 + Group: 'RightShoulder', Weight: 0.108851 +Vertex 3071: +Vertex groups: 5 + Group: 'Hips', Weight: 0.069094 + Group: 'Spine', Weight: 0.135149 + Group: 'Spine1', Weight: 0.618111 + Group: 'RightShoulder', Weight: 0.042261 + Group: 'RightUpLeg', Weight: 0.013873 +Vertex 3072: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003149 + Group: 'Spine', Weight: 0.055120 + Group: 'Spine1', Weight: 0.595450 + Group: 'Spine2', Weight: 0.052567 + Group: 'RightShoulder', Weight: 0.117910 +Vertex 3073: +Vertex groups: 4 + Group: 'Spine', Weight: 0.032725 + Group: 'Spine1', Weight: 0.560482 + Group: 'Spine2', Weight: 0.072510 + Group: 'RightShoulder', Weight: 0.148232 +Vertex 3074: +Vertex groups: 4 + Group: 'Spine', Weight: 0.050102 + Group: 'Spine1', Weight: 0.561675 + Group: 'Spine2', Weight: 0.052478 + Group: 'RightShoulder', Weight: 0.139258 +Vertex 3075: +Vertex groups: 4 + Group: 'Spine', Weight: 0.058992 + Group: 'Spine1', Weight: 0.549163 + Group: 'Spine2', Weight: 0.028477 + Group: 'RightShoulder', Weight: 0.130670 +Vertex 3076: +Vertex groups: 5 + Group: 'Hips', Weight: 0.009513 + Group: 'Spine', Weight: 0.072062 + Group: 'Spine1', Weight: 0.574130 + Group: 'Spine2', Weight: 0.016095 + Group: 'RightShoulder', Weight: 0.109314 +Vertex 3077: +Vertex groups: 5 + Group: 'Hips', Weight: 0.035169 + Group: 'Spine', Weight: 0.102377 + Group: 'Spine1', Weight: 0.600173 + Group: 'Spine2', Weight: 0.000294 + Group: 'RightShoulder', Weight: 0.077906 +Vertex 3078: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059371 + Group: 'Spine', Weight: 0.135275 + Group: 'Spine1', Weight: 0.599640 + Group: 'RightShoulder', Weight: 0.056216 + Group: 'RightUpLeg', Weight: 0.015463 +Vertex 3079: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076603 + Group: 'Spine', Weight: 0.157622 + Group: 'Spine1', Weight: 0.589019 + Group: 'RightShoulder', Weight: 0.036561 + Group: 'RightUpLeg', Weight: 0.028520 +Vertex 3080: +Vertex groups: 5 + Group: 'Hips', Weight: 0.087472 + Group: 'Spine', Weight: 0.164095 + Group: 'Spine1', Weight: 0.593993 + Group: 'RightShoulder', Weight: 0.020150 + Group: 'RightUpLeg', Weight: 0.024242 +Vertex 3081: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058736 + Group: 'Spine', Weight: 0.128207 + Group: 'Spine1', Weight: 0.610234 + Group: 'RightShoulder', Weight: 0.056153 + Group: 'RightUpLeg', Weight: 0.011272 +Vertex 3082: +Vertex groups: 5 + Group: 'Hips', Weight: 0.041934 + Group: 'Spine', Weight: 0.101431 + Group: 'Spine1', Weight: 0.619133 + Group: 'Spine2', Weight: 0.005285 + Group: 'RightShoulder', Weight: 0.071145 +Vertex 3083: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014862 + Group: 'Spine', Weight: 0.073816 + Group: 'Spine1', Weight: 0.594567 + Group: 'Spine2', Weight: 0.020229 + Group: 'RightShoulder', Weight: 0.100948 +Vertex 3084: +Vertex groups: 5 + Group: 'Hips', Weight: 0.003565 + Group: 'Spine', Weight: 0.061572 + Group: 'Spine1', Weight: 0.570720 + Group: 'Spine2', Weight: 0.031293 + Group: 'RightShoulder', Weight: 0.121320 +Vertex 3085: +Vertex groups: 5 + Group: 'Hips', Weight: 0.061176 + Group: 'Spine', Weight: 0.169055 + Group: 'Spine1', Weight: 0.556993 + Group: 'RightShoulder', Weight: 0.053936 + Group: 'RightUpLeg', Weight: 0.030956 +Vertex 3086: +Vertex groups: 5 + Group: 'Hips', Weight: 0.052562 + Group: 'Spine', Weight: 0.188736 + Group: 'Spine1', Weight: 0.523670 + Group: 'RightShoulder', Weight: 0.059097 + Group: 'RightUpLeg', Weight: 0.032245 +Vertex 3087: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029098 + Group: 'Spine', Weight: 0.119514 + Group: 'Spine1', Weight: 0.557978 + Group: 'RightShoulder', Weight: 0.081490 + Group: 'RightUpLeg', Weight: 0.003440 +Vertex 3088: +Vertex groups: 5 + Group: 'Hips', Weight: 0.027796 + Group: 'Spine', Weight: 0.138854 + Group: 'Spine1', Weight: 0.533350 + Group: 'RightShoulder', Weight: 0.079194 + Group: 'RightUpLeg', Weight: 0.009411 +Vertex 3089: +Vertex groups: 4 + Group: 'Hips', Weight: 0.000454 + Group: 'Spine', Weight: 0.076382 + Group: 'Spine1', Weight: 0.506371 + Group: 'RightShoulder', Weight: 0.122814 +Vertex 3090: +Vertex groups: 3 + Group: 'Spine', Weight: 0.081696 + Group: 'Spine1', Weight: 0.465267 + Group: 'RightShoulder', Weight: 0.124345 +Vertex 3091: +Vertex groups: 4 + Group: 'Spine', Weight: 0.284402 + Group: 'Spine1', Weight: 0.563898 + Group: 'Spine2', Weight: 0.021221 + Group: 'RightShoulder', Weight: 0.017683 +Vertex 3092: +Vertex groups: 5 + Group: 'Hips', Weight: 0.026594 + Group: 'Spine', Weight: 0.179945 + Group: 'Spine1', Weight: 0.492148 + Group: 'RightShoulder', Weight: 0.074221 + Group: 'RightUpLeg', Weight: 0.021209 +Vertex 3093: +Vertex groups: 5 + Group: 'Hips', Weight: 0.008836 + Group: 'Spine', Weight: 0.212950 + Group: 'Spine1', Weight: 0.464523 + Group: 'RightShoulder', Weight: 0.076927 + Group: 'RightUpLeg', Weight: 0.020742 +Vertex 3094: +Vertex groups: 5 + Group: 'Spine', Weight: 0.207832 + Group: 'Spine1', Weight: 0.485618 + Group: 'Spine2', Weight: 0.032442 + Group: 'RightShoulder', Weight: 0.080586 + Group: 'RightUpLeg', Weight: 0.006881 +Vertex 3095: +Vertex groups: 4 + Group: 'Spine', Weight: 0.260219 + Group: 'Spine1', Weight: 0.504582 + Group: 'Spine2', Weight: 0.035987 + Group: 'RightShoulder', Weight: 0.061640 +Vertex 3096: +Vertex groups: 4 + Group: 'Spine', Weight: 0.154220 + Group: 'Spine1', Weight: 0.462246 + Group: 'Spine2', Weight: 0.058981 + Group: 'RightShoulder', Weight: 0.110438 +Vertex 3097: +Vertex groups: 4 + Group: 'Spine', Weight: 0.194513 + Group: 'Spine1', Weight: 0.528605 + Group: 'Spine2', Weight: 0.058852 + Group: 'RightShoulder', Weight: 0.080904 +Vertex 3098: +Vertex groups: 4 + Group: 'Spine', Weight: 0.215450 + Group: 'Spine1', Weight: 0.611004 + Group: 'Spine2', Weight: 0.043581 + Group: 'RightShoulder', Weight: 0.035751 +Vertex 3099: +Vertex groups: 5 + Group: 'Hips', Weight: 0.005720 + Group: 'Spine', Weight: 0.132486 + Group: 'Spine1', Weight: 0.474447 + Group: 'RightShoulder', Weight: 0.097229 + Group: 'RightUpLeg', Weight: 0.000998 +Vertex 3100: +Vertex groups: 4 + Group: 'Spine', Weight: 0.051974 + Group: 'Spine1', Weight: 0.422782 + Group: 'Spine2', Weight: 0.000619 + Group: 'RightShoulder', Weight: 0.169567 +Vertex 3101: +Vertex groups: 4 + Group: 'Spine', Weight: 0.025410 + Group: 'Spine1', Weight: 0.411151 + Group: 'Spine2', Weight: 0.025273 + Group: 'RightShoulder', Weight: 0.214514 +Vertex 3102: +Vertex groups: 4 + Group: 'Spine', Weight: 0.004861 + Group: 'Spine1', Weight: 0.379061 + Group: 'Spine2', Weight: 0.054044 + Group: 'RightShoulder', Weight: 0.276236 +Vertex 3103: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.080903 + Group: 'Spine2', Weight: 0.077417 + Group: 'RightShoulder', Weight: 0.661067 +Vertex 3104: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.020569 + Group: 'Neck', Weight: 0.004627 + Group: 'RightShoulder', Weight: 0.824277 +Vertex 3105: +Vertex groups: 5 + Group: 'Spine', Weight: 0.001939 + Group: 'Spine1', Weight: 0.547211 + Group: 'Spine2', Weight: 0.176927 + Group: 'LeftShoulder', Weight: 0.027545 + Group: 'RightShoulder', Weight: 0.108258 +Vertex 3106: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.480932 + Group: 'Spine2', Weight: 0.164212 + Group: 'LeftShoulder', Weight: 0.000773 + Group: 'RightShoulder', Weight: 0.181984 +Vertex 3107: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.406497 + Group: 'Spine2', Weight: 0.126567 + Group: 'RightShoulder', Weight: 0.280779 +Vertex 3108: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.115116 + Group: 'Spine2', Weight: 0.021466 + Group: 'RightShoulder', Weight: 0.491383 + Group: 'RightArm', Weight: 0.009067 +Vertex 3109: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.164988 + Group: 'RightArm', Weight: 0.805172 +Vertex 3110: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.054515 + Group: 'RightShoulder', Weight: 0.270431 + Group: 'RightArm', Weight: 0.309092 +Vertex 3111: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.091217 + Group: 'RightArm', Weight: 0.903354 +Vertex 3112: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.096929 + Group: 'RightArm', Weight: 0.896417 +Vertex 3113: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.228719 + Group: 'RightArm', Weight: 0.752009 +Vertex 3114: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.519125 + Group: 'RightArm', Weight: 0.426483 +Vertex 3115: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.128283 + Group: 'RightArm', Weight: 0.861836 +Vertex 3116: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.013227 + Group: 'Spine2', Weight: 0.037777 + Group: 'RightShoulder', Weight: 0.652223 + Group: 'RightArm', Weight: 0.217968 +Vertex 3117: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.063605 + Group: 'Spine2', Weight: 0.131736 + Group: 'LeftShoulder', Weight: 0.016602 + Group: 'RightShoulder', Weight: 0.643909 +Vertex 3118: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.078674 + Group: 'Spine2', Weight: 0.250809 + Group: 'Neck', Weight: 0.017924 + Group: 'LeftShoulder', Weight: 0.076261 + Group: 'RightShoulder', Weight: 0.497436 +Vertex 3119: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039840 + Group: 'Spine2', Weight: 0.070273 + Group: 'RightShoulder', Weight: 0.677048 + Group: 'RightArm', Weight: 0.037972 +Vertex 3120: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.206504 + Group: 'Spine2', Weight: 0.066550 + Group: 'RightShoulder', Weight: 0.478917 +Vertex 3121: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.242089 + Group: 'Spine2', Weight: 0.372247 + Group: 'Neck', Weight: 0.025837 + Group: 'LeftShoulder', Weight: 0.042938 + Group: 'RightShoulder', Weight: 0.213383 +Vertex 3122: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.219943 + Group: 'Spine2', Weight: 0.413208 + Group: 'Neck', Weight: 0.014310 + Group: 'LeftShoulder', Weight: 0.002955 + Group: 'RightShoulder', Weight: 0.336565 +Vertex 3123: +Vertex groups: 3 + Group: 'Spine1', Weight: 0.167258 + Group: 'Spine2', Weight: 0.176499 + Group: 'RightShoulder', Weight: 0.524922 +Vertex 3124: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.462008 + Group: 'Spine2', Weight: 0.306166 + Group: 'Spine1', Weight: 0.099851 + Group: 'Neck', Weight: 0.094573 + Group: 'Head', Weight: 0.037402 +Vertex 3125: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.065481 + Group: 'Spine2', Weight: 0.215866 + Group: 'Neck', Weight: 0.078110 + Group: 'Head', Weight: 0.018755 + Group: 'RightShoulder', Weight: 0.581689 +Vertex 3126: +Vertex groups: 4 + Group: 'Spine1', Weight: 0.039250 + Group: 'Spine2', Weight: 0.173916 + Group: 'Neck', Weight: 0.055434 + Group: 'RightShoulder', Weight: 0.717901 +Vertex 3127: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.007035 + Group: 'Neck', Weight: 0.013326 + Group: 'RightShoulder', Weight: 0.824412 +Vertex 3128: +Vertex groups: 1 + Group: 'RightShoulder', Weight: 0.838894 +Vertex 3129: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.001362 + Group: 'Neck', Weight: 0.017869 + Group: 'RightShoulder', Weight: 0.838214 +Vertex 3130: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.361022 + Group: 'RightUpLeg', Weight: 0.999928 +Vertex 3131: +Vertex groups: 3 + Group: 'Hips', Weight: 0.319072 + Group: 'LeftUpLeg', Weight: 0.242796 + Group: 'RightUpLeg', Weight: 0.418703 +Vertex 3132: +Vertex groups: 3 + Group: 'Hips', Weight: 0.265445 + Group: 'LeftUpLeg', Weight: 0.175180 + Group: 'RightUpLeg', Weight: 0.540238 +Vertex 3133: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.319484 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3134: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.297090 + Group: 'RightUpLeg', Weight: 0.970136 +Vertex 3135: +Vertex groups: 3 + Group: 'Hips', Weight: 0.119342 + Group: 'LeftUpLeg', Weight: 0.244512 + Group: 'RightUpLeg', Weight: 0.627682 +Vertex 3136: +Vertex groups: 3 + Group: 'Hips', Weight: 0.034117 + Group: 'LeftUpLeg', Weight: 0.280585 + Group: 'RightUpLeg', Weight: 0.898037 +Vertex 3137: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.251425 + Group: 'RightUpLeg', Weight: 0.956005 +Vertex 3138: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226139 + Group: 'LeftUpLeg', Weight: 0.118825 + Group: 'RightUpLeg', Weight: 0.635967 +Vertex 3139: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.206984 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3140: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.151824 + Group: 'RightUpLeg', Weight: 0.999506 +Vertex 3141: +Vertex groups: 3 + Group: 'Hips', Weight: 0.082498 + Group: 'LeftUpLeg', Weight: 0.113549 + Group: 'RightUpLeg', Weight: 0.799944 +Vertex 3142: +Vertex groups: 3 + Group: 'Hips', Weight: 0.010451 + Group: 'LeftUpLeg', Weight: 0.134927 + Group: 'RightUpLeg', Weight: 0.999395 +Vertex 3143: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.188992 + Group: 'RightUpLeg', Weight: 0.984507 +Vertex 3144: +Vertex groups: 3 + Group: 'Hips', Weight: 0.131942 + Group: 'LeftUpLeg', Weight: 0.055408 + Group: 'RightUpLeg', Weight: 0.795872 +Vertex 3145: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.114681 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3146: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.079965 + Group: 'RightUpLeg', Weight: 0.999942 +Vertex 3147: +Vertex groups: 3 + Group: 'Hips', Weight: 0.049619 + Group: 'LeftUpLeg', Weight: 0.055361 + Group: 'RightUpLeg', Weight: 0.949605 +Vertex 3148: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.067639 + Group: 'RightUpLeg', Weight: 0.985497 +Vertex 3149: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.150166 + Group: 'RightUpLeg', Weight: 0.985976 +Vertex 3150: +Vertex groups: 2 + Group: 'Hips', Weight: 0.063682 + Group: 'RightUpLeg', Weight: 0.902139 +Vertex 3151: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.062569 + Group: 'RightUpLeg', Weight: 0.999998 +Vertex 3152: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.027989 + Group: 'RightUpLeg', Weight: 0.999972 +Vertex 3153: +Vertex groups: 2 + Group: 'Hips', Weight: 0.004066 + Group: 'RightUpLeg', Weight: 0.995493 +Vertex 3154: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010760 + Group: 'RightUpLeg', Weight: 0.999635 +Vertex 3155: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.120570 + Group: 'RightUpLeg', Weight: 0.990285 +Vertex 3156: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.960254 +Vertex 3157: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.010438 + Group: 'RightUpLeg', Weight: 1.000000 +Vertex 3158: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.998746 +Vertex 3159: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.976578 +Vertex 3160: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.995184 +Vertex 3161: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.111977 + Group: 'RightUpLeg', Weight: 0.973425 +Vertex 3162: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.961878 +Vertex 3163: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999987 +Vertex 3164: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.996362 +Vertex 3165: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.979458 +Vertex 3166: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.984902 +Vertex 3167: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.131464 + Group: 'RightUpLeg', Weight: 0.992031 +Vertex 3168: +Vertex groups: 3 + Group: 'Hips', Weight: 0.017737 + Group: 'Spine', Weight: 0.005884 + Group: 'RightUpLeg', Weight: 0.920130 +Vertex 3169: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029551 + Group: 'RightUpLeg', Weight: 0.975828 +Vertex 3170: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.999934 +Vertex 3171: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.954672 +Vertex 3172: +Vertex groups: 1 + Group: 'RightUpLeg', Weight: 0.967683 +Vertex 3173: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.177521 + Group: 'RightUpLeg', Weight: 0.980256 +Vertex 3174: +Vertex groups: 4 + Group: 'Hips', Weight: 0.072110 + Group: 'Spine', Weight: 0.041474 + Group: 'LeftUpLeg', Weight: 0.004751 + Group: 'RightUpLeg', Weight: 0.847276 +Vertex 3175: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.076540 + Group: 'RightUpLeg', Weight: 0.980361 +Vertex 3176: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.049467 + Group: 'RightUpLeg', Weight: 0.999994 +Vertex 3177: +Vertex groups: 3 + Group: 'Hips', Weight: 0.031013 + Group: 'LeftUpLeg', Weight: 0.013051 + Group: 'RightUpLeg', Weight: 0.907995 +Vertex 3178: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.029146 + Group: 'RightUpLeg', Weight: 0.933712 +Vertex 3179: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.254898 + Group: 'RightUpLeg', Weight: 0.738738 +Vertex 3180: +Vertex groups: 4 + Group: 'Hips', Weight: 0.156558 + Group: 'Spine', Weight: 0.066548 + Group: 'LeftUpLeg', Weight: 0.056370 + Group: 'RightUpLeg', Weight: 0.711108 +Vertex 3181: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.138909 + Group: 'RightUpLeg', Weight: 0.854015 +Vertex 3182: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.107562 + Group: 'RightUpLeg', Weight: 0.871215 +Vertex 3183: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083677 + Group: 'Spine', Weight: 0.001647 + Group: 'LeftUpLeg', Weight: 0.068286 + Group: 'RightUpLeg', Weight: 0.818543 +Vertex 3184: +Vertex groups: 3 + Group: 'Hips', Weight: 0.022311 + Group: 'LeftUpLeg', Weight: 0.088883 + Group: 'RightUpLeg', Weight: 0.864539 +Vertex 3185: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.370499 + Group: 'RightUpLeg', Weight: 0.621906 +Vertex 3186: +Vertex groups: 4 + Group: 'Hips', Weight: 0.383493 + Group: 'Spine', Weight: 0.092891 + Group: 'LeftUpLeg', Weight: 0.115940 + Group: 'RightUpLeg', Weight: 0.396310 +Vertex 3187: +Vertex groups: 2 + Group: 'LeftUpLeg', Weight: 0.268673 + Group: 'RightUpLeg', Weight: 0.721210 +Vertex 3188: +Vertex groups: 3 + Group: 'Hips', Weight: 0.003653 + Group: 'LeftUpLeg', Weight: 0.234398 + Group: 'RightUpLeg', Weight: 0.733092 +Vertex 3189: +Vertex groups: 4 + Group: 'Hips', Weight: 0.169903 + Group: 'Spine', Weight: 0.019063 + Group: 'LeftUpLeg', Weight: 0.155419 + Group: 'RightUpLeg', Weight: 0.635727 +Vertex 3190: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062236 + Group: 'LeftUpLeg', Weight: 0.203489 + Group: 'RightUpLeg', Weight: 0.720762 +Vertex 3191: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988597 +Vertex 3192: +Vertex groups: 2 + Group: 'RightShoulder', Weight: 0.138254 + Group: 'RightArm', Weight: 0.816882 +Vertex 3193: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.185530 + Group: 'Neck', Weight: 0.235943 + Group: 'LeftShoulder', Weight: 0.058228 + Group: 'RightShoulder', Weight: 0.484536 +Vertex 3194: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.111468 + Group: 'Neck', Weight: 0.090456 + Group: 'LeftShoulder', Weight: 0.027279 + Group: 'RightShoulder', Weight: 0.705650 +Vertex 3195: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.189243 + Group: 'Neck', Weight: 0.134659 + Group: 'LeftShoulder', Weight: 0.076638 + Group: 'RightShoulder', Weight: 0.552219 +Vertex 3196: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.101702 + Group: 'Neck', Weight: 0.098476 + Group: 'RightShoulder', Weight: 0.780996 +Vertex 3197: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.235518 + Group: 'Neck', Weight: 0.072074 + Group: 'RightShoulder', Weight: 0.809303 +Vertex 3198: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.374086 + Group: 'Neck', Weight: 0.079533 + Group: 'RightShoulder', Weight: 0.764142 +Vertex 3199: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.001269 + Group: 'Spine2', Weight: 0.128124 + Group: 'Neck', Weight: 0.112918 + Group: 'Head', Weight: 0.030366 + Group: 'RightShoulder', Weight: 0.653413 +Vertex 3200: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.027588 + Group: 'Spine2', Weight: 0.192412 + Group: 'Neck', Weight: 0.140291 + Group: 'Head', Weight: 0.060366 + Group: 'RightShoulder', Weight: 0.521286 +Vertex 3201: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.399446 + Group: 'Spine2', Weight: 0.294781 + Group: 'Neck', Weight: 0.169790 + Group: 'Head', Weight: 0.083978 + Group: 'Spine1', Weight: 0.052004 +Vertex 3202: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.428407 + Group: 'RightShoulder', Weight: 0.214833 + Group: 'Neck', Weight: 0.182258 + Group: 'Head', Weight: 0.098325 + Group: 'LeftShoulder', Weight: 0.076177 +Vertex 3203: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.228134 + Group: 'Neck', Weight: 0.285179 + Group: 'Head', Weight: 0.080614 + Group: 'RightShoulder', Weight: 0.374191 +Vertex 3204: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.246689 + Group: 'Neck', Weight: 0.309826 + Group: 'Head', Weight: 0.063128 + Group: 'RightShoulder', Weight: 0.358705 +Vertex 3205: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.251460 + Group: 'Neck', Weight: 0.327077 + Group: 'Head', Weight: 0.041734 + Group: 'RightShoulder', Weight: 0.355087 +Vertex 3206: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.110029 + Group: 'Neck', Weight: 0.549809 + Group: 'Head', Weight: 0.017708 + Group: 'RightShoulder', Weight: 0.277656 +Vertex 3207: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.086076 + Group: 'Neck', Weight: 0.695321 + Group: 'Head', Weight: 0.019241 + Group: 'LeftShoulder', Weight: 0.006305 + Group: 'RightShoulder', Weight: 0.148241 +Vertex 3208: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.183187 + Group: 'Neck', Weight: 0.370875 + Group: 'Head', Weight: 0.014912 + Group: 'RightShoulder', Weight: 0.387091 +Vertex 3209: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.227468 + Group: 'Neck', Weight: 0.273004 + Group: 'Head', Weight: 0.091570 + Group: 'RightShoulder', Weight: 0.367202 +Vertex 3210: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.249104 + Group: 'Neck', Weight: 0.262793 + Group: 'Head', Weight: 0.113028 + Group: 'RightShoulder', Weight: 0.316049 +Vertex 3211: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.307042 + Group: 'Neck', Weight: 0.274717 + Group: 'RightShoulder', Weight: 0.255269 + Group: 'Head', Weight: 0.142739 + Group: 'LeftShoulder', Weight: 0.020233 +Vertex 3212: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.346709 + Group: 'Neck', Weight: 0.273103 + Group: 'RightShoulder', Weight: 0.159021 + Group: 'Head', Weight: 0.157130 + Group: 'LeftShoulder', Weight: 0.064038 +Vertex 3213: +Vertex groups: 3 + Group: 'Hips', Weight: 0.202970 + Group: 'LeftUpLeg', Weight: 0.296180 + Group: 'RightUpLeg', Weight: 0.487631 +Vertex 3214: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.067453 + Group: 'Neck', Weight: 0.488379 + Group: 'Head', Weight: 0.350330 + Group: 'RightShoulder', Weight: 0.075839 +Vertex 3215: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.043102 + Group: 'Neck', Weight: 0.584099 + Group: 'Head', Weight: 0.296881 + Group: 'RightShoulder', Weight: 0.064031 +Vertex 3216: +Vertex groups: 2 + Group: 'Neck', Weight: 0.718595 + Group: 'Head', Weight: 0.234545 +Vertex 3217: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.081959 + Group: 'Neck', Weight: 0.255531 + Group: 'Head', Weight: 0.578317 + Group: 'LeftShoulder', Weight: 0.000841 + Group: 'RightShoulder', Weight: 0.042639 +Vertex 3218: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.075878 + Group: 'Neck', Weight: 0.423695 + Group: 'Head', Weight: 0.404925 + Group: 'RightShoulder', Weight: 0.071341 +Vertex 3219: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.079426 + Group: 'Neck', Weight: 0.302273 + Group: 'Head', Weight: 0.530074 + Group: 'RightShoulder', Weight: 0.057287 +Vertex 3220: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.013552 + Group: 'Neck', Weight: 0.703144 + Group: 'Head', Weight: 0.207972 + Group: 'RightShoulder', Weight: 0.050871 +Vertex 3221: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.055472 + Group: 'Neck', Weight: 0.530441 + Group: 'Head', Weight: 0.331544 + Group: 'RightShoulder', Weight: 0.070095 +Vertex 3222: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.033050 + Group: 'Neck', Weight: 0.645215 + Group: 'Head', Weight: 0.245759 + Group: 'RightShoulder', Weight: 0.061001 +Vertex 3223: +Vertex groups: 3 + Group: 'Neck', Weight: 0.733476 + Group: 'Head', Weight: 0.193783 + Group: 'RightShoulder', Weight: 0.031783 +Vertex 3224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3225: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011403 + Group: 'Head', Weight: 0.999978 +Vertex 3226: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045337 + Group: 'Head', Weight: 0.999989 +Vertex 3227: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025965 + Group: 'Head', Weight: 1.000000 +Vertex 3228: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026337 + Group: 'Head', Weight: 0.999507 +Vertex 3229: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055737 + Group: 'Head', Weight: 0.999948 +Vertex 3230: +Vertex groups: 2 + Group: 'Neck', Weight: 0.062447 + Group: 'Head', Weight: 0.999995 +Vertex 3231: +Vertex groups: 2 + Group: 'Neck', Weight: 0.034651 + Group: 'Head', Weight: 0.999812 +Vertex 3232: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064114 + Group: 'Head', Weight: 0.999989 +Vertex 3233: +Vertex groups: 2 + Group: 'Neck', Weight: 0.061858 + Group: 'Head', Weight: 0.999675 +Vertex 3234: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029130 + Group: 'Head', Weight: 0.999965 +Vertex 3235: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025035 + Group: 'Head', Weight: 1.000000 +Vertex 3236: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023898 + Group: 'Head', Weight: 0.999838 +Vertex 3237: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013159 + Group: 'Head', Weight: 0.999999 +Vertex 3238: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010662 + Group: 'Head', Weight: 1.000000 +Vertex 3239: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015162 + Group: 'Head', Weight: 1.000000 +Vertex 3240: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001977 + Group: 'Head', Weight: 1.000000 +Vertex 3241: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016124 + Group: 'Head', Weight: 0.999998 +Vertex 3242: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013577 + Group: 'Head', Weight: 0.999997 +Vertex 3243: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002604 + Group: 'Head', Weight: 0.999998 +Vertex 3244: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003210 + Group: 'Head', Weight: 0.999946 +Vertex 3245: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019345 + Group: 'Head', Weight: 0.999895 +Vertex 3246: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018057 + Group: 'Head', Weight: 0.999896 +Vertex 3247: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007752 + Group: 'Head', Weight: 0.999997 +Vertex 3248: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014057 + Group: 'Head', Weight: 1.000000 +Vertex 3249: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002630 + Group: 'Head', Weight: 1.000000 +Vertex 3250: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009189 + Group: 'Head', Weight: 0.999982 +Vertex 3251: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005862 + Group: 'Head', Weight: 0.999990 +Vertex 3252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3253: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018176 + Group: 'Head', Weight: 0.999904 +Vertex 3254: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3255: +Vertex groups: 2 + Group: 'Neck', Weight: 0.015661 + Group: 'Head', Weight: 0.999999 +Vertex 3256: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013363 + Group: 'Head', Weight: 0.999998 +Vertex 3257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3258: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019385 + Group: 'Head', Weight: 0.999898 +Vertex 3259: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006335 + Group: 'Head', Weight: 0.999997 +Vertex 3260: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013426 + Group: 'Head', Weight: 0.999999 +Vertex 3261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 3262: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001688 + Group: 'Head', Weight: 1.000000 +Vertex 3263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3264: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009744 + Group: 'Head', Weight: 1.000000 +Vertex 3265: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017564 + Group: 'Head', Weight: 0.999999 +Vertex 3266: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038383 + Group: 'Head', Weight: 0.999425 +Vertex 3267: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041491 + Group: 'Head', Weight: 0.999333 +Vertex 3268: +Vertex groups: 2 + Group: 'Neck', Weight: 0.043021 + Group: 'Head', Weight: 0.999285 +Vertex 3269: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040771 + Group: 'Head', Weight: 0.999179 +Vertex 3270: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027491 + Group: 'Head', Weight: 0.999999 +Vertex 3271: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013047 + Group: 'Head', Weight: 1.000000 +Vertex 3272: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012750 + Group: 'Head', Weight: 0.999987 +Vertex 3273: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011534 + Group: 'Head', Weight: 0.999991 +Vertex 3274: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007463 + Group: 'Head', Weight: 0.999997 +Vertex 3275: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001718 + Group: 'Head', Weight: 1.000000 +Vertex 3276: +Vertex groups: 5 + Group: 'Hips', Weight: 0.274429 + Group: 'Spine', Weight: 0.330983 + Group: 'Spine1', Weight: 0.279506 + Group: 'LeftUpLeg', Weight: 0.014047 + Group: 'RightUpLeg', Weight: 0.044677 +Vertex 3277: +Vertex groups: 4 + Group: 'Hips', Weight: 0.279752 + Group: 'Spine', Weight: 0.333484 + Group: 'Spine1', Weight: 0.249891 + Group: 'RightUpLeg', Weight: 0.081301 +Vertex 3278: +Vertex groups: 4 + Group: 'Hips', Weight: 0.249189 + Group: 'Spine', Weight: 0.340360 + Group: 'Spine1', Weight: 0.248192 + Group: 'RightUpLeg', Weight: 0.108292 +Vertex 3279: +Vertex groups: 4 + Group: 'Hips', Weight: 0.193964 + Group: 'Spine', Weight: 0.366183 + Group: 'Spine1', Weight: 0.254962 + Group: 'RightUpLeg', Weight: 0.122766 +Vertex 3280: +Vertex groups: 4 + Group: 'Hips', Weight: 0.136680 + Group: 'Spine', Weight: 0.411676 + Group: 'Spine1', Weight: 0.254706 + Group: 'RightUpLeg', Weight: 0.119974 +Vertex 3281: +Vertex groups: 4 + Group: 'Hips', Weight: 0.113095 + Group: 'Spine', Weight: 0.479186 + Group: 'Spine1', Weight: 0.197345 + Group: 'RightUpLeg', Weight: 0.139365 +Vertex 3282: +Vertex groups: 4 + Group: 'Hips', Weight: 0.078704 + Group: 'Spine', Weight: 0.534677 + Group: 'Spine1', Weight: 0.181680 + Group: 'RightUpLeg', Weight: 0.134863 +Vertex 3283: +Vertex groups: 4 + Group: 'Hips', Weight: 0.054127 + Group: 'Spine', Weight: 0.629103 + Group: 'Spine1', Weight: 0.170446 + Group: 'RightUpLeg', Weight: 0.084535 +Vertex 3284: +Vertex groups: 4 + Group: 'Hips', Weight: 0.050405 + Group: 'Spine', Weight: 0.705433 + Group: 'Spine1', Weight: 0.146934 + Group: 'RightUpLeg', Weight: 0.044404 +Vertex 3285: +Vertex groups: 4 + Group: 'Hips', Weight: 0.060019 + Group: 'Spine', Weight: 0.568035 + Group: 'Spine1', Weight: 0.192222 + Group: 'RightUpLeg', Weight: 0.110026 +Vertex 3286: +Vertex groups: 5 + Group: 'Hips', Weight: 0.289682 + Group: 'Spine', Weight: 0.330384 + Group: 'Spine1', Weight: 0.257362 + Group: 'LeftUpLeg', Weight: 0.004045 + Group: 'RightUpLeg', Weight: 0.061374 +Vertex 3287: +Vertex groups: 5 + Group: 'Hips', Weight: 0.071127 + Group: 'Spine', Weight: 0.101246 + Group: 'Spine1', Weight: 0.681071 + Group: 'Spine2', Weight: 0.021283 + Group: 'RightShoulder', Weight: 0.005863 +Vertex 3288: +Vertex groups: 5 + Group: 'Hips', Weight: 0.108331 + Group: 'Spine', Weight: 0.158439 + Group: 'Spine1', Weight: 0.598992 + Group: 'RightShoulder', Weight: 0.001636 + Group: 'RightUpLeg', Weight: 0.019102 +Vertex 3289: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058531 + Group: 'Spine', Weight: 0.085406 + Group: 'Spine1', Weight: 0.694004 + Group: 'Spine2', Weight: 0.037941 + Group: 'RightShoulder', Weight: 0.014584 +Vertex 3290: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.780678 + Group: 'Spine2', Weight: 0.075572 + Group: 'Spine', Weight: 0.068252 + Group: 'RightShoulder', Weight: 0.042812 + Group: 'Hips', Weight: 0.032686 +Vertex 3291: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.746767 + Group: 'Spine2', Weight: 0.114469 + Group: 'RightShoulder', Weight: 0.093982 + Group: 'Spine', Weight: 0.041479 + Group: 'LeftShoulder', Weight: 0.003303 +Vertex 3292: +Vertex groups: 4 + Group: 'Spine', Weight: 0.028171 + Group: 'Spine1', Weight: 0.595626 + Group: 'Spine2', Weight: 0.099145 + Group: 'RightShoulder', Weight: 0.120044 +Vertex 3293: +Vertex groups: 4 + Group: 'Spine', Weight: 0.021645 + Group: 'Spine1', Weight: 0.527129 + Group: 'Spine2', Weight: 0.079285 + Group: 'RightShoulder', Weight: 0.172100 +Vertex 3294: +Vertex groups: 4 + Group: 'Spine', Weight: 0.039417 + Group: 'Spine1', Weight: 0.527739 + Group: 'Spine2', Weight: 0.053482 + Group: 'RightShoulder', Weight: 0.160768 +Vertex 3295: +Vertex groups: 4 + Group: 'Spine', Weight: 0.054770 + Group: 'Spine1', Weight: 0.510706 + Group: 'Spine2', Weight: 0.024117 + Group: 'RightShoulder', Weight: 0.146699 +Vertex 3296: +Vertex groups: 5 + Group: 'Hips', Weight: 0.006248 + Group: 'Spine', Weight: 0.072813 + Group: 'Spine1', Weight: 0.553188 + Group: 'Spine2', Weight: 0.010042 + Group: 'RightShoulder', Weight: 0.114864 +Vertex 3297: +Vertex groups: 4 + Group: 'Hips', Weight: 0.034297 + Group: 'Spine', Weight: 0.108466 + Group: 'Spine1', Weight: 0.587259 + Group: 'RightShoulder', Weight: 0.078517 +Vertex 3298: +Vertex groups: 5 + Group: 'Hips', Weight: 0.062248 + Group: 'Spine', Weight: 0.150079 + Group: 'Spine1', Weight: 0.583266 + Group: 'RightShoulder', Weight: 0.053635 + Group: 'RightUpLeg', Weight: 0.023450 +Vertex 3299: +Vertex groups: 5 + Group: 'Hips', Weight: 0.086961 + Group: 'Spine', Weight: 0.179585 + Group: 'Spine1', Weight: 0.562161 + Group: 'RightShoulder', Weight: 0.026832 + Group: 'RightUpLeg', Weight: 0.043636 +Vertex 3300: +Vertex groups: 5 + Group: 'Hips', Weight: 0.103254 + Group: 'Spine', Weight: 0.178242 + Group: 'Spine1', Weight: 0.569947 + Group: 'RightShoulder', Weight: 0.010686 + Group: 'RightUpLeg', Weight: 0.037995 +Vertex 3301: +Vertex groups: 5 + Group: 'Hips', Weight: 0.057925 + Group: 'Spine', Weight: 0.093592 + Group: 'Spine1', Weight: 0.674510 + Group: 'Spine2', Weight: 0.024429 + Group: 'RightShoulder', Weight: 0.040401 +Vertex 3302: +Vertex groups: 5 + Group: 'Hips', Weight: 0.059497 + Group: 'Spine', Weight: 0.099785 + Group: 'Spine1', Weight: 0.665465 + Group: 'Spine2', Weight: 0.018000 + Group: 'RightShoulder', Weight: 0.043478 +Vertex 3303: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048622 + Group: 'Spine', Weight: 0.080580 + Group: 'Spine1', Weight: 0.679899 + Group: 'Spine2', Weight: 0.039079 + Group: 'RightShoulder', Weight: 0.051696 +Vertex 3304: +Vertex groups: 5 + Group: 'Hips', Weight: 0.048412 + Group: 'Spine', Weight: 0.083714 + Group: 'Spine1', Weight: 0.672316 + Group: 'Spine2', Weight: 0.032790 + Group: 'RightShoulder', Weight: 0.055321 +Vertex 3305: +Vertex groups: 5 + Group: 'Hips', Weight: 0.029386 + Group: 'Spine', Weight: 0.066510 + Group: 'Spine1', Weight: 0.675226 + Group: 'Spine2', Weight: 0.055884 + Group: 'RightShoulder', Weight: 0.062930 +Vertex 3306: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028263 + Group: 'Spine', Weight: 0.068510 + Group: 'Spine1', Weight: 0.666181 + Group: 'Spine2', Weight: 0.052002 + Group: 'RightShoulder', Weight: 0.068958 +Vertex 3307: +Vertex groups: 5 + Group: 'Hips', Weight: 0.018910 + Group: 'Spine', Weight: 0.059422 + Group: 'Spine1', Weight: 0.662747 + Group: 'Spine2', Weight: 0.063340 + Group: 'RightShoulder', Weight: 0.074129 +Vertex 3308: +Vertex groups: 5 + Group: 'Hips', Weight: 0.014767 + Group: 'Spine', Weight: 0.057936 + Group: 'Spine1', Weight: 0.651272 + Group: 'Spine2', Weight: 0.062495 + Group: 'RightShoulder', Weight: 0.083365 +Vertex 3309: +Vertex groups: 5 + Group: 'Hips', Weight: 0.058288 + Group: 'Spine', Weight: 0.104590 + Group: 'Spine1', Weight: 0.654485 + Group: 'Spine2', Weight: 0.012812 + Group: 'RightShoulder', Weight: 0.050559 +Vertex 3310: +Vertex groups: 5 + Group: 'Hips', Weight: 0.047227 + Group: 'Spine', Weight: 0.087287 + Group: 'Spine1', Weight: 0.662239 + Group: 'Spine2', Weight: 0.026536 + Group: 'RightShoulder', Weight: 0.059461 +Vertex 3311: +Vertex groups: 5 + Group: 'Hips', Weight: 0.028013 + Group: 'Spine', Weight: 0.071565 + Group: 'Spine1', Weight: 0.656404 + Group: 'Spine2', Weight: 0.044329 + Group: 'RightShoulder', Weight: 0.073818 +Vertex 3312: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015435 + Group: 'Spine', Weight: 0.061351 + Group: 'Spine1', Weight: 0.642428 + Group: 'Spine2', Weight: 0.055073 + Group: 'RightShoulder', Weight: 0.088337 +Vertex 3313: +Vertex groups: 5 + Group: 'Hips', Weight: 0.056193 + Group: 'Spine', Weight: 0.106609 + Group: 'Spine1', Weight: 0.644511 + Group: 'Spine2', Weight: 0.009270 + Group: 'RightShoulder', Weight: 0.054909 +Vertex 3314: +Vertex groups: 5 + Group: 'Hips', Weight: 0.043921 + Group: 'Spine', Weight: 0.089555 + Group: 'Spine1', Weight: 0.650268 + Group: 'Spine2', Weight: 0.020891 + Group: 'RightShoulder', Weight: 0.064813 +Vertex 3315: +Vertex groups: 5 + Group: 'Hips', Weight: 0.024408 + Group: 'Spine', Weight: 0.072462 + Group: 'Spine1', Weight: 0.641322 + Group: 'Spine2', Weight: 0.037035 + Group: 'RightShoulder', Weight: 0.081833 +Vertex 3316: +Vertex groups: 5 + Group: 'Hips', Weight: 0.015645 + Group: 'Spine', Weight: 0.064349 + Group: 'Spine1', Weight: 0.631882 + Group: 'Spine2', Weight: 0.048167 + Group: 'RightShoulder', Weight: 0.092699 +Vertex 3317: +Vertex groups: 5 + Group: 'Hips', Weight: 0.051540 + Group: 'Spine', Weight: 0.103574 + Group: 'Spine1', Weight: 0.635886 + Group: 'Spine2', Weight: 0.009060 + Group: 'RightShoulder', Weight: 0.061832 +Vertex 3318: +Vertex groups: 5 + Group: 'Hips', Weight: 0.038889 + Group: 'Spine', Weight: 0.089445 + Group: 'Spine1', Weight: 0.638781 + Group: 'Spine2', Weight: 0.017084 + Group: 'RightShoulder', Weight: 0.070797 +Vertex 3319: +Vertex groups: 5 + Group: 'Hips', Weight: 0.023339 + Group: 'Spine', Weight: 0.075256 + Group: 'Spine1', Weight: 0.627715 + Group: 'Spine2', Weight: 0.028212 + Group: 'RightShoulder', Weight: 0.086183 +Vertex 3320: +Vertex groups: 5 + Group: 'Hips', Weight: 0.016340 + Group: 'Spine', Weight: 0.068618 + Group: 'Spine1', Weight: 0.618695 + Group: 'Spine2', Weight: 0.035160 + Group: 'RightShoulder', Weight: 0.095164 +Vertex 3321: +Vertex groups: 3 + Group: 'Hips', Weight: 0.112475 + Group: 'Spine', Weight: 0.148819 + Group: 'Spine1', Weight: 0.618388 +Vertex 3322: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112233 + Group: 'Spine', Weight: 0.150149 + Group: 'Spine1', Weight: 0.614899 + Group: 'RightUpLeg', Weight: 0.001274 +Vertex 3323: +Vertex groups: 4 + Group: 'Hips', Weight: 0.112218 + Group: 'Spine', Weight: 0.155185 + Group: 'Spine1', Weight: 0.605052 + Group: 'RightUpLeg', Weight: 0.011456 +Vertex 3324: +Vertex groups: 4 + Group: 'Hips', Weight: 0.099982 + Group: 'Spine', Weight: 0.141079 + Group: 'Spine1', Weight: 0.626981 + Group: 'RightUpLeg', Weight: 0.005172 +Vertex 3325: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.734807 + Group: 'Spine', Weight: 0.151423 + Group: 'Hips', Weight: 0.104004 + Group: 'RightShoulder', Weight: 0.007130 + Group: 'RightUpLeg', Weight: 0.002635 +Vertex 3326: +Vertex groups: 5 + Group: 'Hips', Weight: 0.089871 + Group: 'Spine', Weight: 0.126439 + Group: 'Spine1', Weight: 0.649281 + Group: 'Spine2', Weight: 0.003232 + Group: 'RightShoulder', Weight: 0.001235 +Vertex 3327: +Vertex groups: 4 + Group: 'Hips', Weight: 0.095039 + Group: 'Spine', Weight: 0.128558 + Group: 'Spine1', Weight: 0.648782 + Group: 'Spine2', Weight: 0.003028 +Vertex 3328: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082695 + Group: 'Spine', Weight: 0.119432 + Group: 'Spine1', Weight: 0.657340 + Group: 'Spine2', Weight: 0.006993 + Group: 'RightShoulder', Weight: 0.007566 +Vertex 3329: +Vertex groups: 4 + Group: 'Hips', Weight: 0.093657 + Group: 'Spine', Weight: 0.128584 + Group: 'Spine1', Weight: 0.647455 + Group: 'Spine2', Weight: 0.002606 +Vertex 3330: +Vertex groups: 5 + Group: 'Hips', Weight: 0.076436 + Group: 'Spine', Weight: 0.113915 + Group: 'Spine1', Weight: 0.661998 + Group: 'Spine2', Weight: 0.010223 + Group: 'RightShoulder', Weight: 0.015098 +Vertex 3331: +Vertex groups: 5 + Group: 'Hips', Weight: 0.079952 + Group: 'Spine', Weight: 0.119902 + Group: 'Spine1', Weight: 0.654385 + Group: 'Spine2', Weight: 0.006156 + Group: 'RightShoulder', Weight: 0.014103 +Vertex 3332: +Vertex groups: 5 + Group: 'Hips', Weight: 0.081194 + Group: 'Spine', Weight: 0.114799 + Group: 'Spine1', Weight: 0.664718 + Group: 'Spine2', Weight: 0.010611 + Group: 'RightShoulder', Weight: 0.003747 +Vertex 3333: +Vertex groups: 4 + Group: 'Hips', Weight: 0.083316 + Group: 'Spine', Weight: 0.114696 + Group: 'Spine1', Weight: 0.667242 + Group: 'Spine2', Weight: 0.011311 +Vertex 3334: +Vertex groups: 5 + Group: 'Hips', Weight: 0.082676 + Group: 'Spine', Weight: 0.115354 + Group: 'Spine1', Weight: 0.665028 + Group: 'Spine2', Weight: 0.010513 + Group: 'RightShoulder', Weight: 0.000083 +Vertex 3335: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.108490 + Group: 'Neck', Weight: 0.224912 + Group: 'RightShoulder', Weight: 0.612342 +Vertex 3336: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.113208 + Group: 'Neck', Weight: 0.207250 + Group: 'RightShoulder', Weight: 0.616751 +Vertex 3337: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.213970 + Group: 'Neck', Weight: 0.354401 + Group: 'LeftShoulder', Weight: 0.049596 + Group: 'RightShoulder', Weight: 0.350082 +Vertex 3338: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.116161 + Group: 'Neck', Weight: 0.360469 + Group: 'RightShoulder', Weight: 0.464102 +Vertex 3339: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.084463 + Group: 'Neck', Weight: 0.149526 + Group: 'RightShoulder', Weight: 0.702716 +Vertex 3340: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.136224 + Group: 'Neck', Weight: 0.557080 + Group: 'LeftShoulder', Weight: 0.027289 + Group: 'RightShoulder', Weight: 0.235213 +Vertex 3341: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 1.000000 +Vertex 3342: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000744 + Group: 'Head', Weight: 1.000000 +Vertex 3343: +Vertex groups: 2 + Group: 'Neck', Weight: 0.050325 + Group: 'Head', Weight: 1.000000 +Vertex 3344: +Vertex groups: 2 + Group: 'Neck', Weight: 0.037863 + Group: 'Head', Weight: 1.000000 +Vertex 3345: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041631 + Group: 'Head', Weight: 0.999997 +Vertex 3346: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025758 + Group: 'Head', Weight: 0.999998 +Vertex 3347: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033596 + Group: 'Head', Weight: 0.999998 +Vertex 3348: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029946 + Group: 'Head', Weight: 1.000000 +Vertex 3349: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027493 + Group: 'Head', Weight: 1.000000 +Vertex 3350: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021773 + Group: 'Head', Weight: 1.000000 +Vertex 3351: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021499 + Group: 'Head', Weight: 1.000000 +Vertex 3352: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001994 + Group: 'Head', Weight: 1.000000 +Vertex 3353: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009645 + Group: 'Head', Weight: 0.999997 +Vertex 3354: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013606 + Group: 'Head', Weight: 1.000000 +Vertex 3355: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013935 + Group: 'Head', Weight: 1.000000 +Vertex 3356: +Vertex groups: 2 + Group: 'Neck', Weight: 0.036345 + Group: 'Head', Weight: 1.000000 +Vertex 3357: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033736 + Group: 'Head', Weight: 1.000000 +Vertex 3358: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017921 + Group: 'Head', Weight: 1.000000 +Vertex 3359: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017723 + Group: 'Head', Weight: 1.000000 +Vertex 3360: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003025 + Group: 'Head', Weight: 1.000000 +Vertex 3361: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004277 + Group: 'Head', Weight: 1.000000 +Vertex 3362: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010005 + Group: 'Head', Weight: 1.000000 +Vertex 3363: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007273 + Group: 'Head', Weight: 1.000000 +Vertex 3364: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014004 + Group: 'Head', Weight: 1.000000 +Vertex 3365: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018323 + Group: 'Head', Weight: 1.000000 +Vertex 3366: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023280 + Group: 'Head', Weight: 1.000000 +Vertex 3367: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032912 + Group: 'Head', Weight: 1.000000 +Vertex 3368: +Vertex groups: 2 + Group: 'Neck', Weight: 0.045063 + Group: 'Head', Weight: 1.000000 +Vertex 3369: +Vertex groups: 2 + Group: 'Neck', Weight: 0.056192 + Group: 'Head', Weight: 0.999998 +Vertex 3370: +Vertex groups: 2 + Group: 'Neck', Weight: 0.055635 + Group: 'Head', Weight: 1.000000 +Vertex 3371: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009462 + Group: 'Head', Weight: 1.000000 +Vertex 3372: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007621 + Group: 'Head', Weight: 1.000000 +Vertex 3373: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002900 + Group: 'Head', Weight: 1.000000 +Vertex 3374: +Vertex groups: 2 + Group: 'Neck', Weight: 0.005687 + Group: 'Head', Weight: 1.000000 +Vertex 3375: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008591 + Group: 'Head', Weight: 0.999998 +Vertex 3376: +Vertex groups: 2 + Group: 'Neck', Weight: 0.051484 + Group: 'Head', Weight: 1.000000 +Vertex 3377: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041594 + Group: 'Head', Weight: 1.000000 +Vertex 3378: +Vertex groups: 2 + Group: 'Neck', Weight: 0.058849 + Group: 'Head', Weight: 0.999999 +Vertex 3379: +Vertex groups: 2 + Group: 'Neck', Weight: 0.060417 + Group: 'Head', Weight: 0.999999 +Vertex 3380: +Vertex groups: 2 + Group: 'Neck', Weight: 0.052093 + Group: 'Head', Weight: 0.999998 +Vertex 3381: +Vertex groups: 2 + Group: 'Neck', Weight: 0.064455 + Group: 'Head', Weight: 0.999998 +Vertex 3382: +Vertex groups: 2 + Group: 'Neck', Weight: 0.049346 + Group: 'Head', Weight: 0.999999 +Vertex 3383: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053829 + Group: 'Head', Weight: 0.999991 +Vertex 3384: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038080 + Group: 'Head', Weight: 0.999829 +Vertex 3385: +Vertex groups: 2 + Group: 'Neck', Weight: 0.054416 + Group: 'Head', Weight: 0.999997 +Vertex 3386: +Vertex groups: 2 + Group: 'Neck', Weight: 0.038283 + Group: 'Head', Weight: 1.000000 +Vertex 3387: +Vertex groups: 2 + Group: 'Neck', Weight: 0.065894 + Group: 'Head', Weight: 0.999998 +Vertex 3388: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070348 + Group: 'Head', Weight: 1.000000 +Vertex 3389: +Vertex groups: 2 + Group: 'Neck', Weight: 0.053505 + Group: 'Head', Weight: 0.999993 +Vertex 3390: +Vertex groups: 2 + Group: 'Neck', Weight: 0.029594 + Group: 'Head', Weight: 0.999962 +Vertex 3391: +Vertex groups: 2 + Group: 'Neck', Weight: 0.031730 + Group: 'Head', Weight: 0.999974 +Vertex 3392: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021353 + Group: 'Head', Weight: 0.999994 +Vertex 3393: +Vertex groups: 2 + Group: 'Neck', Weight: 0.033423 + Group: 'Head', Weight: 0.999996 +Vertex 3394: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019328 + Group: 'Head', Weight: 1.000000 +Vertex 3395: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026453 + Group: 'Head', Weight: 1.000000 +Vertex 3396: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018860 + Group: 'Head', Weight: 1.000000 +Vertex 3397: +Vertex groups: 2 + Group: 'Neck', Weight: 0.025243 + Group: 'Head', Weight: 1.000000 +Vertex 3398: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004606 + Group: 'Head', Weight: 1.000000 +Vertex 3399: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012922 + Group: 'Head', Weight: 1.000000 +Vertex 3400: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013401 + Group: 'Head', Weight: 1.000000 +Vertex 3401: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009341 + Group: 'Head', Weight: 1.000000 +Vertex 3402: +Vertex groups: 2 + Group: 'Neck', Weight: 0.009668 + Group: 'Head', Weight: 1.000000 +Vertex 3403: +Vertex groups: 2 + Group: 'Neck', Weight: 0.010044 + Group: 'Head', Weight: 1.000000 +Vertex 3404: +Vertex groups: 2 + Group: 'Neck', Weight: 0.004624 + Group: 'Head', Weight: 1.000000 +Vertex 3405: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007726 + Group: 'Head', Weight: 1.000000 +Vertex 3406: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000820 + Group: 'Head', Weight: 0.999999 +Vertex 3407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3412: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000391 + Group: 'Head', Weight: 1.000000 +Vertex 3413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3417: +Vertex groups: 2 + Group: 'Neck', Weight: 0.000748 + Group: 'Head', Weight: 1.000000 +Vertex 3418: +Vertex groups: 2 + Group: 'Neck', Weight: 0.002080 + Group: 'Head', Weight: 1.000000 +Vertex 3419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3421: +Vertex groups: 2 + Group: 'Neck', Weight: 0.003156 + Group: 'Head', Weight: 1.000000 +Vertex 3422: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008051 + Group: 'Head', Weight: 1.000000 +Vertex 3423: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008124 + Group: 'Head', Weight: 1.000000 +Vertex 3424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3425: +Vertex groups: 2 + Group: 'Neck', Weight: 0.001892 + Group: 'Head', Weight: 1.000000 +Vertex 3426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 3427: +Vertex groups: 2 + Group: 'Neck', Weight: 0.006302 + Group: 'Head', Weight: 1.000000 +Vertex 3428: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011886 + Group: 'Head', Weight: 1.000000 +Vertex 3429: +Vertex groups: 2 + Group: 'Neck', Weight: 0.007297 + Group: 'Head', Weight: 1.000000 +Vertex 3430: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012873 + Group: 'Head', Weight: 1.000000 +Vertex 3431: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008221 + Group: 'Head', Weight: 1.000000 +Vertex 3432: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013838 + Group: 'Head', Weight: 1.000000 +Vertex 3433: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013572 + Group: 'Head', Weight: 0.999999 +Vertex 3434: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011969 + Group: 'Head', Weight: 0.999998 +Vertex 3435: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019753 + Group: 'Head', Weight: 1.000000 +Vertex 3436: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019114 + Group: 'Head', Weight: 1.000000 +Vertex 3437: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018755 + Group: 'Head', Weight: 1.000000 +Vertex 3438: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026049 + Group: 'Head', Weight: 0.999996 +Vertex 3439: +Vertex groups: 2 + Group: 'Neck', Weight: 0.032281 + Group: 'Head', Weight: 0.999967 +Vertex 3440: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017964 + Group: 'Head', Weight: 0.999995 +Vertex 3441: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024857 + Group: 'Head', Weight: 0.999930 +Vertex 3442: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012760 + Group: 'Head', Weight: 0.999980 +Vertex 3443: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011064 + Group: 'Head', Weight: 0.999997 +Vertex 3444: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016091 + Group: 'Head', Weight: 0.999950 +Vertex 3445: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017455 + Group: 'Head', Weight: 0.999976 +Vertex 3446: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019547 + Group: 'Head', Weight: 0.999991 +Vertex 3447: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020679 + Group: 'Head', Weight: 0.999983 +Vertex 3448: +Vertex groups: 2 + Group: 'Neck', Weight: 0.026285 + Group: 'Head', Weight: 0.999979 +Vertex 3449: +Vertex groups: 2 + Group: 'Neck', Weight: 0.027747 + Group: 'Head', Weight: 0.999932 +Vertex 3450: +Vertex groups: 2 + Group: 'Neck', Weight: 0.021189 + Group: 'Head', Weight: 0.999835 +Vertex 3451: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024285 + Group: 'Head', Weight: 0.999936 +Vertex 3452: +Vertex groups: 2 + Group: 'Neck', Weight: 0.019088 + Group: 'Head', Weight: 0.999821 +Vertex 3453: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020675 + Group: 'Head', Weight: 0.999889 +Vertex 3454: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017554 + Group: 'Head', Weight: 0.999884 +Vertex 3455: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.073458 + Group: 'RightToeBase', Weight: 0.926407 +Vertex 3456: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.097312 + Group: 'RightToeBase', Weight: 0.902489 +Vertex 3457: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.154679 + Group: 'RightToeBase', Weight: 0.844974 +Vertex 3458: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120516 + Group: 'RightToeBase', Weight: 0.879279 +Vertex 3459: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864034 + Group: 'RightToeBase', Weight: 0.134436 +Vertex 3460: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.878320 + Group: 'RightToeBase', Weight: 0.120271 +Vertex 3461: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.866663 + Group: 'RightToeBase', Weight: 0.131955 +Vertex 3462: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.854446 + Group: 'RightToeBase', Weight: 0.143969 +Vertex 3463: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.977697 +Vertex 3464: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.980083 +Vertex 3465: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973143 +Vertex 3466: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972483 +Vertex 3467: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989612 +Vertex 3468: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.977784 +Vertex 3469: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.070215 + Group: 'RightToeBase', Weight: 0.929588 +Vertex 3470: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.978818 +Vertex 3471: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.149999 + Group: 'RightToeBase', Weight: 0.849563 +Vertex 3472: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.273587 + Group: 'RightToeBase', Weight: 0.725688 +Vertex 3473: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.040588 + Group: 'RightFoot', Weight: 0.949882 +Vertex 3474: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.973995 +Vertex 3475: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.848762 + Group: 'RightToeBase', Weight: 0.148649 +Vertex 3476: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.061678 + Group: 'RightFoot', Weight: 0.931410 +Vertex 3477: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114455 + Group: 'RightFoot', Weight: 0.877159 +Vertex 3478: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.238531 + Group: 'RightFoot', Weight: 0.754246 +Vertex 3479: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.200552 + Group: 'RightFoot', Weight: 0.793553 +Vertex 3480: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.143203 + Group: 'RightFoot', Weight: 0.850472 +Vertex 3481: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.338316 + Group: 'RightFoot', Weight: 0.655980 +Vertex 3482: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.381164 + Group: 'RightFoot', Weight: 0.614125 +Vertex 3483: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.326864 + Group: 'RightFoot', Weight: 0.668179 +Vertex 3484: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.380111 + Group: 'RightFoot', Weight: 0.614895 +Vertex 3485: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.848470 + Group: 'RightFoot', Weight: 0.151272 +Vertex 3486: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.870937 + Group: 'RightFoot', Weight: 0.128902 +Vertex 3487: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.825285 + Group: 'RightFoot', Weight: 0.174338 +Vertex 3488: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.899448 + Group: 'RightFoot', Weight: 0.100400 +Vertex 3489: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918572 + Group: 'RightFoot', Weight: 0.081258 +Vertex 3490: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.809759 + Group: 'RightFoot', Weight: 0.189830 +Vertex 3491: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.901356 + Group: 'RightFoot', Weight: 0.098411 +Vertex 3492: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.829067 + Group: 'RightFoot', Weight: 0.170589 +Vertex 3493: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.892425 + Group: 'RightFoot', Weight: 0.107335 +Vertex 3494: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.869871 + Group: 'RightFoot', Weight: 0.129945 +Vertex 3495: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.924168 + Group: 'RightFoot', Weight: 0.075700 +Vertex 3496: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.917333 + Group: 'RightFoot', Weight: 0.082473 +Vertex 3497: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.918868 + Group: 'RightFoot', Weight: 0.080949 +Vertex 3498: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.863685 + Group: 'RightFoot', Weight: 0.136030 +Vertex 3499: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.896402 + Group: 'RightFoot', Weight: 0.103375 +Vertex 3500: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.092080 + Group: 'RightFoot', Weight: 0.901223 +Vertex 3501: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.071950 + Group: 'RightFoot', Weight: 0.922449 +Vertex 3502: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.066541 + Group: 'RightFoot', Weight: 0.927531 +Vertex 3503: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.964172 + Group: 'RightToeBase', Weight: 0.001832 +Vertex 3504: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.813712 + Group: 'RightToeBase', Weight: 0.185013 +Vertex 3505: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.119645 + Group: 'RightToeBase', Weight: 0.880161 +Vertex 3506: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.059104 + Group: 'RightToeBase', Weight: 0.940799 +Vertex 3507: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050536 + Group: 'RightFoot', Weight: 0.941606 +Vertex 3508: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.965292 +Vertex 3509: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.807960 + Group: 'RightToeBase', Weight: 0.190799 +Vertex 3510: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.102708 + Group: 'RightToeBase', Weight: 0.897123 +Vertex 3511: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.040575 + Group: 'RightToeBase', Weight: 0.954637 +Vertex 3512: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.987621 +Vertex 3513: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994551 +Vertex 3514: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983248 +Vertex 3515: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.057474 + Group: 'RightToeBase', Weight: 0.942350 +Vertex 3516: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.134711 + Group: 'RightToeBase', Weight: 0.864852 +Vertex 3517: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.280514 + Group: 'RightToeBase', Weight: 0.718529 +Vertex 3518: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.852407 + Group: 'RightToeBase', Weight: 0.144471 +Vertex 3519: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966353 +Vertex 3520: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.015536 + Group: 'RightFoot', Weight: 0.959339 +Vertex 3521: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.038810 + Group: 'RightFoot', Weight: 0.945527 +Vertex 3522: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081947 + Group: 'RightFoot', Weight: 0.906486 +Vertex 3523: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.178139 + Group: 'RightFoot', Weight: 0.811881 +Vertex 3524: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.294361 + Group: 'RightFoot', Weight: 0.697763 +Vertex 3525: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.341660 + Group: 'RightFoot', Weight: 0.651838 +Vertex 3526: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.347074 + Group: 'RightFoot', Weight: 0.646877 +Vertex 3527: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.304955 + Group: 'RightFoot', Weight: 0.688706 +Vertex 3528: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.173875 + Group: 'RightFoot', Weight: 0.818340 +Vertex 3529: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.120882 + Group: 'RightFoot', Weight: 0.870915 +Vertex 3530: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.069494 + Group: 'RightFoot', Weight: 0.921352 +Vertex 3531: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050466 + Group: 'RightFoot', Weight: 0.941506 +Vertex 3532: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.923398 + Group: 'RightToeBase', Weight: 0.066240 +Vertex 3533: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.005938 + Group: 'RightFoot', Weight: 0.950285 +Vertex 3534: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.058674 + Group: 'RightFoot', Weight: 0.922140 +Vertex 3535: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.115319 + Group: 'RightFoot', Weight: 0.868063 +Vertex 3536: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.158717 + Group: 'RightFoot', Weight: 0.825228 +Vertex 3537: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.194092 + Group: 'RightFoot', Weight: 0.792360 +Vertex 3538: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.195130 + Group: 'RightFoot', Weight: 0.791539 +Vertex 3539: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.165364 + Group: 'RightFoot', Weight: 0.820483 +Vertex 3540: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.113449 + Group: 'RightFoot', Weight: 0.871307 +Vertex 3541: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.076964 + Group: 'RightFoot', Weight: 0.906612 +Vertex 3542: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.041797 + Group: 'RightFoot', Weight: 0.936697 +Vertex 3543: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.954750 +Vertex 3544: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.148015 + Group: 'RightFoot', Weight: 0.833284 +Vertex 3545: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.146530 + Group: 'RightFoot', Weight: 0.835030 +Vertex 3546: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.111057 + Group: 'RightFoot', Weight: 0.864707 +Vertex 3547: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.114318 + Group: 'RightFoot', Weight: 0.862723 +Vertex 3548: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.080186 + Group: 'RightFoot', Weight: 0.894119 + Group: 'RightToeBase', Weight: 0.001390 +Vertex 3549: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081345 + Group: 'RightFoot', Weight: 0.894774 +Vertex 3550: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.055446 + Group: 'RightFoot', Weight: 0.920518 +Vertex 3551: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.017869 + Group: 'RightFoot', Weight: 0.938844 + Group: 'RightToeBase', Weight: 0.004443 +Vertex 3552: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.946546 + Group: 'RightToeBase', Weight: 0.024454 +Vertex 3553: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.931625 + Group: 'RightToeBase', Weight: 0.062207 +Vertex 3554: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.779551 + Group: 'RightToeBase', Weight: 0.219117 +Vertex 3555: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.934167 + Group: 'RightToeBase', Weight: 0.038437 +Vertex 3556: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038328 + Group: 'RightFoot', Weight: 0.925595 + Group: 'RightToeBase', Weight: 0.010482 +Vertex 3557: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.855922 + Group: 'RightToeBase', Weight: 0.139876 +Vertex 3558: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.293899 + Group: 'RightToeBase', Weight: 0.704935 +Vertex 3559: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.127290 + Group: 'RightToeBase', Weight: 0.872264 +Vertex 3560: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.998125 +Vertex 3561: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986787 +Vertex 3562: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.997704 +Vertex 3563: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989888 +Vertex 3564: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.052612 + Group: 'RightToeBase', Weight: 0.947210 +Vertex 3565: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.037552 + Group: 'RightToeBase', Weight: 0.956059 +Vertex 3566: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996864 +Vertex 3567: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996170 +Vertex 3568: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983703 +Vertex 3569: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.001978 + Group: 'RightToeBase', Weight: 0.973966 +Vertex 3570: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992684 +Vertex 3571: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994696 +Vertex 3572: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986573 +Vertex 3573: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.986607 +Vertex 3574: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.168818 + Group: 'RightToeBase', Weight: 0.830894 +Vertex 3575: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.058465 + Group: 'RightToeBase', Weight: 0.941434 +Vertex 3576: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.005054 + Group: 'RightToeBase', Weight: 0.972424 +Vertex 3577: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.024735 + Group: 'RightFoot', Weight: 0.909875 + Group: 'RightToeBase', Weight: 0.052757 +Vertex 3578: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.026365 + Group: 'RightFoot', Weight: 0.909934 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3579: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.008839 + Group: 'RightFoot', Weight: 0.915609 + Group: 'RightToeBase', Weight: 0.054971 +Vertex 3580: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.015177 + Group: 'RightFoot', Weight: 0.916968 + Group: 'RightToeBase', Weight: 0.050444 +Vertex 3581: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917896 + Group: 'RightToeBase', Weight: 0.057901 +Vertex 3582: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.907442 + Group: 'RightToeBase', Weight: 0.076039 +Vertex 3583: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.865750 + Group: 'RightToeBase', Weight: 0.125468 +Vertex 3584: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.778378 + Group: 'RightToeBase', Weight: 0.217291 +Vertex 3585: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.500822 + Group: 'RightToeBase', Weight: 0.498256 +Vertex 3586: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.823635 + Group: 'RightToeBase', Weight: 0.168963 +Vertex 3587: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.875853 + Group: 'RightToeBase', Weight: 0.112171 +Vertex 3588: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.905603 + Group: 'RightToeBase', Weight: 0.075218 +Vertex 3589: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.703249 + Group: 'RightToeBase', Weight: 0.292979 +Vertex 3590: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.243445 + Group: 'RightToeBase', Weight: 0.755387 +Vertex 3591: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.116445 + Group: 'RightToeBase', Weight: 0.883030 +Vertex 3592: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.150781 + Group: 'RightToeBase', Weight: 0.848927 +Vertex 3593: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068350 + Group: 'RightToeBase', Weight: 0.931517 +Vertex 3594: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029460 + Group: 'RightToeBase', Weight: 0.960192 +Vertex 3595: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993459 +Vertex 3596: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.991467 +Vertex 3597: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981802 +Vertex 3598: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.990504 +Vertex 3599: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.985491 +Vertex 3600: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023610 + Group: 'RightToeBase', Weight: 0.963042 +Vertex 3601: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.060275 + Group: 'RightFoot', Weight: 0.933760 +Vertex 3602: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.290180 + Group: 'RightToeBase', Weight: 0.708953 +Vertex 3603: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.864478 + Group: 'RightToeBase', Weight: 0.132558 +Vertex 3604: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.972956 +Vertex 3605: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.026016 + Group: 'RightFoot', Weight: 0.956305 +Vertex 3606: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.050726 + Group: 'RightFoot', Weight: 0.940760 +Vertex 3607: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.093851 + Group: 'RightFoot', Weight: 0.896356 +Vertex 3608: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.208647 + Group: 'RightFoot', Weight: 0.782916 +Vertex 3609: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.318551 + Group: 'RightFoot', Weight: 0.674801 +Vertex 3610: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.360548 + Group: 'RightFoot', Weight: 0.633689 +Vertex 3611: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.365207 + Group: 'RightFoot', Weight: 0.629433 +Vertex 3612: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.313472 + Group: 'RightFoot', Weight: 0.680882 +Vertex 3613: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.188462 + Group: 'RightFoot', Weight: 0.804711 +Vertex 3614: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.133791 + Group: 'RightFoot', Weight: 0.858957 +Vertex 3615: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.081680 + Group: 'RightFoot', Weight: 0.910588 +Vertex 3616: +Vertex groups: 2 + Group: 'RightLeg', Weight: 0.059515 + Group: 'RightFoot', Weight: 0.933675 +Vertex 3617: +Vertex groups: 1 + Group: 'RightFoot', Weight: 0.966588 +Vertex 3618: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.819759 + Group: 'RightToeBase', Weight: 0.178838 +Vertex 3619: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.120639 + Group: 'RightToeBase', Weight: 0.879166 +Vertex 3620: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.053353 + Group: 'RightToeBase', Weight: 0.946559 +Vertex 3621: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983701 +Vertex 3622: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.992419 +Vertex 3623: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.981247 +Vertex 3624: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.064386 + Group: 'RightToeBase', Weight: 0.935426 +Vertex 3625: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.146117 + Group: 'RightToeBase', Weight: 0.853439 +Vertex 3626: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996203 +Vertex 3627: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.989524 +Vertex 3628: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.986265 +Vertex 3629: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996385 +Vertex 3630: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.987702 +Vertex 3631: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.995619 +Vertex 3632: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994098 +Vertex 3633: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.984809 +Vertex 3634: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996694 +Vertex 3635: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.996955 +Vertex 3636: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.990550 +Vertex 3637: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.994796 +Vertex 3638: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.985759 +Vertex 3639: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.992642 +Vertex 3640: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.993616 +Vertex 3641: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997938 +Vertex 3642: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997916 +Vertex 3643: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997253 +Vertex 3644: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997471 +Vertex 3645: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998322 +Vertex 3646: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998254 +Vertex 3647: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997955 +Vertex 3648: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997842 +Vertex 3649: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997816 +Vertex 3650: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998419 +Vertex 3651: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998055 +Vertex 3652: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998000 +Vertex 3653: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997745 +Vertex 3654: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.997409 +Vertex 3655: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998437 +Vertex 3656: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998219 +Vertex 3657: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998210 +Vertex 3658: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998893 +Vertex 3659: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998537 +Vertex 3660: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999465 +Vertex 3661: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998992 +Vertex 3662: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999324 +Vertex 3663: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999245 +Vertex 3664: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999222 +Vertex 3665: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999185 +Vertex 3666: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998340 +Vertex 3667: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999523 +Vertex 3668: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998295 +Vertex 3669: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.998804 +Vertex 3670: +Vertex groups: 1 + Group: 'RightLeg', Weight: 0.999095 +Vertex 3671: +Vertex groups: 5 + Group: 'Hips', Weight: 0.493199 + Group: 'Spine', Weight: 0.024480 + Group: 'Spine1', Weight: 0.001967 + Group: 'LeftUpLeg', Weight: 0.068767 + Group: 'RightUpLeg', Weight: 0.370714 +Vertex 3672: +Vertex groups: 5 + Group: 'Hips', Weight: 0.617151 + Group: 'Spine', Weight: 0.038712 + Group: 'Spine1', Weight: 0.015000 + Group: 'LeftUpLeg', Weight: 0.117210 + Group: 'RightUpLeg', Weight: 0.183928 +Vertex 3673: +Vertex groups: 4 + Group: 'Hips', Weight: 0.146045 + Group: 'Spine', Weight: 0.095218 + Group: 'Spine1', Weight: 0.025428 + Group: 'RightUpLeg', Weight: 0.705053 +Vertex 3674: +Vertex groups: 4 + Group: 'Hips', Weight: 0.241849 + Group: 'Spine', Weight: 0.069946 + Group: 'Spine1', Weight: 0.026946 + Group: 'RightUpLeg', Weight: 0.627965 +Vertex 3675: +Vertex groups: 5 + Group: 'Hips', Weight: 0.225263 + Group: 'Spine', Weight: 0.328453 + Group: 'Spine1', Weight: 0.022717 + Group: 'LeftUpLeg', Weight: 0.010556 + Group: 'RightUpLeg', Weight: 0.368823 +Vertex 3676: +Vertex groups: 4 + Group: 'Hips', Weight: 0.097140 + Group: 'Spine', Weight: 0.242690 + Group: 'Spine1', Weight: 0.031869 + Group: 'RightUpLeg', Weight: 0.597003 +Vertex 3677: +Vertex groups: 5 + Group: 'Hips', Weight: 0.336091 + Group: 'Spine', Weight: 0.047120 + Group: 'Spine1', Weight: 0.012911 + Group: 'LeftUpLeg', Weight: 0.016688 + Group: 'RightUpLeg', Weight: 0.545110 +Vertex 3678: +Vertex groups: 4 + Group: 'Hips', Weight: 0.123211 + Group: 'Spine', Weight: 0.153519 + Group: 'Spine1', Weight: 0.029090 + Group: 'RightUpLeg', Weight: 0.666494 +Vertex 3679: +Vertex groups: 5 + Group: 'Hips', Weight: 0.343232 + Group: 'Spine', Weight: 0.365114 + Group: 'Spine1', Weight: 0.013079 + Group: 'LeftUpLeg', Weight: 0.057342 + Group: 'RightUpLeg', Weight: 0.194134 +Vertex 3680: +Vertex groups: 4 + Group: 'Hips', Weight: 0.131647 + Group: 'Spine', Weight: 0.300946 + Group: 'Spine1', Weight: 0.029022 + Group: 'RightUpLeg', Weight: 0.496908 +Vertex 3681: +Vertex groups: 5 + Group: 'Hips', Weight: 0.578510 + Group: 'Spine', Weight: 0.028040 + Group: 'Spine1', Weight: 0.006248 + Group: 'LeftUpLeg', Weight: 0.097818 + Group: 'RightUpLeg', Weight: 0.252250 +Vertex 3682: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.138621 + Group: 'Neck', Weight: 0.158186 + Group: 'Head', Weight: 0.041978 + Group: 'RightShoulder', Weight: 0.616057 +Vertex 3683: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.121735 + Group: 'Neck', Weight: 0.152351 + Group: 'Head', Weight: 0.013569 + Group: 'RightShoulder', Weight: 0.663745 +Vertex 3684: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.439329 + Group: 'Neck', Weight: 0.177041 + Group: 'RightShoulder', Weight: 0.652511 +Vertex 3685: +Vertex groups: 4 + Group: 'Spine2', Weight: 0.161496 + Group: 'Neck', Weight: 0.169269 + Group: 'Head', Weight: 0.057570 + Group: 'RightShoulder', Weight: 0.559940 +Vertex 3686: +Vertex groups: 5 + Group: 'Spine1', Weight: 0.013935 + Group: 'Spine2', Weight: 0.213560 + Group: 'Neck', Weight: 0.182292 + Group: 'Head', Weight: 0.078241 + Group: 'RightShoulder', Weight: 0.451815 +Vertex 3687: +Vertex groups: 5 + Group: 'RightShoulder', Weight: 0.338410 + Group: 'Spine2', Weight: 0.315431 + Group: 'Neck', Weight: 0.207731 + Group: 'Head', Weight: 0.104595 + Group: 'Spine1', Weight: 0.033833 +Vertex 3688: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.401831 + Group: 'Neck', Weight: 0.214725 + Group: 'RightShoulder', Weight: 0.193167 + Group: 'Head', Weight: 0.118491 + Group: 'LeftShoulder', Weight: 0.071787 +Vertex 3689: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.130580 + Group: 'Neck', Weight: 0.275528 + Group: 'RightShoulder', Weight: 0.539334 +Vertex 3690: +Vertex groups: 5 + Group: 'Spine2', Weight: 0.113278 + Group: 'Neck', Weight: 0.620106 + Group: 'Head', Weight: 0.000902 + Group: 'LeftShoulder', Weight: 0.018662 + Group: 'RightShoulder', Weight: 0.196777 +Vertex 3691: +Vertex groups: 3 + Group: 'Spine2', Weight: 0.117028 + Group: 'Neck', Weight: 0.442166 + Group: 'RightShoulder', Weight: 0.381156 +Vertex 3692: +Vertex groups: 3 + Group: 'Hips', Weight: 0.408720 + Group: 'LeftUpLeg', Weight: 0.153052 + Group: 'RightUpLeg', Weight: 0.409009 +Vertex 3693: +Vertex groups: 3 + Group: 'Hips', Weight: 0.465866 + Group: 'LeftUpLeg', Weight: 0.191406 + Group: 'RightUpLeg', Weight: 0.310607 +Vertex 3694: +Vertex groups: 3 + Group: 'Hips', Weight: 0.320812 + Group: 'LeftUpLeg', Weight: 0.104297 + Group: 'RightUpLeg', Weight: 0.547475 +Vertex 3695: +Vertex groups: 3 + Group: 'Hips', Weight: 0.195280 + Group: 'LeftUpLeg', Weight: 0.045123 + Group: 'RightUpLeg', Weight: 0.726869 +Vertex 3696: +Vertex groups: 2 + Group: 'Hips', Weight: 0.105819 + Group: 'RightUpLeg', Weight: 0.843129 +Vertex 3697: +Vertex groups: 2 + Group: 'Hips', Weight: 0.036028 + Group: 'RightUpLeg', Weight: 0.922526 +Vertex 3698: +Vertex groups: 3 + Group: 'Hips', Weight: 0.014866 + Group: 'Spine', Weight: 0.013966 + Group: 'RightUpLeg', Weight: 0.921507 +Vertex 3699: +Vertex groups: 3 + Group: 'Hips', Weight: 0.044986 + Group: 'Spine', Weight: 0.060725 + Group: 'RightUpLeg', Weight: 0.868776 +Vertex 3700: +Vertex groups: 3 + Group: 'Hips', Weight: 0.096546 + Group: 'Spine', Weight: 0.095833 + Group: 'RightUpLeg', Weight: 0.767764 +Vertex 3701: +Vertex groups: 4 + Group: 'Hips', Weight: 0.183391 + Group: 'Spine', Weight: 0.124215 + Group: 'LeftUpLeg', Weight: 0.040441 + Group: 'RightUpLeg', Weight: 0.629375 +Vertex 3702: +Vertex groups: 4 + Group: 'Hips', Weight: 0.411662 + Group: 'Spine', Weight: 0.158921 + Group: 'LeftUpLeg', Weight: 0.092467 + Group: 'RightUpLeg', Weight: 0.318192 +Vertex 3703: +Vertex groups: 3 + Group: 'Hips', Weight: 0.456068 + Group: 'LeftUpLeg', Weight: 0.142199 + Group: 'RightUpLeg', Weight: 0.367022 +Vertex 3704: +Vertex groups: 3 + Group: 'Hips', Weight: 0.514703 + Group: 'LeftUpLeg', Weight: 0.169948 + Group: 'RightUpLeg', Weight: 0.275395 +Vertex 3705: +Vertex groups: 3 + Group: 'Hips', Weight: 0.367044 + Group: 'LeftUpLeg', Weight: 0.097206 + Group: 'RightUpLeg', Weight: 0.504129 +Vertex 3706: +Vertex groups: 3 + Group: 'Hips', Weight: 0.226014 + Group: 'LeftUpLeg', Weight: 0.038908 + Group: 'RightUpLeg', Weight: 0.690572 +Vertex 3707: +Vertex groups: 3 + Group: 'Hips', Weight: 0.135283 + Group: 'Spine', Weight: 0.009559 + Group: 'RightUpLeg', Weight: 0.798899 +Vertex 3708: +Vertex groups: 3 + Group: 'Hips', Weight: 0.062513 + Group: 'Spine', Weight: 0.014113 + Group: 'RightUpLeg', Weight: 0.884339 +Vertex 3709: +Vertex groups: 3 + Group: 'Hips', Weight: 0.050008 + Group: 'Spine', Weight: 0.054081 + Group: 'RightUpLeg', Weight: 0.874091 +Vertex 3710: +Vertex groups: 3 + Group: 'Hips', Weight: 0.058279 + Group: 'Spine', Weight: 0.091788 + Group: 'RightUpLeg', Weight: 0.820364 +Vertex 3711: +Vertex groups: 3 + Group: 'Hips', Weight: 0.107815 + Group: 'Spine', Weight: 0.135124 + Group: 'RightUpLeg', Weight: 0.711932 +Vertex 3712: +Vertex groups: 4 + Group: 'Hips', Weight: 0.191378 + Group: 'Spine', Weight: 0.164401 + Group: 'LeftUpLeg', Weight: 0.030628 + Group: 'RightUpLeg', Weight: 0.580212 +Vertex 3713: +Vertex groups: 4 + Group: 'Hips', Weight: 0.406659 + Group: 'Spine', Weight: 0.199695 + Group: 'LeftUpLeg', Weight: 0.082112 + Group: 'RightUpLeg', Weight: 0.288337 +Vertex 3714: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011167 + Group: 'Head', Weight: 0.999594 +Vertex 3715: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008776 + Group: 'Head', Weight: 0.999704 +Vertex 3716: +Vertex groups: 2 + Group: 'Neck', Weight: 0.011667 + Group: 'Head', Weight: 0.999972 +Vertex 3717: +Vertex groups: 2 + Group: 'Neck', Weight: 0.016866 + Group: 'Head', Weight: 0.999989 +Vertex 3718: +Vertex groups: 2 + Group: 'Neck', Weight: 0.018665 + Group: 'Head', Weight: 0.999964 +Vertex 3719: +Vertex groups: 2 + Group: 'Neck', Weight: 0.023203 + Group: 'Head', Weight: 0.999723 +Vertex 3720: +Vertex groups: 2 + Group: 'Neck', Weight: 0.017367 + Group: 'Head', Weight: 0.999562 +Vertex 3721: +Vertex groups: 2 + Group: 'Neck', Weight: 0.014899 + Group: 'Head', Weight: 0.999591 +Vertex 3722: +Vertex groups: 2 + Group: 'Neck', Weight: 0.020531 + Group: 'Head', Weight: 0.999821 +Vertex 3723: +Vertex groups: 2 + Group: 'Neck', Weight: 0.024406 + Group: 'Head', Weight: 0.999418 +Vertex 3724: +Vertex groups: 2 + Group: 'Neck', Weight: 0.008613 + Group: 'Head', Weight: 0.999945 +Vertex 3725: +Vertex groups: 2 + Group: 'Neck', Weight: 0.012264 + Group: 'Head', Weight: 0.999546 +Vertex 3726: +Vertex groups: 2 + Group: 'Neck', Weight: 0.013533 + Group: 'Head', Weight: 0.999405 +Vertex 3727: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.976854 +Vertex 3728: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.981398 +Vertex 3729: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.975824 +Vertex 3730: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979903 +Vertex 3731: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980867 +Vertex 3732: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982521 +Vertex 3733: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978360 +Vertex 3734: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977266 +Vertex 3735: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.977475 +Vertex 3736: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985697 +Vertex 3737: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985780 +Vertex 3738: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.987237 +Vertex 3739: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.979419 +Vertex 3740: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982231 +Vertex 3741: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982992 +Vertex 3742: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.980433 +Vertex 3743: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.986696 +Vertex 3744: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.985845 +Vertex 3745: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989649 +Vertex 3746: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.978516 +Vertex 3747: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.982679 +Vertex 3748: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.983737 +Vertex 3749: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.988100 +Vertex 3750: +Vertex groups: 1 + Group: 'RightForeArm', Weight: 0.989208 +Vertex 3751: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.083301 + Group: 'RightHand', Weight: 0.885024 + Group: 'RightHandThumb1', Weight: 0.005967 +Vertex 3752: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.101239 + Group: 'RightHand', Weight: 0.795519 + Group: 'RightHandThumb1', Weight: 0.100076 +Vertex 3753: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.163642 + Group: 'RightHand', Weight: 0.793176 + Group: 'RightHandThumb1', Weight: 0.025137 +Vertex 3754: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.161640 + Group: 'RightHand', Weight: 0.819764 +Vertex 3755: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.132681 + Group: 'RightHand', Weight: 0.855859 +Vertex 3756: +Vertex groups: 2 + Group: 'RightForeArm', Weight: 0.115884 + Group: 'RightHand', Weight: 0.868838 +Vertex 3757: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.215616 + Group: 'RightHand', Weight: 0.668492 + Group: 'RightHandThumb1', Weight: 0.107034 +Vertex 3758: +Vertex groups: 3 + Group: 'RightForeArm', Weight: 0.242460 + Group: 'RightHand', Weight: 0.487582 + Group: 'RightHandThumb1', Weight: 0.257822 +Vertex 3759: +Vertex groups: 4 + Group: 'RightForeArm', Weight: 0.015486 + Group: 'RightHand', Weight: 0.038989 + Group: 'RightHandThumb1', Weight: 0.864766 + Group: 'RightHandThumb2', Weight: 0.055398 +Vertex 3760: +Vertex groups: 3 + Group: 'RightHand', Weight: 0.015000 + Group: 'RightHandThumb1', Weight: 0.855393 + Group: 'RightHandThumb2', Weight: 0.098309 +Vertex 3761: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041611 + Group: 'Head', Weight: 0.999786 +Vertex 3762: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041185 + Group: 'Head', Weight: 0.999566 +Vertex 3763: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040580 + Group: 'Head', Weight: 0.998859 +Vertex 3764: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041165 + Group: 'Head', Weight: 0.999235 +Vertex 3765: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040352 + Group: 'Head', Weight: 0.998430 +Vertex 3766: +Vertex groups: 2 + Group: 'Neck', Weight: 0.039094 + Group: 'Head', Weight: 0.999481 +Vertex 3767: +Vertex groups: 2 + Group: 'Neck', Weight: 0.040165 + Group: 'Head', Weight: 0.999433 +Vertex 3768: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041485 + Group: 'Head', Weight: 0.999681 +Vertex 3769: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041347 + Group: 'Head', Weight: 0.999823 +Vertex 3770: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041062 + Group: 'Head', Weight: 0.999391 +Vertex 3771: +Vertex groups: 2 + Group: 'Neck', Weight: 0.041497 + Group: 'Head', Weight: 0.999602 +Vertex 3772: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072205 + Group: 'Head', Weight: 0.999999 +Vertex 3773: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072975 + Group: 'Head', Weight: 0.999985 +Vertex 3774: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075740 + Group: 'Head', Weight: 0.999636 +Vertex 3775: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071938 + Group: 'Head', Weight: 0.999998 +Vertex 3776: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072283 + Group: 'Head', Weight: 0.999752 +Vertex 3777: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072538 + Group: 'Head', Weight: 0.999935 +Vertex 3778: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073264 + Group: 'Head', Weight: 0.999986 +Vertex 3779: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073638 + Group: 'Head', Weight: 0.999920 +Vertex 3780: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071646 + Group: 'Head', Weight: 0.999995 +Vertex 3781: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071595 + Group: 'Head', Weight: 0.999951 +Vertex 3782: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071588 + Group: 'Head', Weight: 0.999908 +Vertex 3783: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999989 +Vertex 3784: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072016 + Group: 'Head', Weight: 0.999979 +Vertex 3785: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071376 + Group: 'Head', Weight: 0.999989 +Vertex 3786: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071018 + Group: 'Head', Weight: 0.999914 +Vertex 3787: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070842 + Group: 'Head', Weight: 0.999877 +Vertex 3788: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070779 + Group: 'Head', Weight: 1.000000 +Vertex 3789: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070919 + Group: 'Head', Weight: 0.999982 +Vertex 3790: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071169 + Group: 'Head', Weight: 0.999996 +Vertex 3791: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070608 + Group: 'Head', Weight: 0.999910 +Vertex 3792: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070326 + Group: 'Head', Weight: 0.999915 +Vertex 3793: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070106 + Group: 'Head', Weight: 0.999988 +Vertex 3794: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070203 + Group: 'Head', Weight: 0.999933 +Vertex 3795: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071048 + Group: 'Head', Weight: 0.999993 +Vertex 3796: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070392 + Group: 'Head', Weight: 0.999922 +Vertex 3797: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070064 + Group: 'Head', Weight: 0.999994 +Vertex 3798: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999891 +Vertex 3799: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069882 + Group: 'Head', Weight: 0.999475 +Vertex 3800: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071024 + Group: 'Head', Weight: 0.999987 +Vertex 3801: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070373 + Group: 'Head', Weight: 0.999496 +Vertex 3802: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070053 + Group: 'Head', Weight: 0.999928 +Vertex 3803: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069786 + Group: 'Head', Weight: 0.999763 +Vertex 3804: +Vertex groups: 2 + Group: 'Neck', Weight: 0.069896 + Group: 'Head', Weight: 0.998083 +Vertex 3805: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071094 + Group: 'Head', Weight: 0.999978 +Vertex 3806: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070547 + Group: 'Head', Weight: 0.999646 +Vertex 3807: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070282 + Group: 'Head', Weight: 0.999308 +Vertex 3808: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070057 + Group: 'Head', Weight: 0.998925 +Vertex 3809: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070186 + Group: 'Head', Weight: 0.995099 +Vertex 3810: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071247 + Group: 'Head', Weight: 0.999971 +Vertex 3811: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070890 + Group: 'Head', Weight: 0.999586 +Vertex 3812: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070727 + Group: 'Head', Weight: 0.998524 +Vertex 3813: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070607 + Group: 'Head', Weight: 0.995135 +Vertex 3814: +Vertex groups: 2 + Group: 'Neck', Weight: 0.070722 + Group: 'Head', Weight: 0.988665 +Vertex 3815: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071458 + Group: 'Head', Weight: 0.999970 +Vertex 3816: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071366 + Group: 'Head', Weight: 0.999610 +Vertex 3817: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071311 + Group: 'Head', Weight: 0.999389 +Vertex 3818: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071407 + Group: 'Head', Weight: 0.996558 +Vertex 3819: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071518 + Group: 'Head', Weight: 0.985057 +Vertex 3820: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071697 + Group: 'Head', Weight: 0.999976 +Vertex 3821: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071811 + Group: 'Head', Weight: 0.999830 +Vertex 3822: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071929 + Group: 'Head', Weight: 0.999726 +Vertex 3823: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072374 + Group: 'Head', Weight: 0.998377 +Vertex 3824: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072608 + Group: 'Head', Weight: 0.989618 +Vertex 3825: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071946 + Group: 'Head', Weight: 0.999987 +Vertex 3826: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072318 + Group: 'Head', Weight: 0.999951 +Vertex 3827: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072614 + Group: 'Head', Weight: 0.999876 +Vertex 3828: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073574 + Group: 'Head', Weight: 0.998545 +Vertex 3829: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074047 + Group: 'Head', Weight: 0.991466 +Vertex 3830: +Vertex groups: 2 + Group: 'Neck', Weight: 0.071671 + Group: 'Head', Weight: 1.000000 +Vertex 3831: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072179 + Group: 'Head', Weight: 0.999994 +Vertex 3832: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072864 + Group: 'Head', Weight: 0.999989 +Vertex 3833: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073418 + Group: 'Head', Weight: 0.999962 +Vertex 3834: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075250 + Group: 'Head', Weight: 0.999177 +Vertex 3835: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075954 + Group: 'Head', Weight: 0.993703 +Vertex 3836: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072359 + Group: 'Head', Weight: 0.999997 +Vertex 3837: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073371 + Group: 'Head', Weight: 0.999995 +Vertex 3838: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074272 + Group: 'Head', Weight: 0.999983 +Vertex 3839: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077848 + Group: 'Head', Weight: 0.999456 +Vertex 3840: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078362 + Group: 'Head', Weight: 0.995307 +Vertex 3841: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072434 + Group: 'Head', Weight: 0.999999 +Vertex 3842: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073617 + Group: 'Head', Weight: 0.999992 +Vertex 3843: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074707 + Group: 'Head', Weight: 0.999978 +Vertex 3844: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078958 + Group: 'Head', Weight: 0.999582 +Vertex 3845: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079374 + Group: 'Head', Weight: 0.996155 +Vertex 3846: +Vertex groups: 2 + Group: 'Neck', Weight: 0.072379 + Group: 'Head', Weight: 1.000000 +Vertex 3847: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073479 + Group: 'Head', Weight: 0.999991 +Vertex 3848: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074480 + Group: 'Head', Weight: 0.999985 +Vertex 3849: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078322 + Group: 'Head', Weight: 0.999755 +Vertex 3850: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078509 + Group: 'Head', Weight: 0.998279 +Vertex 3851: +Vertex groups: 2 + Group: 'Neck', Weight: 0.073606 + Group: 'Head', Weight: 0.999672 +Vertex 3852: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075294 + Group: 'Head', Weight: 0.999927 +Vertex 3853: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077365 + Group: 'Head', Weight: 0.999999 +Vertex 3854: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078125 + Group: 'Head', Weight: 0.999985 +Vertex 3855: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080963 + Group: 'Head', Weight: 0.999636 +Vertex 3856: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077077 + Group: 'Head', Weight: 0.999998 +Vertex 3857: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077390 + Group: 'Head', Weight: 0.999752 +Vertex 3858: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077629 + Group: 'Head', Weight: 0.999935 +Vertex 3859: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078343 + Group: 'Head', Weight: 0.999986 +Vertex 3860: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078694 + Group: 'Head', Weight: 0.999920 +Vertex 3861: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076768 + Group: 'Head', Weight: 0.999995 +Vertex 3862: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076668 + Group: 'Head', Weight: 0.999951 +Vertex 3863: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076637 + Group: 'Head', Weight: 0.999908 +Vertex 3864: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076835 + Group: 'Head', Weight: 0.999989 +Vertex 3865: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077044 + Group: 'Head', Weight: 0.999979 +Vertex 3866: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076489 + Group: 'Head', Weight: 0.999989 +Vertex 3867: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076072 + Group: 'Head', Weight: 0.999914 +Vertex 3868: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075865 + Group: 'Head', Weight: 0.999877 +Vertex 3869: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075768 + Group: 'Head', Weight: 1.000000 +Vertex 3870: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075896 + Group: 'Head', Weight: 0.999982 +Vertex 3871: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076279 + Group: 'Head', Weight: 0.999996 +Vertex 3872: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075658 + Group: 'Head', Weight: 0.999910 +Vertex 3873: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075343 + Group: 'Head', Weight: 0.999915 +Vertex 3874: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075089 + Group: 'Head', Weight: 0.999988 +Vertex 3875: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075194 + Group: 'Head', Weight: 0.999933 +Vertex 3876: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076164 + Group: 'Head', Weight: 0.999993 +Vertex 3877: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075453 + Group: 'Head', Weight: 0.999922 +Vertex 3878: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075096 + Group: 'Head', Weight: 0.999994 +Vertex 3879: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074791 + Group: 'Head', Weight: 0.999891 +Vertex 3880: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074900 + Group: 'Head', Weight: 0.999475 +Vertex 3881: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076154 + Group: 'Head', Weight: 0.999987 +Vertex 3882: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075460 + Group: 'Head', Weight: 0.999496 +Vertex 3883: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075117 + Group: 'Head', Weight: 0.999928 +Vertex 3884: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074835 + Group: 'Head', Weight: 0.999763 +Vertex 3885: +Vertex groups: 2 + Group: 'Neck', Weight: 0.074961 + Group: 'Head', Weight: 0.998083 +Vertex 3886: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076244 + Group: 'Head', Weight: 0.999978 +Vertex 3887: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075676 + Group: 'Head', Weight: 0.999646 +Vertex 3888: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075398 + Group: 'Head', Weight: 0.999308 +Vertex 3889: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075170 + Group: 'Head', Weight: 0.998925 +Vertex 3890: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075322 + Group: 'Head', Weight: 0.995099 +Vertex 3891: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076420 + Group: 'Head', Weight: 0.999971 +Vertex 3892: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076070 + Group: 'Head', Weight: 0.999586 +Vertex 3893: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075910 + Group: 'Head', Weight: 0.998524 +Vertex 3894: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075809 + Group: 'Head', Weight: 0.995135 +Vertex 3895: +Vertex groups: 2 + Group: 'Neck', Weight: 0.075955 + Group: 'Head', Weight: 0.988665 +Vertex 3896: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076655 + Group: 'Head', Weight: 0.999970 +Vertex 3897: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076600 + Group: 'Head', Weight: 0.999610 +Vertex 3898: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076567 + Group: 'Head', Weight: 0.999389 +Vertex 3899: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076722 + Group: 'Head', Weight: 0.996558 +Vertex 3900: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076883 + Group: 'Head', Weight: 0.985057 +Vertex 3901: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076912 + Group: 'Head', Weight: 0.999976 +Vertex 3902: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077086 + Group: 'Head', Weight: 0.999830 +Vertex 3903: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077246 + Group: 'Head', Weight: 0.999726 +Vertex 3904: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077813 + Group: 'Head', Weight: 0.998377 +Vertex 3905: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078160 + Group: 'Head', Weight: 0.989618 +Vertex 3906: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077172 + Group: 'Head', Weight: 0.999987 +Vertex 3907: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077622 + Group: 'Head', Weight: 0.999951 +Vertex 3908: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077977 + Group: 'Head', Weight: 0.999876 +Vertex 3909: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079140 + Group: 'Head', Weight: 0.998545 +Vertex 3910: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079880 + Group: 'Head', Weight: 0.991466 +Vertex 3911: +Vertex groups: 2 + Group: 'Neck', Weight: 0.076839 + Group: 'Head', Weight: 1.000000 +Vertex 3912: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077408 + Group: 'Head', Weight: 0.999994 +Vertex 3913: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078176 + Group: 'Head', Weight: 0.999989 +Vertex 3914: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078799 + Group: 'Head', Weight: 0.999962 +Vertex 3915: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080916 + Group: 'Head', Weight: 0.999177 +Vertex 3916: +Vertex groups: 2 + Group: 'Neck', Weight: 0.082284 + Group: 'Head', Weight: 0.993703 +Vertex 3917: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077580 + Group: 'Head', Weight: 0.999997 +Vertex 3918: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078660 + Group: 'Head', Weight: 0.999995 +Vertex 3919: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079617 + Group: 'Head', Weight: 0.999983 +Vertex 3920: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083383 + Group: 'Head', Weight: 0.999456 +Vertex 3921: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084273 + Group: 'Head', Weight: 0.995307 +Vertex 3922: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077638 + Group: 'Head', Weight: 0.999999 +Vertex 3923: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078866 + Group: 'Head', Weight: 0.999992 +Vertex 3924: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079990 + Group: 'Head', Weight: 0.999978 +Vertex 3925: +Vertex groups: 2 + Group: 'Neck', Weight: 0.084365 + Group: 'Head', Weight: 0.999582 +Vertex 3926: +Vertex groups: 2 + Group: 'Neck', Weight: 0.085018 + Group: 'Head', Weight: 0.996155 +Vertex 3927: +Vertex groups: 2 + Group: 'Neck', Weight: 0.077562 + Group: 'Head', Weight: 1.000000 +Vertex 3928: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078678 + Group: 'Head', Weight: 0.999991 +Vertex 3929: +Vertex groups: 2 + Group: 'Neck', Weight: 0.079695 + Group: 'Head', Weight: 0.999985 +Vertex 3930: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083603 + Group: 'Head', Weight: 0.999755 +Vertex 3931: +Vertex groups: 2 + Group: 'Neck', Weight: 0.083995 + Group: 'Head', Weight: 0.998279 +Vertex 3932: +Vertex groups: 2 + Group: 'Neck', Weight: 0.078755 + Group: 'Head', Weight: 0.999672 +Vertex 3933: +Vertex groups: 2 + Group: 'Neck', Weight: 0.080464 + Group: 'Head', Weight: 0.999927 +Vertex 3934: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.057835 + Group: 'LeftFoot', Weight: 0.890010 + Group: 'LeftToeBase', Weight: 0.052155 +Vertex 3935: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052502 + Group: 'LeftFoot', Weight: 0.887583 + Group: 'LeftToeBase', Weight: 0.059915 +Vertex 3936: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.052877 + Group: 'LeftFoot', Weight: 0.889053 + Group: 'LeftToeBase', Weight: 0.058071 +Vertex 3937: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.058185 + Group: 'LeftFoot', Weight: 0.891477 + Group: 'LeftToeBase', Weight: 0.050338 +Vertex 3938: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.039097 + Group: 'LeftFoot', Weight: 0.909264 + Group: 'LeftToeBase', Weight: 0.042376 +Vertex 3939: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.032099 + Group: 'LeftFoot', Weight: 0.910118 + Group: 'LeftToeBase', Weight: 0.047666 +Vertex 3940: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.035032 + Group: 'LeftFoot', Weight: 0.911820 + Group: 'LeftToeBase', Weight: 0.041328 +Vertex 3941: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.042118 + Group: 'LeftFoot', Weight: 0.910474 + Group: 'LeftToeBase', Weight: 0.036935 +Vertex 3942: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.014652 + Group: 'LeftFoot', Weight: 0.920094 + Group: 'LeftToeBase', Weight: 0.045159 +Vertex 3943: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010500 + Group: 'LeftFoot', Weight: 0.919538 + Group: 'LeftToeBase', Weight: 0.050212 +Vertex 3944: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.914941 + Group: 'LeftToeBase', Weight: 0.065039 +Vertex 3945: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.917660 + Group: 'LeftToeBase', Weight: 0.061129 +Vertex 3946: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.882711 + Group: 'LeftToeBase', Weight: 0.107222 +Vertex 3947: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.889495 + Group: 'LeftToeBase', Weight: 0.099940 +Vertex 3948: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.816266 + Group: 'LeftToeBase', Weight: 0.178992 +Vertex 3949: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.805063 + Group: 'LeftToeBase', Weight: 0.190295 +Vertex 3950: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.536266 + Group: 'LeftToeBase', Weight: 0.462768 +Vertex 3951: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.551561 + Group: 'LeftToeBase', Weight: 0.447490 +Vertex 3952: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.847489 + Group: 'LeftToeBase', Weight: 0.143854 +Vertex 3953: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.839048 + Group: 'LeftToeBase', Weight: 0.152534 +Vertex 3954: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887066 + Group: 'LeftToeBase', Weight: 0.098520 +Vertex 3955: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.891627 + Group: 'LeftToeBase', Weight: 0.093249 +Vertex 3956: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.910919 + Group: 'LeftToeBase', Weight: 0.064130 +Vertex 3957: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.003196 + Group: 'LeftFoot', Weight: 0.913001 + Group: 'LeftToeBase', Weight: 0.060401 +Vertex 3958: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.723876 + Group: 'LeftToeBase', Weight: 0.272136 +Vertex 3959: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.699903 + Group: 'LeftToeBase', Weight: 0.296135 +Vertex 3960: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.249195 + Group: 'LeftToeBase', Weight: 0.749635 +Vertex 3961: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.246953 + Group: 'LeftToeBase', Weight: 0.751868 +Vertex 3962: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.111844 + Group: 'LeftToeBase', Weight: 0.887683 +Vertex 3963: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.115764 + Group: 'LeftToeBase', Weight: 0.883733 +Vertex 3964: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.159872 + Group: 'LeftToeBase', Weight: 0.839835 +Vertex 3965: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.160576 + Group: 'LeftToeBase', Weight: 0.839135 +Vertex 3966: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.069667 + Group: 'LeftToeBase', Weight: 0.930202 +Vertex 3967: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.068365 + Group: 'LeftToeBase', Weight: 0.931509 +Vertex 3968: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.027665 + Group: 'LeftToeBase', Weight: 0.961094 +Vertex 3969: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.024326 + Group: 'LeftToeBase', Weight: 0.962768 +Vertex 3970: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995434 +Vertex 3971: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.996068 +Vertex 3972: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.993677 +Vertex 3973: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 3974: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.984449 +Vertex 3975: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983452 +Vertex 3976: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994208 +Vertex 3977: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995853 +Vertex 3978: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988025 +Vertex 3979: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.988893 +Vertex 3980: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.019807 + Group: 'LeftToeBase', Weight: 0.964956 +Vertex 3981: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.022360 + Group: 'LeftToeBase', Weight: 0.963678 +Vertex 3982: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052453 + Group: 'RightFoot', Weight: 0.887973 + Group: 'RightToeBase', Weight: 0.059573 +Vertex 3983: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.057754 + Group: 'RightFoot', Weight: 0.890362 + Group: 'RightToeBase', Weight: 0.051883 +Vertex 3984: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.058195 + Group: 'RightFoot', Weight: 0.891429 + Group: 'RightToeBase', Weight: 0.050375 +Vertex 3985: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.052895 + Group: 'RightFoot', Weight: 0.889044 + Group: 'RightToeBase', Weight: 0.058061 +Vertex 3986: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.031834 + Group: 'RightFoot', Weight: 0.910422 + Group: 'RightToeBase', Weight: 0.047321 +Vertex 3987: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.038795 + Group: 'RightFoot', Weight: 0.909537 + Group: 'RightToeBase', Weight: 0.042131 +Vertex 3988: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.042469 + Group: 'RightFoot', Weight: 0.910200 + Group: 'RightToeBase', Weight: 0.037131 +Vertex 3989: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.035293 + Group: 'RightFoot', Weight: 0.911486 + Group: 'RightToeBase', Weight: 0.041734 +Vertex 3990: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.010676 + Group: 'RightFoot', Weight: 0.919284 + Group: 'RightToeBase', Weight: 0.050377 +Vertex 3991: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.014826 + Group: 'RightFoot', Weight: 0.919854 + Group: 'RightToeBase', Weight: 0.045465 +Vertex 3992: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.917502 + Group: 'RightToeBase', Weight: 0.061259 +Vertex 3993: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.914761 + Group: 'RightToeBase', Weight: 0.065191 +Vertex 3994: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.889130 + Group: 'RightToeBase', Weight: 0.100272 +Vertex 3995: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.882435 + Group: 'RightToeBase', Weight: 0.107481 +Vertex 3996: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.804822 + Group: 'RightToeBase', Weight: 0.190524 +Vertex 3997: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.815749 + Group: 'RightToeBase', Weight: 0.179489 +Vertex 3998: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.551551 + Group: 'RightToeBase', Weight: 0.447497 +Vertex 3999: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.536161 + Group: 'RightToeBase', Weight: 0.462871 +Vertex 4000: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.838380 + Group: 'RightToeBase', Weight: 0.153212 +Vertex 4001: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.846706 + Group: 'RightToeBase', Weight: 0.144651 +Vertex 4002: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.891356 + Group: 'RightToeBase', Weight: 0.093560 +Vertex 4003: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.886741 + Group: 'RightToeBase', Weight: 0.098869 +Vertex 4004: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.003023 + Group: 'RightFoot', Weight: 0.913065 + Group: 'RightToeBase', Weight: 0.060423 +Vertex 4005: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.910963 + Group: 'RightToeBase', Weight: 0.064168 +Vertex 4006: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.697753 + Group: 'RightToeBase', Weight: 0.298289 +Vertex 4007: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.722268 + Group: 'RightToeBase', Weight: 0.273750 +Vertex 4008: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.246463 + Group: 'RightToeBase', Weight: 0.752360 +Vertex 4009: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.248570 + Group: 'RightToeBase', Weight: 0.750263 +Vertex 4010: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115523 + Group: 'RightToeBase', Weight: 0.883975 +Vertex 4011: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.111480 + Group: 'RightToeBase', Weight: 0.888047 +Vertex 4012: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.160645 + Group: 'RightToeBase', Weight: 0.839066 +Vertex 4013: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.159934 + Group: 'RightToeBase', Weight: 0.839773 +Vertex 4014: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.068411 + Group: 'RightToeBase', Weight: 0.931463 +Vertex 4015: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.069614 + Group: 'RightToeBase', Weight: 0.930256 +Vertex 4016: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.024298 + Group: 'RightToeBase', Weight: 0.962782 +Vertex 4017: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.027566 + Group: 'RightToeBase', Weight: 0.961144 +Vertex 4018: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996140 +Vertex 4019: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995585 +Vertex 4020: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993104 +Vertex 4021: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993711 +Vertex 4022: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983502 +Vertex 4023: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.984466 +Vertex 4024: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.996041 +Vertex 4025: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.994326 +Vertex 4026: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.989055 +Vertex 4027: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988093 +Vertex 4028: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.021764 + Group: 'RightToeBase', Weight: 0.963977 +Vertex 4029: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.019472 + Group: 'RightToeBase', Weight: 0.965125 +Vertex 4030: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054306 + Group: 'RightFoot', Weight: 0.889592 + Group: 'RightToeBase', Weight: 0.056100 +Vertex 4031: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.054802 + Group: 'RightFoot', Weight: 0.890820 + Group: 'RightToeBase', Weight: 0.054377 +Vertex 4032: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.037104 + Group: 'RightFoot', Weight: 0.911439 + Group: 'RightToeBase', Weight: 0.040018 +Vertex 4033: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.033627 + Group: 'RightFoot', Weight: 0.910334 + Group: 'RightToeBase', Weight: 0.045703 +Vertex 4034: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.011052 + Group: 'RightFoot', Weight: 0.919612 + Group: 'RightToeBase', Weight: 0.049724 +Vertex 4035: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.915147 + Group: 'RightToeBase', Weight: 0.064755 +Vertex 4036: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.883686 + Group: 'RightToeBase', Weight: 0.106221 +Vertex 4037: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.806821 + Group: 'RightToeBase', Weight: 0.188541 +Vertex 4038: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.543054 + Group: 'RightToeBase', Weight: 0.455978 +Vertex 4039: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.839467 + Group: 'RightToeBase', Weight: 0.152162 +Vertex 4040: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.887192 + Group: 'RightToeBase', Weight: 0.098454 +Vertex 4041: +Vertex groups: 3 + Group: 'RightLeg', Weight: 0.000045 + Group: 'RightFoot', Weight: 0.911317 + Group: 'RightToeBase', Weight: 0.063660 +Vertex 4042: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.706246 + Group: 'RightToeBase', Weight: 0.289809 +Vertex 4043: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.250247 + Group: 'RightToeBase', Weight: 0.748562 +Vertex 4044: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.115470 + Group: 'RightToeBase', Weight: 0.884033 +Vertex 4045: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.165642 + Group: 'RightToeBase', Weight: 0.834057 +Vertex 4046: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.072359 + Group: 'RightToeBase', Weight: 0.927507 +Vertex 4047: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.029378 + Group: 'RightToeBase', Weight: 0.960236 +Vertex 4048: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995894 +Vertex 4049: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.993118 +Vertex 4050: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.983061 +Vertex 4051: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.995236 +Vertex 4052: +Vertex groups: 1 + Group: 'RightToeBase', Weight: 0.988183 +Vertex 4053: +Vertex groups: 2 + Group: 'RightFoot', Weight: 0.023294 + Group: 'RightToeBase', Weight: 0.963207 +Vertex 4054: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054399 + Group: 'LeftFoot', Weight: 0.889273 + Group: 'LeftToeBase', Weight: 0.056328 +Vertex 4055: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.054752 + Group: 'LeftFoot', Weight: 0.890777 + Group: 'LeftToeBase', Weight: 0.054470 +Vertex 4056: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.036788 + Group: 'LeftFoot', Weight: 0.911861 + Group: 'LeftToeBase', Weight: 0.039491 +Vertex 4057: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.033929 + Group: 'LeftFoot', Weight: 0.909958 + Group: 'LeftToeBase', Weight: 0.046157 +Vertex 4058: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.010924 + Group: 'LeftFoot', Weight: 0.919850 + Group: 'LeftToeBase', Weight: 0.049375 +Vertex 4059: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.915335 + Group: 'LeftToeBase', Weight: 0.064586 +Vertex 4060: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.883990 + Group: 'LeftToeBase', Weight: 0.105932 +Vertex 4061: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.807111 + Group: 'LeftToeBase', Weight: 0.188261 +Vertex 4062: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.543186 + Group: 'LeftToeBase', Weight: 0.455849 +Vertex 4063: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.840096 + Group: 'LeftToeBase', Weight: 0.151526 +Vertex 4064: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.887522 + Group: 'LeftToeBase', Weight: 0.098111 +Vertex 4065: +Vertex groups: 3 + Group: 'LeftLeg', Weight: 0.000161 + Group: 'LeftFoot', Weight: 0.911290 + Group: 'LeftToeBase', Weight: 0.063629 +Vertex 4066: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.708284 + Group: 'LeftToeBase', Weight: 0.287768 +Vertex 4067: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.250807 + Group: 'LeftToeBase', Weight: 0.748000 +Vertex 4068: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.116115 + Group: 'LeftToeBase', Weight: 0.883385 +Vertex 4069: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.165528 + Group: 'LeftToeBase', Weight: 0.834171 +Vertex 4070: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.072320 + Group: 'LeftToeBase', Weight: 0.927546 +Vertex 4071: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.029477 + Group: 'LeftToeBase', Weight: 0.960187 +Vertex 4072: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.995748 +Vertex 4073: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.992999 +Vertex 4074: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.983041 +Vertex 4075: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.994956 +Vertex 4076: +Vertex groups: 1 + Group: 'LeftToeBase', Weight: 0.987982 +Vertex 4077: +Vertex groups: 2 + Group: 'LeftFoot', Weight: 0.023521 + Group: 'LeftToeBase', Weight: 0.963093 +Vertex 4078: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4079: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4080: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4081: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4082: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552917 +Vertex 4083: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4084: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4085: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4086: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4087: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4088: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4089: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4090: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4091: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4092: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4093: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555488 +Vertex 4094: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.524827 +Vertex 4095: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552949 +Vertex 4096: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4097: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4098: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4099: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4100: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4101: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4102: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4103: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4104: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4105: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4106: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4107: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4108: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4109: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4110: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4111: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4112: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4113: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552640 +Vertex 4114: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4115: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4116: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4117: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4118: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4119: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4120: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4121: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4122: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4123: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4124: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4125: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4126: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.993622 +Vertex 4127: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.985529 +Vertex 4128: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.547467 +Vertex 4129: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553879 +Vertex 4130: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543176 +Vertex 4131: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554960 +Vertex 4132: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549403 +Vertex 4133: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.476402 +Vertex 4134: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554938 +Vertex 4135: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.448644 +Vertex 4136: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.488990 +Vertex 4137: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.532618 +Vertex 4138: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.487332 +Vertex 4139: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554609 +Vertex 4140: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543577 +Vertex 4141: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555554 +Vertex 4142: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.543158 +Vertex 4143: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4144: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555200 +Vertex 4145: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.525688 +Vertex 4146: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.538329 +Vertex 4147: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549602 +Vertex 4148: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.552131 +Vertex 4149: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.447923 +Vertex 4150: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.441327 +Vertex 4151: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.539613 +Vertex 4152: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.549718 +Vertex 4153: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555392 +Vertex 4154: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.994803 +Vertex 4155: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554970 +Vertex 4156: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.553748 +Vertex 4157: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554406 +Vertex 4158: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.528555 +Vertex 4159: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.445576 +Vertex 4160: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.558750 +Vertex 4161: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.462216 +Vertex 4162: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554873 +Vertex 4163: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.535293 +Vertex 4164: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.838338 +Vertex 4165: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.545431 +Vertex 4166: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554431 +Vertex 4167: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.555556 +Vertex 4168: +Vertex groups: 1 + Group: 'Spine2', Weight: 0.554228 +Vertex 4169: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4170: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4171: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4172: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4179: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4183: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4190: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4195: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 4196: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 4197: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 4198: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 4199: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 4200: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 4201: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 4202: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 4203: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 4204: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 4206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 4207: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 4208: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4210: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 4211: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 4212: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 4213: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4214: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4215: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 4216: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 4217: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 4218: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4219: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4220: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 4221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4228: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4231: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4232: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4235: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4236: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4237: +Vertex groups: 1 + Group: 'Head', Weight: 0.999618 +Vertex 4238: +Vertex groups: 1 + Group: 'Head', Weight: 0.999960 +Vertex 4239: +Vertex groups: 1 + Group: 'Head', Weight: 0.998234 +Vertex 4240: +Vertex groups: 1 + Group: 'Head', Weight: 0.993558 +Vertex 4241: +Vertex groups: 1 + Group: 'Head', Weight: 0.974294 +Vertex 4242: +Vertex groups: 1 + Group: 'Head', Weight: 0.934334 +Vertex 4243: +Vertex groups: 1 + Group: 'Head', Weight: 0.988964 +Vertex 4244: +Vertex groups: 1 + Group: 'Head', Weight: 0.996158 +Vertex 4245: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4246: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4247: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4248: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4249: +Vertex groups: 1 + Group: 'Head', Weight: 0.999938 +Vertex 4250: +Vertex groups: 1 + Group: 'Head', Weight: 0.998719 +Vertex 4251: +Vertex groups: 1 + Group: 'Head', Weight: 0.998993 +Vertex 4252: +Vertex groups: 1 + Group: 'Head', Weight: 0.997966 +Vertex 4253: +Vertex groups: 1 + Group: 'Head', Weight: 0.997329 +Vertex 4254: +Vertex groups: 1 + Group: 'Head', Weight: 0.942098 +Vertex 4255: +Vertex groups: 1 + Group: 'Head', Weight: 0.977601 +Vertex 4256: +Vertex groups: 1 + Group: 'Head', Weight: 0.992695 +Vertex 4257: +Vertex groups: 1 + Group: 'Head', Weight: 0.999762 +Vertex 4258: +Vertex groups: 1 + Group: 'Head', Weight: 0.999551 +Vertex 4259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4260: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4261: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4262: +Vertex groups: 1 + Group: 'Head', Weight: 0.999924 +Vertex 4263: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4264: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4265: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 4266: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4267: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4271: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 4272: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4277: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4278: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4279: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4307: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4308: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4309: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4310: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999943 +Vertex 4313: +Vertex groups: 1 + Group: 'Head', Weight: 0.928306 +Vertex 4314: +Vertex groups: 1 + Group: 'Head', Weight: 0.984982 +Vertex 4315: +Vertex groups: 1 + Group: 'Head', Weight: 0.999280 +Vertex 4316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999657 +Vertex 4317: +Vertex groups: 1 + Group: 'Head', Weight: 0.999546 +Vertex 4318: +Vertex groups: 1 + Group: 'Head', Weight: 0.992210 +Vertex 4319: +Vertex groups: 1 + Group: 'Head', Weight: 0.999841 +Vertex 4320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999132 +Vertex 4322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 4323: +Vertex groups: 1 + Group: 'Head', Weight: 0.999992 +Vertex 4324: +Vertex groups: 1 + Group: 'Head', Weight: 0.999687 +Vertex 4325: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4326: +Vertex groups: 1 + Group: 'Head', Weight: 0.999829 +Vertex 4327: +Vertex groups: 1 + Group: 'Head', Weight: 0.997463 +Vertex 4328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4329: +Vertex groups: 1 + Group: 'Head', Weight: 0.997958 +Vertex 4330: +Vertex groups: 1 + Group: 'Head', Weight: 0.992851 +Vertex 4331: +Vertex groups: 1 + Group: 'Head', Weight: 0.998768 +Vertex 4332: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4333: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4334: +Vertex groups: 1 + Group: 'Head', Weight: 0.999707 +Vertex 4335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999922 +Vertex 4336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4337: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4338: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4339: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4340: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4341: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4342: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4343: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4344: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4346: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4347: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4348: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4349: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4350: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4351: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4352: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4353: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4354: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4355: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4356: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4357: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4358: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4359: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4360: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4361: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4362: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4363: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4364: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4367: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4368: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4369: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4370: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4372: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4373: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4374: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4375: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4376: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4377: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4378: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4379: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4380: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4381: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4382: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4389: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4391: +Vertex groups: 1 + Group: 'Head', Weight: 0.999789 +Vertex 4392: +Vertex groups: 1 + Group: 'Head', Weight: 0.998377 +Vertex 4393: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4394: +Vertex groups: 1 + Group: 'Head', Weight: 0.999856 +Vertex 4395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4396: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4397: +Vertex groups: 1 + Group: 'Head', Weight: 0.999953 +Vertex 4398: +Vertex groups: 1 + Group: 'Head', Weight: 0.999887 +Vertex 4399: +Vertex groups: 1 + Group: 'Head', Weight: 0.999230 +Vertex 4400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4402: +Vertex groups: 1 + Group: 'Head', Weight: 0.999549 +Vertex 4403: +Vertex groups: 1 + Group: 'Head', Weight: 0.997765 +Vertex 4404: +Vertex groups: 1 + Group: 'Head', Weight: 0.999907 +Vertex 4405: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4406: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4407: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4408: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4409: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4410: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4411: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4413: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4414: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4416: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4417: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4418: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4419: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4420: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4421: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4422: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4424: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4426: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4427: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4428: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4429: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4430: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4431: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4432: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4434: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4435: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4438: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4441: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4442: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4447: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4450: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4453: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4454: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4459: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4462: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4474: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4475: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4476: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4481: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4482: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4483: +Vertex groups: 1 + Group: 'Head', Weight: 0.996860 +Vertex 4484: +Vertex groups: 1 + Group: 'Head', Weight: 0.984177 +Vertex 4485: +Vertex groups: 1 + Group: 'Head', Weight: 0.999251 +Vertex 4486: +Vertex groups: 1 + Group: 'Head', Weight: 0.987308 +Vertex 4487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999761 +Vertex 4488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999809 +Vertex 4489: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999896 +Vertex 4491: +Vertex groups: 1 + Group: 'Head', Weight: 0.999993 +Vertex 4492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4493: +Vertex groups: 1 + Group: 'Head', Weight: 0.999855 +Vertex 4494: +Vertex groups: 1 + Group: 'Head', Weight: 0.985091 +Vertex 4495: +Vertex groups: 1 + Group: 'Head', Weight: 0.999966 +Vertex 4496: +Vertex groups: 1 + Group: 'Head', Weight: 0.999745 +Vertex 4497: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4499: +Vertex groups: 1 + Group: 'Head', Weight: 0.999859 +Vertex 4500: +Vertex groups: 1 + Group: 'Head', Weight: 0.999327 +Vertex 4501: +Vertex groups: 1 + Group: 'Head', Weight: 0.999735 +Vertex 4502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4505: +Vertex groups: 1 + Group: 'Head', Weight: 0.999877 +Vertex 4506: +Vertex groups: 1 + Group: 'Head', Weight: 0.999970 +Vertex 4507: +Vertex groups: 1 + Group: 'Head', Weight: 0.997771 +Vertex 4508: +Vertex groups: 1 + Group: 'Head', Weight: 0.994704 +Vertex 4509: +Vertex groups: 1 + Group: 'Head', Weight: 0.919752 +Vertex 4510: +Vertex groups: 1 + Group: 'Head', Weight: 0.990794 +Vertex 4511: +Vertex groups: 1 + Group: 'Head', Weight: 0.971583 +Vertex 4512: +Vertex groups: 1 + Group: 'Head', Weight: 0.997652 +Vertex 4513: +Vertex groups: 1 + Group: 'Head', Weight: 0.999914 +Vertex 4514: +Vertex groups: 1 + Group: 'Head', Weight: 0.997620 +Vertex 4515: +Vertex groups: 1 + Group: 'Head', Weight: 0.999935 +Vertex 4516: +Vertex groups: 1 + Group: 'Head', Weight: 0.999677 +Vertex 4517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999892 +Vertex 4518: +Vertex groups: 1 + Group: 'Head', Weight: 0.999990 +Vertex 4519: +Vertex groups: 1 + Group: 'Head', Weight: 0.999991 +Vertex 4520: +Vertex groups: 1 + Group: 'Head', Weight: 0.994279 +Vertex 4521: +Vertex groups: 1 + Group: 'Head', Weight: 0.998818 +Vertex 4522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4523: +Vertex groups: 1 + Group: 'Head', Weight: 0.999023 +Vertex 4524: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4525: +Vertex groups: 1 + Group: 'Head', Weight: 0.999974 +Vertex 4526: +Vertex groups: 1 + Group: 'Head', Weight: 0.999008 +Vertex 4527: +Vertex groups: 1 + Group: 'Head', Weight: 0.992110 +Vertex 4528: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 4529: +Vertex groups: 1 + Group: 'Head', Weight: 0.996274 +Vertex 4530: +Vertex groups: 1 + Group: 'Head', Weight: 0.999678 +Vertex 4531: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4532: +Vertex groups: 1 + Group: 'Head', Weight: 0.998760 +Vertex 4533: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4537: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4547: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4555: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4556: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4557: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4567: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4568: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4569: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4570: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4571: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4572: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4573: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4574: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4575: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4576: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4577: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4578: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4579: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4580: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4581: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4582: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4583: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4584: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4585: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4586: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4587: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4588: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4589: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4590: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4591: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4592: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4593: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4594: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4595: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4596: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4597: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4598: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4599: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4600: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4601: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4602: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4603: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4604: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4605: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4606: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4607: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4608: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4609: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4610: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4611: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4612: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4613: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4614: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4615: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4616: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4617: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4618: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4619: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4620: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4621: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4622: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4623: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4624: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4625: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4626: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4627: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4628: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4629: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4630: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4631: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4632: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4633: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4634: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4635: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4636: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4637: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4638: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4639: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4640: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4641: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4642: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4643: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4644: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4645: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4646: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4647: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4648: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4649: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4650: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 4651: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4652: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4653: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4654: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4655: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4656: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4657: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4658: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4659: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4660: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4661: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4662: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4663: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4664: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4665: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4666: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4667: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4668: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4669: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4670: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4671: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4672: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4673: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4674: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4675: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4676: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4677: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4678: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4679: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4680: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4681: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4682: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4683: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4684: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4685: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4686: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4687: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4688: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4689: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4690: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4691: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4692: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4693: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4694: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4695: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4696: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4697: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4698: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4699: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4700: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4701: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4702: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4703: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4704: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4705: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4706: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4707: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4708: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4709: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4710: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4711: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4712: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4713: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4714: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4715: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4716: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4717: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4718: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4719: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4720: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4721: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4722: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4723: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4724: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4725: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4726: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4727: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4728: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4729: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4730: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4731: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4732: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4733: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4734: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4735: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4736: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4737: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4738: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4739: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4740: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4741: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4742: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4743: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4744: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4745: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 4746: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 4747: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 4748: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4749: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 4750: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 4751: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4752: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 4753: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 4754: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 4755: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4756: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4757: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 4758: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 4759: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4760: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 4761: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4762: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4763: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4764: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 4765: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 4766: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 4767: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4768: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4769: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4770: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4771: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4772: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4773: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4774: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4775: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4776: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4777: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4778: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4779: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4780: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4781: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4782: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4783: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4784: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4785: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4786: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4787: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4788: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4789: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.011152 + Group: 'Head', Weight: 1.000000 +Vertex 4790: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4791: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4792: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4793: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4794: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4795: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4796: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4797: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4798: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4799: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4800: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4801: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4802: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4803: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4804: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4805: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4806: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4807: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4808: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4809: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4810: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4811: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4812: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4813: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4814: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4815: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4816: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4817: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4818: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4819: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4820: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4821: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4822: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4823: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4824: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4825: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4826: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4827: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4828: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4829: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4830: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4831: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4832: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4833: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4834: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4835: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4836: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4837: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4838: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4839: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4840: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4841: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4842: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4843: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4844: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4845: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4846: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4847: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4848: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4849: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4850: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4851: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4852: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4853: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4854: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4855: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4856: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4857: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4858: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4859: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4860: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4861: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4862: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4863: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4864: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4865: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4866: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4867: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4868: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4869: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4870: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4871: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4872: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4873: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4874: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4875: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4876: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4877: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4878: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4879: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4880: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4881: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4882: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4883: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4884: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4885: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4886: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4887: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4888: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4889: +Vertex groups: 1 + Group: 'Head', Weight: 0.997074 +Vertex 4890: +Vertex groups: 1 + Group: 'Head', Weight: 0.999971 +Vertex 4891: +Vertex groups: 1 + Group: 'Head', Weight: 0.980760 +Vertex 4892: +Vertex groups: 1 + Group: 'Head', Weight: 0.999351 +Vertex 4893: +Vertex groups: 1 + Group: 'Head', Weight: 0.999940 +Vertex 4894: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4895: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4896: +Vertex groups: 1 + Group: 'Head', Weight: 0.999982 +Vertex 4897: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4898: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4899: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4900: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 4901: +Vertex groups: 1 + Group: 'Head', Weight: 0.999775 +Vertex 4902: +Vertex groups: 1 + Group: 'Head', Weight: 0.988017 +Vertex 4903: +Vertex groups: 1 + Group: 'Head', Weight: 0.999996 +Vertex 4904: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4905: +Vertex groups: 1 + Group: 'Head', Weight: 0.999792 +Vertex 4906: +Vertex groups: 1 + Group: 'Head', Weight: 0.999566 +Vertex 4907: +Vertex groups: 1 + Group: 'Head', Weight: 0.999955 +Vertex 4908: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4909: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4910: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4911: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4912: +Vertex groups: 1 + Group: 'Head', Weight: 0.999865 +Vertex 4913: +Vertex groups: 1 + Group: 'Head', Weight: 0.999851 +Vertex 4914: +Vertex groups: 1 + Group: 'Head', Weight: 0.999506 +Vertex 4915: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4916: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4917: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4918: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4919: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4920: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4921: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4922: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4923: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4924: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4925: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4926: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4927: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4928: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4929: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4930: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4931: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4932: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4933: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4934: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4935: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4936: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4937: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4938: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4939: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4940: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4941: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 4942: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 4943: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 4944: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 4945: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 4946: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4947: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 4948: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4949: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 4950: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4951: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 4952: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 4953: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4954: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 4955: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 4956: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 4957: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 4958: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 4959: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 4960: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 4961: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4962: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 4963: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4964: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 4965: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 4966: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 4967: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000241 + Group: 'Head', Weight: 1.000000 +Vertex 4968: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4969: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4970: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4971: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4972: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4973: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4974: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4975: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4976: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4977: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4978: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4979: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4980: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4981: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4982: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4983: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4984: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4985: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4986: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4987: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4988: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4989: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4990: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4991: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4992: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4993: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4994: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4995: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4996: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4997: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4998: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 4999: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5000: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5001: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5002: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5003: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5004: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5005: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5006: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5007: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5008: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5009: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5010: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5011: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5012: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5013: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5014: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5015: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5016: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5017: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5018: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5019: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5020: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5021: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5022: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5023: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5024: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5025: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5026: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5027: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5028: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5029: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5030: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5031: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5032: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5033: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5034: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5035: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5036: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5037: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5038: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5039: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5040: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5041: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5042: +Vertex groups: 2 + Group: 'Spine2', Weight: 0.000566 + Group: 'Head', Weight: 1.000000 +Vertex 5043: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5044: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5045: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5046: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5047: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5048: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5049: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5050: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5051: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5052: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5053: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5054: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5055: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5056: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5057: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5058: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5059: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5060: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5061: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5062: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5063: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5064: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5065: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5066: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5067: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5068: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5069: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5070: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5071: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5072: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5073: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5074: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5075: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5076: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5077: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5078: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5079: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5080: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5081: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5082: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5083: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5084: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5085: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5086: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5087: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5088: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5089: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5090: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5091: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5092: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5093: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5094: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5095: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5096: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5097: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5098: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5099: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5100: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5101: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5102: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5103: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5104: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5105: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5106: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5107: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5108: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5109: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5110: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5111: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5112: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5113: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5114: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5115: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5116: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5117: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5118: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5119: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5120: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5121: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5122: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5123: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5124: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5125: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5126: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5127: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5128: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5129: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5130: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5131: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5132: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5133: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5134: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5135: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5136: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5137: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5138: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5139: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5140: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5141: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5142: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5143: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5144: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5145: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5146: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5147: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5148: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5149: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5150: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5151: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5152: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5153: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5154: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5155: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5156: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5157: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5158: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5159: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5160: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5161: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5162: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5163: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5164: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5165: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5166: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5167: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5168: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5169: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5170: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5171: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5172: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5173: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5174: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5175: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5176: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5177: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5178: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5179: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5180: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5181: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5182: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5183: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5184: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5185: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5186: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5187: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5188: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5189: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5190: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5191: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5192: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5193: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5194: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5195: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5196: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5197: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5198: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5199: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5200: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5201: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5202: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5203: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5204: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5205: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5206: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5207: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5208: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5209: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5210: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5211: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5212: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5213: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5214: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5215: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5216: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5217: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5218: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5219: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5220: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5221: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5222: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5223: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5224: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5225: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5226: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5227: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5228: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5229: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5230: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5231: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5232: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5233: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5234: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5235: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5236: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5237: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5238: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5239: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5240: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5241: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5242: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5243: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5244: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5245: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5246: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5247: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5248: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5249: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5250: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5251: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5252: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5253: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5254: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5255: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5256: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5257: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5258: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5259: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5260: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5261: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5262: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5263: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5264: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5265: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5266: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5267: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5268: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5269: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5270: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5271: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5272: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5273: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5274: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5275: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5276: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5277: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5278: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5279: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5280: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5281: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5282: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5283: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5284: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5285: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5286: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5287: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5288: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5289: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5290: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5291: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5292: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5293: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5294: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5295: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5296: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5297: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5298: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5299: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5300: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5301: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5302: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5303: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5304: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5305: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5306: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5307: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5308: +Vertex groups: 1 + Group: 'Head', Weight: 0.998964 +Vertex 5309: +Vertex groups: 1 + Group: 'Head', Weight: 0.999794 +Vertex 5310: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5311: +Vertex groups: 1 + Group: 'Head', Weight: 0.999577 +Vertex 5312: +Vertex groups: 1 + Group: 'Head', Weight: 0.999880 +Vertex 5313: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5314: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5315: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5316: +Vertex groups: 1 + Group: 'Head', Weight: 0.999651 +Vertex 5317: +Vertex groups: 1 + Group: 'Head', Weight: 0.998995 +Vertex 5318: +Vertex groups: 1 + Group: 'Head', Weight: 0.994211 +Vertex 5319: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5320: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5321: +Vertex groups: 1 + Group: 'Head', Weight: 0.999672 +Vertex 5322: +Vertex groups: 1 + Group: 'Head', Weight: 0.999931 +Vertex 5323: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5324: +Vertex groups: 1 + Group: 'Head', Weight: 0.998896 +Vertex 5325: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5326: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5327: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5328: +Vertex groups: 1 + Group: 'Head', Weight: 0.999913 +Vertex 5329: +Vertex groups: 1 + Group: 'Head', Weight: 0.998113 +Vertex 5330: +Vertex groups: 1 + Group: 'Head', Weight: 0.999622 +Vertex 5331: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5332: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5333: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5334: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5335: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5336: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5337: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5338: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5339: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5340: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5341: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5342: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5343: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5344: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5345: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5346: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5347: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5348: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5349: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5350: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5351: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5352: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5353: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5354: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5355: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5356: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5357: +Vertex groups: 1 + Group: 'Head', Weight: 0.965278 +Vertex 5358: +Vertex groups: 1 + Group: 'Head', Weight: 0.955383 +Vertex 5359: +Vertex groups: 1 + Group: 'Head', Weight: 0.991999 +Vertex 5360: +Vertex groups: 1 + Group: 'Head', Weight: 0.983203 +Vertex 5361: +Vertex groups: 1 + Group: 'Head', Weight: 0.999954 +Vertex 5362: +Vertex groups: 1 + Group: 'Head', Weight: 0.999967 +Vertex 5363: +Vertex groups: 1 + Group: 'Head', Weight: 0.999984 +Vertex 5364: +Vertex groups: 1 + Group: 'Head', Weight: 0.999049 +Vertex 5365: +Vertex groups: 1 + Group: 'Head', Weight: 0.999776 +Vertex 5366: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5367: +Vertex groups: 1 + Group: 'Head', Weight: 0.999961 +Vertex 5368: +Vertex groups: 1 + Group: 'Head', Weight: 0.999932 +Vertex 5369: +Vertex groups: 1 + Group: 'Head', Weight: 0.999154 +Vertex 5370: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5371: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5372: +Vertex groups: 1 + Group: 'Head', Weight: 0.999439 +Vertex 5373: +Vertex groups: 1 + Group: 'Head', Weight: 0.996946 +Vertex 5374: +Vertex groups: 1 + Group: 'Head', Weight: 0.999975 +Vertex 5375: +Vertex groups: 1 + Group: 'Head', Weight: 0.999831 +Vertex 5376: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5377: +Vertex groups: 1 + Group: 'Head', Weight: 0.987159 +Vertex 5378: +Vertex groups: 1 + Group: 'Head', Weight: 0.994495 +Vertex 5379: +Vertex groups: 1 + Group: 'Head', Weight: 0.999090 +Vertex 5380: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5381: +Vertex groups: 1 + Group: 'Head', Weight: 0.999833 +Vertex 5382: +Vertex groups: 1 + Group: 'Head', Weight: 0.999302 +Vertex 5383: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5384: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5385: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5386: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5387: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5388: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5389: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5390: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5391: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5392: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5393: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5394: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5395: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5396: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5397: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5398: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5399: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5400: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5401: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5402: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5403: +Vertex groups: 1 + Group: 'Head', Weight: 0.994378 +Vertex 5404: +Vertex groups: 1 + Group: 'Head', Weight: 0.997868 +Vertex 5405: +Vertex groups: 1 + Group: 'Head', Weight: 0.959693 +Vertex 5406: +Vertex groups: 1 + Group: 'Head', Weight: 0.991589 +Vertex 5407: +Vertex groups: 1 + Group: 'Head', Weight: 0.998444 +Vertex 5408: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5409: +Vertex groups: 1 + Group: 'Head', Weight: 0.999972 +Vertex 5410: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5411: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5412: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5413: +Vertex groups: 1 + Group: 'Head', Weight: 0.999989 +Vertex 5414: +Vertex groups: 1 + Group: 'Head', Weight: 0.999969 +Vertex 5415: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5416: +Vertex groups: 1 + Group: 'Head', Weight: 0.995451 +Vertex 5417: +Vertex groups: 1 + Group: 'Head', Weight: 0.996397 +Vertex 5418: +Vertex groups: 1 + Group: 'Head', Weight: 0.985836 +Vertex 5419: +Vertex groups: 1 + Group: 'Head', Weight: 0.999384 +Vertex 5420: +Vertex groups: 1 + Group: 'Head', Weight: 0.999682 +Vertex 5421: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5422: +Vertex groups: 1 + Group: 'Head', Weight: 0.999502 +Vertex 5423: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5424: +Vertex groups: 1 + Group: 'Head', Weight: 0.999043 +Vertex 5425: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5426: +Vertex groups: 1 + Group: 'Head', Weight: 0.999862 +Vertex 5427: +Vertex groups: 1 + Group: 'Head', Weight: 0.999988 +Vertex 5428: +Vertex groups: 1 + Group: 'Head', Weight: 0.999508 +Vertex 5429: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5430: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5431: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5432: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5433: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5434: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5435: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5436: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5437: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5438: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5439: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5440: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5441: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5442: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5443: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5444: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5445: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5446: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5447: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5448: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5449: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5450: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5451: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5452: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5453: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5454: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5455: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5456: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5457: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5458: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5459: +Vertex groups: 1 + Group: 'Head', Weight: 0.999997 +Vertex 5460: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5461: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5462: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5463: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5464: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5465: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5466: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5467: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5468: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5469: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5470: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5471: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5472: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5473: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5474: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5475: +Vertex groups: 1 + Group: 'Head', Weight: 0.999998 +Vertex 5476: +Vertex groups: 1 + Group: 'Head', Weight: 0.999994 +Vertex 5477: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5478: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5479: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5480: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5481: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5482: +Vertex groups: 1 + Group: 'Head', Weight: 0.999995 +Vertex 5483: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5484: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5485: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5486: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5487: +Vertex groups: 1 + Group: 'Head', Weight: 0.999973 +Vertex 5488: +Vertex groups: 1 + Group: 'Head', Weight: 0.999977 +Vertex 5489: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5490: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5491: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5492: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5493: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5494: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5495: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5496: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5497: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5498: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5499: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5500: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5501: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5502: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5503: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5504: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5505: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5506: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5507: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5508: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5509: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5510: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5511: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5512: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5513: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5514: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5515: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5516: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5517: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5518: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5519: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5520: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5521: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5522: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5523: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5524: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5525: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5526: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5527: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5528: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5529: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5530: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5531: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5532: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5533: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5534: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5535: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5536: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5537: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5538: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5539: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5540: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5541: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5542: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5543: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5544: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5545: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5546: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5547: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5548: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5549: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5550: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5551: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5552: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5553: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5554: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5555: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5556: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5557: +Vertex groups: 1 + Group: 'Head', Weight: 0.999999 +Vertex 5558: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5559: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5560: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5561: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5562: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5563: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5564: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5565: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +Vertex 5566: +Vertex groups: 1 + Group: 'Head', Weight: 1.000000 +=== Animation Keyframes === +=== Bone Transforms per Keyframe === +Keyframes: 36 +Frame: 1 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 3 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 4 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 5 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 7 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 8 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 9 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 10 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 12 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 13 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 14 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 16 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 17 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 18 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 20 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 21 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 22 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 23 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 25 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 26 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 27 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 29 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 30 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 31 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 33 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 34 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 35 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 36 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 38 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 39 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 40 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 42 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 43 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 44 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 46 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + +Frame: 47 + Bone: Hips + Location: + Rotation: + Matrix: + + + + + Bone: Spine + Location: + Rotation: + Matrix: + + + + + Bone: Spine1 + Location: + Rotation: + Matrix: + + + + + Bone: Spine2 + Location: + Rotation: + Matrix: + + + + + Bone: Neck + Location: + Rotation: + Matrix: + + + + + Bone: Head + Location: + Rotation: + Matrix: + + + + + Bone: Head_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftShoulder + Location: + Rotation: + Matrix: + + + + + Bone: LeftArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftForeArm + Location: + Rotation: + Matrix: + + + + + Bone: LeftHand + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: LeftHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightShoulder + Location: + Rotation: + Matrix: + + + + + Bone: RightArm + Location: + Rotation: + Matrix: + + + + + Bone: RightForeArm + Location: + Rotation: + Matrix: + + + + + Bone: RightHand + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandThumb3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandIndex3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandMiddle3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandRing3_end + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky1 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky2 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3 + Location: + Rotation: + Matrix: + + + + + Bone: RightHandPinky3_end + Location: + Rotation: + Matrix: + + + + + Bone: LeftUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftLeg + Location: + Rotation: + Matrix: + + + + + Bone: LeftFoot + Location: + Rotation: + Matrix: + + + + + Bone: LeftToeBase + Location: + Rotation: + Matrix: + + + + + Bone: RightUpLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightLeg + Location: + Rotation: + Matrix: + + + + + Bone: RightFoot + Location: + Rotation: + Matrix: + + + + + Bone: RightToeBase + Location: + Rotation: + Matrix: + + + + diff --git a/src/Character.cpp b/src/Character.cpp index 4713563..2b66221 100644 --- a/src/Character.cpp +++ b/src/Character.cpp @@ -9,7 +9,7 @@ namespace ZL { - const float ATTACK_COOLDOWN_TIME = 2.3f; + const float ATTACK_COOLDOWN_TIME = 1.6f; extern float x; extern float y; const float ATTACK_RANGE = 1.25f; @@ -99,6 +99,7 @@ void Character::forceReplan() return; } + const Eigen::Vector3f normalizedTarget(requestedWalkTarget.x(), 0.f, requestedWalkTarget.z()); pathWaypoints = pathPlanner(position, normalizedTarget); currentWaypointIndex = 0; diff --git a/src/Game.cpp b/src/Game.cpp index 2c5a7e8..f6a9c76 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -166,28 +166,42 @@ namespace ZL params1.dialoguesJsonPath = "resources/dialogue/sample_dialogues.json"; params1.navigationJsonPath = "resources/config2/navigation.json"; params1.scriptPath = "resources/start.lua"; - params1.playerPosition = Eigen::Vector3f::Zero(); - params1.teleportPosition = Eigen::Vector3f(-2.03001f, 0.f, -4.95618f); + params1.playerPosition = Eigen::Vector3f(0.942694, 0, -9.63104); + params1.teleportPosition = Eigen::Vector3f(2.64621, 0, -9.37259); params1.teleportRadius = 1.5f; location1 = std::make_shared(renderer, inventory); location1->setup(params1); - LocationSetup params2 = params1; params2.roomMeshPath = "resources/w/exterior/Segmented_Plane002.txt"; params2.roomTexturePath = "resources/w/exterior/Segmented_Plane002.png"; params2.gameObjectsJsonPath = "resources/config2/gameobjects2.json"; params2.navigationJsonPath = "resources/config2/navigation2.json"; params2.scriptPath = "resources/start2.lua"; - params2.playerPosition = Eigen::Vector3f(7.f, 0.f, 27.f); + params2.playerPosition = Eigen::Vector3f(5, 0, -18.4); params2.npcsJsonPath = "resources/config2/npcs2.json"; - params2.teleportPosition = Eigen::Vector3f(-6.45, 0.0, 7.82); + params2.teleportPosition = Eigen::Vector3f(8.2, 0, -9.9); params2.teleportRadius = 1.5f; location2 = std::make_shared(renderer, inventory); location2->setup(params2); + LocationSetup params_dorm; + params_dorm.roomMeshPath = ""; + params_dorm.roomTexturePath = ""; + params_dorm.gameObjectsJsonPath = "resources/config2/gameobjects_dorm.json"; + params_dorm.npcsJsonPath = "resources/config2/npcs_dorm.json"; + params_dorm.dialoguesJsonPath = "resources/dialogue/sample_dialogues.json"; + params_dorm.navigationJsonPath = "resources/config2/navigation_dorm.json"; + params_dorm.scriptPath = "resources/start_dorm.lua"; + params_dorm.playerPosition = Eigen::Vector3f(6.0357, 0, -16.0581); + params_dorm.teleportPosition = Eigen::Vector3f(-8.32343, 0, -0.152264); + params_dorm.teleportRadius = 1.5f; + + location_dorm = std::make_shared(renderer, inventory); + location_dorm->setup(params_dorm); + // Teleport callbacks: stepping into a location's zone hands the player // to the other location at *its* teleport position. We pre-arm the // destination's playerInTeleportZone so the player must walk out and @@ -211,7 +225,17 @@ namespace ZL currentLocation->playerInTeleportZone = true; }; - currentLocation = location2; + location_dorm->onTeleport = [this]() { + std::cout << "[TELEPORT] location 2 -> location 1" << std::endl; + currentLocation = location2; + if (currentLocation->player) { + currentLocation->player->position = currentLocation->teleportPosition; + currentLocation->player->setTarget(currentLocation->teleportPosition); + } + currentLocation->playerInTeleportZone = true; + }; + + currentLocation = location_dorm; std::cout << "Load resurces step 5" << std::endl; @@ -220,11 +244,18 @@ namespace ZL // Shadow mapping shaders #ifdef EMSCRIPTEN renderer.shaderManager.AddShaderFromFiles("shadow_depth", "resources/shaders/shadow_depth.vertex", "resources/shaders/shadow_depth_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x1" << std::endl; renderer.shaderManager.AddShaderFromFiles("shadow_depth_skinning", "resources/shaders/shadow_depth_skinning.vertex", "resources/shaders/shadow_depth_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x2" << std::endl; renderer.shaderManager.AddShaderFromFiles("default_shadow", "resources/shaders/default_shadow.vertex", "resources/shaders/default_shadow_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x3" << std::endl; renderer.shaderManager.AddShaderFromFiles("skinning_shadow", "resources/shaders/skinning_shadow.vertex", "resources/shaders/default_shadow_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x4" << std::endl; renderer.shaderManager.AddShaderFromFiles("fog_shadow", "resources/shaders/fog_shadow.vertex", "resources/shaders/fog_shadow_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x5" << std::endl; renderer.shaderManager.AddShaderFromFiles("fog_skinning_shadow", "resources/shaders/fog_skinning_shadow.vertex", "resources/shaders/fog_shadow_web.fragment", CONST_ZIP_FILE); + std::cout << "Load resurces step 12x6" << std::endl; + #else renderer.shaderManager.AddShaderFromFiles("shadow_depth", "resources/shaders/shadow_depth.vertex", "resources/shaders/shadow_depth_desktop.fragment", CONST_ZIP_FILE); renderer.shaderManager.AddShaderFromFiles("shadow_depth_skinning", "resources/shaders/shadow_depth_skinning.vertex", "resources/shaders/shadow_depth_desktop.fragment", CONST_ZIP_FILE); @@ -496,12 +527,16 @@ namespace ZL case SDLK_o: //y = y + 0.002; - currentLocation->player->hp = 200; + //currentLocation->player->hp = 200; + //currentLocation->npcs[3]->walkSpeed += 0.02f; + //std::cout << "Walk speed: " << currentLocation->npcs[3]->walkSpeed << std::endl; break; case SDLK_k: //y = y - 0.002; std::cout << "Player pos: " << currentLocation->player->position.transpose() << std::endl; + //currentLocation->npcs[3]->walkSpeed -= 0.02f; + //std::cout << "Walk speed: " << currentLocation->npcs[3]->walkSpeed << std::endl; break; case SDLK_p: diff --git a/src/Game.h b/src/Game.h index 747209a..6eb0d55 100644 --- a/src/Game.h +++ b/src/Game.h @@ -44,6 +44,8 @@ namespace ZL { std::shared_ptr location1; std::shared_ptr location2; + std::shared_ptr location_dorm; + std::shared_ptr currentLocation; Inventory inventory; diff --git a/src/Location.cpp b/src/Location.cpp index 5f16f27..516162d 100644 --- a/src/Location.cpp +++ b/src/Location.cpp @@ -49,10 +49,11 @@ namespace ZL void Location::setup(const LocationSetup& params) { + /* roomTexture = renderer.textureManager.LoadFromPng(params.roomTexturePath, CONST_ZIP_FILE); roomMesh.data = LoadFromTextFile02(params.roomMeshPath, CONST_ZIP_FILE); roomMesh.data.RotateByMatrix(Eigen::Quaternionf(Eigen::AngleAxisf(-M_PI * 0.5, Eigen::Vector3f::UnitY())).toRotationMatrix()); - roomMesh.RefreshVBO(); + roomMesh.RefreshVBO();*/ // Load static game objects gameObjects = GameObjectLoader::loadAndCreateGameObjects(params.gameObjectsJsonPath, renderer, CONST_ZIP_FILE); @@ -349,6 +350,10 @@ namespace ZL std::cout << "[RAYCAST_NPC] Starting raycast with " << npcs.size() << " npcs" << std::endl; for (auto& npc : npcs) { + if (npc->hp <= 0.f) { + std::cout << "[RAYCAST_NPC] " << npc->npcId << " is dead, skipping" << std::endl; + continue; + } const float dx = rayOrigin.x() - npc->position.x(); const float dz = rayOrigin.z() - npc->position.z(); const float a = rayDir.x() * rayDir.x() + rayDir.z() * rayDir.z(); @@ -425,8 +430,8 @@ namespace ZL const Eigen::Vector3f& camTarget = player ? player->position : Eigen::Vector3f::Zero(); renderer.TranslateMatrix({ -camTarget.x(), -camTarget.y(), -camTarget.z() }); - glBindTexture(GL_TEXTURE_2D, roomTexture->getTexID()); - renderer.DrawVertexRenderStruct(roomMesh); + //glBindTexture(GL_TEXTURE_2D, roomTexture->getTexID()); + //renderer.DrawVertexRenderStruct(roomMesh); for (auto& [name, gameObj] : gameObjects) { glBindTexture(GL_TEXTURE_2D, gameObj.texture->getTexID()); @@ -517,7 +522,7 @@ namespace ZL renderer.PushSpecialMatrix(lightView); // Draw static geometry - renderer.DrawVertexRenderStruct(roomMesh); + //renderer.DrawVertexRenderStruct(roomMesh); for (auto& [name, gameObj] : gameObjects) { renderer.DrawVertexRenderStruct(gameObj.mesh); @@ -603,8 +608,8 @@ namespace ZL #endif CheckGlError(__FILE__, __LINE__); - glBindTexture(GL_TEXTURE_2D, roomTexture->getTexID()); - renderer.DrawVertexRenderStruct(roomMesh); + //glBindTexture(GL_TEXTURE_2D, roomTexture->getTexID()); + //renderer.DrawVertexRenderStruct(roomMesh); CheckGlError(__FILE__, __LINE__); for (auto& [name, gameObj] : gameObjects) { @@ -958,7 +963,7 @@ namespace ZL // Check if we clicked on an NPC Character* clickedNpc = raycastNpcs(camPos, rayDir); - if (clickedNpc && player && clickedNpc->hp > 0) { + if (clickedNpc && player) { float distance = (player->position - clickedNpc->position).norm(); int npcIndex = -1; for (size_t i = 0; i < npcs.size(); ++i) { diff --git a/src/Location.h b/src/Location.h index 63676ba..7b8649e 100644 --- a/src/Location.h +++ b/src/Location.h @@ -38,8 +38,8 @@ namespace ZL Location(Renderer& iRenderer, Inventory& iInventory); - std::shared_ptr roomTexture; - VertexRenderStruct roomMesh; + //std::shared_ptr roomTexture; + //VertexRenderStruct roomMesh; std::unordered_map gameObjects; diff --git a/src/render/ShaderManager.cpp b/src/render/ShaderManager.cpp index db21934..e7b90d4 100644 --- a/src/render/ShaderManager.cpp +++ b/src/render/ShaderManager.cpp @@ -49,6 +49,7 @@ namespace ZL { __android_log_print(ANDROID_LOG_ERROR, "ShaderManager", "Failed to compile vertex shader: %s", infoLog); #endif + std::cout << "Vertex shader compilation failed: " << infoLog << std::endl; throw std::runtime_error("Failed to compile vertex shader code!"); } @@ -57,6 +58,8 @@ namespace ZL { __android_log_print(ANDROID_LOG_ERROR, "ShaderManager", "Failed to compile fragment shader: %s", infoLog); #endif + std::cout << "Fragment shader compilation failed: " << infoLog << std::endl; + throw std::runtime_error("Failed to compile fragment shader code!"); } diff --git a/src/render/TextureManager.cpp b/src/render/TextureManager.cpp index 951f309..61fdc69 100644 --- a/src/render/TextureManager.cpp +++ b/src/render/TextureManager.cpp @@ -407,6 +407,7 @@ namespace ZL fileArr = !ZIPFileName.empty() ? readFileFromZIP(fullFileName, ZIPFileName) : readFile(fullFileName); if (fileArr.empty()) { + std::cout << "Could not read file data into memory: " << fullFileName << " zip file name: " << ZIPFileName << std::endl; throw std::runtime_error("Could not read file data into memory"); }